View Single Post
  #2  
Old 28th June 2010, 10:42
Nightcrawler's Avatar
Nightcrawler Nightcrawler is offline
Senior Member
 
Join Date: Oct 2009
P2P
Posts: 97
Default
doesnt make any difference if you are in a subfolder unless you had the baseurl wrong you can change the branding in download.php...

PHP Code:
$name $row['filename'];
$friendlyurl str_replace("http://","",$site_config[SITEURL]);
$friendlyname str_replace(".torrent","",$name);
$friendlyext ".torrent";
$name $friendlyname ."["$friendlyurl ."]"$friendlyext
Reply With Quote
The Following User Says Thank You to Nightcrawler For This Useful Post:
nikipink (11th September 2017)