-
Posts
24,544 -
Joined
-
Last visited
-
Days Won
868
Everything posted by Krydos
-
No, you need to run npm on your home computer and then upload the node_modules directory it creates.
-
It has to be named app.js. If you don't want to name it app.js you can instead make a symlink. So, for instance, if you want to call it index.js you would need to make a symlink named app.js that points to index.js.
-
Remote access enabled.
-
Your storage space has been doubled.
-
We support php 5.6, 5.5, and 5.4 on all of our servers. If you want to continue using your older code you can, just change the php version. If you want to update your code to run on newer versions of php I recommend making just a few changes at a time, and then put an exit; command and do lots of echos and var_dumps along the way to make sure everything is working the way you want. Then if that section is working move your exit; down a bit and do it again.
-
There you go https://krydos2.heliohost.org/cgi-bin/modules36.py
- 2 replies
-
- chatbot
- DialogFlow
-
(and 1 more)
Tagged with:
-
Remote access enabled.
-
[Solved] Plz need help with my php search engine
Krydos replied to sylvain's topic in Customer Service
Try changing your php version to 5.6. That was the default php on old Tommy. -
That account is suspended for Phishing. HelioHost does not tolerate phishing activity of any kind, and for security reasons will not unsuspend, back up, or delete an account that was involved in phishing. You will need to create a new account and restore any backup you may have. Please be aware that you will not be able to reuse any domains on your suspended account, and will need to pick a new username. We apologize for any inconvenience this may have caused.
-
[Solved] Request to temporarly replace Tommy with Ricky
Krydos replied to cyclicgm's topic in Escalated Requests
You're back on Tommy now. -
[Solved] Request to temporarly replace Tommy with Ricky
Krydos replied to cyclicgm's topic in Escalated Requests
Moving... -
What is your hosting username?
-
The 500 error was because you had dos line endings. This usually happens when you use a windows computer to create your file, and then upload it. The best solution is to use an editor that understands line endings and can write linux line endings instead of dos. I changed them to linux line endings for you this time, but now your error is that you don'ty have a shebang line on your Jane.py script.
-
Tommy's php 7.3 now has upload_max_filesize of 30 MB.
-
You said 10 MB...
-
Normally if you make a request like this please specify which version of php you're using. Since you just made another request regarding php 7.3 I went ahead and assumed you're still using that version. The php upload size on Tommy's php 7.3 has been increased to 10 MB.
-
If you get suspended it isn't the end of the world. We generally give people three chances as long as they seem to be trying to fix the issue, and we try to help them figure out why they got suspended in the first place. If your load gets too high on the graph I linked just run the stop.py script to turn off your bot.
-
You don't install modules yourself on the shared hosting plans. If you have a vps https://www.heliohost.org/vps/ then you will have root access on the command line and you can install anything you want yourself. If you would like to continue using the shared hosting plans instead just post the following information: UsernameMain domainServerVersion of python you're usingModules you need installedBased on your username I'm thinking you're on Johnny so you can check to see if the modules are already installed with these pages Python 2.7 https://krydos2.heliohost.org/cgi-bin/modules27.py Python 3.6 https://krydos2.heliohost.org/cgi-bin/modules36.py As far as making the script run 24/7 the first thing you should know is that scripts that run 24/7 tend to cause a lot of load. HelioHost provides a way for you to monitor your load though, which if you're running high load things like this, you should probably check daily at least for the first week or so that it's running. The load graph can be found at https://johnny.heliohost.org:2083/frontend/paper_lantern/load/index.live.php If you get up to or near 100 you have a high chance of being suspended for high load. In regards to how to actually make it all work on HelioHost, I recommend taking a look at this guide I wrote https://wiki.helionet.org/Discord_Bot Just basically follow that guide, but instead of connecting to discord connect to IRC. Let us know if you have any questions.
-
Please reply.
-
There you go https://krydos.heliohost.org/73/phpinfo.php Also thanks for posting on the forums. I always read discord on my phone, and then I never remember to do things that people request on there later when I'm at a computer. Posting on the forums is like a todo list for me.
-
Which version of php are you using?
-
Unblocked.
-
Remote access enabled.
-
[Solved] Procrastination and Confusion: DNS Issues
Krydos replied to xohmz's topic in Customer Service
You didn't do anything wrong. That error just means your old account wasn't fully deleted yet. Try adding your domain as an alias now.