Quote:
Originally Posted by Rampag33
Where's the user-agent box to add ips
I ran the query but don't see it in the admin cp
search the database and don't find anything realted to the query for it.
|
You do not add IPS, you add useragents into this.
PHP Code:
// spider list
$spidernamelist = array(
'scooter' => 'Altavista',
'fast-webcrawler' => 'AlltheWeb',
'ask jeeves' => 'Ask Jeeves',
'googlebot' => 'Google',
'grub.org' => 'Grub Client',
'slurp@inktomi' => 'Inktomi',
'lycos' => 'Lycos',
'turnitinbot' => 'Turnitin.com'
);