-
Posts
24,534 -
Joined
-
Last visited
-
Days Won
867
Everything posted by Krydos
-
Check out https://www.helionet.org/index/topic/27822-how-do-i-use-flask-on-johnny/?p=128919
-
[Solved] Can't Access Main Domain And 1 Addon Domain
Krydos replied to alexrym's topic in Customer Service
Works for me. http://segurodeautognp.com/ -
Deployed. http://tk.heliohost.org/plataforma/
-
You're missing a single quote. Just read the error messages, and figure out why it's displaying that error.
-
Deployed. http://brassatom.heliohost.org/brass-db-one/
-
Flask, and Django and other python frameworks like this can only be installed on one version of python per server. Tommy already has flask and django on python 3.6. If you want to use python 2.7.5 you'll need to stick with cgi. The other option is we could do django/flask/web.py or whatever on python 2.7 when we rebuild Ricky. That way we'd be able to offer the frameworks on both major versions of python depending on which server people choose. Ricky is scheduled to be rebuilt sometime in August. Let us know if you'd be interested in flask, django, or web.py on python 2.7 before then.
-
Deployed. http://wilgil.heliohost.org/Zaxxon/
-
What does the ruby error log say?
-
You can't use flask or django? Tommy Python 2.7.5: ['backports.ssl-match-hostname==3.4.0.2', 'chardet==2.2.1', 'configobj==4.7.2', 'decorator==3.4.0', 'dnspython==1.12.0', 'iniparse==0.4', 'ipy==0.75', 'javapackages==1.0.0', 'kitchen==1.1.1', 'lxml==3.2.1', 'oauthlib==2.0.1', 'perf==0.1', 'pip==9.0.1', 'policycoreutils-default-encoding==0.1', 'pycurl==7.19.0', 'pygobject==3.14.0', 'pygpgme==0.3', 'pyliblzma==0.5.3', 'pyparsing==1.5.6', 'pyudev==0.15', 'pyxattr==0.5.1', 'pyzor==1.0.0', 'requests-oauthlib==0.7.0', 'requests==2.12.5', 'seobject==0.1', 'sepolicy==1.1', 'setuptools==0.9.8', 'six==1.10.0', 'tweepy==3.5.0', 'urlgrabber==3.10', 'yum-metadata-parser==1.1.4']
-
Deployed. http://brassatom.heliohost.org/brass-db-one/
-
I see an account on Tommy now so I guess you got it figured out. On Tommy /bin/python is 2.7.5
-
Thanks!
-
[Solved] Close The Connections For Luigi123_Sb
Krydos replied to Luigi123's topic in Escalated Requests
1517671 luigi123_sb 158.69.123.33:49008 luigi123_sourcebanssb_bans Sleep 14400 NULL 1517688 luigi123_sb 158.69.123.33:49012 luigi123_sourcebanssb_bans Sleep 15606 NULL 1517699 luigi123_sb 158.69.123.33:49013 luigi123_sourcebanssb_bans Sleep 15606 NULL 1517923 luigi123_sb 158.69.123.33:49038 luigi123_sourcebanssb_bans Sleep 15606 NULL That's about 4.5 hours. Closed. -
Cgi scripts won't execute in public_html/bin unless you use .htaccess to make it executable. Everything is executable by default in cgi-bin. Here is the error you're getting: [/home/strayer/public_html/cgi-bin]# /usr/bin/python app.py Traceback (most recent call last): File "app.py", line 3, in <module> import web ImportError: No module named web You can get this error yourself by running a cron with the command /usr/bin/python /home/strayer/public_html/cgi-bin/app.py and that error will be mailed to your contact address. Just be aware that you can only run 2 cron jobs per day. Since Johnny is pretty new python is pretty much stock. You can request modules by posting on these forums. Also /usr/bin/python is Python 2.6.6 which apparently isn't supported anymore and web can't be installed. I recommend using /usr/bin/python3.6
-
[Solved] Close The Connections For Luigi123_Sb
Krydos replied to Luigi123's topic in Escalated Requests
I didn't close them before. They're closed now. -
[Solved] Call To Undefined Function Mysqli_Connect()
Krydos replied to deep958's topic in Escalated Requests
Fixed. See https://www.helionet.org/index/topic/28870-mysqli-fixed/ -
There you go http://hrce.tk/
-
[Solved] Close The Connections For Luigi123_Sb
Krydos replied to Luigi123's topic in Escalated Requests
1272973 luigi123_sb 158.69.123.33:42844 luigi123_sourcebanssb_bans Sleep 775 NULL 1291622 luigi123_sb 158.69.123.33:45416 luigi123_sourcebanssb_bans Sleep 959 NULL 1332235 luigi123_sb 158.69.123.33:51663 luigi123_sourcebanssb_bans Sleep 959 NULL 1333861 luigi123_sb 158.69.123.33:52021 luigi123_sourcebanssb_bans Sleep 959 NULL Sleeping for 13, 16, 16, and 16 minutes. Close the connections and the error goes away. -
What kind of python app is it?
-
It sounds like you have some sort of google android proxy enabled. See if there are any settings like that? I don't have an android phone so I can't be a lot of help with that.
-
That's really odd. Do they show the same external IP?
-
Well, contact VPNEasy and ask them if you can have an IP address that doesn't change, or use a proxy that doesn't change your IP constantly.
-
The IP the router gives you is likely something like 192.168.0.2. That is an internal private IP that only works with computers connected to your router. Your external IP is what matters and you can see that at https://www.heliohost.org/ip.php If this number keeps changing then cpanel is going to think that someone session jacked you and is trying to log in as you so it disconnects you. This is a security feature. There's many different types of proxies, but the basic idea is you connect to the proxy, and the proxy connects to cpanel for you. Since the proxies IP doesn't change cpanel doesn't log you out, and the proxy doesn't care that your IP keeps changing.
-
You either have to find a way to keep that last digit from changing or use a proxy.