I'm having problems with your usenet hack. After fixing all the problems with the SQL statements, when I modified newreply, it stopped working. It would still post the thread, and execute the phpinclude, but that was it. Here's the offending line:
$DB_site->query("INSERT INTO post (postid,threadid,title,username,userid,dateline,nn tpdateline,attachmentid,pagete xt,allowsmilie,showsignature,ipaddress,iconid,visi ble,inreplyto) VALUES (NULL,'$threadid','".addslashes(htmlspecialchars($ title))."','".addslashes(htmls pecialchars($postusername))."','$bbuserinfo[userid]','".time()."','".time()."','$attachmentid','".add slashes($message)."','$allowsm ilie','$signature','$ipaddress','$iconid','$visibl e','$inreplyto')");
This could have to do with the above bug, but post counts aren't working either. When I post in a thread, my count stays the same.
|