b2k Posted August 23, 2007 Share Posted August 23, 2007 Hi, i`m have installed Wordpress, but i want to improve a ban system. See: I going to have a table, with all the ip visited in my blog...So first i have to add the record of that ip?...How can i do?.... Sencond..This what i have done $ip= $_SERVER['REMOTE_ADDR']; $ban = $SQLQUERY; if($ban == $ip) { include './ban/index.php'; Thanks..No so much, because, i`m a little newbie with sql Thanks for the attention Link to comment https://forums.phpfreaks.com/topic/66399-ban-system-with-sql/ Share on other sites More sharing options...
b2k Posted August 25, 2007 Author Share Posted August 25, 2007 somebody? Link to comment https://forums.phpfreaks.com/topic/66399-ban-system-with-sql/#findComment-333855 Share on other sites More sharing options...
teng84 Posted August 26, 2007 Share Posted August 26, 2007 i dont know about word press but banning only inserting record into the db and saying ban, like putting yes or no if yes then ban now on your query always include a condition saying that "where ip_condition = 'no'" Link to comment https://forums.phpfreaks.com/topic/66399-ban-system-with-sql/#findComment-334739 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.