Archive for October, 2006

Bannergate

Monday, October 30th, 2006

BANNER GATE

CLICKS FOR PASSWORDS PROMOTIONAL SYSTEM

A completely new concept in marketing your password site.  Allow users to signup and send you unique clicks for free access to your password site.  Instant account activation, secure code blocks uses of image tag and frame triggers.  Tracks both with cookies and IP addresses to prevent cheating.  Members can check their stats in realtime.  Admin interface allows easy overview of accounts and deletion of dead accounts.  Once user has surpassed your predefined threshold an email is sent out to the administrator notifying that a free account has been earned.  We put this system on our site and watched our traffic soar by 35% in the first 3 days.

System Requirements

  • Perl 5
  • Mysql Database Software
  • Msql-Mysql Module
  • DBI Module
  • Password protection ability recommended
  • Unix recommended
  • Sendmail

Features

  • Mysql backend million times faster than lame flatfile systems
  • Allows account holders to login to check their stats in realtime
  • Tracks impressions, clickthroughs and CTR’s
  • Secure admin interface allows overview of all account statistics
  • Admin statistics calculated
  • Modify & Delete accounts at will
  • Uses both cookies and IP addresses for maximum security
  • Negligable system load

SuperStats Statistics Log Analyzer

Monday, October 30th, 2006

SuperStats Statistics Log Analyzer

I purchased Web Trends awhile back. The program looked great, but was virtually useless. Everyday you had to download your stats (10-20 megabytes of data) and then Web Trends would spit out a ton of data which I manually checked and found to be innaccurate. I also signed up for their affilliate program but they never sent me a dime. Worse was 50% of the data analysis was completely worthless. Thus, I invented a completely automated version of their program except I took out all the bugs and didnt waste time making pretty graphics. This is a hardcore statistical analyzer. Calculates raw hits, page views, bookmarked visitors, home page views, unique visitors, bandwidth, page views per visitor, operating systems and browsers used, error reports, lists top refering URLS, most and least popular webpages on your site, and even does security checks to warn you of hackers trading passwords and networks launching password hurler attacks. This may not be as pretty as Web Trends but its a hell of alot more useful. Runs automatically via crontab.System Requirements

  • Perl 5
  • Apache style combined (referer & access) logs recommended (not tested on transfer logs)
  • crontab
  • Unix recommended

Features

  • Raw hits
  • Page views
  • Counts bookmarked visitors
  • Home page views
  • Counts UNIQUE VISITORS
  • Calculates site bandwidth
  • Page views per visitor
  • Operating system and browser analysis
  • Error reports (404, 302, 500, etc)
  • Lists top refering URLS
  • Lists most popular pages
  • Lists least popular pages
  • Scans for password traders
  • Scans for password hurlers

Clickblaster

Monday, October 30th, 2006

MYSQL POWERED MULTILEVEL CLICKTHROUGH AFFILIATES SYSTEM

Clickblaster will send you so much traffic your provider may actually shut you down.  This is a seriously hardcore promotional engine with a mysql backend for ultraspeed and ultralow CPU drainage.   The system tracks hits through 3 levels and even to the point of sale.  Thus you track the “hit and runs” or primary clickthroughs, the people that actually surf through your site to a secondary page, and even to a 3rd (or tertiary) page.   Various rewards are distributed depending on the QUALITY of the clickthrough traffic so you don’t get screwed by losers trying to cheat your system.  There are 4 variables to compare.  Initial clickthrough, secondary page, tertiary page, and sale.   The 2nd, 3rd, and sale pages can be hidden ANYWHERE on your server making it a virtual nightmare for anyone to try and hack through.  Banners are served from the AFFILIATES server which minimizes server load.  Impressions are not tracked in this version because well - who the hell cares anyway?  The point of this clickthrough system is that when an affiliate earns a specified number of “credits” they earn a free prize, free password, or whatever.  All screening is done manually and the great thing is everyone that signs up is automatically stored in a handy email database for future marketing.  Tracks with cookies and our special IP tracking for extra security.  You really should try this one out on our site to get a feel for what this is all about.  All I can say is when I launched the predecessor (bannergate) I was completely unprepared for the level of traffic this was about to generate.  This is now the second generation of this type of clickthrough marketing tool and I feel it is a superior design.  Bannergate has its place, but this in my opinion is like the atomic bomb.  Members can check their stats in realtime.  Admin interface allows easy overview of accounts and deletion of dead accounts.  Once user has surpassed your predefined threshold an email is sent out to the administrator notifying that a free account has been earned.

System Requirements

  • Perl 5
  • Mysql Database Software
  • Msql-Mysql Module
  • DBI Module
  • Server Sides Includes
  • Password protection ability recommended
  • Unix recommended
  • Sendmail

Features

  • Mysql backend million times faster than lame flatfile systems
  • Allows account holders to login to check their stats in realtime
  • Tracks 3 levels of clickthroughs (primary, secondary, tertiary)
  • Tracks sales (optional)
  • Banner images served from affiiate server for minimal system load
  • Secure admin interface allows overview of all account statistics
  • Admin statistics calculated
  • Modify & Delete accounts at will
  • Uses both cookies and IP addresses for maximum security
  • Negligable system load

All Whois CDomain Pro Clone

Monday, October 30th, 2006

CDOMAIN PRO CLONEWARE

Works just like cdomain but coded Superscripts style from scratch.  Increased the speed of performance with all the features a professional registrar needs.  All whois does everything cdomain pro boasts only better.  Enables researching domain name availability for all registrars (not just internic).   This script is a nice service for webhosting companies.  Allows user to search for domain name availability with ANY registrar.  Also does global searches based on keywords so if you can’t register party.com you can search all the other NIC’s in the world (i.e. .uk, .mx, etc.) to see if you can register something like party.uk.co or whatever.  Adding new registrars is a snap and installation takes maybe 2 minutes.

System Requirements

  • Perl 5
  • Unix recommended
  • Ability to make socket connections to whois (supported by MOST hosting companies)

Features

  • Add new registrars in seconds
  • Whois lookups for all current registrars supported
  • Global whois lookup based on keywords
  • Will search every TLD to see if you can find your keyword match
  • Domain wizard offers alternate suggestions to your domain name of choice
  • Same features as CDOMAIN pro basically only I wrote the code so its way better

Perl CGI Script Decrypter - Unobfuscating CGI Scripts

Monday, October 30th, 2006

Ever get a script that looks something like this???

split(/=/, $pair); $value =~ tr/+/ /; $value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack(”C”, hex($1))/eg; $value =~ s/~!/ ~!/g; $value =~ s/(`|\*|\(|\)|\[|\])//g; $FORM{$name} = $value; $FORM{$name} = &untaint($FORM{$name}); } $FORM{’customerid’} =~ s/ //g; $delimiter = “|”; if ($stay_in_ssl) { $FORM{’MerchantApprovedURL’} =~ s/http:/https:/i; $FORM{’MerchantUnApprovedURL’} =~ s/http:/https:/i; } if ( $FORM{’mailprog’} =~ /(-server)/ ) { ($FORM{’mailprog’},@temp) = split(/ /,$FORM{’mailprog’}); $blat_server_temp = ” @temp”; } @common_sendmail_paths = (”/usr/sbin/sendmail”, “/usr/lib/sendmail”, “/usr/bin/sendmail”, “/bin/sendmail”, “/var/qmail/bin/qmail-inject”, “/usr/home/stormer/bin/sendmail”, “C:/winnt/system32/windmail.exe”, “C:/winnt/system32/blat.exe”, etc…

What a pain in the neck! It’s all one line of code and a complete pain in the ass to tweak and customize. Now with my simple Perl De-Obfuscator (decrypter) you can in seconds turn something like the above into something more pleasant and practical like this below:

read(STDIN, $buffer, $ENV{’CONTENT_LENGTH’});
@pairs = split(/&/, $buffer);
foreach $pair (@pairs) { ($name, $value) = split(/=/, $pair);
$value =~ tr/+/ /;
$value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack(”C”, hex($1))/eg;
$value =~ s/~!/ ~!/g;
$value =~ s/(`|\*|\(|\)|\[|\])//g;
$FORM{$name} = $value;
$FORM{$name} = &untaint($FORM{$name});
} $FORM{’customerid’} =~ s/ //g;
$delimiter = “|”;
if ($stay_in_ssl) { $FORM{’MerchantApprovedURL’} =~ s/http:/https:/i;
$FORM{’MerchantUnApprovedURL’} =~ s/http:/https:/i;
} if ( $FORM{’mailprog’} =~ /(-server)/ ) { ($FORM{’mailprog’},@temp) = split(/ /,$FORM{’mailprog’});
$blat_server_temp = ” @temp”;
} @common_sendmail_paths = (”/usr/sbin/sendmail”, “/usr/lib/sendmail”, “/usr/bin/sendmail”, “/bin/sendmail”, “/var/qmail/bin/qmail-inject”, “/usr/home/stormer/bin/sendmail”, “C:/winnt/system32/windmail.exe”, “C:/winnt/system32/blat.exe”,

System Requirements

  • Perl 5

Features

  • Installs in seconds
  • Decrypted script works exactly the same as original only you can actually READ IT!

Automatic Useradd

Monday, October 30th, 2006

CREATES REAL UNIX USER ACCOUNTS FROM WEB BASED FORM

From a simple 2 form field (username/password) this script creates a REAL ftp account.  Any mediocre programmer can also add other routines to add mail accounts, etc.  A great building block and you won’t find this type of script ANYWHERE on the net.  We are the only site with this technology.  So get your cgi book out and you can do all kinds of cool stuff with this utility.  This is perfect for using with the apache append/prepend mod compilation if you know what i mean - if you dont…. then wait… geocities is coming…

System Requirements

  • Perl 5
  • Sendmail
  • PERL MODULES LISTED BELOW (simple to install - all included)
  • Expect.pm
  • IO-Stty-.02.tar.gz
  • IO-Tty-0.03.tar.gz
  • IO-1.20.tar.gz
  • Requires dedicated server
  • Works on unix and linux operating systems

Features

  • Simple 2 field form
  • Creates REAL unix telnet, ftp, email accounts with the push of a button
  • Easily interfaces with other code to build all sorts of cool stuff

Guestbook Replicator

Monday, October 30th, 2006

MULILEVEL REPLICATING GUESTBOOK PROMOTER & SPIDER TRAP

Forget link-o-matic.  They suck anyway.   This is a multi-level free giveaway guestbook replicator that is completely self contained.  Easy to install.  Setup and users can create with a simple form an instant customizable guestbook on any topic they wish.  Each “sub” user even has their own admin panel.  The master admin panel keeps you in control and allows you to blast messages to all the message boards (you can charge for this by integrating with one of our many billing systems).  Since everything is cross-linked this makes a great spider trap to give you traffic.  Your custom header and footer are displayed on every single page.  Admin point and click allows total control over the entire system.

System Requirements

  • Perl 5
  • Sendmail

Features

  • Simple setup
  • Allows users to setup an instant guestbook WITH admin panel
  • Allows you to broadcast messages to all users and even charge a fee
  • Intuitive point and click master admin lets you maintain total control over the entire system
  • All pages are cross linked for maximum search engine exposure
  • Custom header/footer allows you to post your banners or html on every page

Sales Lead Generator

Monday, October 30th, 2006

EFFECTIVE SALES LEAD GENERATOR OR SURVEY CGI SCRIPT

Easy to setup CGI Script that generates highly targeted sales leads or perform surveys by allowing your website visitors to register and download a free sample of your merchandise, a coupon, discount code, tutorial, information, or any other incentive.  Requires visitor to enter valid email address in order to receive free download access.  Registration form may be customized - only required field is email field and opt-in checkbox.  All information collected in the form is stored in a flatfile database which can be easily imported into Excel or Access.

Also works with our Xtractor Pro Mailing List Manager and Microextractor CGI Scripts to send out more information about your company if they opt-in.  Script allows registrants to opt-out so there is no worry about sending email to anyone that did not request it.

System Requirements

  • Perl 5
  • Sendmail

Features

  • Extremely simple to setup
  • Allows you to offer any incentive to get people to fill out registration form
  • Registration form is completely customizable (email and opt-in checkbox are only required fields).
  • You can add unlimited fields to the registration form.
  • Enforces valid email address from registrant
  • Can be used to generate sales leads or do surveys
  • Data easily imports into common database software such as Microsoft Excel or Access
  • Compatible with our Xtractor Pro Mailing List Manager and Microextractor CGI Scripts
  • Allows registrants to “opt-out” so there is no danger of spamming unwanted emails
  • Opt-in emails stored in flatfile ready to go database for mailing lists

Poetry Bot

Monday, October 30th, 2006

Intellegent poetry generator and more…

This awesome script allows you to entertain your visitors with randomly generated poems in any style you want.  Just change the simple text files containing nouns, verbs, and the like and you get randomly generated poems in any style you want.  Ginsberg was chosen as default.  The point of this script will not be obvious at first.  Sure its fun to play with and entertaining but the power of this script was when I hacked out the routines to generate titles for websites to spamdex the hell out of adultcheck and other sites…   don’t worry, its coming soon.  In the meantime have a little fun for a change.

System Requirements

  • Unix, Linux Operating System
  • Perl 5
  • SSI

Features

  • Supereasy installation - up in minutes
  • Change the nouns, verbs, etc to create any style of poetry you want
  • Fun script to entertain and disturb your site visitors - we used to get TONS of comments about this on our front page.

Supercloaker

Monday, October 30th, 2006

THE MOST ADVANCED HTML CLOAKING TECHNOLOGY AVAILABLE

The old days when you had to cloak page by page are over.  When I first invented HTML cloaking in the mid 90’s you had to install a special page for EACH html page you wanted to cloak.  Now with supercloaker a single 5 minute install will protect your ENTIRE WEBSITE.   Furthermore, if you have ability to fully utilize .htaccess you don’t have to use .shtml extentions so the cloaking is 100% transparent.  NOBODY has ths technology… until now.  The program comes with a recently updated list of spider IP’s and these lists can be updated and found all over the net.  Keep your precious HTML protected with SUPERCLOAKER the most advanced HTML cloaking software online.