Jump to content

Ban system with sql


b2k

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.