Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Torrent Strike
Reply
  #1  
Old 9th February 2009, 23:51
toontigger toontigger is offline
Member
 
Join Date: Jan 2009
Barbados
Posts: 9
Default 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

Last edited by Fynnon; 19th September 2009 at 12:58. Reason: Use code tags [code]
Reply With Quote
  #2  
Old 19th September 2009, 05:41
Dimaches's Avatar
Dimaches Dimaches is offline
Senior Member
 
Join Date: Sep 2009
Germany
Posts: 21
Default helo
For this 2 first problemes:
Quote:
Originally Posted by toontigger View Post
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
Reply With Quote
  #3  
Old 19th September 2009, 08:00
Krypto Krypto is offline
Retired from BVList
 
Join Date: Jan 2008
P2P
Posts: 510
Default
Looks like php is running in Safe Mode, if you have access to php.ini change Safe Mode to OFF and restart your server.
Reply With Quote
  #4  
Old 4th February 2010, 23:33
ajax's Avatar
ajax ajax is offline
Senior Member
 
Join Date: Apr 2009
United Kingdom
Posts: 165
Default
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:
Reply With Quote
Reply

Tags
load , server , warning

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Announce.php high load in mysqld on 1500 peers cobrabm Free Torrent Source 8 3rd January 2010 00:37
announce.php cauzing high load on hosting servers Syn Template Shares 8 29th June 2009 22:26
Warning ciobancai Free Torrent Source 6 27th October 2008 21:01
Plaease help Server Load problem!!! dmtr123 Torrent Trader 2 19th October 2008 20:18
[REQ] Server load mod scener Template Shares 1 23rd July 2008 04:54



All times are GMT +2. The time now is 23:44. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.