Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Torrent Strike (http://www.bvlist.com/forumdisplay.php?f=21)
-   -   Announce.php/tracker.php (http://www.bvlist.com/showthread.php?t=2167)

Ripparinn 8th March 2009 23:39

Announce.php/tracker.php
 
1 Attachment(s)
When i upload a torrent the announce url is http://******/tracker.php/announce but how can i change it to http://*****/announce.php ??

i got an error 404 when it was http://******/tracker.php/announce

and when i change the Tracker url to announce.php i got "Tracker sending invalid data: ."
i get this

Attachment 1085

i want to have http://****/announce.php not http://******/tracker.php/announce

so how can i change that and i can connect to my torrent ?

NatashaRhea 11th March 2009 22:09

try changing in your config.php

crocy 21st March 2009 17:29

Quote:

Announce.php/tracker.php
When i upload a torrent the announce url is http://******/tracker.php/announce but how can i change it to http://*****/announce.php ??

i got an error 404 when it was http://******/tracker.php/announce

and when i change the Tracker url to announce.php i got "Tracker sending invalid data: ."

I'm in my same problem

my config.php code:

Code:

// Announce urls
$announce_urls[] = "http://www.******.net/announce.php";

but my torrents announce urls http://******/tracker.php/announce

I know English a little

Dehas 21st March 2009 19:10

in upload.php have you exactly that??
Code:

The tracker's announce url is



crocy 21st March 2009 20:54

upload.php code
Code:


Code:

mysql_query("UPDATE torrents SET hits = hits + 1 WHERE id = $id");
 
header("Content-Type: application/x-bittorrent");
$dict = bdec_file($fn, filesize($fn));
if(ENA_PASSKEY) {
 verify_passkey($CURUSER['passkey']);
 $dict['value']['announce'] = bdec(benc_str("$BASEURL/". (ENA_ALTANNOUNCE ? "tracker.php/$CURUSER[passkey]/announce":"announce.php?passkey=$CURUSER[passkey]")));
} else if(ENA_ALTANNOUNCE)
 $dict['value']['announce'] = bdec(benc_str("$BASEURL/tracker.php/announce"));
print benc($dict);
?>

my download.php code

I think the problem here. but I do not know how change


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

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