<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1022508" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1022508</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/url-cloaking#comment-1138824</link>
    <description> &lt;p&gt;Its really pointless what you are trying to do because on some browsers you can disable javascript.&lt;/p&gt;
&lt;p&gt;Besides, if they really wanted it, they can view source to find it, look around the forums.&lt;/p&gt;
&lt;p&gt;The only way for people not to get anything from your site would be to not put it up in the first place.&lt;/p&gt;
 </description>
     <pubDate>Tue, 07 Oct 2003 00:45:05 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1138824 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/url-cloaking#comment-1138810</link>
    <description> &lt;p&gt;to stop people linking to your images (hot linking) etc use a .htaccess file&lt;br /&gt;
If people are linking to files that you don&#039;t want linked to, use server side and include the files, can also change the files name very quickly and use extension of your choice (extn set via htaccess)&lt;/p&gt;
 </description>
     <pubDate>Mon, 06 Oct 2003 22:05:52 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1138810 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/url-cloaking#comment-1138801</link>
    <description> &lt;p&gt;LMAO!! Yep, or you can disable JavaScript and right click anyways!!&lt;/p&gt;
&lt;p&gt;I never understood no right-click scripts, anyone with any web-knowlege can still steal images.&lt;/p&gt;
 </description>
     <pubDate>Mon, 06 Oct 2003 17:57:42 +0000</pubDate>
 <dc:creator>nicora</dc:creator>
 <guid isPermaLink="false">comment 1138801 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/url-cloaking#comment-1138800</link>
    <description> &lt;p&gt;Or you can drag the image/photo into another browser window and you can then right click it &amp;amp; save it!!&lt;/p&gt;
 </description>
     <pubDate>Mon, 06 Oct 2003 17:55:09 +0000</pubDate>
 <dc:creator>The Webmistress</dc:creator>
 <guid isPermaLink="false">comment 1138800 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/url-cloaking#comment-1138795</link>
    <description> &lt;p&gt;I think The Webmistress is asking this because cloaking your URL in of itself won&#039;t help you accomplish anything. Unfotunatly, there is no way to keep people from taking your images. Disabling right click&#039;s may make it more difficult, but ultimatly, all they need to do is take a screenshot of your site and import it into photoshop, and tada! they have any graphic you have done.&lt;/p&gt;
 </description>
     <pubDate>Mon, 06 Oct 2003 16:50:22 +0000</pubDate>
 <dc:creator>nicora</dc:creator>
 <guid isPermaLink="false">comment 1138795 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/url-cloaking#comment-1138794</link>
    <description> &lt;p&gt;I have some people attaching to my site and taking my graphics.  I would like this to stop, so what I have done is stop right clicking on the page and I would like to keep the url set to &lt;a href=&quot;http://www.domain.com/&quot; class=&quot;bb-url&quot;&gt;domain.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
 </description>
     <pubDate>Mon, 06 Oct 2003 16:45:11 +0000</pubDate>
 <dc:creator>jk0864</dc:creator>
 <guid isPermaLink="false">comment 1138794 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/url-cloaking#comment-1138792</link>
    <description> &lt;p&gt;Why do you want to do this?&lt;/p&gt;
 </description>
     <pubDate>Mon, 06 Oct 2003 16:30:41 +0000</pubDate>
 <dc:creator>The Webmistress</dc:creator>
 <guid isPermaLink="false">comment 1138792 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/url-cloaking#comment-1138786</link>
    <description> &lt;p&gt;You can &quot;cloak&quot; URL&#039;s using frames, but then all the user needs to do is right-click to get the page name. The only other way I can think of would need server-side programming. You could use javascript to pass form variables to your default page, and according to which variable, send them to the respective page. Kind of like switch box, but with form variables. But even doing that would leave you with: &lt;a href=&quot;http://www.yourdomain.com/default.htm&quot; class=&quot;bb-url&quot;&gt;http://www.yourdomain.com/default.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You could convert all CGI variables to an attributes scope and replace the URL delemiters to &quot;/&quot;&#039;s&lt;/p&gt;
&lt;p&gt;Original : &lt;a href=&quot;http://www.yourdomain.com/default.htm?f=1000&amp;amp;article=133&quot; class=&quot;bb-url&quot;&gt;yourdomain.com/default.htm?f=1000&amp;amp;article=133&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;New      : &lt;a href=&quot;http://www.yourdomain.com/default.htm/f/1000/article/133&quot; class=&quot;bb-url&quot;&gt;yourdomain.com/default.htm/f/1000/article/133&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I used to do this, but don&#039;t even bother with it anymore.&lt;/p&gt;
 </description>
     <pubDate>Mon, 06 Oct 2003 15:59:20 +0000</pubDate>
 <dc:creator>nicora</dc:creator>
 <guid isPermaLink="false">comment 1138786 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
