Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,484
  • Joined

  • Last visited

  • Days Won

    866

Everything posted by Krydos

  1. What does the ruby error log say?
  2. 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']
  3. Deployed. http://brassatom.heliohost.org/brass-db-one/
  4. I see an account on Tommy now so I guess you got it figured out. On Tommy /bin/python is 2.7.5
  5. 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.
  6. 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
  7. I didn't close them before. They're closed now.
  8. Fixed. See https://www.helionet.org/index/topic/28870-mysqli-fixed/
  9. There you go http://hrce.tk/
  10. 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.
  11. What kind of python app is it?
  12. 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.
  13. That's really odd. Do they show the same external IP?
  14. 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.
  15. 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.
  16. You either have to find a way to keep that last digit from changing or use a proxy.
  17. Ask your ISP to stop changing your IP.Use a proxy.
  18. Set your nameservers on your dedekvaa.tk domain to ns1.heliohost.org and ns2.heliohost.org and we can take a look for you. If you would prefer not to change your nameservers you'll need to contact cloudflare for support on this issue.
  19. Yeah, we can add it, but like I said we're not going to recompile apache again right now.
  20. Apparently mbstring is not enabled by default. This will take a apache/php recompile on Johnny to add. Since Johnny's sitting at ~80% uptime for the last week, and we've already recompiled apache/php twice in the last week it's going to be a while before we compile it again. So one option is to change all the references of mb_strlen() to strlen() until the next Johnny apache recompile. The other option is I checked Tommy and PHP 5.4, 5.5, 5.6, 7.0, and 7.1 all have mbstring enabled.
  21. Are you still blocked? It can take a few minutes to start working again and you posted really quickly after wolstech unblocked you.
  22. I'm not sure why bdistler's code isn't working, but here's an alternative that works: RewriteCond %{REMOTE_HOST} !^123\.123\.123\.123 RewriteRule ^(.*)$ - [L,R=403] Change that 123.123.123.123 to your IP and it will show forbidden to everyone except for you. http://olsenalways.win/
  23. Only one .war can be deployed per account at a time.
  24. The code here https://www.helionet.org/index/topic/28805-dropdown-with-mysql-tables-names-of-a-database-as-options/?p=131382 is tested and works fine on Tommy.
×
×
  • Create New...