![]() |
TimesOut, Britmovies,
Checks, that you have uploaded source files to server, and set ptoper permission. That file exists in archive. |
Since it has been updated after I installed it, is it necessary to download and replace all the files again? Is that how you do it? Download it again as if you never had it and let it replace what is there already?
|
Yes, all files have been changed. You have to reupload all (override old ones, if any).
|
Invalid SQL:
Code:
SELECT DISTINCT COUNT(cr.logid) AS count edit: two actually. You need to sanitize $user_name Additionally, there's XSS on the search fields. You need to sanitize those for HTML usage as well. And everywhere where it lists usernames. |
|
Thanks for the quick response! I have some remarks, however.
Why are you applying htmlspecialchars_uni() to the usernames before using them in the query? That should be unnecessary and in fact will probably cause problems with users who have <>& or similar signs in their usernames. $db->escape_string() should be enough there. Code:
print_input_row($vbphrase['username'], 'username', $user_name, false); Code:
print_input_row($vbphrase['username'], 'username', htmlspecialchars_uni($user_name), false); |
You could check on real data fist. Nicks in db are html-escaped.
|
Ah. Yeah, I wasn't too sure about that one.
|
Fatal error: Call to undefined function rcd_pm_log_CacheTemplates() in /home/xxxxxxx/public_html/includes/class_bootstrap.php(1312) : eval()'d code on line 363
I cant use anything with update |
Updated version to fix bug with SQL, reported by mplode.
|
All times are GMT. The time now is 03:55 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|