Search results

  1. C

    cron job error

    Thanks, I hope they will get it working again.
  2. C

    cron job error

    After the Boro server was fixed my cron jobs stopped working. Currently I am using this command: /usr/bin/php -q /home/botnet/public_html/Racing/Race.php >>/home/botnet/log/log2.txt 2>&1 However in the log file I am receiving this error: /usr/bin/php: error while loading shared...
  3. C

    Site redirecting to suspended page

    In the cpanel under Redirects, my site is being redirected to the suspended page, even though my account is unsuspended. I have tried deleting it, but that dosen't work. Could someone please remove it for me.
  4. C

    Suspended

    Thanks it is working
  5. C

    Suspended

    When I try to view my website, it comes up with the suspension page and I can no longer access my control panel. However when I log into my account panel/forum account it says "Your account is in good standing" and there isn't anyway to unsuspended myself. Server: Lotus Website...
  6. C

    Weird MYSQL_FETCH_ARRAY error

    I think this should work. $result = mysql_query($sql, $conn); mysql_query takes 2 parameters. edit: forgot you could use mysql_connect
  7. C

    $_SESSION variables not working

    I'm on Lotus and $_SESSION isn't working for me either.
  8. C

    cannot access new tables

    Thanks. I have also been blind, i put myqsl instead of mysql_query. It can be closed
  9. C

    cannot access new tables

    I accessed various other tables earlier in the php script, so that's not the problem. Any other ideas?
  10. C

    cannot access new tables

    Whenever I create a new table I can't access it via php, however it works fine in phpmyadmin. This is the error I get when I try to access the database: I can access all the other tables in the database, just not the new one I have created.
Top