-
Posts
25,188 -
Joined
-
Last visited
-
Days Won
900
Everything posted by Krydos
-
For FTP 10 failed logins within 1 hour = blocked.
-
Unexpected end of file usually means you missed closing something, like ", ', or } or something.
-
The .war file hasn't changed since the last deploy at https://www.helionet.org/index/topic/28907-deploy-war-application-request/?p=131741 Please only request deploys once.
-
Hosting Emails With Only Mx Records And Subdomain!
Krydos replied to rutaj6's topic in Customer Service
Create MX records where ever your DNS is hosted and point them to johnny.heliohost.org or tommy.heliohost.org. -
You may use any of our servers in the EU. No, putenv() is not disabled.
-
Deployed. http://tk.heliohost.org/hebertbc_plataforma/
-
The + sign in php is a mathematical operator not a concatenation operator. $username+"_"+$subject = 0 not a string.
-
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/