-
Posts
25,403 -
Joined
-
Last visited
-
Days Won
909
Everything posted by Krydos
-
[Solved] Request for space increase in Tommy
Krydos replied to infantex's topic in Escalated Requests
Your donation has been verified, and your storage space doubled. Thanks again. -
Your load was coming from /home/space201/public_html/w/index.php
-
https://wiki.helionet.org/GoLang_as_CGI
-
Shadowguns/Mostafa's username is mgamal on Tommy.
-
What do you all plan on using Go for? CGI?
-
Also keep in mind that nulled software is illegal, and you're not allowed to host illegal things. Wowonder is $99+ https://www.wowonder.com/ and most people who have the money to pay $99+ for software generally don't use free hosting.
-
https://tommy.heliohost.org:2083/frontend/paper_lantern/multiphp_manager/index.html
-
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.
