MyBB Community Forums

Full Version: remove all post from a particular ip
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how to remove all post from a particular ip addres ?
its very difficult task....

can any one create a plugin for this task...?
(2011-11-03, 04:52 AM)seminar techi Wrote: [ -> ]its very difficult task....

can any one create a plugin for this task...?

Its not difficult, its just hit and go method. All you've to do is to Enter the following statment in your database's SQL input field and press Go button;
DELETE FROM mybb_posts WHERE ipaddress IN (200.127.126.30);
Replace 200.127.126.30 with the IP of that person from where the posts needs to delete.
...we also need to check threads created from the ip

and again if possible to preview whole post from that ip before going to delete ... that could be a best option...

its common in my forum making post by robots .. so often require to do this job ...

so if any plugin available that could be the most most best option...