Thread: [help] Pass Key
View Single Post
  #2  
Old 30th April 2013, 23:18
hack346 hack346 is offline
Banned
 
Join Date: Mar 2008
Turkey
Posts: 80
Default
From your config.php posted u must change something

Replace your:
PHP Code:
$site_config['PASSKEYURL'] =  "$site_config[SITEURL]/announce.php?passkey=%s"// Announce URL to use for passkey 
with:
PHP Code:
$site_config['PASSKEYURL'] =  $site_config['SITEURL'].'/announce.php?passkey=%s'
or
PHP Code:
$site_config['PASSKEYURL'] =  "http://freeshare.zz.mu/announce.php?passkey=%s"
Reply With Quote