Thread: Announce
View Single Post
  #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