Search results

  1. leafypiggy

    How do i know when domain is fully propergated?

    DNS propagation no longer takes 24-72 hours. That is a very old fact, and isn't true. DNS propagates usually in 2-4 hours. With a MAX of 24.
  2. leafypiggy

    Error 404

    liability.html is actually liabilityform.html sponsors.html is actually Sponsers.html (In linux/unix, the file system is case sensitive, unlike Windows) shrinelogo-lg.jpg is actually Shrinelogo-lg.jpg (again, case sensitivity)
  3. leafypiggy

    Domain not working

    Well, what's the domain?
  4. leafypiggy

    403 Error - Need permanent solution(!!!)

    Opera Mini shouldn't even be considered a browser. It's old, and outdated. Turning the ModSec engine off resolves this problem completely. There is no imminent threat in disabling modsecurity. Most websites function fine with it left on normally. In fact, yours would probably too, if you didn't...
  5. leafypiggy

    Wordpress Duplicator Plugin

    May I ask why you need catch all?
  6. leafypiggy

    Wordpress Duplicator Plugin

    Unfortunately catchall email addresses are disabled on free hosting for security reasons.
  7. leafypiggy

    Wordpress Duplicator Plugin

    Hi, The permissions on your files were all messed up, specifically, your public_html folder was set to 777, which isn't the correct permissions for it. I've fixed all your file permissions, and am able to load the installer file successfully.
  8. leafypiggy

    Error 403

    Add the following line to your .htaccess file in the root of your site: SecFilterScanPOST Off
  9. leafypiggy

    Unable to upgrade

    Hi beagle2x, Were you paying with a credit card, or with paypal? Also, are you sure your billing address is correct and matches what your bank/paypal has on file? We have a rigorous fraud protection system.
  10. leafypiggy

    How to make your php scripts secure

    From the docs.
  11. leafypiggy

    How to make your php scripts secure

    password_hash() creates a password. When you use password_verify(), you psas it two things. Firstly, the plaintext password. Then, you pass it the stored hash you created with password_hash(). Internally, it deconstructs the second paramater to see how it was hashed, and then hashes the first...
  12. leafypiggy

    How to make your php scripts secure

    Hashing and salting is great, but the password_hash() functions are definitely the way to go for hashing in PHP right now(: It's a good tutorial! :) bdislter is right in some respects. Don't reinvent the wheel if you don't have to, especially when it's something you can use that you know is...
  13. leafypiggy

    PHPBB 403 Forbidden

    Add the following line to your .htaccess: SecFilterScanPOST Off This is due to Mod Security.
  14. leafypiggy

    Deleted the public_html folder...

    Unfortunately the backups we keep of the free hosting servers are for use only in the case of catastrophic server failure. We cannot provide them to you. Backups are the responsibility of the user, and the user alone.
  15. leafypiggy

    Can not access account but see my web page

    Hi, We'll need your account username or domain name in order to take a look.
  16. leafypiggy

    Website Help

    Hi, Your website is loading fine on my end. DNS propagation can take several hours.
  17. leafypiggy

    Point subdomain to hosting

    Your account is on xo2, with the IP 192.91.81.4
  18. leafypiggy

    GZIP compression on xo2

    Enabled on xo2, xo3.
Top