cu2 mod van paultje

Hulp nodig bij een modificaties of op zoek naar een MOD? Bekijk ons archief. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
Gebruikersavatar
Gekke_Tok
Berichten: 78
Lid geworden op: 08 mar 2005, 23:32
Locatie: Rotterdam
Contacteer:

cu2 mod van paultje

Bericht door Gekke_Tok » 21 mar 2006, 15:47

het is me eindelijk gelukt om cu2 mod van paul te instaleren alles gelukt
alleen als ik bij administrator paneel cu2 optie aan wil zetten voor users krijg ik deze error zodra ik het paneel op kom

Parse error: parse error in /data/members/free/tripod/nl/h/i/n/hindunature/htdocs/admin/admin_users.php on line 675

dit is line 675 bij me admin_users.php

$sql = "UPDATE " . USERS_TABLE . "
SET " . $username_sql . $passwd_sql . "user_email = '" . str_replace("\'", "''", $email) . "', user_icq = '" . str_replace("\'", "''", $icq) . "', user_website = '" . str_replace("\'", "''", $website) . "', user_occ = '" . str_replace("\'", "''", $occupation) . "', user_from = '" . str_replace("\'", "''", $location) . "', user_interests = '" . str_replace("\'", "''", $interests) . "', user_sig = '" . str_replace("\'", "''", $signature) . "', user_viewemail = $viewemail, user_aim = '" . str_replace("\'", "''", $aim) . "', user_yim = '" . str_replace("\'", "''", $yim) . "', user_msnm = '" . str_replace("\'", "''", $msn) . "', user_attachsig = $attachsig, user_sig_bbcode_uid = '$signature_bbcode_uid', user_allowsmile = $allowsmilies, user_allowhtml = $allowhtml, user_allowavatar = $user_allowavatar, user_allowbbcode = $allowbbcode, user_allow_viewonline = $allowviewonline, user_notify = $notifyreply, user_allow_pm = $user_allowpm, user_notify_pm = $notifypm, user_popup_pm = $popuppm, user_lang = '" . str_replace("\'", "''", $user_lang) . "', user_style = $user_style, user_timezone = $user_timezone, user_dateformat = '" . str_replace("\'", "''", $user_dateformat) . "', user_active = $user_status, user_rank = $user_rank", profile = '$profiel', may_profile = '$profiel_mag', profile_on = '$profiel_aan' . $avatar_sql . "
WHERE user_id = $user_id";


raad graag als het kan

Gesloten