Exo
04-07-2003, 05:58 PM
Hi,
i have a problem with my self made hack, i become all the time a parse error, which } is wrong there?
if (($X==1) && $X) {
if (($X == '') && ($X == '') && ($X == '') && ($X == '') && ($X == '')) {
$DB_site->query("DELETE FROM X WHERE threadid='$threadid'");
} else {
$data=$DB_site->query_first("SELECT X,X,X,X,X from X WHERE threadid=$threadid");
if (($data['X'] != '') && ($data['X'] != '') && ($data['X'] != '') && ($data['X'] != '') && ($data['X'] != '')) {
$DB_site->query("UPDATE X SET X='".addslashes($X)."',X='".addslashes($X)."',X='".addslashes($X)."',X='".addslashes($X)."',X='".addslashes($X)."' WHERE threadid='$threadid'");
} else {
$DB_site->query("INSERT INTO X (threadid,X,X,X,X,X) VALUES('$threadid','".addslashes($X)."','".addslashes($X)."','".addslashes($X)."','".addslashes($X)."','".addslashes($X)."')");
} else {
$DB_site->query("UPDATE IGNORE X SET threadid='$threadid',X='".addslashes($X)."',X='".addslashes($X)."',X='".addslashes($X)."',X='".addslashes($X)."',X='".addslashes($X)."'");
}
}
}
eval("standardredirect(\"".gettemplate("X")."\",\"showthread.php?s=$session[sessionhash]&postid=$postid#post$postid\");");
}
thanks for help! ;)
i have a problem with my self made hack, i become all the time a parse error, which } is wrong there?
if (($X==1) && $X) {
if (($X == '') && ($X == '') && ($X == '') && ($X == '') && ($X == '')) {
$DB_site->query("DELETE FROM X WHERE threadid='$threadid'");
} else {
$data=$DB_site->query_first("SELECT X,X,X,X,X from X WHERE threadid=$threadid");
if (($data['X'] != '') && ($data['X'] != '') && ($data['X'] != '') && ($data['X'] != '') && ($data['X'] != '')) {
$DB_site->query("UPDATE X SET X='".addslashes($X)."',X='".addslashes($X)."',X='".addslashes($X)."',X='".addslashes($X)."',X='".addslashes($X)."' WHERE threadid='$threadid'");
} else {
$DB_site->query("INSERT INTO X (threadid,X,X,X,X,X) VALUES('$threadid','".addslashes($X)."','".addslashes($X)."','".addslashes($X)."','".addslashes($X)."','".addslashes($X)."')");
} else {
$DB_site->query("UPDATE IGNORE X SET threadid='$threadid',X='".addslashes($X)."',X='".addslashes($X)."',X='".addslashes($X)."',X='".addslashes($X)."',X='".addslashes($X)."'");
}
}
}
eval("standardredirect(\"".gettemplate("X")."\",\"showthread.php?s=$session[sessionhash]&postid=$postid#post$postid\");");
}
thanks for help! ;)