Search results

  1. callumacrae

    Count to 1 Million

    2730 :/ ~Callum
  2. callumacrae

    c help

    Run it, you'll see what the point is :) ~Callum
  3. callumacrae

    c help

    Final script... #include <stdio.h> #include <time.h> int substr_count(int num, int search); int main (int argc, const char * argv[]) { int search = 1; int total = 500000000; int count = 0; //take the time int start = time(NULL); printf("\nStarting now. Time at start: %d\n\n"...
  4. callumacrae

    I know, it's great! :D

    I know, it's great! :D
  5. callumacrae

    c help

    Thats exactly what I wanted, thanks :) I think the c would be almost exactly the same: #include <stdio.h> int main (int argc, const char * argv[]) { int num = 33153; int printNum = num; int myNumberToCount = 3; int count = 0; while (num > 0) { int a = num % 10; num /=10; if (...
  6. callumacrae

    please moved me in a new server.

    Yes, you can buy premium if you want. Except for that, you cannot be moved between free servers. ~Callum
  7. callumacrae

    Deleting my account

    Have you taken backups? ~Callum
  8. callumacrae

    WEBSITE hacked...

    Recover the password then. ~Callum
  9. callumacrae

    WEBSITE hacked...

    They haven't changed any files, except for the template files. Just upload a backup of the template :) Also, I'm moving this thread to Scripts & 3rd Party Apps. ~Callum
  10. callumacrae

    c help

    So I suck at C and don't really understand it at all. I'm trying to rewrite the following code into c: <?php for ($i = 1, $count = null; $i <= 500000000; $i++) { $count .= substr_count($i, 1); } echo $count; So far I only have the following: #include...
  11. callumacrae

    I Love x10hosting!

    I'll move this thread to Feedback and Suggestions - whatever it said originally, it didn't belong here :) ~Callum
  12. callumacrae

    Odd Javascript behaviour in my PHP file.

    <?php if (..); ?> Should be: <?php if (..): ?> I'm guessing it was just a typo :) ~Callum
  13. callumacrae

    Ninja v. Pirate!

    This is a very silly topic :) Ninjas all the way! Nice bump! :D ~Callum
  14. callumacrae

    Facebook and other social networking site is one big SCAM!

    ... Are you saying that everything that is non-productive is a scam? Are you saying that stuff like photo sharing websites are scam because you can upload undesirable pictures? Facebook is not a scam, merely a few people who use it abuse it. Grow up, report them, and get over it. Would you...
  15. callumacrae

    How old are you?

    I imagine by destroying the youth they mean they're not following in the footpaths of their parents. Or possibly we're not speaking to each other anymore because we have facebook :D ~Callum
  16. callumacrae

    How old are you?

    Technically this shouldn't be in crossfire, as it isn't a debate :) ~Callum
  17. callumacrae

    Yet Another Question : Can I store this file ?

    I guess it would be allowed then. Note, however, that you can't actually run linux executables - you'll have to write it in PHP ~Callum
  18. callumacrae

    Yet Another Question : Can I store this file ?

    "Linux executable" -> Script. [quuote]Bots\Scripts We do not allow any type of bot or script that runs constantly, free hosting is for creating a website, not for hosting your scripts. ~Callum
  19. callumacrae

    [split] New Domain

    What? Are you denying the awesome powers of robots.txt?! Whois is giving me the correct nameservers, though. ~Callum
  20. callumacrae

    I cannot see my website on the internet!

    Problem resolved, locking this thread. ~Callum
Top