View Single Post
  #326  
Old 30th October 2015, 19:55
kOni kOni is offline
Senior Member
 
Join Date: Apr 2012
P2P
Posts: 17
Default
Quote:
Originally Posted by Scronler View Post
After finish of all things in http://mydomain.com/admincp.php

Configuration Settings
sql/fullymodded.sql file successfully installed...

REMEMBER to install the forum after making your sysop account by just clicking the forum link at the top

Fullymodded Installation is finished now, you can click here to register a Sysop Account.

When i click on Sysop Account i go to signup page http://mydomain.com/signup.php but on signup page get this error:

Click the image to open in full size.

$res = mysql_query("SELECT * FROM bans WHERE $nip >= first AND $nip <= last") or sqlerr(__FILE__, __LINE__);

Please, help me what i must to do...


try this
PHP Code:
$res mysql_query("SELECT * FROM bans WHERE '$nip' >= first AND '$nip' <= last") or sqlerr(__FILE____LINE__); 
Reply With Quote
The Following User Says Thank You to kOni For This Useful Post:
Slocate (30th October 2015)