AeroTags TagsLock CGI v. 1.10
Before order, please look at this demo. This is a Perl script powered by TagsLock CGI. Generated page contains some information about itself and sample picture, also this page has our e-mail addresses, which can't be extracted by email grabber.
The source of the script:
before TagsLock CGI:
print "<b>Original page</b> with plain html text";
print "<a href=mailto:mail@mySite.com>Mail us</a>";
with TagsLock CGI and applied protection:
print tlp_encrypt_string("<b>Original page</b> with plain html text");
print tlp_encrypt_email("Mail us", "mail@mySite.com");
# path where TagsLock CGI library can be found:
require "tlp_engine.pl";
$TLP_PATH = "tlp_mailto.pl";
# test user-agent, if non browser - cancel page generation with alert:
if(tlp_non_browser(1)){
exit 1; # non browser access, alert message to remote user and hult
}
else{
print "Content-type: text/html\n\n"; # start html output
}
# insert script to disable off-line page viewing:
# (for the fastest redirect put this script in html-page top)
print tlp_misc_off("http://www.atompark.com");
# now insert frames killing script:
print tlp_misc_killframes();
# start html structure and insert some meta tags:
print "<head>";
print " <meta name='Keywords' content='TagsLock CGI, CGI scripts, protect Web site, real-time software, server-side utilities'>";
print " <meta name='Author' content='AtomPark Software Dev. Co.'>";
print " <meta name='Description' content='This page is generated by CGI script powered by AtomPark TagsLock CGI library'>";
print tlp_meta_fastrevisit(); # fast spider revisit tag
print tlp_meta_disImageToolbar(); # disable Image Toolbar
print tlp_meta_discache(); # browser cache disabling
print "</head>";
# start page body:
print "";
print tlp_misc_rm("WARNING!!! This page content is protected by international laws and unauthorised use is prohibited!"); # disable right mouse button
print <<"[ENDIT]";
<h1>Powered by TagsLock CGI</h1>
This is sample page generated by CGI-script. There are a lot of same page
in World Wide Web. Now more and more Web sites show non-static html-pages.
This days almost of all Web sites use CGI, SSI, PHP, ASP, JavaServlets and other
server-side technologies.<p>
Using
[ENDIT]
print tlp_crypt_link("http://www.atompark.com/products/tlc.htm", "<b>AtomPark TagsLock CGI</b>");
print <<"[ENDIT]";
you can protect such pages from on-line steal and copyrights violations. It is very
simple to add this protection to your site. Just what you need it is put two
files to /cgi-bin folder and make some corrections in your cgi-scripts. You
can
[ENDIT]
print tlp_crypt_link("http://www.atompark.com/d/tlc.zip" ,
"download sample script");
print <<"[ENDIT]";
demonstrating how to use TagsLock CGI.<p>
For example, this page has next improvements, added by TagsLock CGI:
<ol>
<li>Internet Explorer Image Toolbar is turned off</li>
<li>Right mouse button is disabled</li>
<li>This page will not be shown in a frame</li>
<li>This page can't be viewed without Internet connection</li>
<li>No one e-mail grabber can extract e-mail addresses from this page</li>
<li>Teleport Pro and same programs will fail in this page</li>
<li>This page will not be cached by your browser</li>
</ol>
Of course, TagsLock CGI has more features. To see full list,
[ENDIT]
print tlp_crypt_link("http://www.atompark.com/products/tlc.htm", "go to our Web site");
print <<"[ENDIT]";
to find the latest information.<p>
<h2>E-mail links</h2>
In this section you can see some e-mail links, you can send a letter to any
this address (our company e-mails). But you can't extract this e-mail addresses!
Any e-mail extractor will fail here. So you can protect yourself from SPAM.
<blockquote>
[ENDIT]
print tlp_crypt_email("info\@atompark.com", "General information about our solutions"), "<br>";
print tlp_crypt_email("aff\@atompark.com", "aff\@atompark.com"), " - software reselling program<p>";
print "Next address calls server's script to return e-mail address ";
print tlp_crypt_email_active("support\@atompark.com", "Software support", "Message from TLC demo");
$to_out = <<"[ENDIT]";
</blockquote>
<h2>Images protection</h2>
Try to save next picture to a file. It is not so easy for most of users...<br>
<a href=http://www.atompark.com>
<!-- this image can't be stored by Offline Explorers -->
<img src=pic.jpg vspace=10 width=360 height=360 hspace=10 border=0 alt="Demo picture">
</a>
<h2>Getting the TagsLock CGI</h2>
If you want to apply same things to your Web site, order TagsLock CGI now.
This procedure is available on-line with any credit card. The prices are next:
<ul>
<li><a href=http://www.regsoft.net /purchase.php3?productid=42395&pc=79Q55>Personal license - \$34.85.</a> <i>For one site serving</i></li>
<li><a href=http://www.regsoft.net /purchase.php3?productid=42395&pc=8I7I3>Site license - \$499.</a> <i>For unlimited number of sites served by one company</i></li>
</ul>
[ENDIT]
# print the text with protected order-links:
# (moreover, so a picture will not be saved by Teleport or same tools)
print tlp_crypt_string($to_out);
# finish document (and write our little signature, but ut is optional):
# print tlp_misc_sign(); <-- lets no add it in this demo
print "";
Finally
If you have another questions or need more info, please ask us here.
Download TagsLock CGI description (readme.txt, FAQ, and this demo) in Download central. (or click here to download ZIP-file immediately).
Click to order AeroTags TagsLock CGI:
|
|