Search results

  1. C

    Delete my account

    Account Deletion Request - Please delete my free hosting account. cPanel username: pyrokid (X) Inserting an X inside the parentheses signifies that I have made all necessary backups of my free hosting account and will not hold x10Hosting responsible for any data I am unable to recover after my...
  2. C

    MySQL

    Ok. :)
  3. C

    MySQL

    Warning: mysql_connect() [function.mysql-connect]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13) in /home/*/public_html/new_posts.php on line 11 cannot connect Every other day I get that, why?
  4. C

    Htaccess url rewrite

    [SOLVED]Htaccess url rewrite Fixed. Thanks anyways.
  5. C

    Cron issues

    I finally got an email today. To confirm for everyone else with this issue, either of the following two command lines will work: /usr/bin/php /home/<your_name>/public_html/path/to/script.php php /home/<your_name>/public_html/path/to/script.php
  6. C

    Cron issues

    I have tried that. No dice, and still no emails. Also, I don't get any error messages.
  7. C

    Cron issues

    Cron job is not working for me. I am on Stoli. I set it up to send me an email and I never get one. Here is my set up: /usr/bin/php -q /home/<myname>/public_html/cgi-bin/expire.php Can anyone give a helping hand?
  8. C

    Count to 1 Million

    1919
  9. C

    Cron job failure

    Same problem as me. I think something is just wrong with the cron page.
  10. C

    Cron job failure

    Yes I added that shebang line and it still didn't work. Also, I don't quite understand what that code you posted does..
  11. C

    Cron job failure

    I can't even access FTP or my site anmore because my site (and sometimes this forum) don't load and give a page load error. Is something going on with the free servers?
  12. C

    Cron job failure

    When I run the script in my browser it works perfectly. It connects to mysql, checks the date of a row in the table, and deletes what rows it needs to delete.
  13. C

    Cron job failure

    Still didn't work. I even set it to 10 minutes. And it still didn't even email me.
  14. C

    Cron job failure

    So I should used advanced cron? And the file is already 755.
  15. C

    Cron job failure

    I'm trying to set up one cron to run every 5 minutes. It doesn't work. I even removed the -q so it'd email me and it doesn't even email me (I set where to email in the cron tab page). I tried this: php-cron /home/pyrokid/public_html/expire.php And php /home/pyrokid/public_html/expire.php They...
Top