View Single Post
  #36  
Old 9th March 2008, 16:42
Neptune
Guest
 
Posts: n/a
Default re: X-Fusion Tracker
Quote:
Originally Posted by Speedyx90
Nice share ^^ :shock:
Was cool to have more themes,styles


Fatal error: Call to undefined function sql_query() in C:\XAmp\xampp\htdocs\include\cleanup.php on line 504? hm..?
remove it

Code:
    // delete old regimage codes
    $secs = 1 * 86400;
    $dt = time() - $secs;
    sql_query("DELETE FROM captcha WHERE dateline < $dt") or sqlerr(__FILE__,__LINE__);
Reply With Quote