Jump to content

HelioHost

Members
  • Posts

    8477
  • Joined

  • Last visited

  • Days Won

    80

Everything posted by HelioHost

  1. Username: bkoopa, Server: Johnny, Main domain: bkoopa.heliohost.org Hello i havent logged in in a while so my account was made inactive and i was wondering if i could get it reactivated? I linked the url if that will help find it. http://bkoopa.heliohost.org
  2. Username: N/A, Server: N/A, Main Domain: N/A Hi, We are Caja Social Bank from Colombia and we want to report this account https://www.bancolmena.xyz/personas/ Our real site si : https://www.bancocajasocial.com Please remove that account from your host as soon as posible. Thank you. Cordialmente, Andrés Mauricio Pardo Agudelo | Gerente de Aseguramiento Informático y Continuidad del Negocio | Vicepresidencia de Tecnología | Teléfono (+57-1) 348 5000, ext. 13127
  3. Thank you! On Wed, Nov 22, 2017 at 8:14 PM Heliohost Support wrote: > You picked the Ricky server which is our only server that doesn't support > asp.net. If you want to be able to run asp.net 3.5 or lower you can move > to Johnny. If you want to be able to run up to asp.net 4.6 you'll need to > be on Tommy. > > You may view the status of your ticket by visiting: > > https://www.helionet.org/index/index.php?showtopic0613 > > Thank you, > Heliohost support > https://www.heliohost.org/ > https://www.helionet.org/ > >
  4. Hello Heliohost, Thank you so much for your fast support. I am so grateful that it works now. I've tried twice to deploy my application yesterday and it did not work and I do not know why. Obviously we still need to fix some problems with the implementation, but I am really happy that it works now. Thank you so much!!! We love you. Kind regards Volker Gesendet: Mittwoch, 22. November 2017 um 13:28 Uhr Von: "Heliohost Support" <support@heliohost.org> An: coco4@gmx.net Betreff: Re: [Hh#11125] War Cannot Be Deployed FromPlease be aware that this system is still in testing and for now the deployment may take several hours to complete, but once the system is more fully tested we expect the deployment time to decrease considerably.We've had people wait up to 24 hours for the deployment conditions to be met. It looks like your last deployment took about 6 hours so that's well within the expected range. It also seems to have succeeded and can be located at http://greifswalder-bachwoche.heliohost.org/gwbw_new/ Going to that url looks like it's working and I don't see any error messages either. You may view the status of your ticket by visiting: https://www.helionet.org/index/index.php?showtopic=30611 Thank you, Heliohost support https://www.heliohost.org/ https://www.helionet.org/
  5. Username: servrbti, Server: Ricky, Main domain: btigroup.ml i have try to run asp.net file but it just a text showing the code
  6. Username: coco4, Server: Tommy, Main domain: greifswalder-bachwoche.heliohost.org Dear Sir or Madam, I've recently created an account on the Tommy server and I am trying to deploy a WAR file on the cpanel administration page. I do not know what I am doing wrong, but the deployment fails everytime (it takes very long to deploy the file) and I am being told to seek for help by the customer service. Could someone have a look, please? I do not know what do to. It works fine on my local server. I do not get an error message neither. My account is coco4 on Tommy server. The war I am trying to deploy is located in my home directory and called gwbw_new.war. I am using Java Bean technology in my JSP scripts, as well as JDBC and read configuration parameters out of the container configuration file web.xml. Thank you in advance! Kind regards. Volker
  7. Username: tornrawk, Server: Johnny, Main domain: tornrawk.heliohost.org I was trying to setup my domain to move over and the creation scripts timed-out. I went back and resubmitted the details...now I get this message: (XID aqbw6p) The domain "eves-apple.ga" already exists in the Apache configuration. The domain does NOT show up under my account in cpanel. Please help. My login/username is "tornrawk" on Johnny. Thanks, Mark --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
  8. Hi, thank you for your response. I believe we can discuss changing servers a little later perhaps. The 'main.py' script imports telegram.ext's Updater module which has the function of getting updates from Telegram messenger. It does not run on an infinite poop per se, it runs in this fashion: updater.start_polling() updater.idle() Therefore the process is more or less idle if it is not being sent an update to process. Stopping and starting the script every few minutes would not be viable for a responsive chat bot. I'd rather have a slow responsive bot than a bot that works every now and then. The only reason I'd use a cron job is if in case the server restarts and it does not launch my script automatically, the cron job would launch it again. Within the script I would set a domain socket lock to avoid duplicate processes so that even tho the process is always running and the cron job is always launching, there will only be one original process running at any given time. So how would I go about setting up a cron job? On Nov 21, 2017, at 5:02 AM, Heliohost Support wrote: As far as uptime goes it looks like you picked our lowest uptime server: Johnny. He's sitting at about 87% right now, but has had exceptionally bad uptime over the last 24 hours. I'd say 90-95% would be more normal. Ricky is our next best server that also supports python, and he is currently sitting at about 98% uptime. Since he's our newest server we've been tweaking and fine tuning him to get a little better uptime. We're hoping to get 99% soon. Tommy is our best server plan with 99.9% uptime most of the time. Let us know if Johnny is going to be insufficient for your needs and we can provide instructions on how to switch servers.We highly recommend setting your script up as a cron where at regular intervals as small as every 5 minutes you script is executed and then it ends, rather than an infinite loop. Since your script would be designed to run for a short period and then terminate there is a lot less chance of your script getting locked up and failing. We've had a lot of experience with people trying to run infinite loop scripts like that and they rarely work right. Let us know if you need any help setting up the cron to execute your script. You may view the status of your ticket by visiting: https://www.helionet.org/index/index.php?showtopic=30590 Thank you, Heliohost support https://www.heliohost.org/ https://www.helionet.org/
  9. Username: camverse, Server: Johnny, Main domain: camverser.heliohost.org Hi, I have a long running task (no more than 15M memory, negligible CPU usage) that I'd like to host on your servers. All I require is 12h/5d hosting with just an 'okay' uptime without the restrictions such as 'total bandwidth', 'CPU usage', 'memory usage', 'time limits' e.t.c. to have to worry about. I've placed the necessary files (including the only Python script called: 'main.py') in the 'cgi-bin' folder as stated elsewhere on the forum. How do I now execute the script without any SSH access? Am I required to build a PHP based web-page in order to access and execute my script? Additionally, there will be these dependencies that require installation: python-telegram-bot requests[security] Any help is appreciated!
  10. Hey, hope you're great today and thanks for quick response. Sure we can just give me some time, I think I could make it until tomorrow, just asked our design team. Best, Vito On Mon, Nov 20, 2017 at 6:15 PM, Heliohost Support wrote: > Hey Vito,We have email campaigns where we include a banner advertisement > of our various affiliate partners. Do you have (or can create) a 468x60 > banner for your service? Thanks.-Krydos > > You may view the status of your ticket by visiting: > > https://www.helionet.org/index/index.php?showtopic0544 > > Thank you, > Heliohost support > https://www.heliohost.org/ > https://www.helionet.org/ > > -- *Vito Clover*
  11. Hi, nice to e-meet you! We would be more than happy to work together. I see you have already registered for our affiliate program. Is it everything clear to you? Maybe you need some promotional material from our side? Feel free to drop me a message anytime or we could have a skype chat/call later this week. My skype ID live:5d142d38d71cc056 Cheers, Vito On Fri, Nov 17, 2017 at 12:45 AM, Heliohost Support wrote: > Sounds like a good idea. We recommend people use VPNs quite often, but we > never suggest a certain company. Depending on the commission your company > offers we can add you to our partners page too. https://www.heliohost.org/ > partners/ Thanks for contacting us. > > You may view the status of your ticket by visiting: > > https://www.helionet.org/index/index.php?showtopic0544 > > Thank you, > Heliohost support > https://www.heliohost.org/ > https://www.helionet.org/ > > -- *Vito Clover*
  12. Username: apesin, Server: Ricky, Main domain: collegenote.heliohost.org
  13. Username: apesin, Server: Ricky, Main domain: collegenote.heliohost.org Please, I have a problem with error 504 when my users try to download a file from my website. Website is collegenote.heliohost.org
  14. Username: zuzumu, Server: Johnny, Main domain: zuzumu.heliohost.org
  15. I am Facing Same Problem, as I said earlier.. please check my ftp configuration... On Wed, Nov 15, 2017 at 7:07 PM, Heliohost Support wrote: > Try these settings: > Host: johnny.heliohost.org > Port: 21 > Protocol: FTP > Logon type: Normal > Username: > Password: > > > You may view the status of your ticket by visiting: > > https://www.helionet.org/index/index.php?showtopic0537 > > Thank you, > Heliohost support > https://www.heliohost.org/ > https://www.helionet.org/ > >
  16. Username: profduck, Server: Johnny, Main domain: profduck.heliohost.org To whom it may concern, I have an account (profduck) here at helioshost.org and I am using your service. My site is shut down, does not respond, I do not know what seems to be the problem, but I would be glad to know one. Please, see what you can do for me. This is my site : endingdays.com Thank you, Pavlo Mospan
  17. Hi Heliohost support team, It's working now. Thank You, Pandula On Fri, Nov 17, 2017 at 4:17 AM, Heliohost Support wrote: > Have you tried this guide? http://wiki.helionet.org/ > Installing_a_Let%27s_Encrypt_SSL_Certificate > > You may view the status of your ticket by visiting: > > https://www.helionet.org/index/index.php?showtopic0545 > > Thank you, > Heliohost support > https://www.heliohost.org/ > https://www.helionet.org/ > >
  18. Username: phoinix, Server: Johnny, Main domain: gamegenerator.com Hello My name is dayton farley I recently registered gamegenerator.com on your hostind provider is there a way to activiate it i'm still unable to see it in my browser when i upload all my files and view them all i see is the code nd the index.html javascript on johhny From Dayton Farley
  19. Username: gtrax, Server: Johnny, Main domain: gtrax.heliohost.org Hi, I tried to install SSL certificate for several times. Giving error all the time. Would you be able to fix this error. Thanks, Pandula
  20. Username: N/A, Server: N/A, Main Domain: N/A Hello I am Vito - strategic partnerships manager at NordVPN, one of the leading VPN providers around the world. Content covered by your website is closely related to NordVPN's market and audience so I do strongly believe that we could find benefits for both of our companies. We would like to offer you to become our partner by creating an account at nordvpn.com/affiliate. It means that we are willing to work on revenue share basis with you and pay commission for every sale you make. Please let me know if you are interested in working with us! Cheers, Vito
  21. Username: zest, Server: Johnny, Main domain: zest.heliohost.org Dear Team, I just created some sub account for ftp use with password.. But I am unable to connect ftp using *filezilla* with the same password, its showing 'Login Authentication Failed' after putting the password.. Please help me regarding this.. If any default passwords are generated & set for these accounts, please provide me the information,or else provide me the best solution regarding this problem as soon as possible... My mail id: *zestsolution.northeast@gmail.com * *Thank you...*
  22. Thanks so much! That's perfect! Mathieu On Wed, 15 Nov 2017 11:42:38 +1000, Heliohost Support wrote: > The username mathieu was blocked because it already exists as a forum > username. I have renamed the forum account so you can create a new > hosting account with that username.The domain > mathieupadget.heliohost.org is available for use. > > You may view the status of your ticket by visiting: > > https://www.helionet.org/index/index.php?showtopic=30533 > > Thank you, > Heliohost support > https://www.heliohost.org/ > https://www.helionet.org/ > -- Using Opera's mail client: http://www.opera.com/mail/
  23. Username: N/A, Server: N/A, Main Domain: N/A Hello, You guys are awesome! I used to be on Stevie for years before its big crash. Now I have a Tommy invitation, and would like to use the same domain as before: mathieupadget.heliohost.org Is that possible? I'd also like to use the same username (mathieu) if that's possible. When I try to pick a username, it says that "mathieu" is "Not available" but on the Account Status page, it says, "There is no account in our database that matches that username." Could it be that it's somehow clashing with a remnant of my old account? Or is there someone else called "mathieu" now? Mathieu
  24. Hello I recently crated an account with the domain name schoolis.heliohost.org and worked fine later i decided to swith from ricky to jonny so I followed the instructions and deleted the old account and made a new one with the same domain name and I cannot view the website it redirects me http://schoolis.heliohost.org/cgi-sys/defaultwebpage.cgi where it says account is qued for more than five days.How do I make it work.Thank you
  25. We can now take card payments from Visa, MasterCard, American Express, Discover, JCB, or UnionPay cards directly on our homepage. This means that if you make a donation with this page you will instantly receive your invite. This is a huge advantage over paypal/skrill because those Tommy invites can take up to 24 hours to arrive. If you're unable to use the card processing page let us know. We obviously still offer paypal/skrill donations for those who don't have these types of cards.
×
×
  • Create New...