-
Posts
26451 -
Joined
-
Last visited
-
Days Won
945
Everything posted by Krydos
-
@Seekier, thanks for noticing that. @Dushy, your compromised account has been suspended, and a Johnny invite has been sent to your email address so you can create a new account. As a reminder, we always strongly recommend you don't install wordpress again as it always ends up getting hacked like this.
-
Unarchived.
-
2000 MB is the current max disk space allowed on the shared hosting plans. When we do a fundraiser we often let people get around this rule though and give another 1000 MB for a $5 (or more) donation. Another option for more disk space would be to get a VPS. The base model for $4 per month comes with 50 GB disk space, and you can you can get up to 300 GB starting at $6.50 per month. https://www.heliohost.org/vps/
-
Is there anything in the error log? Most modern browsers won't autofill your username and password into a site that doesn't have ssl. Is that what you mean?
-
You can also set up a python script in cgi to kill your own processes using a method similar to this https://wiki.helionet.org/tutorials/discord-bot#starting-and-stopping-your-bot
-
It looks like Flazepe changed it from 2.7 to 3.6 2019-10-26 for some reason. He probably thought it was a typo or outdated info or something http://wikiold.helionet.org/index.php?title=Django&oldid=691
-
It looks like the account was inactive when you originally tried to reset the password. You have to renew an account before you can reset the password.
-
Done. You should now be able to log in and your website should start working within 2 hours.
-
Ricky supports Django on Python 2.7. Would you like to be moved to Ricky?
-
I created a new file rortest_2.4.10.tar.gz that has this change, and updated the wiki page to have the new link https://wiki.helionet.org/tutorials/ror
-
Do you need a gem installed? EDIT: I edited your file /home/jciccio/ror/rortest/Gemfile and changed the line that said '2.4.9' and changed it to '2.4.10'. The system ror version was updated at some point. There you go https://jciccio.heliohost.org/rortest
-
Did you wait 2 hours after you installed the certificate for it to start working?
-
It's highly unlikely that it supports php 7+ and the default php version is 7.2. Try changing your php version to 5.6, 5.5, or 5.4.
-
7.3 is the only php version on Tommy that has imagick installed. I'd be willing to install it on one of the 5.x versions if you want, but not 7.2.
-
Please be aware that the VPS price only includes the operating system. Any control panels, such as cpanel, can be installed by the user if you wish to have a control panel, or you can just use SSH to control your VPS. There are many free control panels such as VestaCP, but if you want to use cpanel on your VPS it starts at $15 per month https://cpanel.net/pricing/
-
[Solved] Kind Request Of Installing PHP module Incov
Krydos replied to pangenis's topic in Escalated Requests
Before I install anything for you, I need to check that you have a valid license to install xenforo. Most people don't install $160 software on free hosting. https://xenforo.com/purchase/ Please be aware that if you don't have a valid license to install xenforo you are in violation of our terms of service, and we will be forced to suspend your account. We don't allow illegal, also known as nulled, software to be installed on our servers. If your software is illegal please delete it from your account immediately. -
Done. You should now be able to log in and your website should start working within 2 hours.
-
Your account was archived because you haven't logged in for quite a while. We have a limited amount of space on our servers, and occasionally we have to remove the unused accounts to make space for new users. To prevent your account from becoming archived again please remember to log in at https://www.heliohost.org/login/ at least once every 30 days. Unarchiving...
-
In order to enable remote postgresql connections I need 2 pieces of information. The database name, and the database user. You have provided to user so far kotika_kosta. What is the database you want this user to have remote access to?
-
The Johnny python2.6 link is broken. It should be python2.7. EDIT: I edited the original forum post that Flazepe got the 2.6 from.
-
Looks good https://wiki.helionet.org/tutorials/python It might be useful for non-Johnny users to have the Tommy and Ricky module links too. Ricky: https://krydos1.heliohost.org/cgi-bin/modules27.py https://krydos1.heliohost.org/cgi-bin/modules36.py Tommy: https://krydos.heliohost.org/cgi-bin/modules27.py https://krydos.heliohost.org/cgi-bin/modules37.py
-
Take a look at your error_log on that domain: PHP Fatal error: Uncaught Error: Call to undefined function mysql_connect() That error is caused by trying to use php 7+ on software that doesn't support it. The easiest way to fix this is to change your php version to 5.6 which still has the mysql_connect function. The better solution if you wrote this software yourself is to change all the mysql connections to mysqli connections.
