Thread: NetManiack v1.6
View Single Post
  #45  
Old 27th February 2008, 11:34
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default Re: NetManiack v1.6
Quote:
Originally Posted by blur13th

i have got an error like this.

how can i fix it?

i've installed in web hosting.
there seems to be a problem with this mod:

Code:
/* Ban emails by x0r @tbdev.net */
    $res = mysql_query("SELECT id, comment FROM bannedemails WHERE email = ".sqlesc($email)." OR email = ".sqlesc($wildemail)."") or sqlerr(__FILE__, __LINE__);
    if ($arr = mysql_fetch_assoc($res))
    stderr("Sorry..","This email address is banned!

Reason: $arr[comment]", false);
}
Reply With Quote