Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   Invalid announce URL (http://www.bvlist.com/showthread.php?t=8867)

Hristijan 11th February 2013 23:46

Invalid announce URL
 
Hi, I am trying to upload a torrent, but it says:
Quote:

invalid announce url! must be http://http://my.ip/subfolder/announce.php
I've edited config.php:

Quote:

$TBDEV['announce_urls'] = array();
$TBDEV['announce_urls'][] = "http://my.ip/subfolder/announce.php";
//$TBDEV['announce_urls'] = "http://my.ip/subfolder:2710/announce";
//$TBDEV['announce_urls'] = "http://my.ip/subfolder:83/announce.php";

if ($_SERVER["HTTP_HOST"] == "")
$_SERVER["HTTP_HOST"] = $_SERVER["SERVER_NAME"];

$TBDEV['baseurl'] = "http://" . $_SERVER["HTTP_HOST"]."/subfolder";
announce.php:

Quote:

$TBDEV['baseurl'] = 'http://my.ip/subfolder/';
What would be the problem? :(

Daz 12th February 2013 06:56

Try removing the "http://" that you put in config.php

Hristijan 12th February 2013 22:31

Quote:

Originally Posted by Daz (Post 39437)
Try removing the "http://" that you put in config.php

It is not working... I've installed torrent trader, it;s much better than this... Thank you anyway..


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

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