Homepage
Web Authoring
Web Design Utilities
AtomPark TagsLock CGI
CGI scripts to protect HTML and Web sites
Description of AtomPark TagsLock CGI:
TagsLock CGI is a server-side version of our web site protection software. Written in Perl, this tool works for most web servers running Apache and Perl 5.
Once this script is Installed, it solves problems with hotlinking and content theft. TagsLock CGI stops access from programs such as Teleport Pro and Offline Explorer. No one Web Content Filter will cut any portion of your pages. Therefore, TagsLock CGI helps to save advertisments popping up. (Proxomitron, a Content filter, can cut bunners out in your original pages).
TagsLock CGI is a library of functions that converts original html code into protected code, all you need to do is modify some "print" codes in CGI-files. For example:- before TagsLock CGI:
print "Original page with plain html text"; print "Mail us";
- with TagsLock CGI and applied protection:
print tlp_encrypt_string("Original page with plain html text"); print tlp_encrypt_email("Mail us", "mail@mySite.com");
See Also: All products from AtomPark Software
|