Search results

  1. ace_case

    Unable to Upgrade

    I am trying to upgrade to prime because the login requirements are kinda annoying. When I click on the upgrade button (leading to here: https://x10hosting.com/sso/upgrade) it just takes me to a blank, white page. Not running an ad blocker, and the chrome console isn't showing any failed requests...
  2. ace_case

    Base64

    I am working on a complete rewrite of my website. I am wondering if it would be better to store user submitted images as base64 in the database, or as actual files in a directory. I'm leaning towards using the base64, but how does this effect the rules on gallerys? Do user images (avatars, cover...
  3. ace_case

    .htaccess error

    I am trying to use RewriteRule (\S+) $1.php [QSA,NC,L] in my .htaccess. http://htaccess.madewithlove.be/ says it works, but when I put it in I get a 500 error.
  4. ace_case

    cPanel Error

    I know it's probably not officially supported, but when logging in to cPanel from example.com:2082 (which redirects to https://example.com:2083) The layout is kinda messed up. A lot of resources respond with a 401 error in the chrome console. Probably not priority one, but I'd like to see it...
  5. ace_case

    Error 522 CloudFlare

    When going to http://freereads.net I get a 522 error. If I go through freereads.gamersreststop.x10.mx, it works fine. Is there something on your end messing with cloudflare?
  6. ace_case

    500 Internal Server Error

    Before the issues recently, my website was working fine. Now it's giving me a 500 Internal Server Error. Removing the .htaccess fixed the problem, but I have quite a bit in it. I didn't change the .htaccess before it started not working.
  7. ace_case

    Website Down

    My website FreeReads.net appears to be down. I can log on fine, and all my files are still there, but going to freereads.net gives a connection time out error. I managed to get through once, but the next link I went to resulted in the time out.
  8. ace_case

    phpMyAdmin

    I don't know if there's a problem, or I'm just very impatient, but phpMyAdmin seems to do anything VERY slowly. Like whenever I click on Browse from Structure on a table, it takes around 15 seconds to load. And about the same going back. Everything I click on seems to take about 10-20 seconds to...
  9. ace_case

    Subdomain

    I just bought a domain name (http://freereads.net) I was wondering if I could have the domain http://freereads.x10.mx put back on my account. I had to remove it to get the other one to work. Freereads.x10.mx is the website everyone already knows. I tried parking it, but visiting it shows it's...
  10. ace_case

    Email

    Could I get some general guidelines on what is required to send emails to users? (Registration and the occasional newsletter)
  11. ace_case

    Cron Job

    I was wondering if the scripts my cron jobs run are allowed. If not, could you recommend a way to do it? Also, if it isn't allowed, I will remove it I'm just kinda confused about the wording in the ToS.
  12. ace_case

    Cron job

    You can remove this now.
  13. ace_case

    Login Page

    Is it possible to sign in at domain.com:2082 anymore? The x10hosting website is blocked because it's an "Anonymizer." (And yes I am able to access ports 2082 and 2083, just not x10hosting's website)
  14. ace_case

    503

    Since the other thread was closed, I am creating my own. I seem to always get a 503 when logging into my website through twitch.tv. (http://gamersreststop.x10.mx) I am on server Level, and I am pretty sure it's not an error on my end, as everything was working before people started getting 503s...
  15. ace_case

    "Solved" Subforum

    There should be a "Solved" Subforum in the support forum. Moving all the solved problems to it would eliminate clutter, and help find problems that are still unresolved. I have seen threads get pushed to page 2, while all the threads above it are already solved. This would eliminate this problem.
  16. ace_case

    mod_rewrite problem

    I have 2 (nearly) identical .htaccess for my websites. (http://freereads.x10.mx) RewriteEngine On RewriteRule ^story/([0-9]+) /read.php?id=$ ErrorDocument 404 /notfound.php (http://gamersresttop.x10.mx) RewriteEngine On RewriteRule ^story/([0-9]+) /read.php?id=$1 When visiting...
  17. ace_case

    "Clean" Links

    How would I go about switching to clean links such as domain.com/content/323 instead of domain.com/content.php?ID=323 I think I would be using the .htaccess file, but what would I change?
  18. ace_case

    Loyalty Perks

    People should get something for being a part of x10hosting for a long period of time. I am not entirely sure what though. Perhaps a loyalty server for people who have been here a long time and haven't totally abused the server, or possibly some extra resources (extra email, ftp, subdomain...
  19. ace_case

    SSO Login

    I tried to login through https://x10hosting.com/sso/login/ but it doesn't work. It just sits there and loads, and then doesn't do anything. However, logging in through domain.com:2082 works just fine. Problem with your page?
  20. 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...
Top