Protecting images

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have read quite a few articles in here about the futility of attempting to
protect images by disabling right click etc: with most of the articles saying
if it's on the net, you can get it. Today I happened to be looking at some
templates and wanted to have a look at the source code and was unable to
understand it or copy it. Also unable to right click or do a print screen.
You can't even copy and paste the URL on this site. Just click on any of the
templates there and you will see what I mean.
http://www.rtbwizards.com/new/new_templates.asp
Can anyone tell me how they did that?
 
You can still get the source but it's semi-encrypted throught the use of
JavaScript. Still, it's no problem to get the images, all you have to do is
Shift + Print Screen and a copy of your workspace is sent to the clipboard,
easy to then paste into any graphics program. The Printscreen function
worked fine for me, though I used a different browser to get it (FireFox).
You can copy the URL, I did without issue. You can copy all the text in the
page with a simple Ctrl + A (a select all). All the protection does is
URL-encode every character in the HTML, probably using a JavaScript escape
function, then in the HTML there's a JavaScript unescape function being
called with the escaped characters passed to it with the whole output then
sent to the browser in a write statement.

They used a program to get this feature but for the life of me I can't
remember the name of it.

The real problem is, you can never really protect the code and images
because there's always a way around it and anyone who wants the content can
get at it without really any difficulty.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
They're making it a little harder..but still pretty easy to get the images if you know where to look.


| I have read quite a few articles in here about the futility of attempting to
| protect images by disabling right click etc: with most of the articles saying
| if it's on the net, you can get it. Today I happened to be looking at some
| templates and wanted to have a look at the source code and was unable to
| understand it or copy it. Also unable to right click or do a print screen.
| You can't even copy and paste the URL on this site. Just click on any of the
| templates there and you will see what I mean.
| http://www.rtbwizards.com/new/new_templates.asp
| Can anyone tell me how they did that?
 
If you can see it in your monitor, it's already stored on your computer
in the Temporary Internet files.

At this time it is "Impossible" to defeat that process.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
Hi Mark,

I am using Firefox but unable to perform any of those functions you
mentioned but I believe there must be a problem with my computer because I am
unable to copy and paste even a simple text file that is already on my
computer. I tried the shift-printscreen function on the page in question and
when I view the clipboard, all it does is flash very rapidly. Also the paste
function does not show up in my Paintshop Pro program. Ever heard of this
before or is it time for me to go over to the XP Forum?
 
Hi Steve.......have to agree with you but I would sure like to know how to
accomplish this because it makes it very difficult for the average user to
get the files.
 
probably this one www.htmlblock.co.uk sheesh.


| You can still get the source but it's semi-encrypted throught the use of
| JavaScript. Still, it's no problem to get the images, all you have to do is
| Shift + Print Screen and a copy of your workspace is sent to the clipboard,
| easy to then paste into any graphics program. The Printscreen function
| worked fine for me, though I used a different browser to get it (FireFox).
| You can copy the URL, I did without issue. You can copy all the text in the
| page with a simple Ctrl + A (a select all). All the protection does is
| URL-encode every character in the HTML, probably using a JavaScript escape
| function, then in the HTML there's a JavaScript unescape function being
| called with the escaped characters passed to it with the whole output then
| sent to the browser in a write statement.
|
| They used a program to get this feature but for the life of me I can't
| remember the name of it.
|
| The real problem is, you can never really protect the code and images
| because there's always a way around it and anyone who wants the content can
| get at it without really any difficulty.
|
| Hope this helps,
| Mark Fitzpatrick
| Microsoft MVP - FrontPage
|
|
| | >I have read quite a few articles in here about the futility of attempting
| >to
| > protect images by disabling right click etc: with most of the articles
| > saying
| > if it's on the net, you can get it. Today I happened to be looking at
| > some
| > templates and wanted to have a look at the source code and was unable to
| > understand it or copy it. Also unable to right click or do a print
| > screen.
| > You can't even copy and paste the URL on this site. Just click on any of
| > the
| > templates there and you will see what I mean.
| > http://www.rtbwizards.com/new/new_templates.asp
| > Can anyone tell me how they did that?
|
|
 
Hi Steve.......have to agree with you but I would sure like to know how to
accomplish this because it makes it very difficult for the average user to
get the files.

It's important to remember that exactly half the people in the world
(current population 7 billion +) are above average.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
The sun never sets on
the Kingdom of Heaven
 
My personal opinion:

It's not worth the hassle required to "try" to make it work.
Additionally, nothing frustrates me more than when a *"web master"* has disabled right
click on a page,
because that means I can't right click and create a desktop shortcut to the page, which is
what I always do
for sites / pages that I want to re-visit.
I very seldom add pages directly to Favorites ( Ctrl+G ) because they get forgotten.

Nor do I ever click an "Add to Favorites" link in a page.
( another one of my pet peeves )

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
Yikes.......do you think that one of those 7 billion could display the
unencrypted source code for that page and how they were able to get it? I
must be in the bottom half because I can't seem to do it.
 
deacon said:
Yikes.......do you think that one of those 7 billion could display the
unencrypted source code for that page and how they were able to get
it? I must be in the bottom half because I can't seem to do it.

Go to http://www.jimcoaddins.com/decrypt.htm. Enter in the code they have
there. Here it is for example:

%3C%53%43%52%49%50%54%20%4C%41%4E%47%55%41%47%45%3D%22%4A%61%76%61%53%63%72%69%70%74%22%3E%3C%21%2D%2D%0D%0A%68%70%5F%6F%6B%3D%74%72%75%65%3B%66%75%6E%63%74%69%6F%6E%20%68%70%5F%64%30%31%28%73%29%7B%69%66%28%21%68%70%5F%6F%6B%29%72%65%74%75%72%6E%3B%76%61%72%20%6F%3D%22%22%2C%61%72%3D%6E%65%77%20%41%72%72%61%79%28%29%2C%6F%73%3D%22%22%2C%69%63%3D%30%3B%66%6F%72%28%69%3D%30%3B%69%3C%73%2E%6C%65%6E%67%74%68%3B%69%2B%2B%29%7B%63%3D%73%2E%63%68%61%72%43%6F%64%65%41%74%28%69%29%3B%69%66%28%63%3C%31%32%38%29%63%3D%63%5E%32%3B%6F%73%2B%3D%53%74%72%69%6E%67%2E%66%72%6F%6D%43%68%61%72%43%6F%64%65%28%63%29%3B%69%66%28%6F%73%2E%6C%65%6E%67%74%68%3E%38%30%29%7B%61%72%5B%69%63%2B%2B%5D%3D%6F%73%3B%6F%73%3D%22%22%7D%7D%6F%3D%61%72%2E%6A%6F%69%6E%28%22%22%29%2B%6F%73%3B%64%6F%63%75%6D%65%6E%74%2E%77%72%69%74%65%28%6F%29%7D%2F%2F%2D%2D%3E%3C%2F%53%43%52%49%50%54%3E


After you enter that, click on "Decrypt HTML Code." Voila!

You may also want to read this:

http://www.jimcosoftware.com/protect.aspx

It will explain to you why the choice of the word "decrypt" is not accurate
in any sense.

--
Jim Cheshire
JIMCO Software
http://www.jimcosoftware.com
http://www.jimcoaddins.com

The premiere add-in and software source
for Microsoft FrontPage.
 
Yeah, and actually, it's only 3.5(+) billion people that are above average.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
The sun never sets on
the Kingdom of Heaven
 
Hi Jim........Thanks to both you and Kevin for the response. I was at your
html protector site regarding this yesterday and was unable to get it to work
for me. I tried again today with similar results. I'm sure that this works
for you so I must be doing something wrong. There is quite a bit of code in
the <head> of the document preceeded by the word unescape and 9 more
instances of this type of code in the <body> so Im not sure what all gets
copied into your decrypter in order for the page to be displayed in a normal
manner.
 
Hi Steve,

I am beginning to believe that these people who created the program to
prevent others from viewing the souce code and such are a bit more advanced
than the last time you guys checked this out. The Temporary Internet files
was the first place I checked and while it does store the page there, it is
blank. At the moment, I don't think you are going to be able to even copy the
code in IE and unless you have Firefox, it's just not going to happen. If
you are able to do it, as Jerry McGuire would say "show me the code".
 
And that leave ~3.5 billion that are below average. REALLY
below....................... ;-)
 
How about this?

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>

<HEAD>
<TITLE>New FrontPage Templates</TITLE>
<META name="description" content="FrontPage templates: FrontPage web
templates, Flash templates, Swish templates, tutorials, help, and more for
FrontPage users">
<META name="keywords" content="frontpage templates, free web templates, web,
template, theme, flash, swish, tutorials, tutorial, ecommerce, shoppingcart,
help, templates">
<META name="MSSmartTagsPreventParsing" content="false">
<META name="robots" content="index,follow">
<META name="revisit-after" content="15">
<META name="author" content="Karey Cummins">
<META name="copyright" content="Karey Cummins">
<META name="classification" content="internet">
<META name="distribution" content="Global">
<META http-equiv="imagetoolbar" content="no">

<META http-equiv="Content-Language" content="en-us">

<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
<META name="GENERATOR" content="Microsoft FrontPage 6.0">
<META name="ProgId" content="FrontPage.Editor.Document">
<LINK rel="stylesheet" type="text/css" href="../rtbmaster2.css">
</HEAD>

<BODY>

<DIV align="center">
<TABLE width="750">
<TR>
<TD class="headerlogo"><IMG border="0" src="../images2/rbw_logo.gif"
width="106" height="50" alt="FrontPage templates by Round The Bend
Wizards"></TD>
<TD class="headerglobal">


<A href="http://www.rtbwizards.com/default.asp">Home</A> | <A
href="http://www.rtbwizards.com/new/faqs.asp">FAQs</A> | <A
href="http://www.rtbwizards.com/new/contact.asp">Contact</A> | <A
title="View Shopping Cart"
href="http://www.1shoppingcart.com/app/netcart.asp?merchantID=45657">View
Cart</A>

</TD>
</TR>
</TABLE>
<TABLE width="750">
<TR>
<TD class="navigation">&nbsp;</TD>
</TR>
<TR>
<TD class="mainimage2">
<H1>FrontPage Web Templates <BR>
by
Round The Bend Wizards</H1>
</TD>
</TR>
</TABLE>
<DIV align="center">
<TABLE border="0" cellpadding="0" style="border-collapse: collapse"
width="750" class="search1">
<TR>
<TD>

<TABLE width="750">
<TR>
<TD class="searchbar"><FORM method="POST"
action="http://www.rtbwizards.com/new/templatesearch.asp"
class="formsearch">
Keyword Search: <INPUT type="text" name="Keywords" size="20" value="">
<INPUT type="image" src="../images2/search.jpg" value="Submit" name="B1"
width="18" height="18"></FORM></TD>
<TD class="searchbar">
<FORM method="POST"
action="http://www.rtbwizards.com/new/templatesearch.asp"
class="formsearch">
Category:

<SELECT NAME="SubCat" SIZE="1">
<OPTION selected>-----Please Select-----</OPTION>

<OPTION>All Purpose</OPTION>

<OPTION>Auto</OPTION>

<OPTION>Business General</OPTION>

<OPTION>Business Office</OPTION>

<OPTION>Business People</OPTION>

<OPTION>Business Trades</OPTION>

<OPTION>Communicate</OPTION>

<OPTION>Computer Technology</OPTION>

<OPTION>Concepts</OPTION>

<OPTION>Ecommerce</OPTION>

<OPTION>Education</OPTION>

<OPTION>Financial</OPTION>

<OPTION>Floral Nature</OPTION>

<OPTION>Food Drink</OPTION>

<OPTION>Health Fitness Beauty</OPTION>

<OPTION>Hobby Leisure Family</OPTION>

<OPTION>Holidays Celebrations</OPTION>

<OPTION>Home</OPTION>

<OPTION>Legal</OPTION>

<OPTION>Medical</OPTION>

<OPTION>Miscellaneous</OPTION>

<OPTION>On Sale</OPTION>

<OPTION>Patriotic</OPTION>

<OPTION>Personal</OPTION>

<OPTION>Pets Animals</OPTION>

<OPTION>Photography</OPTION>

<OPTION>Real Estate</OPTION>

<OPTION>Religion</OPTION>

<OPTION>Sports</OPTION>

<OPTION>Travel</OPTION>

<OPTION>Wedding</OPTION>
</SELECT></NOBR> <INPUT type="image" src="../images2/search.jpg"
value="Submit" name="B2" width="18" height="18"><BR>
</FORM></TD>
</TR>
</TABLE>

</TD>
</TR>
</TABLE>
</DIV>
<TABLE width="750">
<TR>
<TD class="sidebar">

<DL>
<DT>Template Catalog</DT>
<DD><A title="Our Newest FrontPage Templates"
href="new_templates.asp">Newest Releases</A></DD>
<DD><A title="FrontPage Web Templates"
href="frontpage_templates.asp">FrontPage Templates</A></DD>
<DD><A title="FrontPage Templates with Swish/Flash Animation"
href="frontpage_anim.asp">Templates with Swish</A></DD>
<DD><A title="FrontPage ASP Database Templates"
href="database_templates.asp">Database Templates</A></DD>
<DD><A title="FrontPage CSS Positioned Templates"
href="tablelessdesigns.asp">Tableless Designs</A></DD>
<DD><A title="Browse All of Our FrontPage Templates"
href="all_templates.asp">Browse All Templates</A></DD>
<DD><A title="Free FrontPage Templates" href="free.asp">Free
Templates</A><BR>
&nbsp;</DD>
<DT>Support</DT>
<DD><A title="Template Questions and Answers" href="faqs.asp">FAQs</A></DD>
<DD><A title="FrontPage tutorials and help files" target="_blank"
href="http://www.rtbwizards.com/helpcenter">Help Center</A></DD>
<DD><A title="Helpful FrontPage Resources" href="links.asp">Helpful
Links</A></DD>
<DD><A title="Custom Design Information" href="custom_work.asp">Custom
Design Info</A><BR>
&nbsp;</DD>
<DT>General</DT>
<DD><A href="aboutus.asp">About Us</A></DD>
<DD><A href="companyinfo.asp">Company Info</A></DD>
<DD><A href="affiliates.asp">Affiliate Program</A></DD>
<DD><A href="policies.asp">Policies &amp; Terms</A></DD>
<DD><A href="contact.asp">Contact</A></DD>
<DD><A href="http://www.rtbwizards.com/">Home</A></DD>
</DL>

</TD>
<TD class="main">
<H2>Our Newest Releases:</H2>
<P style="text-align: center"><B>Click the template thumbnail below for more
detailed information</B></P>
<TABLE width="100%">
<TBODY>

<TR>

<TD>
<P align="center" style="margin-top: 0; margin-bottom: 0"><A title="See -
MAD1472 - Template In Action - Click Here"
href="template_details.asp?ItemNo=MAD1472"><IMG border="0"
src="images/mad1472.jpg"></A></P>
<P align="center" style="margin-top: 0; margin-bottom: 0">
Education 06 (Swish)<FONT color="#A66937"><BR>
</FONT>$60.00</P>
<P align="center" style="margin-top: 0; margin-bottom: 0"><A title="Click
Here To See More Details"
href="template_details.asp?ItemNo=MAD1472">Template Details</A></P>
<P align="center" style="margin-top: 0; margin-bottom: 0">&nbsp;</TD>

<TD>
<P align="center" style="margin-top: 0; margin-bottom: 0"><A title="See -
MAD1478 - Template In Action - Click Here"
href="template_details.asp?ItemNo=MAD1478"><IMG border="0"
src="images/mad1478.jpg"></A></P>
<P align="center" style="margin-top: 0; margin-bottom: 0">
Entertainment 06 (Swish)<FONT color="#A66937"><BR>
</FONT>$60.00</P>
<P align="center" style="margin-top: 0; margin-bottom: 0"><A title="Click
Here To See More Details"
href="template_details.asp?ItemNo=MAD1478">Template Details</A></P>
<P align="center" style="margin-top: 0; margin-bottom: 0">&nbsp;</TD>

<TD>
<P align="center" style="margin-top: 0; margin-bottom: 0"><A title="See -
MAD1477 - Template In Action - Click Here"
href="template_details.asp?ItemNo=MAD1477"><IMG border="0"
src="images/mad1477.jpg"></A></P>
<P align="center" style="margin-top: 0; margin-bottom: 0">
Fitness 05 (Swish)<FONT color="#A66937"><BR>
</FONT>$60.00</P>
<P align="center" style="margin-top: 0; margin-bottom: 0"><A title="Click
Here To See More Details"
href="template_details.asp?ItemNo=MAD1477">Template Details</A></P>
<P align="center" style="margin-top: 0; margin-bottom: 0">&nbsp;</TD>

</TR>

<TR>

<TD>
<P align="center" style="margin-top: 0; margin-bottom: 0"><A title="See -
MAD1476 - Template In Action - Click Here"
href="template_details.asp?ItemNo=MAD1476"><IMG border="0"
src="images/mad1476.jpg"></A></P>
<P align="center" style="margin-top: 0; margin-bottom: 0">
Business 41 (Swish)<FONT color="#A66937"><BR>
</FONT>$60.00</P>
<P align="center" style="margin-top: 0; margin-bottom: 0"><A title="Click
Here To See More Details"
href="template_details.asp?ItemNo=MAD1476">Template Details</A></P>
<P align="center" style="margin-top: 0; margin-bottom: 0">&nbsp;</TD>

<TD>
<P align="center" style="margin-top: 0; margin-bottom: 0"><A title="See -
MAD1470 - Template In Action - Click Here"
href="template_details.asp?ItemNo=MAD1470"><IMG border="0"
src="images/mad1470.jpg"></A></P>
<P align="center" style="margin-top: 0; margin-bottom: 0">
Business 39 (Swish)<FONT color="#A66937"><BR>
</FONT>$60.00</P>
<P align="center" style="margin-top: 0; margin-bottom: 0"><A title="Click
Here To See More Details"
href="template_details.asp?ItemNo=MAD1470">Template Details</A></P>
<P align="center" style="margin-top: 0; margin-bottom: 0">&nbsp;</TD>

<TD>
<P align="center" style="margin-top: 0; margin-bottom: 0"><A title="See -
MAD1475 - Template In Action - Click Here"
href="template_details.asp?ItemNo=MAD1475"><IMG border="0"
src="images/mad1475.jpg"></A></P>
<P align="center" style="margin-top: 0; margin-bottom: 0">
Floral 19 (Swish)<FONT color="#A66937"><BR>
</FONT>$60.00</P>
<P align="center" style="margin-top: 0; margin-bottom: 0"><A title="Click
Here To See More Details"
href="template_details.asp?ItemNo=MAD1475">Template Details</A></P>
<P align="center" style="margin-top: 0; margin-bottom: 0">&nbsp;</TD>

</TR>

<TR>

<TD>
<P align="center" style="margin-top: 0; margin-bottom: 0"><A title="See -
MAD1479 - Template In Action - Click Here"
href="template_details.asp?ItemNo=MAD1479"><IMG border="0"
src="images/mad1479.jpg"></A></P>
<P align="center" style="margin-top: 0; margin-bottom: 0">
Patriotic 04 (Swish)<FONT color="#A66937"><BR>
</FONT>$60.00</P>
<P align="center" style="margin-top: 0; margin-bottom: 0"><A title="Click
Here To See More Details"
href="template_details.asp?ItemNo=MAD1479">Template Details</A></P>
<P align="center" style="margin-top: 0; margin-bottom: 0">&nbsp;</TD>

<TD>
<P align="center" style="margin-top: 0; margin-bottom: 0"><A title="See -
MAD1473 - Template In Action - Click Here"
href="template_details.asp?ItemNo=MAD1473"><IMG border="0"
src="images/mad1473.jpg"></A></P>
<P align="center" style="margin-top: 0; margin-bottom: 0">
Office 10 (Swish)<FONT color="#A66937"><BR>
</FONT>$60.00</P>
<P align="center" style="margin-top: 0; margin-bottom: 0"><A title="Click
Here To See More Details"
href="template_details.asp?ItemNo=MAD1473">Template Details</A></P>
<P align="center" style="margin-top: 0; margin-bottom: 0">&nbsp;</TD>

<TD>
<P align="center" style="margin-top: 0; margin-bottom: 0"><A title="See -
MAD1474 - Template In Action - Click Here"
href="template_details.asp?ItemNo=MAD1474"><IMG border="0"
src="images/mad1474.jpg"></A></P>
<P align="center" style="margin-top: 0; margin-bottom: 0">
Food-Drink 11 (Swish)<FONT color="#A66937"><BR>
</FONT>$60.00</P>
<P align="center" style="margin-top: 0; margin-bottom: 0"><A title="Click
Here To See More Details"
href="template_details.asp?ItemNo=MAD1474">Template Details</A></P>
<P align="center" style="margin-top: 0; margin-bottom: 0">&nbsp;</TD>

</TR>

<TR>

<TD>
<P align="center" style="margin-top: 0; margin-bottom: 0"><A title="See -
MAD1471 - Template In Action - Click Here"
href="template_details.asp?ItemNo=MAD1471"><IMG border="0"
src="images/mad1471.jpg"></A></P>
<P align="center" style="margin-top: 0; margin-bottom: 0">
Business 40 (Swish)<FONT color="#A66937"><BR>
</FONT>$60.00</P>
<P align="center" style="margin-top: 0; margin-bottom: 0"><A title="Click
Here To See More Details"
href="template_details.asp?ItemNo=MAD1471">Template Details</A></P>
<P align="center" style="margin-top: 0; margin-bottom: 0">&nbsp;</TD>

<TD>
<P align="center" style="margin-top: 0; margin-bottom: 0"><A title="See -
MAD1469 - Template In Action - Click Here"
href="template_details.asp?ItemNo=MAD1469"><IMG border="0"
src="images/mad1469.jpg"></A></P>
<P align="center" style="margin-top: 0; margin-bottom: 0">
Business 38<FONT color="#A66937"><BR>
</FONT>$55.00</P>
<P align="center" style="margin-top: 0; margin-bottom: 0"><A title="Click
Here To See More Details"
href="template_details.asp?ItemNo=MAD1469">Template Details</A></P>
<P align="center" style="margin-top: 0; margin-bottom: 0">&nbsp;</TD>

<TD>
<P align="center" style="margin-top: 0; margin-bottom: 0"><A title="See -
MAD1468 - Template In Action - Click Here"
href="template_details.asp?ItemNo=MAD1468"><IMG border="0"
src="images/mad1468.jpg"></A></P>
<P align="center" style="margin-top: 0; margin-bottom: 0">
Business 37<FONT color="#A66937"><BR>
</FONT>$55.00</P>
<P align="center" style="margin-top: 0; margin-bottom: 0"><A title="Click
Here To See More Details"
href="template_details.asp?ItemNo=MAD1468">Template Details</A></P>
<P align="center" style="margin-top: 0; margin-bottom: 0">&nbsp;</TD>

</TR>

<TR>

<TD>
<P align="center" style="margin-top: 0; margin-bottom: 0"><A title="See -
MAD1467 - Template In Action - Click Here"
href="template_details.asp?ItemNo=MAD1467"><IMG border="0"
src="images/mad1467.jpg"></A></P>
<P align="center" style="margin-top: 0; margin-bottom: 0">
Floral 18<FONT color="#A66937"><BR>
</FONT>$55.00</P>
<P align="center" style="margin-top: 0; margin-bottom: 0"><A title="Click
Here To See More Details"
href="template_details.asp?ItemNo=MAD1467">Template Details</A></P>
<P align="center" style="margin-top: 0; margin-bottom: 0">&nbsp;</TD>

<TD>
<P align="center" style="margin-top: 0; margin-bottom: 0"><A title="See -
MAD1466 - Template In Action - Click Here"
href="template_details.asp?ItemNo=MAD1466"><IMG border="0"
src="images/mad1466.jpg"></A></P>
<P align="center" style="margin-top: 0; margin-bottom: 0">
Business 36<FONT color="#A66937"><BR>
</FONT>$55.00</P>
<P align="center" style="margin-top: 0; margin-bottom: 0"><A title="Click
Here To See More Details"
href="template_details.asp?ItemNo=MAD1466">Template Details</A></P>
<P align="center" style="margin-top: 0; margin-bottom: 0">&nbsp;</TD>

<TD>
<P align="center" style="margin-top: 0; margin-bottom: 0"><A title="See -
MAD1465 - Template In Action - Click Here"
href="template_details.asp?ItemNo=MAD1465"><IMG border="0"
src="images/mad1465.jpg"></A></P>
<P align="center" style="margin-top: 0; margin-bottom: 0">
Hobby 06<FONT color="#A66937"><BR>
</FONT>$55.00</P>
<P align="center" style="margin-top: 0; margin-bottom: 0"><A title="Click
Here To See More Details"
href="template_details.asp?ItemNo=MAD1465">Template Details</A></P>
<P align="center" style="margin-top: 0; margin-bottom: 0">&nbsp;</TD>

</TR>
<TR><TD ALIGN=CENTER VALIGN=MIDDLE COLSPAN=1><FORM NAME="fpdbr_1"
ACTION="/new/new_templates.asp" TARGET="_self" METHOD=POST><NOBR><INPUT
STYLE='font-size:8pt; font-family:Verdana; background-color:black;
color:white' TYPE=Button NAME="fpdbr_1_PagingMove" VALUE="--"><INPUT
STYLE='font-size:8pt; font-family:Verdana; background-color:black;
color:white' TYPE=Button NAME="fpdbr_1_PagingMove" VALUE="--"><INPUT
STYLE='font-size:8pt; font-family:Verdana; background-color:black;
color:white' TYPE=Submit NAME="fpdbr_1_PagingMove" VALUE="> "><INPUT
STYLE='font-size:8pt; font-family:Verdana; background-color:black;
color:white' TYPE=Submit NAME="fpdbr_1_PagingMove" VALUE=">>">
[1/2]</NOBR><INPUT TYPE=HIDDEN NAME="Newest"
VALUE="Newest"></FORM></TD></TR></TBODY>
</TABLE>
<P>&nbsp;</TD>
</TR>
</TABLE>
<TABLE class="footer">
<TR>
<TD>

Round The Bend Wizards © 2005 | All Rights Reserved

</TD>
</TR>
</TABLE>
</DIV>

</BODY>

</HTML>
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
===
| The unencrypted source please
|
| "Steve Easton" wrote:
|
| > Screenshots::
| > Image
| > http://www.95isalive.com/test/mad1472.gif
| >
| > Source
| > http://www.95isalive.com/test/source.gif
| >
| >
| > --
| > Steve Easton
| > Microsoft MVP FrontPage
| > 95isalive
| > This site is best viewed............
| > ........................with a computer
| >
| > | > > Hi Steve,
| > >
| > > I am beginning to believe that these people who created the program to
| > > prevent others from viewing the souce code and such are a bit more
advanced
| > > than the last time you guys checked this out. The Temporary Internet
files
| > > was the first place I checked and while it does store the page there,
it is
| > > blank. At the moment, I don't think you are going to be able to even
copy the
| > > code in IE and unless you have Firefox, it's just not going to happen.
If
| > > you are able to do it, as Jerry McGuire would say "show me the code".
| > >
| > > "Steve Easton" wrote:
| > >
| > > > If you can see it in your monitor, it's already stored on your
computer
| > > > in the Temporary Internet files.
| > > >
| > > > At this time it is "Impossible" to defeat that process.
| > > >
| > > >
| > > > --
| > > > Steve Easton
| > > > Microsoft MVP FrontPage
| > > > 95isalive
| > > > This site is best viewed............
| > > > ........................with a computer
| > > >
| > > > | > > > > I have read quite a few articles in here about the futility of
attempting to
| > > > > protect images by disabling right click etc: with most of the
articles saying
| > > > > if it's on the net, you can get it. Today I happened to be
looking at some
| > > > > templates and wanted to have a look at the source code and was
unable to
| > > > > understand it or copy it. Also unable to right click or do a
print screen.
| > > > > You can't even copy and paste the URL on this site. Just click on
any of the
| > > > > templates there and you will see what I mean.
| > > > > http://www.rtbwizards.com/new/new_templates.asp
| > > > > Can anyone tell me how they did that?
| > > >
| > > >
| > > >
| >
| >
| >
 
Hi Tom, the code below that you posted is from an unprotected page. You have
to open one of the templates on the page below and then go to a working model
to get the encrypted code. I cant send the url because it wont copy.
 
Back
Top