Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,188
  • Joined

  • Last visited

  • Days Won

    853

Everything posted by Krydos

  1. Oh yeah, that one works http://stepbetcalculator.com/
  2. Unarchiving... You should now be able to log in at https://www.heliohost.org/login/ and your website should start working within 24 hours.
  3. Since you picked the Johnny server you are using postgresql version 8.4.20. Johnny is not compatible with newer versions of postgresql so we can't upgrade it either. Postgis requires potgresql version 9.2+. Ricky and Tommy are both running postgresql 9.2.23 so I would recommend switching servers if you need postgis. They don't have it installed already, and I'm still not sure it's possible, but at least there's a better chance of it working. Let us know how you'd like to procede.
  4. Alright, can you log in to your Tommy account now at https://www.heliohost.org/login/ ? Also, I noticed that your main domain doesn't exist. I recommend buying the domain https://www.namecheap.com/domains/registration/results.aspx?domain=stepbetacalculator.com&aff=102467 and setting your nameservers to ns1.heliohost.org and ns2.heliohost.org or changing your main domain http://www.heliohost.org/classic/support/scripts/domain to something like stepbetacalculator.heliohost.org Let us know if you need any help.
  5. You can host up to 4 ror applications on your one account, and you can host an unlimited number of websites. When people manage websites for others we generally require they do so on one account. Is there any reason you can't do the same as everyone else?Skarthi2?
  6. Remote access enabled.
  7. My advice is to use Joomla install through softaculous. We even send you an email reminder when updates are available so you won't get caught with a vulnerable to hacks version. Then you can log in and update Joomla with just a click. You don't have to download anything or extract anything. https://tommy.heliohost.org:2083/frontend/paper_lantern/softaculous/index.live.php
  8. Yeah, paypal is working again. The reason you didn't get an invite is because there is already an account that is using that email address. Since the account is on Johnny I'm going to assume you would want to be transferred to Tommy. You're on Tommy now. If you see a 404 error or a Johnny queued page please clear your browser cache and flush your os dns records. Thank you for your donation. We really appreciate it.
  9. I already explained this 9 days ago, but apparently you didn't understand You are only allowed to have one account. Instead of deleting your second account you created even more. Pick one account, and delete the rest using http://www.heliohost.org/classic/support/scripts/delete I've already given you 9 days. As of this post you now have 24 hours or we'll be forced to suspend all of your accounts. I'll consider helping you deploy this ror app again once you are in compliance with our terms of service.
  10. I looked in to installing it, and that would work fine, but the problem would be how to allow people to create databases and users, etc. Either we would have to have an admin create each and every database manually for the users or we'd need to write some sort of custom plugin. Either way is quite a bit of work. It's on the todo list though. Do you think a lot of people would want to use mongodb?
  11. What is the username of your Tommy account? There is only one account that I can find using that email address and it's estrayer on Ricky. Also are you aware that it's against our terms of service to have more than one active account? http://wiki.helionet.org/Terms
  12. What happens when you go to https://tommy.heliohost.org:2083/frontend/paper_lantern/filemanager/index.html Then double click public_html. Then open tmp. Then right click on your .zip file and click extract?
  13. PHP files have to be 644. I see a bunch of your files at 777. Does it work if you have the right permissions set?
  14. This is what I see: and the site doesn't work at all. Maybe I'll try another computer...
  15. Remote access enabled.
  16. Also you can have as many domains on your account as you want so changing your main domain is usually pointless. In this case I would recommend adding it as an alias.
  17. Paypal isn't working right now. I'll check it again in a bit.
  18. http://questioninmind.com/ and http://subodhc.heliohost.org/ are both working. Marking solved.
  19. Normally we require a donation for an admin to move your account for you, and to move your account for free you need to follow the guide at http://wiki.helionet.org/Moving_your_account Tommy apache restarts are starting to get a little long due to the number of accounts though and I've got some free time so why not? You're on Ricky now. If you see a 404 error or a Tommy queued page please clear your browser cache and flush your os dns records. Enjoy being on Ricky.
  20. Your account is on Tommy now. http://johnpels.heliohost.org/test.aspx<br /><br />If you see a 404 error or a Johnny queued page on your domain please clear your browser cache and flush your os dns records.<br /><br />Thank you very much for your donation. We really appreciate it.
  21. Your account is on Tommy now. If you see a 404 error or a Johnny queued page on your domain please clear your browser cache and flush your os dns records. Thank you very much for your donation. We really appreciate it.
  22. I thought you were going to try uploading a fresh copy of the fedena code.
  23. I just tested mail() on Tommy using <?php $to = "me@example.com"; $subject = "Does php mail() work?"; $message = "Hello world!"; $headers = "From: no-reply@krydos@heliohost.org\r\n"; mail($to, $subject, $message, $headers); I received it on my gmail account and my hotmail account. What version of php are you using?
  24. The next problem is you're using dos line endings on a linux system. Cgi is very particular about line endings. The easiest way to make sure you're encoding your file correctly and using the proper line endings is to use the cpanel filemanager, and then click edit code. Either that or you can use a windows editor that knows how to output linux line endings like notepad++.
  25. We recommend using tommy.heliohost.org as your ftp host.
×
×
  • Create New...