ok...stay on! lemme get the code...!!
PHP Code:
$xtime=time()-$t;
$DB_site->query("UPDATE post SET title='".addslashes(htmlspecialchars($title))."',pagetext='".addslashes($message)."',allowsmilie='$allowsmilie',showsignature='$signature',iconid='$iconid',time=time+'$xtime'$editedbysql$attachmentsql WHERE postid='$postid'");
unindexpost($postid);
indexpost($postid);
eval("standardredirect(\"".gettemplate("redirect_editthanks")."\",\"showthread.php?s=$session[sessionhash]&postid=$postid#post$postid\");");
}
if ($action=="deletepost") {
if ($deletepost=="yes") {
//get first post in thread
$getfirst=$DB_site->query_first("SELECT postid,dateline FROM post WHERE threadid='$threadid' ORDER BY dateline LIMIT 1");
it's on line 326. those are 320-330.
also, is that log-in prob in newattachment.php? *is illiterate*
and, this is 2.2.6 btw