Jump to content

HelioHost

Members
  • Posts

    8477
  • Joined

  • Last visited

  • Days Won

    80

Everything posted by HelioHost

  1. I have already done that. Here is the content of my original ticket.---- My account was successfully created few days back. Domain Name: alimzein.heliohost.comUsername: alimzeinServer Name: johnny Whenever I try to go to the website alimzein.heliohost.com, I get the error 'This site can't be reached' .alimzein.heliohost.com's server DNS address could not be found. I have looked in the Questions forums but did not see anything related to my issue. Maybe I missed it.Are you able to help? ---- On Wednesday, December 27, 2017 11:25 AM, Heliohost Support wrote: The contents of your message seem to have gotten lost. Please post your issue on our support forums for assistance: https://www.helionet.org/ You may view the status of your ticket by visiting: https://www.helionet.org/index/index.php?showtopic=31112 Thank you, Heliohost support https://www.heliohost.org/ https://www.helionet.org/
  2. when i entered my domain "chinna89.heliohost.org" im getting this https://drive.google.com/file/d/1GQpJWccLz-qHxgWIotKePANEZ97xFZ5r/view?usp=sharing when i enter http://chinna89.heliohost.org:3306/ im getting this "J??? 5.6.35?} ?vOiAJ/Id?y? ? EUR ??????????
  3. Username: home, Server: Johnny, Main domain: savemeindia.com Respected sir/madam, my site is not showing, site name is www.savemeindia.com please help how to showing my site..........
  4. when i enter http://chinna89.heliohost.org:3306/ im getting this J??? 5.6.35?R? ?~[/rute|?y? ? EUR ??????????aSXB~w[@m&s3?mysql_native_password?!?? y,, #08S01Got packets out of order On Wed, Dec 27, 2017 at 5:29 PM, Heliohost Support wrote: > Try accessing it with your domain instead of your IP > > You may view the status of your ticket by visiting: > > https://www.helionet.org/index/index.php?showtopic=31113 > > Thank you, > Heliohost support > https://www.heliohost.org/ > https://www.helionet.org/ > >
  5. Username: chinna89, Server: Johnny, Main domain: chinna89.heliohost.org firstly thank you for your services. it is really awesome, that you are giving services for free and this is one of my best hosting site. ones again thank you very much. but, when i want to use mysql remotely im seeing "account queued". im seeing this message form the beginning(when i created account). till now it is showing same. what is the problem? how to solve it? if my account is queued, please activate as soon as possible. . access host is 65.19.141.67
  6. Username: N/A, Server: N/A, Main Domain: N/A
  7. Username: wpowell, Server: Ricky, Main domain: untotheend.heliohost.org Greetings. I need to reset my password for user 'walt', which is associated with this email address. I can log into cpanel fine; however, the helionet.org signup doesn't do password creation validation, and I think I entered other than what I thought. Assistance on this would be greatly appreciated. Thanks a million. -Walt
  8. Username: jazielsi, Server: Johnny, Main domain: jazielsi.heliohost.org Well, since the morning my site has been very slow, had a while until the HelioHost website was slow and not coming in, I checked and it is not my internet, because I asked someone else to enter and the same slowness happens.
  9. Hey! I need flask-dance module to be installed please. Thanks!
  10. Username: jazielsi, Server: Johnny, Main domain: jazielsi.heliohost.org My site: http://jazielsi.heliohost.org/
  11. both are ( tommy an ricky ) are full 2017-12-25 18:46 GMT+03:30 Heliohost Support : > Since you pick Johnny, I would recommend you move to Tommy or Ricky where > you can choose a php version as you like. We will be releasing the > increasing storage system in coming soon. > > You may view the status of your ticket by visiting: > > https://www.helionet.org/index/index.php?showtopic1081 > > Thank you, > Heliohost support > https://www.heliohost.org/ > https://www.helionet.org/ > >
  12. Username: kianstar, Server: Johnny, Main domain: graduate.heliohost.org Hello I really appreciate for your free services. I've created an account with php and postgresql 8 but there's a problem after I deployed my laravel website QueryException in Connection.php line 770: could not find driver I googled a lot around this and found some solutions that saying the php_pdo_pgsql php_pgsql extensions should be enabled in php.ini website address : http://graduate.heliohost.org/testdb I'm grateful for your help.
  13. Username: ariano, Server: Johnny, Main domain: ariano.heliohost.org hi , im armin from iran im a student and we created a social network for our class on your great free host could you please upgrade my php version and increase my stroge and memory and cpu?
  14. HelioHost

    Merry Christmas

    There is only seven days left to get your tax deductible donations to HelioHost in for 2017. https://www.heliohost.org/donate/ December is traditionally the biggest month for philanthropy due to everyone being in the giving mood because of Christmas. If you're looking for a good charity to donate to for a larger deduction on your 2017 taxes HelioHost is a great cause. We provide free hosting to tens of thousands of users in nearly every country on the planet, and it's because of wonderful donors such as yourself that make this all possible. If you can't make a monetary donation but still want to help out consider running our https://www.heliohost.org/heliomine/ program. So far this month HelioHost users have mined over $30 USD worth of cryptocurrency for us at no cost to them. Happy holidays everyone!
  15. Username: zuzumu, Server: Johnny, Main domain: zuzumu.heliohost.org Suspended: zuzumu
  16. Username: infospac, Server: Johnny, Main domain: infospace.heliohost.org Dear Manager Now I can not open my domain on heliohost. Pls find the error message as follow, http://infospace.heliohost.org/ --- Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@infospace.heliohost.org and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request. -- Pls let me know how to fix this error asap. regards Alex
  17. Just reading , really thanks i am just also for a friend of mine in the coding area, i amsking his help i fordward this email also for himm really thanks support, the app is working in another hosts like openshift is a flask app . maybe i amgoing to ask direct to my friend helps me to implement this in your host . Really thanks again for guiding me through this. Daniel El 2017-12-19 22:47, Heliohost Support escribio: > There's a few things going on. It looks like you're trying to do cgi > in a non-cgi-bin directory so you're going to need an .htaccess file > saying it's ok for .py files to be executable:Options > +ExecCGIAddHandler cgi-script .pyThen your cgi needs to have a content > type header:print("Content-type: text.html\n\n")Then your script needs > to be executable. Make it 755 instead of 644 like it is now. Let us > know if you need more help. > > You may view the status of your ticket by visiting: > > https://www.helionet.org/index/index.php?showtopic=30999 > > Thank you, > Heliohost support > https://www.heliohost.org/ > https://www.helionet.org/
  18. Username: N/A, Server: N/A, Main Domain: N/A Username : jimesh Domain : jimesh.heliohost.org I have uploaded .war file in file manager. Please tell me how to deploy it so that i can run my servlet application. Thanks in Advance.............
  19. Username: civiled, Server: Johnny, Main domain: civiled.heliohost.org Hello, my name is josh. I have recently created a Java Discord bot that is running off of my computer. I cant have my computer on 24/7 so I need a reliable host to host it for me. I was wondering, how do I declare what to have running? I need to import a jar called Discord JDA that I declare many methods from and I need to run the Main.java file. The main.java file will listen for any other events from other classes. How do I accomplish this with your host? Sent from Mail for Windows 10
  20. Username: ekitapme, Server: Johnny, Main domain: pdfepub.tk i cant delete please admin. i want change server. johnny is very slow.
  21. Username: ekitapme, Server: Johnny, Main domain: pdfepub.tk ricky or tommy please help me admin. 2017-12-19 20:48 GMT+03:00 Nirvana Metallica : > im on johnny server, but it's too slow. > i want to go to ricky server. > please help. > >
  22. Username: ekitapme, Server: Johnny, Main domain: pdfepub.tk im on johnny server, but it's too slow. i want to go to ricky server. please help.
  23. Username: ryuz, Server: Johnny, Main domain: ryuz.heliohost.org hey, when ever i try to log in nothing happensplease look into the issue.thank youRyu
  24. Username: ekitapme, Server: Johnny, Main domain: pdfepub.tk hi again i cant login cpanel because johnny server is so slow please help me (
  25. Username: ekitapme, Server: Johnny, Main domain: pdfepub.tk Hello. I can not login to your site. very slow please help :/
×
×
  • Create New...