es wäre wirklich sehr nett, wenn mir da jemand helfen könnte.
Wie bereits erwähnt ist mein Forum derzeit unbrauchbar.
Ich müsste das sonst wieder rückgängig machen, es würden sich wieder Roboter anmelden und das ganze wäre umsonst gewesen.

Code: Alles auswählen
// Anti Bot Question Mod - End
<input type="hidden" name="coppa" value="' . $coppa . '" />';
if( $mode == 'editprofile' )
{
$s_hidden_fields .= '<input type="hidden" name="user_id" value="' . $userdata['user_id'] . '" />';
//
// Send the users current email address. If they change it, and account activation is turned on
// the user account will be disabled and the user will have to reactivate their account.
//
$s_hidden_fields .= '<input type="hidden" name="current_email" value="' . $userdata['user_email'] . '" />';
}
if ( !empty($user_avatar_local) )
{
$s_hidden_fields .= '<input type="hidden" name="avatarlocal" value="' . $user_avatar_local . '" /><input type="hidden" name="avatarcatname" value="' . $user_avatar_category . '" />';
}
Code: Alles auswählen
// Anti Bot Question Mod - End
$s_hidden_fields .= '<input type="hidden" name="sid" value="' . $userdata['session_id'] . '" />';
if( $mode == 'editprofile' )
{
$s_hidden_fields .= '<input type="hidden" name="user_id" value="' . $userdata['user_id'] . '" />';
//
// Send the users current email address. If they change it, and account activation is turned on
// the user account will be disabled and the user will have to reactivate their account.
//
$s_hidden_fields .= '<input type="hidden" name="current_email" value="' . $userdata['user_email'] . '" />';
}
if ( !empty($user_avatar_local) )
{
$s_hidden_fields .= '<input type="hidden" name="avatarlocal" value="' . $user_avatar_local . '" /><input type="hidden" name="avatarcatname" value="' . $user_avatar_category . '" />';
}
Code: Alles auswählen
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /var/www/users/tobi/forum/db/mysql4.php on line 318
Code: Alles auswählen
mysql_free_result($query_id);
Code: Alles auswählen
mysql_free_result($query_id);
Code: Alles auswählen
@mysql_free_result($query_id);
Code: Alles auswählen
// Anti Bot Question Mod - Start
include($phpbb_root_path . 'includes/functions_abq.' . $phpEx);
// Anti Bot Question Mod - End
Code: Alles auswählen
generate_smilies('inline', PAGE_POSTING);// Anti Bot Question Mod - Start
Code: Alles auswählen
// Generate smilies listing for page output
generate_smilies('inline', PAGE_POSTING);
// Anti Bot Question Mod - Start
$abq_CaseInfo = ABQ_AskQuestion('Posting');
// Anti Bot Question Mod - End
Code: Alles auswählen
'SMILIES_STATUS' => $smilies_status, // Anti Bot Question Mod - Start
Code: Alles auswählen
'SMILIES_STATUS' => $smilies_status,
// Anti Bot Question Mod - Start
'L_ABQ_QUEST' => $abq_quest,