rejetto forum

Comments are not showing up? HFS Live v3.00 problem

Guest · 20 · 9944

0 Members and 1 Guest are viewing this topic.

Offline MegaGamerGuy

  • Occasional poster
  • *
    • Posts: 20
    • View Profile
it may be interesting for you to know that you can rewrite things like
Code: [Select]
case "txt":
OpenURL("$FileURL");
break;
case "exe":
OpenURL("$FileURL");
break;
case "msi":
OpenURL("$FileURL");
break;

this way
Code: [Select]
case "txt":
case "exe":
case "msi":
OpenURL("$FileURL");
break;

Thanks i shall update my code ^^


Offline MegaGamerGuy

  • Occasional poster
  • *
    • Posts: 20
    • View Profile
I know what you mean, I too work "2nd shift".
Many thanks for taking the time to post this method. I'll give it a try in my test directory.
I use my own template, which requires a custom vfs configuration, so it may be very difficult
to make this work.

lol, u workin at tonys?


Offline MegaGamerGuy

  • Occasional poster
  • *
    • Posts: 20
    • View Profile
ok, the code is back!    _le

any suggestions?


my new server is http://mega-gamer.net


and here is my current php files...


Offline MegaGamerGuy

  • Occasional poster
  • *
    • Posts: 20
    • View Profile
ok found the problem, for some reason, rawr player dosent like to redirect a url


Offline MegaGamerGuy

  • Occasional poster
  • *
    • Posts: 20
    • View Profile