|
SOLVED: random code output when viewing thread? 1 Year, 2 Months ago
|
|
SOLVED: PHP Short Tag in MathGuard.php and MathGuard2.php from MXComment Component.
So this is what I get when viewing a thread on my freshly installed fireboard forum.
Link:
nsf.planetunreal.gamespy.com/index.php?o...mp;id=1&catid=13
I'm not sure exactly how to fix this, but I am going to just try to copy all of the files over manually and see what happens. I searched the boards but couldn't find any similar problems, so if anyone could help I would appreciate it.
0); return $output; } /** function that renders a final 3x5 matrix consisting of random characters * @param $a random number a that renders to the 3x5 matrix consisting of random characters * @param $b random number b that renders to the 3x5 matrix consisting of random characters * */ function renderExpression($a, $b) { $output2 = ""; $number = array ( array ( 7, 5, 5, 5, 7 ), array ( 2, 6, 2, 2, 7 ), array ( 7, 1, 7, 4, 7 ), array ( 7, 1, 7, 1, 7 ), array ( 4, 5, 7, 1, 1 ), array ( 7, 4, 7, 1, 7 ), array ( 7, 4, 7, 5, 7 ), array ( 7, 1, 1, 1, 1 ), array ( 7, 5, 7, 5, 7 ), array ( 7, 5, 7, 1, 7 ) ); $plus = array ( 0, 2, 7, 2, 0 ); $eq = array ( 0, 7, 0, 7, 0 ); for ($line = 0; $line
|
|
DarkNSF (User)
Fresh Boarder
Posts: 6
|
Logged
|
|
|
Last Edit: 2007/10/26 00:47 By DarkNSF.
|
|
|
|
|
|
Re:random code output when viewing thread? 1 Year, 2 Months ago
|
|
|
Looks like something is in debug mode.
|
|
|
Logged
|
|
|
|
|
|
Re:random code output when viewing thread? 1 Year, 2 Months ago
|
|
|
I don't know, doesn't look like anything useful.
Debug mode is disabled in Joomla Configuration. Not sure what to do.
|
|
DarkNSF (User)
Fresh Boarder
Posts: 6
|
Logged
|
|
|
|
|
|
Re:random code output when viewing thread? 1 Year, 2 Months ago
|
|
|
What is Mathguard? Are you running an anti-spam Joomla plugin?
|
|
|
Logged
|
|
|
|
|
|
Re:random code output when viewing thread? 1 Year, 2 Months ago
|
|
|
no, only components that are installed is mxc (commenting), and fireboard.
Do you think it could be gamespy's server?
- thom
|
|
DarkNSF (User)
Fresh Boarder
Posts: 6
|
Logged
|
|
|
|
|
|
Re:random code output when viewing thread? 1 Year, 2 Months ago
|
|
|
Possibly since you're having this issue with Joomla as well.
|
|
|
Logged
|
|
|
|
|
|
Re:random code output when viewing thread? 1 Year, 2 Months ago
|
|
|
This definitely is NOT a FB issue.
|
|
|
Logged
|
|
|
Last Edit: 2007/10/24 11:45 By grumblemarc.
|
|
|
|
|
|
Re:random code output when viewing thread? 1 Year, 2 Months ago
|
|
Sorry about this mispost then, only noticed it in fireboard until i published content in joomla.
Thanks for your help guys 
|
|
DarkNSF (User)
Fresh Boarder
Posts: 6
|
Logged
|
|
|
|
|
|
Re:random code output when viewing thread? 1 Year, 2 Months ago
|
|
I got the same thing, I read the entire post string and don't see the solution? How do I stop this. I get crazy code out put after a fresh install of Fireboad and doing a test post. When I click the response to the test post, I get a crazy looking gigantic list of string code.
A. Debug is off.
B. Running Fireboard lastest
C. Running Joomla 1.03.0
Can you help
Peter
This e-mail address is being protected from spam bots, you need JavaScript enabled to view it
|
|
|
Logged
|
|
|
|
|
|