Jump to content

Krydos

Chief Executive Officer
  • Posts

    25,188
  • Joined

  • Last visited

  • Days Won

    900

Everything posted by Krydos

  1. For FTP 10 failed logins within 1 hour = blocked.
  2. Unexpected end of file usually means you missed closing something, like ", ', or } or something.
  3. 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.
  4. Create MX records where ever your DNS is hosted and point them to johnny.heliohost.org or tommy.heliohost.org.
  5. You may use any of our servers in the EU. No, putenv() is not disabled.
  6. Deployed. http://tk.heliohost.org/hebertbc_plataforma/
  7. The + sign in php is a mathematical operator not a concatenation operator. $username+"_"+$subject = 0 not a string.
  8. Check out https://www.helionet.org/index/topic/27822-how-do-i-use-flask-on-johnny/?p=128919
  9. Works for me. http://segurodeautognp.com/
  10. Deployed. http://tk.heliohost.org/plataforma/
  11. Have you looked in the error_log file that php creates when there's an error?
  12. You're missing a single quote. Just read the error messages, and figure out why it's displaying that error.
  13. Deployed. http://brassatom.heliohost.org/brass-db-one/
  14. 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.
  15. Deployed. http://wilgil.heliohost.org/Zaxxon/
  16. What does the ruby error log say?
  17. 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']
  18. Deployed. http://brassatom.heliohost.org/brass-db-one/
  19. I see an account on Tommy now so I guess you got it figured out. On Tommy /bin/python is 2.7.5
  20. 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.
  21. 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
  22. I didn't close them before. They're closed now.
  23. Fixed. See https://www.helionet.org/index/topic/28870-mysqli-fixed/
  24. There you go http://hrce.tk/
×
×
  • Create New...