Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Torrent Strike
Reply
  #1  
Old 27th July 2008, 09:38
murda murda is offline
Member
 
Join Date: Jul 2008
Posts: 9
Default Announce
Hi everyone, when my members go to upload a torrent they use http://www.swap-haven.com/announce
but when they look on the torrent client the announce is http://swap-haven.com/tacker.php/announce and it days http404 error, when they change it to my correct announce in client it works, just confused as to why it does this...

does anyone know what is going on with this?

Thanks
Reply With Quote
  #2  
Old 27th July 2008, 13:08
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default Re: Announce
usually in bittorrent.php you can setup the announce url, check that and if it`s not there than somewhere else
the announce url is setup wrong...you gotta find it !
Reply With Quote
  #3  
Old 27th July 2008, 13:16
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default Re: Announce
Code:
# the first one will be displayed on the pages
$announce_urls = array();
$announce_urls[] = "http://yoursitenamehere/announce.php";
Reply With Quote
  #4  
Old 27th July 2008, 13:20
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default Re: Announce
Quote:
Originally Posted by clocktower
Code:
# the first one will be displayed on the pages
$announce_urls = array();
$announce_urls[] = "http://yoursitenamehere/announce.php";

that should be like this:

Code:
# the first one will be displayed on the pages
$announce_urls = array();
$announce_urls[] = "http://www.swap-haven.com/announce";
Reply With Quote
  #5  
Old 27th July 2008, 13:31
murda murda is offline
Member
 
Join Date: Jul 2008
Posts: 9
Default Re: Announce
Fynnon i have it exactly like that, as in http://www.swap-haven.com/announce.php

yet it still come up now as http://swap-haven.com/announce after i fixed another part...

getting closer, just missing the www now hehe

oh also with the wait times in this tracker, i set them all to zero in annouce.php and download.php but still telling my members they have to wait 48+ hrs

anywhere else i need to modify?
Reply With Quote
  #6  
Old 27th July 2008, 13:34
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default Re: Announce
try without the www :smile:
Reply With Quote
  #7  
Old 27th July 2008, 13:39
murda murda is offline
Member
 
Join Date: Jul 2008
Posts: 9
Default Re: Announce
geez mate that was a super quick response, i think i got it now

now onto wait times lol...
cheers
Reply With Quote
Reply

Tags
announce

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
IRC Announce azza2102 Torrent Strike 2 26th February 2013 14:15
Ban IP in announce? BCross Community Cafe 1 27th November 2009 11:13
[HELP] Change /announce.php to /announce dopeboy xBTiT 4 20th July 2009 01:42
how to announce Azurious BT.Manager (phpMyBitTorrent) 8 19th January 2009 15:47
Announce.php Mredin Free Torrent Source 4 16th November 2008 03:53



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