Search results

  1. 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!
  2. 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...
  3. 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...
  4. 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?
  5. 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...
  6. edkolis

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

    Thanks, but it says "login attempt failed"...
  7. 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!
  8. edkolis

    Account still suspended after Lotus transfer

    I'm having the same issue now - I can get to FTP, but the website won't show up in a browser; it still redirects me to the "we're moving" page. I tried resetting my router (in case it had something cached), and then clearing my PC's DNS cache, but that didn't seem to help... edit: working now...
  9. edkolis

    Account still suspended after Lotus transfer

    My account (edkolis.exofire.net) is still suspended after the completion of the Lotus server transfer. I tried flushing my DNS cache, but that didn't seem to help. Could someone help me out please? (Seeing as the "Lotus & Cossacks final update" says to open a thread...) Thanks!
  10. edkolis

    does x10 free hosting support

    Yes, it does support aspx (ASP.NET) - not sure about classic ASP though. Also, since the servers are running Linux, they might not support all the functionality of the later versions of ASP.NET. What kind of page are you trying to run? And which server are you on? As you might have noticed...
  11. edkolis

    PHP broken on lotus?

    2.5? I don't think there is such a version... you talking about 2.0 I assume? Not 3.5?
  12. edkolis

    PHP broken on lotus?

    Yeah, the funny thing is, I'm more of an ASP.NET guy myself, but when I tried to get that running under whatever version of Mono they had on the server at the time I set my site up, it wasn't working properly... so I learned the bare minimum of PHP just to do some server-side includes so I...
  13. edkolis

    PHP broken on lotus?

    It seems that PHP is broken on Lotus, or at least on my site (edkolis.exofire.net)... I can access files such as PNG's and 7Z's just fine, but any PHP pages I have up there return an internal server error...
  14. edkolis

    Not able to FTP to Choppin

    In case this is helpful diagnostic information: When I go to cPanel and access "FTP Accounts" or "FTP Session Control", my browser sits there with a "wait" cursor...
  15. edkolis

    Not able to FTP to Choppin

    I am having the same issue on Lotus - additionally, the panel tells me I have "7m of 0m" disk usage! Did my disk quota get wiped out or something?
  16. edkolis

    Account stuck at 500MB diskspace

    I just noticed that the free accounts were upgraded to 1024MB and that mine was still at 500MB, so I'm opening this ticket to have this looked into. Thanks! :)
  17. edkolis

    X10Hosting Uptime Fluctuating

    Seems to happen whenever I upload a file... I hope I'm not the root cause! :P
  18. edkolis

    Error Code ERRS65061 when creating account

    Have you tried pasting the code from the confirmation email into the control panel, rather than clicking the link in the email? I suppose it might have barfed since I already had the control panel open while I clicked the link, so it thought there was a duplicate request! That got me past that...
  19. edkolis

    Error Code ERRS65061 when creating account

    I tried to create a free site with the URL http://edkolis.exofire.net using x10 Hosting, but every time I try to create it, I get ERRS65061 when I log into the control panel and try to activate my account, and it tells me to start over. Does anyone know what this error means - am I doing...
Top