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 Quote Link to comment Share on other sites More sharing options...
b2k Posted August 25, 2007 Author Share Posted August 25, 2007 somebody? Quote Link to comment 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'" Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.