Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Torrent Strike (http://www.bvlist.com/forumdisplay.php?f=21)
-   -   warning in server load (http://www.bvlist.com/showthread.php?t=1971)

toontigger 9th February 2009 23:51

warning in server load
 
i recently uploaded torent strike fully moded and was gettin an error warning in server load

Code:

Warning: exec() has been disabled for security reasons in /home/a649566/public_html/tiggs/index.php on line 458
i follwed the mod and now i get the following

Code:

Warning:  exec() has been disabled for security reasons in /home/a649566/public_html/tiggs/index.php on line 439


i also get this
Warning:
Code:

set_time_limit() has been disabled for security reasons in /home/a649566/public_html/tiggs/include/cleanup.php on line 18

thanks f or any help

Dimaches 19th September 2009 05:41

helo
 
For this 2 first problemes:
Quote:

Originally Posted by toontigger (Post 8909)
i recently uploaded torent strike fully moded and was gettin an error warning in server load

Just go to index.php and add // 2 slashes in front of those lines to the same whit the third .Good luck

Krypto 19th September 2009 08:00

Looks like php is running in Safe Mode, if you have access to php.ini change Safe Mode to OFF and restart your server.

ajax 4th February 2010 23:33

I hawe this error on index:
Code:

Warning:  set_time_limit() has been disabled for security reasons  in /home/*********/public_html/include/cleanup.php on line 8
I found safe mode in: dumper.php

So, i can edit this:

PHP Code:

$is_safe_mode ini_get('safe_mode') == '1' 0;
if (!
$is_safe_mode && function_exists('set_time_limit')) set_time_limit(TIME_LIMIT);

header("Expires: Tue, 1 Jul 2003 05:00:00 GMT");
header("Last-Modified: " gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Pragma: no-cache"); 


to this:

PHP Code:

$is_safe_mode ini_get('safe_mode') == '1' 0;
if (!
$is_safe_mode && function_exists('set_time_limit')) set_time_limit(TIME_LIMIT);

header("Expires: Tue, 1 Jul 2020 05:00:00 GMT");
header("Last-Modified: " gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Pragma: no-cache"); 

? :unknown:


All times are GMT +2. The time now is 19:51.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.