Search results

  1. callumacrae

    WP - "Page not found"

    The slowness is because you're on a free server which is often abused by people. Check Livewires signature - that will tell you how many people are abusing them ;) Or WERE abusing them. Livewire has a habit of suspending them :) ~Callum
  2. callumacrae

    Enable gzip on my account.

    Yes, you will still get the html and php files. What are you actually trying to do? Enabling gzip will just make the files smaller. ~Callum
  3. callumacrae

    Enable gzip on my account.

    Please note that enabling gzip will also mean you also use more resources. If you get suspended for high resource usage you should disable gzip again. ~Callum
  4. callumacrae

    Batch uploads not working

    Flash uploader not working, and FTP isn't an option, so what about cPanel File Manager? ~Callum
  5. callumacrae

    WP - "Page not found"

    It looks like a WP error to me, could you go into more detail? ~Callum
  6. callumacrae

    obfuscation

    Oh also @bhupendra: Obfuscation means that the code isn't editable or viewable. If you're selling code, the customer will not be able to edit the code, so if they need an edit they will come back to you. Yes, it also stop bugs in Apache becoming massive security errors, too :) ~Callum
  7. callumacrae

    obfuscation

    I've been researching a bit, it looks like most of the ways are rubbish. For example: $hash="\md\5h\as\h0";@eval("encrypted code"); I've seen quite a few do that, simple changing eval() to echo() will echo the PHP code; not very secure :( I'll look into Zend Guard, but doesn't that require...
  8. callumacrae

    The Ctrl+V game

    wakawaka ~Callum
  9. callumacrae

    Are multiple accounts allowed?

    You are allowed a free account and a premium account, or two premium accounts, but not two free accounts. As lemon-tree said, you can host multiple websites on one account though. ~Callum
  10. callumacrae

    obfuscation

    Whats the best way to obfuscate a PHP file? ~Callum
  11. callumacrae

    displaying a different quote for each visitor

    $quotesArray = explode('<br />', nl2br(file_get_contents('quotes.txt'))); $quoteIndex = rand(0, count($quotesArray)-1); echo $quotesArray[$quoteIndex]; Shorter code in terms of lines, longer in terms of time taken, resources used. ~Callum
  12. callumacrae

    how to check if there are any more files

    You need to reread to ToS ;) ~Callum
  13. callumacrae

    how to check if there are any more files

    I've just suspended you - image hosting scripts are against the ToS. ~Callum
  14. callumacrae

    Callum Macrae - reviews please :)

    Thanks :) Fixed search box. ~Callum
  15. callumacrae

    Reviews Forum

    irc://freenode.net/design Try random IRC networks, I tend to get lotsa help from them :D ~Callum
  16. callumacrae

    Cannot go to Coomunity Groups, Forum Actions

    Right click if you're on a mac - left click attempts to move everything XD ~Callum
  17. callumacrae

    What do you use x10Hosting for?

    There should be a "proxies" option ~Callum
  18. callumacrae

    I lost my MySQL database without warning, can it be retrieved?

    If you didn't delete it it's probably the server dying temporarily - it'll come back soon ~Callum
  19. callumacrae

    MediaWiki Installation

    Check the file permissions - PHP files should be set to 0644 and directories to 0755 ~Callum
  20. callumacrae

    my page showing 500 Internal Server Error

    What are the permissions set to? ~CAllum
Top