MyBB blank index, exec() thing

Status
Not open for further replies.

kenny_ramone

New Member
Messages
3
Reaction score
0
Points
0
Hello :)

I have recently installed a MyBB 1.4.2 forum system, and the installation was succesfull.

My problem is that when I try to acces the forum I get a blank index, which I discovered it's caused by an attempt of using the exec() function, and confirmed that by seeing this error:

Code:
[Tue Sep 23 23:37:39 2008] [error] [client xxx.xxx.xxx.xxx] ALERT - function within blacklist called: exec() (attacker 'xxx.xxx.xxx.xxx', file '/home/draleg/public_html/forum/global.php', line 525)
(quoted from my error log)

I searched the forum for someone who had the same problem, and I found this as a possible solution to avoid using the exec() function, but it didn't work for me. I think that's because I'm using another version of MyBB.

Note: when I did this, i looked for the code that seemed to do the same thing, not the one that was in the same line. The line where that code is placed on the 1.4.2's global.php is 521 in place of 371.

cPanel name: draleg
URL (you won't be able to see anything xD): http://dragonlegends.exofire.net/forum/index.php

Well... I hope you can help me with this issue... thanks in advance :) oh, and excuse me if I had any grammar error or something, English is not my main laguage :p
 

kenny_ramone

New Member
Messages
3
Reaction score
0
Points
0
I need to rebump D:

EDIT: the problem is now fixed o_O I didn't touch anything, but now it works ._.
 
Last edited:
Status
Not open for further replies.
Top