1 papzadsl Nov 21, 2005 18:19
3 papzadsl Nov 22, 2005 18:50
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
4 personman Nov 22, 2005 19:36
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!
5 papzadsl Nov 22, 2005 21:47
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.