Search results

  1. callumacrae

    Choppin cPanel Error

    cPanel? cPanel is working fine as far as I am aware, but the control panel (x10hosting.com/control) seems to be down. I've reported it to staff and it will be back up shortly :)
  2. callumacrae

    My own fault!!!

    Oh, I see. I've reported it to staff, it should be fixed soon :) And your OP doesn't say anything about the control panel being down :P
  3. callumacrae

    Error Message on login

    I've reported this to staff, thanks for letting us know.
  4. callumacrae

    No access to /control

    I've reported this to staff, thanks for letting us know.
  5. callumacrae

    My own fault!!!

    Your website is loading nice and fast for me, is that what you're referring to? And yes, we do care about your hosting. ~Callum
  6. callumacrae

    free-forum ==> Chat is not working on all legs

    Eris was trashed a week or so ago :P
  7. callumacrae

    data for php.settings in drupalsite

    Use localhost, not the IP, eg: $db_url = 'mysqli://maar10w_opium:yourpassword@localhost/yourdatabase'; Leave "localhost" as it is.
  8. callumacrae

    data for php.settings in drupalsite

    Use localhost, not the IP, eg: $db_url = 'mysqli://maar10w_opium:yourpassword@localhost/yourdatabase'; Leave "localhost" as it is.
  9. callumacrae

    free-forum ==> Chat is not working on all legs

    IRC is up. The old web client (eris) was replaced with a new one (mibbit) http://sharkyonline.co.cc/irc/webconnect/index.html Change the nick to your username Type into the box at the bottom, your messages will be sent No reply != broken; we're not always there :)
  10. callumacrae

    Questionnaire

    For this, you'll want a simple PHP form and a connection to a database - probably MySQL because that's what x10hosting offers. You can use something like the following (minified) code: <!DOCTYPE html> <html> <head> <title>Questionnaire</title> </head> <body><?php if...
  11. callumacrae

    Hello! Amrik Virdi Here!!

    Welcome to x10hosting! :D
  12. callumacrae

    Ultimate Website Firewall [Stop Attacks On Your Website]

    if (!defined('IN_SCRIPT')) { header("HTTP/1.0 404 Not Found"); exit; } This kind of code is old (PHP4 era) and should be avoided. When using OOP properly, the script will not be ran, so you should be using OOP properly :) $tor_exit_node_list = '<?die;?>' . "\n" . '<!' . date('G') ...
  13. callumacrae

    MD5 lookup table

    If this is possible, then you're using MD5 wrong - you should always be using a salt. Give this article about hashing a read, and take note of the end of the post - every user should have a unique salt, meaning that you cannot use rainbow tables or reverse lookups. EDIT: Also, I'm moving this...
  14. callumacrae

    Free Domains: Why I now like Dot.TK

    Have you got "Advanced DNS Zone Editor" on Free? Or even simple DNS zone editor - they allow you to point subdomains at other places, but they don't count as subdomains and they don't point at x10hosting. I dunno how it would stand on the ToS though. ~Callum
  15. callumacrae

    Request for an Exception

    Fair enough
  16. callumacrae

    unsuspend my account please

    https://x10hosting.com/control/ Theres an unsuspend button somewhere, but I have unsuspended you this time.
  17. callumacrae

    I am going to use your host as a part of my Big Project

    That's not possible on Free hosting, I'm afraid. It is, however, possible on Premium and VPS - I would recommend a VPS for this purpose.
  18. callumacrae

    Request for an Exception

    If you can't bear the wait, Premium hosting signups are still accepted from your country.
Top