Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Torrent Strike
Reply
  #1  
Old 8th March 2009, 23:39
Ripparinn's Avatar
Ripparinn Ripparinn is offline
Senior Member
 
Join Date: Feb 2009
Iceland
Posts: 47
Default 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: <NULL>."
i get this

Click image for larger version

Name:	30vy6p1.jpg
Views:	98
Size:	49.4 KB
ID:	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 ?

Last edited by Ripparinn; 9th March 2009 at 03:08.
Reply With Quote
  #2  
Old 11th March 2009, 22:09
NatashaRhea NatashaRhea is offline
Senior Member
 
Join Date: Aug 2008
Posts: 48
Default
try changing in your config.php
Reply With Quote
  #3  
Old 21st March 2009, 17:29
crocy crocy is offline
Member
 
Join Date: Feb 2009
Turkey
Posts: 4
Default
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: <NULL>."
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
Reply With Quote
  #4  
Old 21st March 2009, 19:10
Dehas's Avatar
Dehas Dehas is offline
Member
 
Join Date: Feb 2008
France
Posts: 13
Default
in upload.php have you exactly that??
Code:
<p>The tracker's announce url is <b><?= $announce_urls[0] ?></b></p>
Reply With Quote
  #5  
Old 21st March 2009, 20:54
crocy crocy is offline
Member
 
Join Date: Feb 2009
Turkey
Posts: 4
Default
upload.php code
Code:
<p><?echo U_THE_TRACKERS_ANNOUNCE_URL_IS ?> <b><?= $announce_urls[0] ?></b></p>
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
Reply With Quote
Reply

Tags
announcephp or trackerphp

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
Append Tracker Announce Hack ICantBAzzed Mods & Themes 5 29th December 2021 14:19
I need help with announce.php on TBDeV based tracker simalingur Community Cafe 9 2nd February 2010 12:05
Tracker Announce coko Community Cafe 9 17th January 2010 14:47
[HELP] Change /announce.php to /announce dopeboy xBTiT 4 20th July 2009 01:42



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