Search results

  1. leafypiggy

    Can somebody take a look at my files? I feel like I configured something wrong...

    Hi, Please see this topic for more information: http://community.x10hosting.com/threads/wordpress-upload-issues-on-free-servers.192087/#post-922110 We're experiencing an issue with Imagemagick and Wordpress on our free hosting servers. That post has a workaround for the moment.
  2. leafypiggy

    how long does it take for disk space to refresh

    I'm trying to fix some quota stuff right now... give me a few hours to run this script.
  3. leafypiggy

    Server Issue - Level?

    Yeah.. something was filling up the /tmp drive on the server, so I pruned it.
  4. leafypiggy

    how long does it take for disk space to refresh

    Looking into this. Looks like your file might've got owned by something else because of the quota. By the way, don't upload isos... that's considered file hosting.
  5. leafypiggy

    Subdomain is not loading since 3 month.

    It's loading fine for me. http://neelesh.gothania.com/
  6. leafypiggy

    Server Issue - Level?

    This should be resolved.
  7. leafypiggy

    Server Issue - Level?

    Looks like /tmp is full on Level. I'm working on clearing it out.
  8. leafypiggy

    Is it possible for people to access a webpage without having to write .html at the end?

    That's not the ideal solution. An htaccess redirect is the fix for this.
  9. leafypiggy

    HELP!

    Locking thread
  10. leafypiggy

    Wordpress Upload Issues on Free Servers

    Hey guys (and gals), So over the past almost two weeks we've been trying to resolve the issue that's going on with media uploads from Wordpress. When users upload through any built-in WP uploader, they are given a HTTP error, or an HTTP 503, depending on which uploader is used. That being...
  11. leafypiggy

    Is it possible for people to access a webpage without having to write .html at the end?

    Yeah that's my fault. one second. Should be fine now.
  12. leafypiggy

    Is it possible for people to access a webpage without having to write .html at the end?

    Try: RewriteEngine On RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_URI}.html -f RewriteRule ^(.*)$ $1.html The reason the one you have in your .htaccess doesn't work is because it tells the script to NOT work if the requested file is a file or directory.. this one only does it if the file exists.
  13. leafypiggy

    Website not working

    For the record, your website is working fine without the www. prepended to it. anasimtiaz.x10.mx. The issue was that you were missing a DNS record for www.anasimtiaz.x10.mx. I've added a CNAME pointing to anasimtiaz.x10.mx for you. Please allow 24-72 hours for DNS to propogate -- see here to...
  14. leafypiggy

    Change sub domain

    Sure. What domain would you like to change to? It must be one of the subdomains we offer. (.x10host.com, .x10.mx, etc)
  15. leafypiggy

    Can't login

    You're not in the firewlall.. try using a different web browser.
  16. leafypiggy

    Can't login

    Can I have the IP and server you're trying to connect to? Your forum account isn't linked to a hosting account. And also your account name or email.
  17. leafypiggy

    DNS Editor: Can't View Zones

    This is all set. I've rebuilt your DNS zones. There may be some minor interruptions while the zones propagate, but they're working on my end.
  18. leafypiggy

    DNS Editor: Can't View Zones

    I'm rebuilding your DNS zones.
  19. leafypiggy

    Imagepng won't return an image;

    Yes -- why wouldn't it be? I think you're misunderstanding the entire concept of what you're doing. <?php $my_img = imagecreate( 200, 80 ); //create image resource identifier $my_img. Basically a placeholder in memory for the image. $background = imagecolorallocate( $my_img, 0, 0, 255 )...
  20. leafypiggy

    Imagepng won't return an image;

    Works for me: http://neil-vox.x10.mx/12.php?t=this is a test It's even dynamic (I changed the code a bit, but only for the text of the image).
Top