Search results

  1. leafypiggy

    Imagepng won't return an image;

    You're not saving the image anywhere -- you're using the library to create an image. You're also telling the server that the .php file is going to be a "image/png" instead of "application/php" -- meaning your .php file acts as a .png.
  2. leafypiggy

    How do i make a homepage for my sub-domain?

    It's working fine for me.
  3. leafypiggy

    How do i make a homepage for my sub-domain?

    You'd just create an index file in public_html/mobile.onlythebestoftheweb.x10.mx/.
  4. leafypiggy

    VOX down again

    I need your cPanel username -- there's no account linked to the forum account that you're using. I can also use your domain name.
  5. leafypiggy

    VOX down again

    djthomp853: what is your cpanel usrename?
  6. leafypiggy

    Error 503 when upload a pick with Wordpress 3.8.1

    When we figure out how to fix it. My workaround will do in the interim.
  7. leafypiggy

    Web site not being created

    Are you all still having this issue? I just tested a few software installs and they all work fine.
  8. leafypiggy

    Error 503 when upload a pick with Wordpress 3.8.1

    You can also run it as a bulk action on your images to regenerate the thumbnails.
  9. leafypiggy

    Error 503 when upload a pick with Wordpress 3.8.1

    Install and activate this plugin: http://wordpress.org/plugins/force-regenerate-thumbnails/installation/ It's a temporary fix.
  10. leafypiggy

    Error 503 when upload a pick with Wordpress 3.8.1

    Can you guys confirm that your images are being uploaded, but thumbnails aren't being created? That's what's happening on my test installations. It gives a 503/HTTP error, but does upload the images.
  11. leafypiggy

    SMTP Error (-1): Connection to server failed.

    Can you try again? I restarted exim.
  12. leafypiggy

    Changing name servers?!?

    Locking topic. See: http://community.x10hosting.com/threads/change-server-name.192032/
  13. leafypiggy

    Change server name

    (there's no "sarcastic and fantastic" button, so I liked it, Phoebe) Moved from Introductions to Free Hosting
  14. leafypiggy

    Error 503 when upload a pick with Wordpress 3.8.1

    We're working on it. I've been testing out some solutions.
  15. leafypiggy

    Slow Site

    Hey-- From what I can tell from looking at the server.. your website is using a TON of resources. I loaded up the page you linked to, and got a server error because it's taking so long to complete. On top of this--you're on a free hosting server with thousands of other people--and it's peak...
  16. leafypiggy

    PHP version on Vox

    It's referencing the CLI version of PHP.
  17. leafypiggy

    PHP version on Vox

    I've also resolved the issue with your mysqli -- it was your script. You instantiated the variable $DBPassword, and then referenced it in the mysqli object as $DBPass. I changed $DBPass to $DBPassword.
  18. leafypiggy

    PHP version on Vox

    The confusion here is that the version of PHP compiled for Litespeed (the web server) is different than the version that cPanel recognizes as installed. root@vox [~]# php -v PHP 5.3.27 (cli) (built: Nov 5 2013 18:44:28) Copyright (c) 1997-2013 The PHP Group Zend Engine v2.3.0, Copyright (c)...
  19. leafypiggy

    Retired staff

    Ummm. What about me, Sharky?
  20. leafypiggy

    Delete files outside of home directory...

    I'm gonna have to go with what was said earlier in the ticket -- upgrading to Illuminated or Premium hosting. Moodle is a very resource intensive script. I monitored your processes during that time period, and you jumped up to a pretty high memory usage when your users were logging in. I'm...
Top