Search results

  1. marshian

    Automatic time triggered events - PHP

    In that case, you have to 1) Thrust them 2) Put your file in a public directory, which is not a good idea.
  2. marshian

    Automatic time triggered events - PHP

    In a cron, you can still use the time and date functions, so you can always determine what function to run in the php file. Looking at your first post I'ld say you want a cron every minute, but the minimum time is 5 minutes.
  3. marshian

    [Game Programming] Highlander

    I've already told you more then a week ago I registered www.highlander.uk.to as domain, and the dns records are pointing (or supposed to be pointing) to x10, so will you finally park the domain?! :p
  4. marshian

    [Game Programming] Highlander

    Ooh, I thought we'ld be basing the game on the plot... which can be translated as stealing the plot :pat:
  5. marshian

    how to open .php files for MODS

    Well, as soon as you connect to your site over the ftp-protocol, you'll end up in /home/users/yourname/ this is where you find your public_html/ (or www/) directory too. If you don't have an ftp program, I suggest downloading FileZilla here.
  6. marshian

    [Game Programming] Highlander

    No, everybody would notice it's based on the movie Highlander, but if you don't even mention them, they will think you want all credits to yourself. And that's where the problems begin... In my opinion it's best to contact the guys that have copyright on Highlander, and if they wouldn't let us...
  7. marshian

    how to open .php files for MODS

    Why not? Just click the download-button in your ftp program... If it's in your directory (/home/users/yourname), you can download it, it's completely controllable by you. (Only you don't want to play with some files...) Note: Don't try to download a php file by trying to download it from the...
  8. marshian

    [Game Programming] Highlander

    I like that idea... They have earned cash from the movie, maybe they would want to sponsor our game for a certain part of the profit? NOTE: yes I am :nuts:, no need to tell me... there's nothing I can do about it :biggrin:
  9. marshian

    Can't figure out how to use my cron job

    The command for your cron job is php -q /home/salvatos/public_html/cgi-bin/daily_script.php (I don't know what the -q does, but I read it somewhere on the forums...) PS: it's probably a bad idea to put a cron script inside the public_html directory... you might want to put it in a non-public...
  10. marshian

    mccodes

    The minimum time for a cron is 5 minutes. (Beleive me.)
  11. marshian

    PHP Warrings:

    $row[1] is probally 0, where does it come from?
  12. marshian

    Starting with C++

    I'm currently already installing Visual C++ (which has a download of 87 MB, and in installation of 1.4 GB :o) In case I don't like it (possible with all Microsoft products), I'll check that one out. EDIT: Visual C++ seems to be working, it'll take me a lot of time to get used to it, and to...
  13. marshian

    [Game Programming] Highlander

    He had mentionned before he doesn't have actual programming experience, but he also said he was willing to learn it, so forgive him his noobie mistake. Personnally, I know Java, and since we already decided to use C++ I'm going to start learn that. Beleive me I'm not an idiot in the domain of...
  14. marshian

    PHP Warrings:

    He changed the image's size... Unless he set the width variable to 0 (which should be really stupid) it's most likely a combination of mathematic operations that give the 0 that has been used to devide. Just give us everything, because we probally will have to ask for more anyway...
  15. marshian

    Starting with C++

    Yes, I'm using Windows, I'll try Visual Studio and that sample program.
  16. marshian

    Starting with C++

    For some alt reason or another (don't ask why...) I'm currently getting interested in learning C++... But I've got a couple of questions. Do you need to compile C++ code? If so, where can I find a good compiler? What is a good IDE for C++? I currently use NetBeans (for Java) and I know...
  17. marshian

    PHP Warrings:

    Means you did a devision by 0... I'm guessing we'll need your code to help you :p
  18. marshian

    scgiwrap: Caller must be uid 99

    I don't know anything about Perl, but "Content-type: text/html\n\n" looks a lot like a header, which should be send before any output (and I beleive this isn't right in this script, since you use print to send a header (?) and also your output.) Also, HTML headers have to be separated by "\r\n"...
  19. marshian

    Is your site using too much resources or is their server just too slow?

    The uptime on my server (Absolut) for this week is according to uptrends.com 99.40%, but since it only monitors at a 30-minute interval, and downtime usually is less then 10 minutes, it'll be closer to 99.80%. And even then, I'm doubting Uptrend's statistics... Absolut has been up 13 days, 9...
  20. marshian

    Is your site using too much resources or is their server just too slow?

    I agree with Sharky (couple of posts higher), it's not bad to complain about a free service, but as you've said, there's only one kind of good complaints, and that's constructive ones. The starter of this thread just has to grow up instead of accusing everyone on x10 to be childish, and use the...
Top