Quote:
Originally Posted by Zachariah
So basicly every user's post ip must be reset. This hack looks @ the IP recorded on each post. If all your posts have the same IP then we could Null the posts that are currently on you forum to "enpty or blank" value and all the new posts will be ok.
Code:
UPDATE `post` SET `ipaddress` = '' WHERE `ipaddress` ='xxx.xxx.xxx.xxx';
xxx.xxx.xxx.xxx fill in the IP you want to remove.
|
thank you!
but where do i have to add this code?
***edit***
i got it. its ans sql command
anyone knows where the registration ip adresses were stored? i need do clear this ip there too.