Bravo List

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

murda 27th July 2008 09:38

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

Fynnon 27th July 2008 13:08

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 !

wMan 27th July 2008 13:16

Re: Announce
 
Code:

# the first one will be displayed on the pages
$announce_urls = array();
$announce_urls[] = "http://yoursitenamehere/announce.php";


Fynnon 27th July 2008 13:20

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";


murda 27th July 2008 13:31

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?

Fynnon 27th July 2008 13:34

Re: Announce
 
try without the www :smile:

murda 27th July 2008 13:39

Re: Announce
 
geez mate that was a super quick response, i think i got it now

now onto wait times lol...
cheers


All times are GMT +2. The time now is 14:01.

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