Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Torrent Strike
Reply
Thread Tools
  #1  
Old 24th June 2008, 17:45
Warkiller Warkiller is offline
Member
 
Join Date: Jun 2008
Posts: 10
Default HELP PLEASE
Gives me this error at the server load section :
Code:
Warning: exec() has been disabled for security reasons in /home/oneartis/public_html/index.php on line 458
Print screen:
[thumbnail:9uf7gzyn]http://i288.photobucket.com/albums/ll166/Warkiller200/untitled.jpg[/thumbnail:9uf7gzyn]


And this error , when i try to upload something :
Code:
Upload failed!

invalid announce url! must be http://oneartist.net/announce.php
Reply With Quote
  #2  
Old 10th July 2008, 16:44
djlee's Avatar
djlee djlee is offline
Senior Member
 
Join Date: Mar 2008
Posts: 183
Default Re: HELP PLEASE
i know its a little old before the sarcastic comments but figured id go through a few threads and see if they were answered and this one is not :)

so for anyone else who has this problem (im guessing he fixed it by now lol) whenever you get

Code:
Warning: someFunction() has been disabled for security reasons'
this is a setting in php.ini. Most of the time if your on a shared server certain functions are disabled for the security of the other sites and the server as a whole. If you have access to php.ini then simply look through (or search) for the disabled functions list and remove that specific function from the list of disabled ones. save and reboot apache and your good to go

and the invalid announce is usually because of over-specific announce validation in some sources... make sure you either:

A. Use the announce echoed when it fails (that includes the http:// if the error has that in).
B. If the announce URL is an array you can add different urls to meet all possible URL formats i.e.

Code:
$announce_url[] = "http://www.example.com/announce.php";
$announce_url[] = "www.example.com/announce.php";
$announce_url[] = "http://example.com/announce.php";
$announce_url[] = "example.com/announce.php";
however its generally best to stick to the full http:// version as some torrent clients are pants :)
Reply With Quote
Reply


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



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