2 personman Nov 22, 2005 16:20

Uhm, I logged into my mysql control panel, but I didn't manage to find the entry which stores the referers. Could you be more precise? Something like a short walkthrough :)
Thank you in advance,
Francesco
evo_hitlog is the table for storing referral and other hits.
Issue this sql command to find all stats from an ip:
SELECT * FROM `evo_hitlog` WHERE hit_remote_addr = '1.2.3.4'
Then use
DELETE FROM `evo_hitlog` WHERE hit_remote_addr = '1.2.3.4'
to delete all hits from 1.2.3.4
Be careful!
Thank you!
Quick, easy and lethal like a ninja :D
Very thank you, personman!
Mod, you can freeze this thread ;)
You can delete all spam from that IP using something like PHPmyadmin to manually remove it from the database.