Search results

  1. ace_case

    Upgrading Disk Space Usage

    If you account falls under valid use according to the AUP and TOS, then an admin should be able to upgrade your account to "unlimited" space for free. Common things that eat space are backups, error logs, .zip packages, etc. The official post is here...
  2. ace_case

    Forced login?

    It wasn't made for production. It is a small bit that was meant to lead you in the right direction. I could tell you how I do it, but I am 100% sure it won't work directly for you, since opencart uses a different login system than I do. Try doing exactly this, and tell me what it says...
  3. ace_case

    where do i place this code? force login

    This is not a hosting support question, but your code seems to be wrong. If this is still about the opencart issue, try using if(!$logged){ //redirect code exit(); }
  4. ace_case

    x10 blocking sockets/UDP -PHP

    If I am correct, only the external database would work if you went to x10Hosting premium. The Ports would remain blocked.
  5. ace_case

    Title Tag

    Lets say I have page http://example.com/page.php?contentid=55 Would it be better for SEO to have <!doctype html> <html> <head><title>Name Of Website</title></head> <body> //content </body> </html> or <!doctype html> <html> <head></head> <body> //pulls content from database <title>Title of...
  6. ace_case

    My Experiment with innovative and minimalist interface

    The auto finish is a bit buggy if you type too fast, as I do, but I like the concept.
  7. ace_case

    Saving File Hangs Up

    I also had/have similar problems. They seem to have gone away now, but I am not for sure.
  8. ace_case

    Admin Panel

    I have a couple ranks, and yes they give certain people certain privileges such as editing posted stories, and hiding certain stories. The password changer is a temporary feature only used when requested, and users can change their password themselves if logged in. (I personally know most...
  9. ace_case

    Forced login?

    I have no experience with opencart, but it should be simple enough to do. Include the code on every page you want protected. (Theoretical code below) if $isLoggedIn == false { echo "<h1>You must be logged in to visit this page.</h1><p>Please login <a href='login.php'>here</a></p>"...
  10. ace_case

    Admin Panel

    What features are standard for Admin Control Panels? I currently have a User list, rank settings, and a password changer.
  11. ace_case

    Forced login?

    Forced login? As in a page that can only be accessed if you are logged in? I just have a check to see if there is a user logged in, and if not create a popup and redirect to the login page. You could also extend it to include rank of the member if you need to. Such as if $rank > 2 { showpage()...
  12. ace_case

    How will I know that my add-on domain is successful?

    After you add-on the domain, it should start working within 48 hours if you correctly changed the nameservers. As far as I know, (I haven't done many Softaculous installs,) the database name is the name of the database being used for the wordpress site, and the table prefix is used to have...
  13. ace_case

    x10 blocking sockets/UDP -PHP

    Sorry, but external MySQL connections are disabled, both to and from the server. It's to protect the security of the users and the servers. The only way it could be changed is server wide. I believe the ports are also only changeable server wide. You will have a hard time finding a free host...
  14. ace_case

    x10 blocking sockets/UDP -PHP

    Correct me if I'm wrong, but could a "simple" mod for Minecraft be made to access a page with POST data to update a database on the website's side, perhaps every 5 minutes or so?
  15. ace_case

    Prime and Staff Banners

    The Prime banner looks more like the Staff banner should. Subconsciously, when I see a large red banner, I think Admin. However when I see a small blue banner, I hardly notice it until I get to looking.
  16. ace_case

    illuminated

    I see you have a prime badge so I assume you know how to now, but if you click get support in the cPanel, you should see a button that takes you to the upgrade page.
  17. ace_case

    Now you see it................. !

    What files are in the public_html folder?
  18. ace_case

    illuminated

    Ok it works, thanks! One more question though, is the wiki page still correct after the changes? https://x10hosting.com/wiki/Plan_comparison
  19. ace_case

    illuminated

    I am not sure if I am in the right place, but when clicking to get them, it still says Learn More and then says they are still being worked on.
  20. ace_case

    Account Upgrade Request

    I believe what he is saying, is that you should only be hosting related files for users to download, if you are the one who makes them. Would it be at all possible to use an external file hosting service and just provide links to the download page, or if allowed by the external file host, a...
Top