Search results

  1. H

    php (error?) how to connet to a remote mysql?

    I ahve a universal mysql DB that im using for a game (hl - tfc) and it has 'stats' in it, I have php files to 'red the stats' and I want to know if its possible to connect to a remote mysql.. it is timing out with Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL...
  2. H

    remote mysql, how?

    I run a TFC server and im trying to get the skillsrank timer speed run thing going.. anyways it has php files already done.. this is the site... http://hlm.exofire.net/stats/ there was an include file I needed to configure to set this up.. unfortunately the server isnt on x10hosting, so I...
  3. H

    cron jobs not working?

    It magically started working?
  4. H

    cron jobs not working?

    where ... is at is that where I put the location of my script? EDIT: no... heres what I have for the command just to clarify... php-cron /home/hlmaster/public_html/promisance/turns.php if you wish to 'check my work' my hostname is http://hlm.exofire.net
  5. H

    cron jobs not working?

    Will do, thank you for the help... EDIT: no that doesnt work...
  6. H

    cron jobs not working?

    for some reason my cron jobs wont work, Im running a php time based strategy and it requires a php file to be ran but for some reason its not working, I tried just executing the script turns.php every 1 minutes to see if it would work, but it doesnt, i can do it manually but that is not as...
  7. H

    PHP help

    anyways.... I got it fixed, its all loading properly
  8. H

    PHP help

    Well im not too smart with php and my site is http://halflife.exofire.net I thought I had to echo the file because it wasnt lodaing but I wasnt opening it up right, thank you!
  9. H

    PHP help

    I have the following things index.php <php include 'header.php'; ?> <php include 'footer.php'; ?> <php echo 'header.php'; ?> header.php | <a href="/index.php">Home</a> | <a href="/interesting.php">Interesting Facts</a> | its not displaying on my page, whats wrong?
Top