Recent content by edkolis

  1. edkolis

    Resolved Can't log in, x10 thinks I'm using a proxy or VPN

    I get this error when I log in to https://x10hosting.com/sso/login: > We've found that you're connecting with a network proxy, VPN, or Tor, and we're unable to complete your request because of this. Please disable any such service, sign out and back in. I'm pretty sure I'm not logged in to any...
  2. edkolis

    Resolved Can't access admin page for my site

    I'm trying to log in to the admin page for my site because I need to every month to keep my account active. However I run into this error: > There is a problem with your request We've found that you're connecting with a network proxy, VPN, or Tor, and we're unable to complete your request...
  3. edkolis

    Need to update PHP to install MediaWiki, but I can't

    I'm trying to install MediaWiki using the Software/Script Installer, but I get an error message: PHP version is less than the required 7.0.13 [ ] Do you wish to enable PHP 7.0.33 ? (Might cause issues with your existing installations). with a checkbox to enable PHP 7.0.33. However checking the...
  4. edkolis

    Login to control panel takes forever

    I must have waited 30 seconds after clicking "sign in" before my account info appeared...
  5. edkolis

    Why does signing in to my cpanel take so long?

    When I sign in from the x10hosting homepage it takes like 30 seconds to get to my cpanel - why does it take so long?
  6. edkolis

    ASP.NET Core on free hosting?

    Is it possible to host ASP.NET Core on free hosting? I've only used the full ASP.NET but I'd like to learn Core and I was wondering if it's supported, since Core does run on Linux. Thanks! :)
  7. edkolis

    Upload files via Mercurial?

    Well, I guess the idea would be, you push to a repo that's located at the deployment location. Just a crazy idea :)
  8. edkolis

    Upload files via Mercurial?

    OK, I was just asking if it was already installed, because it seems like it would be a useful feature! :)
  9. edkolis

    Upload files via Mercurial?

    Is there any way to configure the hosting service to allow uploads of files via Mercurial source control, instead of FTP? Sometimes I'll forget to upload a file, and something won't be working quite right! With Mercurial, all I have to do is push my changes and they'll all be synced!
  10. edkolis

    MySQL Performance and Best Practises - Many Tables vs 1 Large Table?

    So the same car can be owned by many people, then? Yes, then you would need a third table, since this is a many to many relationship, and the duration would indeed go in that third table. The third table becoming large is not a huge issue, unless you are already dealing with huge numbers of...
  11. edkolis

    MySQL Performance and Best Practises - Many Tables vs 1 Large Table?

    Neither of these options is optimal. You should have two tables: one for people, and one for cars. The car table should have a foreign key column referencing the person table which specifies who any particular car belongs to. Read up on "database normalization" to learn how to decide these...
  12. edkolis

    Official list of supported languages?

    I know PHP is supported, and ASP.NET is not, but is there any official list of all the supported programming languages on the servers?
  13. edkolis

    Automatic File Updates?

    MyBackupBox might be able to sync between FTP and some other service (e.g. Dropbox) for you - looks like you can set up automated syncs, so while you might or might not be able to sync every time you modify the file, you should at least be able to set up hourly syncs or something like that...
  14. edkolis

    Can't log in to FTP or cPanel after Fris transfer

    Thanks, but it says "login attempt failed"...
  15. edkolis

    Can't log in to FTP or cPanel after Fris transfer

    I can't log in to my FTP account - I get 530 login authentication failed. Also, I can't get to cPanel from the main control panel, and the main control panel still says I'm on Fris, even though that server was shut down. I can get to my website just fine though - I just can't update it!
Top