Quote:
Originally Posted by kall
Something everyone may want to know:
This script's main file is now being targetted by referrer spambots.
They go straight for statistik.php?do=referrer and your referrer links get filled with porn sites' URLs.
|
Thank you.
Good to know this!
The best way to delete all referers is, to use the function empty the statistk_referer table, directly in the mysql.
Or use a query like this:
PHP Code:
Truncate TABLE 'statistik_referer'
.
PcFreak