Recent content by Fatal_Error

  1. F

    getting a html link to work like this?

    <a href=blah/example.html?>play</a> so after the .html there would be a random code. var url = "Buddy.html?" + "&ms=" + new Date().getTime(); puts the code to the time, I cant get it working, should work in theory. var url = "Buddy.html?" + "&ms=" + new Date().getTime(); puts the code to the...
  2. F

    How to secure .SWF files on a webpage so there only accesable via a link not history...

    ...or favourites.? I already have timed javascript links that only appear at certain times of the day. the games open inside a new page.
Back
Top