View Single Post
  #30  
Unread 26th March, 2012, 06:46 PM
Wormbo's Avatar
Wormbo Wormbo is offline
out of order
 
Join Date: Sep 2003
Posts: 3,383
Default

Quote:
Originally Posted by back4more View Post
then done the RedirectToURL=http://mysite.com/folder/get.php <maybe missing ?>
Not just maybe, I'd say most likely.
Keep in mind the game client will be totally dumb about it any only append the file name, for example: http://mysite.com/folder/get.phpMyAwesomeTextures.utx.uz (for package MyAwesomeTextures.utx)
Something like
Code:
RedirectToURL=http://mysite.com/folder/get.php?file=
will work nicely (assuming the get.php expects the file parameter) as the game client requests URLs such as http://mysite.com/folder/get.php?file=MyAwesomeTextures.utx.uz, which is more likely what you want.
__________________
Wormbo's UT/UT2004/UT3 mods | PlanetJailbreak | Unreal Wiki | Liandri Archives
Quote:
<@Mych|Lockdown> ...and the award for the most creative spelling of "Jailbreak" goes to ... "Gandis Jealbrake Server"

Last edited by Wormbo : 26th March, 2012 at 06:49 PM.
Reply With Quote