Advanced PHP Request

Status
Not open for further replies.

dsfreak

New Member
Messages
1,338
Reaction score
0
Points
0
For I think longer then a week now, I'm unable to post on SMF, or access my mediawiki install(I just installed it days before this happened), or my tikiwiki install, mediawiki gives an error about puntenv(), whereas tiki and SMF simply give a blank screen.
 

Christopher

Retired
Messages
14,659
Reaction score
8
Points
0
Can you look in the error log and post the errors associated with the script problems.
 

dsfreak

New Member
Messages
1,338
Reaction score
0
Points
0
Code:
[Thu Aug 28 23:00:29 2008] [error] [client x.x.x.x] ALERT - function within blacklist called: shell_exec() (attacker '76.178.146.3', file '/home/coemu/public_html/azzer/Sources/Subs.php', line 3492), referer: [url]http://coemu.co.cc/[/url]
[Thu Aug 28 22:52:22 2008] [error] [client x.x.x.x] ALERT - function within blacklist called: putenv() (attacker '70.190.77.101', file '/home/coemu/public_html/coemuwiki/includes/Setup.php', line 121)
 
Last edited:

dsfreak

New Member
Messages
1,338
Reaction score
0
Points
0
Code:
coemu/coemuwiki/includes/Setup.php:121
putenv( 'LC_CTYPE=en_US.UTF-8' );
Code:
coemu/azzer/Sources/Subs.php:3492
			$test = @shell_exec('host -W 1 ' . @escapeshellarg($ip))
Edit:
Commenting out/nulling any of these values causes more errors, thus this cannot be easily solved via edits.

An fyi if you don't know, mediawiki is the wiki software used on wikipedia.
Edit:
Alright well, any news on this?
My site is utterly useless without smf and my wiki...
 
Last edited:
Status
Not open for further replies.
Top