Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Torrent Strike (http://www.bvlist.com/forumdisplay.php?f=21)
-   -   HELP PLEASE (http://www.bvlist.com/showthread.php?t=507)

Warkiller 24th June 2008 17:45

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


djlee 10th July 2008 16:44

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 :)


All times are GMT +2. The time now is 18:15.

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