-
Posts
26503 -
Joined
-
Last visited
-
Days Won
948
Everything posted by Krydos
-
Mysql Database Not Connecting With Android Client/apk
Krydos replied to bhadresh's topic in Customer Service
Have you enabled remote mysql in cpanel? -
Why not just upload the file with SFTP?
-
Which domain are we talking about? No thank you. You can host your phishing pages on some other host.
-
[Solved] Suspended Account Due To Inactivity
Krydos replied to miau's topic in Suspended and Queued Accounts
I tested the renew script on a random inactive Tommy account, and it worked fine for me. -
Remote postgresql access enabled.
-
[Hh#41237] Hello, Please Help Me For File Manager Database Error.
Krydos replied to HelioHost's topic in Email Support
Your website appears to be working. I don't see a database error. What are you trying to do exactly? -
Your account was archived since you haven't logged in for several months. To prevent this from happening again please remember to log in at https://www.heliohost.org/login/ at least once every 30 days. Unarchiving... Done. You should now be able to log in to your control panel, and your website should start working within 12 hours.
-
What are you trying to do?
-
[Solved] Archieved: Allouba
Krydos replied to Alaa Alrufaie's topic in Suspended and Queued Accounts
Your account was archived because you haven't logged in since June. To prevent your account from becoming archived again please remember to log in at least once every 30 days at https://www.heliohost.org/login/ Unarchiving... Done. You should be able to log in now, and your website is back online http://alaa.heliohost.org/ -
[Solved] Heliohost Johhny - I Can't Remote Connect To Postgres
Krydos replied to hostdb's topic in Customer Service
It's not a problem. Remote access to postgresql databases are intentionally blocked for security. Most users don't want or need remote access. Remote access enabled. -
The import MySQLdb command wasn't working on Johnny python2.7 because no one had requested the mysqlclient module to be installed on that server and version. It's installed now. You can check which modules are installed on Johnny python2.7 at this link https://krydos2.heliohost.org/cgi-bin/modules27.py
-
Remote postgresql access enabled.
-
[Solved] Installing Beautifulsoup (Bs4) Module On Johnny
Krydos replied to emiraga's topic in Customer Service
# crontab -lu emiraga 0 0 * * * python /home/emiraga/Python/check_hrasnica.py That means you're using Python 2.6.6 not 3.6 Change it to 0 0 * * * /usr/bin/python3.6 /home/emiraga/Python/check_hrasnica.py- 8 replies
-
- BeautifulSoup
- module
-
(and 2 more)
Tagged with:
-
The problem is you don't have the required blank line between your header and your content. Since there is no blank line apache assumes the whole thing is the header, and you get a 500 error. To fix it change print('Content-type: text/html') to print('Content-type: text/html\n\n')
-
I can't create another subdomain for you unless you say what subdomain you want...
-
That one is small, but legible enough I think. <ins data-revive-zoneid="7" data-revive-id="321e1cec4956204a54bd86da12deea5b"></ins><script async src="//krydos.heliohost.org/a/www/delivery/asyncjs.php"></script>
-
The text becomes illegible on my screen at 50x50.
-
Johnny is our only server that support Ruby on Rails, but plans are in the works to get Ruby on Rails available on Tommy and/or Ricky. Johnny does not support Flask or Django, and there are no plans to install them. If you plan on moving your account yourself then yes you must backup, delete, and recreate. If you want an admin to move your account for you just backup.
-
Yes, it's possible, but it's probably going to look pretty terrible. I made a transparent background one that might fit your round theme better: <ins data-revive-zoneid="6" data-revive-id="321e1cec4956204a54bd86da12deea5b"></ins><script async src="//krydos.heliohost.org/a/www/delivery/asyncjs.php"></script> Haha, I was already working on it before you asked...
-
Done. You should now be able to log in to your control panel, and your website should start working within 12 hours.
-
For some reason that old code for the 320x50 stopped working. Here's some new code that does work: <ins data-revive-zoneid="5" data-revive-id="321e1cec4956204a54bd86da12deea5b"></ins><script async src="//krydos.heliohost.org/a/www/delivery/asyncjs.php"></script> I edited the above posts to reflect the change in case someone comes along and starts copy/pasting the old broken code.
-
@byron, since you have root access you can verify the subdomain that needs to be created by viewing /var/cpanel/userdata/<username>/main It should look something like --- addon_domains: phcrackers.net: phcrackers.phcrackers.heliohost.org main_domain: phcrackers.heliohost.org parked_domains: [] sub_domains: - phcrackers.phcrackers.heliohost.org If that last line is missing it needs to be created by the user according to the subdomain listed under the addon domain section. Once the subdomain is created the addon domain should show up for the user on the addon domain page. Once the addon domain shows up in cpanel it will take up to 12 hours to start working. This failure to create a subdomain doesn't always happen. Just when the load is high.
