Search results

  1. leafypiggy

    SMTP problems

    Have any emails been sent recently? I don't see that email address in our logs.
  2. leafypiggy

    disk quota to unlimited?

    First, you would have to be not violating our Terms of Service by hosting Copyrighted Music on your account.
  3. leafypiggy

    Site still does not load

    I'm not exactly what issues you're speaking of. If they're the ones in this thread, I believe (if my tired mind can remember that far back) that these issues were caused by incompatible PHP versions with your script, along with the fact that we did not have a fully functional backup of your...
  4. leafypiggy

    Account suspended due to inactivity

    This should be resolved now.
  5. leafypiggy

    [XO3] Suspended but not?

    So this was a really weird one. For some reason, you had a manual Apache configuration in your virtualhost that was causing the suspension. I've removed it. You may need to clear your cache.
  6. leafypiggy

    Set Permissions Question (Free Account)

    How I did it not really something you can execute from your account, and really I only do on someone's accounts after making sure it's not going to hurt anything (symlinks and such) find . - type d | xargs chmod 755 && find . -type f | xargs chmod 644 Find all directories, and chmod 755...
  7. leafypiggy

    Are users allowed to upload images on free hosting?

    However, you're allowing users to host the images, and they could be hotlinked, therefore it is a file hosting website.
  8. leafypiggy

    Set Permissions Question (Free Account)

    Folders should be 755. Files should be 644. I've fixed this for you.
  9. leafypiggy

    [XO3] Suspended but not?

    Hi, I've run a suspension and unsuspension on your account, so you should be okay now. Sometimes the unsuspension queue gets stuck and doesn't complete.
  10. leafypiggy

    How do I find out the cpanel USER NAME?

    Userdir functionality is disabled on free hosting.
  11. leafypiggy

    Error with curl since upgrade

    can I ask why you need to CURL your own website?
  12. leafypiggy

    Python MySQL support?

    Hi @meithan I'm not 100% sure if we can support MySQLdb, as that's a third party extension, however we do support SQLite3. And you can indeed run it in the browser (if you make it executable, and add a handler for it)
  13. leafypiggy

    Are we able to use the LOAD DATA INFILE MySQL function?

    Your username is most likely wrong. It should be something like eetoolsx_<username>
  14. leafypiggy

    Python MySQL support?

    Hi @meithan Python is supported on our premium plans, however please note that WSGI scripts will not work. That is, your account can run python scripts, however python scripts won't be able to deamonize themselves and run as a service on any port. If you wanted to write your website in Python...
  15. leafypiggy

    Connecting with FTP

    Are you using an active, or passive connection with FTP?
  16. leafypiggy

    Database restore

    Hi easym, Unfortunately we do not keep backups on free hosting that are available for users to use for file/database restoration. If you don't have a local backup of the database, you are sadly out of luck.
  17. leafypiggy

    Cron Jobs stopped working since 20/07/14 at 21:10

    Bunch of log entries showing his cron jobs running they're running perfectly.
  18. leafypiggy

    The Security Certificate is not valid

    Hi @ferrans, If you're not with x10, you would have to talk to your provider about an SSL certificate.
  19. leafypiggy

    The Security Certificate is not valid

    Hi ferrans, Do you have a VPS with x10? If so, the best place to ask about this is at http://clients.x10hosting.com/ There, we have full access to your account details and will be better able to assist you. :)
  20. leafypiggy

    Can't access control panel or mail server

    I've removed the following firewall rule that was blocking your IP address: where $IP is your IP address.
Top