View Full Version : MySQL Error
GuizzmyoL
03-28-2003, 02:08 PM
I keep recieving errors at the top of my showthread.php file and in all the threads. It seems to vary in the numbers, sometimes showing 10 of the same error while in other times it only shows 3. Here it is here:
Warning: Unknown modifier 'a' in /home/virtual/site125/fst/home/static/public_html/forum/admin/functions.php on line 832
I've tried re-uploading functions.php and even showthread.php, but it makes no difference... Please
Xenon
03-28-2003, 02:52 PM
what is line 832 of your functions.php?
GuizzmyoL
03-28-2003, 05:59 PM
Well... it seems to have changed, now it's line 801... :dead:
Here's my functions.php file...
don't attach full vB files
GuizzmyoL
03-29-2003, 09:01 AM
:( Sorry filburt. Here's my line 801...
$bbcode=preg_replace($searcharray, $replacearray, $bbcode);
And the code surrounding it...
if ($phpversionnum<"4.0.5") {
$bbcode=str_replace("'", "\'", $bbcode);
}
$bbcode=preg_replace($searcharray, $replacearray, $bbcode);
if($dobbimagecode and ($bbuserinfo[userid]==0 or $bbuserinfo[showimages])) {
// do https://vborg.vbsupport.ru/
$bbcode = preg_replace("/\[img\](\r\n|\r|\n)*((http|https):\/\/([^;<>\(\)\"".iif($allowdynimg,"","!\*\?\&")."]+)|[a-z0-9\/\\\._\- ]+)\[\/img\]/siU", "<img src=\"\\2\" border=\"0\" alt=\"\">", $bbcode);
}
$bbcode = preg_replace("/\[img\](\r\n|\r|\n)*((http|https):\/\/([^;<>\*\(\)\"]+)|[a-z0-9\/\\\._\- ]+)\[\/img\]/siU", "<a href=\"\\2\" target=\"_blank\">\\2</a>", $bbcode);
Help! :(
Xenon
03-29-2003, 04:44 PM
GuizzmyoL,
You are currently showing up as unlicensed. To be able to download hacks and/or receive support here at vBulletin.org, we ask you to please click here (http://www.vbulletin.com/members/forums.php) (vB-germany users click here (http://www.vbulletin-germany.com/members/forums.php)) and enter your email address, to show us that you are licensed.
You will need to use your customer number and password (which will be in the email you got when you paid for your license) to access that page. Please note that your email is case sensitive.
Thank you.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.