Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: solex
  • Order by date
  1. solex

    Count down from server time

    yes I do. I'm now looking at the section of the object where you can look at the umt rather than local time. this may work for me. other wise I will use the method you said. thank you solex
  2. solex

    Count down from server time

    ok that's not what I need then. I need to be able to refrance a date object that counts on like a normal clock but is set running at a time set by me...
  3. solex

    Count down from server time

    but if i referance the date 5 seconds after i have set it will it give me the server time + 5 seconds, this is what i need.
  4. solex

    Count down from server time

    I want to effectivly sync the server time to the time the flash uses rather than using the local time that could be wrong, does that make sense? solex
  5. solex

    Count down from server time

    hello. I'm not sure how this will help me? solex
  6. solex

    Count down from server time

    Hello, Im trying to code a script to produce a visual countdown to a spesific time and preform an action if the time reaches zero or if it has allready passed. Also the current server epoch is taken from a php script using loadvars when the flash movie is loaded, this is the part im getting...
  7. solex

    Find epoch for date and time

    re read the date function just fater i posed and noticed the time stamp section, doh! Charles
  8. solex

    Find epoch for date and time

    thats great, is there a reverse version of this function, epoch into date? Thank you :)
  9. solex

    Find epoch for date and time

    sorry, to clarify that was also ment to specify a time with the date and also this can be past or future. Charles
  10. solex

    Find epoch for date and time

    Hello, I couldnt find an answer to this, so sorry if this has been covered before. I want to find the epoch for i.e. 3rd of january 2007. Is there a premade function to do this, i could only find how to get the current epoch. Thanx in advance Charles
  11. solex

    Variable saved as a file

    ok, ive got it working so far as fopen creating the file, but i still get the stream error. solex
  12. solex

    Variable saved as a file

    ammeded code: // get page source $torrentDownloadReturned = fopen($torrentDownloadAddress, "r") or die("cannot open remote file"); $torrentDownloadReturned = stream_get_contents($torrentDownloadReturned); // Save returned file as torrent file $torrentFileName =...
  13. solex

    Variable saved as a file

    (also that the torrent file name returns the desired name)
  14. solex

    Variable saved as a file

    (i have verified that the "//get page source" works correctly, in that i can print the contence of the file)
  15. solex

    Variable saved as a file

    // get page source $torrentDownloadReturned = fopen($torrentDownloadAddress, "r") or die("cannot open remote file"); $torrentDownloadReturned = stream_get_contents($torrentDownloadReturned); // Save returned file as torrent file $torrentFileName =...
  16. solex

    Variable saved as a file

    odd, in getting a: Warning: fwrite(): supplied argument is not a valid stream resource in C:\Program Files\Abyss Web Server\htdocs\torrentSearch.php on line 101
  17. solex

    Variable saved as a file

    was looking at the fwrite page.
  18. solex

    Variable saved as a file

    sorry, from what i read in the manual and from the examples it gives I took it to just be the file name in that section of the function, as the example uses the file name saved as $filename. charles
  19. solex

    Variable saved as a file

    great, not to sure how to set the save directory path tho :s thanx
  20. solex

    Variable saved as a file

    Hello, I want to save the contence of a variable as a .torrent file in a specified location, but can only find info on handling uploads and im not sure how to translate this to what i need Thanx in advance solex

Part and Inventory Search

Back
Top