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...
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?
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
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?
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?
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.
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...