Search results

  1. hero080

    const in php doesn't work

    I have defined a class like: class MyClass { public const AAA = 10; // doesn't work here public const BBB = 100; // some other methods } The script halted when it comes to the line of public const AAA = 10; Can anybody give me a clue "why"?
  2. hero080

    Can't login

    For now I can't login to my cPanel or view my web pages on hero080.x10hosting.com It happened before, and I solve it by rebooting my home router. But this time, rebooting my router doesn't work. I simply can't ping through the link above. (IP is resolved correctly though) However, it...
  3. hero080

    Hello everyone!

    I'm new here, and I'm currently using this free host to LEARN web programing (js, php, etc) I heard people actually earn money by building some nice sites. How? Are you using static or dynamic web pages? Any winners can give a little talk about their experience?
  4. hero080

    Is my IP blocked?

    I recently have a issue that I can't login to my cPanel or view my page: hero080.x10hosting.com However, this happens 1. after I failed login with ftp account, i.e. it was OK before, which means my firewall settings should be fine. 2. only at my home, i.e. I can access it at school...
  5. hero080

    php doing things recursively

    <?php $str = "<?php"; echo $str; ?> I expected to see "<?php" as the output. However, the output seems to be interpreted as php code and executed again by the server and at the end I get nothing for output.
  6. hero080

    Can't login to cPanel

    Cant access my web pages: hero080.x10hosting.com either. What's going on there?
Top