und ja eine Umfragen ID ist auch drin, sogar eine Umfrage
die Intro funktioniert, halt nur die portal seite nicht
Code: Alles auswählen
// Intro + Portal MOD START
$sql = "SELECT * FROM " . INTROPORTALMOD_TABLE;
if( ($result = $db->sql_query($sql)) )
while ( $row = $db->sql_fetchrow($result) )
{
$introportalmod_config[$row['config_name']] = $row['config_value'];
}
// Intro + Portal MOD ENDCode: Alles auswählen
$user_ip = encode_ip($client_ip);