Page 1 of 1

PostPosted:Mon Mar 07, 2005 1:41 pm
by Brand
M'k'n'zy really wanted me to install the user posting styles mod at my board. I tried to install it with the lastest version of easy mod but I get a error.
Code: Select all
Critical Error

FIND FAILED: In file [admin/admin_users.php] could not find:

$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" . $avatar_sql . "
WHERE user_id = $user_id";

MOD script line #194 :: FAQ :: Report
He said someone here could help me out. So could someone please help me? Thank you.

PostPosted:Mon Mar 07, 2005 2:37 pm
by Shellie
You would have to do that part of the mod manually.

PostPosted:Mon Mar 07, 2005 8:31 pm
by SineSwiper
It depends on how many mods you have before it. Also, phpBB just released two other quick versions, so 2.0.11 isn't currently any more. It just so happens that they rejected my MOD right as they released one of the versions, so when I have time, I'll need to fix it for 2.0.13.

Goddamn programmers just need to fix all of their security shit at the same time, though it seems like they've revamped a lot of the code in V3, but we still have to wait for it to get here.

PostPosted:Mon Mar 07, 2005 10:48 pm
by Brand
Teh Lame

I'll keep a look out. Thank you very much.