-
Posts
25,426 -
Joined
-
Last visited
-
Days Won
910
Everything posted by Krydos
-
Try creating the subdomain loretogutierrezjr.loretzjr.heliohost.org parked on the same directory as your addon domain was supposed to use. Once you do that the addon domain should show up in your addon domain page in cpanel. From there you can wait up to 24 hours for the domain to start working or you can remove it. I should note that if you're going to be doing a lot of domains Ricky and Tommy don't have these bugs and adding domains always works. Also Ricky and Tommy domains begin working instantly instead of having to wait for up to 24 hours.
-
It's also possible for your router or your isp to cache the wrong old ip too. You can eliminate that as a possibility by using an internet connection that has never been to your site before from a different device that has never been to your site. The only other option is to wait it out. Eventually the old cached values will time out and devices will all be forced to lookup the new ip.
-
You've got a syntax error. root@johnny [/home/xittle/public_html/cgi-bin]# /usr/bin/python mail.cgi File "mail.cgi", line 6 s.login((my username),(my password)); ^ SyntaxError: invalid syntax Also, I want to point out that if you use this shebang you're using a truly ancient version of python 2.6.6 which was released in 2010. I recommend you use /usr/bin/python2.7 or /usr/bin/python3.6
-
You're on Tommy now. http://mountainmakers.heliohost.org/ You should be able to log in at https://www.heliohost.org/login/ If you see a 404 error or Johnny queued page clear your browser cache and flush your os dns records. Thanks for you donation. We really appreciate it.
-
You're on Tommy now. http://uew.waw.pl/ You should be able to log in at https://www.heliohost.org/login/ I also changed your forum username to match your hosting username. If you see a 404 error or a Johnny queued page please clear your browser cache and flush your os dns records. Thank you very much for the donation. We really appreciate it.
-
Unblocked. Please log in at https://www.heliohost.org/login/ to prevent this from happening again.
-
In php you have to use the function date_default_timezone_set("America/New_York"); before you use the time. Cron runs on local time.
-
[Solved] Flask-Openid - A Python Module Installation Request
Krydos replied to cprn's topic in Customer Service
There you go https://krydos.heliohost.org/cgi-bin/modules36.py -
23:59 PST/PDT would be 02:59 EST/EDT. Yes, the cron should continue to execute at the right time during daylight savings changes.
-
Remote access enabled.
-
Unblocked. It looks like you were blocked for failed SFTP logins. Do you have the wrong username or password saved in your FTP client?
-
Put mail.py in cgi-bin or make python scripts executable in public_html with .htaccess, and then pass the arguments to it like domain.heliohost.org/cgi-bin/mail.py?address=example@domain.com&arg1=hello&arg2=goodbye
-
Unblocked. It looks like it was pop3 that got you blocked. Do you have a mail client with the wrong credentials saved?
-
Nope, port 465 to smtp.mxhichina.com is definitely not blocked. # telnet smtp.mxhichina.com 465 Trying 205.204.101.152... Connected to smtp.mxhichina.com. Escape character is '^]'. ^] telnet> quit Connection closed.
-
You're on Tommy now. http://quantum9.heliohost.org/ You should be able to login at https://www.heliohost.org/login/ If you see a 404 error or a Johnny queued page please clear your browser cache and flush your os dns records. Thank you very much for your donation. We really appreciate it.
-
Remote user changed.
-
[Solved] War File Uploaded And Set For Deployment , Still Not Deployed..
Krydos replied to abhi44's topic in Customer Service
There was actually a bug involved with the one guy that waited more than 24 hours. His cpanel was saying pending when it should have said deployed. I have since fixed that particular bug, but as this is a very new feature there's the possibility of other bugs. Thanks to everyone for helping beta test this by the way. -
Remote access enabled.
-
Generally those two errors are because you're outputting text to the browser prior to settings your headers and session. Once the headers are sent they can't be changed or resent later in the code.
- 1 reply
-
- softaculous
- installation
-
(and 2 more)
Tagged with:
-
root@tommy [/home/fuzmic]# du --max-depth=1 -h 880K ./.cpanel 20K ./etc 204K ./mail 0 ./.htpasswds 286M ./public_html 4.3M ./tmp 0 ./public_ftp 456K ./.cphorde 56K ./ssl 20K ./.softaculous 480K ./logs 4.5M ./0fr 0 ./1zm 4.0K ./.sitepad 0 ./.pki 529M ./.trash 0 ./softaculous_backups 825M . It looks like you should clear your trash.
-
Unarchiving... Done. You should now be able to log in at https://www.heliohost.org/login/ and your website is back online. http://alexmwil.heliohost.org/
-
It will probably be fine, but it might cause a lot of load. On the day that the cron runs, after it's done, make a post on these forums asking how your load is. We can check to see if you're likely to get suspended for high load due to the cron.
-
[Solved] War File Uploaded And Set For Deployment , Still Not Deployed..
Krydos replied to abhi44's topic in Customer Service
You submitted your .war file 4 hours and 22 minutes ago.
