View Single Post
  #327  
Old 30th October 2015, 21:33
Slocate's Avatar
Slocate Slocate is offline
Senior Member
 
Join Date: Aug 2013
P2P
Posts: 18
Default
Quote:
Originally Posted by kOni View Post
try this
PHP Code:
$res mysql_query("SELECT * FROM bans WHERE '$nip' >= first AND '$nip' <= last") or sqlerr(__FILE____LINE__); 
Its works now! Thanks so much!


Another error when i click on userdetails

SQL Error

Table 'imgp2p_db.phpbb_posts' doesn't exist

Do u have idea how can fix it :(

Last edited by Slocate; 30th October 2015 at 21:49.
Reply With Quote