Hi Thomas, denke mit dir kann man deutsch sprechen
Probier mal in den
PHP Code:
$DB_site->query("INSERT INTO modlog (type,userid,threadid,threadtitle,fromforumid,toforumid,timestamp)
VALUES ('$threadinfo[open]','$bbuserid','$threadid','".addslashes($threadinfo[title])."','$threadinfo[forumid]','','".time()."')");
strings
$bbuserid durch
$bbuserinfo[userid] zu ersetzen. Bei mir funktioniert es mit beiden variabeln.
For everybody else who's this problem, try replacing
$bbuserid with
$bbuserinfo[userid] in the seven
PHP Code:
$DB_site->query("INSERT INTO modlog (type,userid,threadid,threadtitle,fromforumid,toforumid,timestamp)
VALUES ('$threadinfo[open]','$bbuserid','$threadid','".addslashes($threadinfo[title])."','$threadinfo[forumid]','','".time()."')");
string's (string above is just an example, there are 7 different strings, but they look similar)