|
Phphantom Super Spider
This super spider controler is more for search engines
This stealth bot will control all 9000 or so bots
which crawl the net. most are hamless but some are, we like
to call them the bad bots. Not for getting the websense-filtring
companys Lets explain bad bots first.
Bad bots are spider bots that dont follow the normal rules
robots.txt or the htaccess file.
Whats websense, well this is one of the major players in
net filtering which is basicaly a data base full of sites
it thinks its members use eg schools, work places, internet
cafes, office, Which will mean sensor ship of all proxy sites
adult sites and even the socal net working sites and ebay.
How the super mod works it will only let in the spider bots
you want to let in by adding ther USER
AGENTS LIST which can be got from the net here link to
a full list user agents. And then those you let in will go
to your site and index so it will be listed in the search
index, But the bad bots or bots that you dont want will be
redirected to teachme file or delet the teach me file and
it will be sent amesage say (server error site not found)
which will mean your site does not exsist any more.But on
the teach me file you can put information about thinks that
are what we call normal info like weather news sites or even
some think about spelling,(which i can do with some times)
Buy our script here as this and webproxytalk are the only
place where this script can be brought from

This super stealth spider will work on any web site

How to set it up
We at phphantom -zelune network have try to make this
easy so just follow these simple steps and all so be fine
.If not we can install for you at for a small fee of $20.00.
.Upload the zip to its own folder name it stopspider . unzip
all its fiiles and then follow the read me txt shown below
Phpantom-stealth blocker WWW.PHPHANTOM.COM all rights and
copy rights will re remain phphantom.com
Add
<?php require_once("./StopSpider/auth.php");
To your index page—if you all ready have <?php at
the start then
Just add - -require_once("./StopSpider/auth.php");
Then just up load the stopspider folder set the wwwhit.log
chmod 666
And then add your date base info in the dbinfo.php.
You will need to go to --dbinfo.php
/// This is the current logic to determine a spider
/// Currently We block IPs.
/// Cause a spider can only identified by its IP
define('MAX_HIT_FROM_IP_PER_HOUR',150);
/// defines the time duration of keeping the log to analyze
/// spider behavior. In short, this is the time duration for
/// how long an IP will be kept blocked. After this time
/// period the log will be deleted. Its important to use this
/// script to delete logs. The more the log the more decresing
/// performance. Also you can block an IP forever instead
of
/// specific dureation.
///
/// avaliable values are minute,hour,day,month,year, null
/// User null to allow block forever.
define('LOG_PERSISTENCE_DURATION','month');
/// This is the error log file of all the hits that was handled
by the script.
/// The path must be real path and the file must be writtable
by wrold.
/// You can do it by
/// chmod 666 wwwhit.log
/// Common database connection parameter. Your date base info
/// These are the name of bots that you want to allow.
/// All bot name will be in string
/// You can find this strings called 'user agent' in internet.
///
/// @example
/// $ALLOWED_BOT = array(
/// 'webbot1',
/// 'webbot2',
/// 'webbot3'
/// );
Whtch out for spaces as this will make a error
You all so can set the teach me file to any think you think
will work.
Enjoy

Want to advertise on this page then please contact us and
ask for advert page super stealth spider prices . what you
will get is your ad solely on this page
|