The Other Worlds Shrine

Your place for discussion about RPGs, gaming, music, movies, anime, computers, sports, and any other stuff we care to talk about... 

  • Trying to install that UPS MOD

  • Somehow, we still tolerate each other. Eventually this will be the only forum left.
Somehow, we still tolerate each other. Eventually this will be the only forum left.

 #84166  by Brand
 Mon Mar 07, 2005 1:41 pm
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.

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

 #84168  by SineSwiper
 Mon Mar 07, 2005 8:31 pm
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.

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

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