Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Today
  3. Hi , I am not sure if that's possible to have another whitelisted IP address to connect to FTP from a Azure server? How can I request it? Thanks
  4. I THINK i managed to adapt the bash script to start the node.js server.js script using passenger, but it feels like there is not much i can do now, since ports are not open to me... I don't know how to stop the node using passenger though. Can you please help me with the next steps ? server.js is not running. Start - Check Load Logs: Clear Logs - Full Logs [2025-06-27 13:38:48] Restarting server.js. [2025-06-27 13:39:22] Restarting server.js. [2025-06-27 13:39:27] Restarting server.js. [2025-06-27 13:42:32] Restarting server.js. #!/bin/bash # edit this to match your bot filename bot_name="server.js" ################################################################### printf 'Content-Type: text/html\n\n' username=`whoami` pwd=`printenv|grep '^PWD'|cut -f2 -d'='` main_domain=`echo "$pwd"|cut -f3 -d'/'` control=`echo "$pwd"|cut -f5 -d'/'` temp=`ps axo user:16,pid,pcpu,pmem,vsz,rss,tty,stat,start,time,command|grep -v grep|grep "^$username "` running=`echo "$temp"|grep -c "$bot_name"` file_base=`echo $bot_name|tr -cd "a-zA-Z0-9"` log_name="$file_base.txt" if [ "$QUERY_STRING" == "" ]; then if [ $running -ne 0 ]; then mem_kb=`echo "$temp"|grep "$bot_name"|awk '{print $6}'` mem_mb=$( echo "scale=2;$mem_kb/1024"|bc ) mem_24=$( echo "scale=2;$mem_kb*1440/1048576"|bc ) echo "$bot_name is running. <a href='?action=stop'>Stop</a><br>Current memory usage: $mem_mb MB<br>Estimated 24 hour usage: $mem_24 GB - " else echo "$bot_name is not running. <a href='?action=start'>Start</a> - " fi echo "<a href='https://heliohost.org/dashboard/load/' target='_blank'>Check Load</a><br><br>Logs: <a href='?action=clear'>Clear Logs</a> - <a href='/$control/$log_name'>Full Logs</a><pre>" tail -30 $pwd/$log_name echo "</pre><script>reloading = setTimeout('window.location.reload();', 10000);</script>" fi ts=`date +"%Y-%m-%d %H:%M:%S"` if [ "$QUERY_STRING" == "action=stop" ]; then echo "[$ts] Stop action requested for $bot_name." >> $pwd/$log_name echo "Stop action triggered. You must handle graceful shutdown inside your app.<br>" echo "<script>setInterval(\"window.location.replace('/$control/');\", 2000);</script>" fi if [ "$QUERY_STRING" == "action=start" ]; then echo "[$ts] Restarting $bot_name." >> $pwd/$log_name touch "$pwd/../tmp/restart.txt" echo "Restart triggered for $bot_name.<script>window.location.replace('/$control/');</script>" fi if [ "$QUERY_STRING" == "action=clear" ]; then cat /dev/null > $pwd/$log_name echo "Clearing logs...<script>window.location.replace('/$control/');</script>" fi exit 0
  5. Ok i managed to find it by going directyly to https://citadel.helioho.st/bot_control/index.sh but now it's giving me errors, that seems like it's expecting a python document and not a js document, the comments are not read as comment... server.js is not running. Start - Check Load Logs: Clear Logs - Full Logs [2025-06-27 12:22:07] Starting server.js. File "/home/citadel.helioho.st/server.js", line 321 // Only add tiles that don't already exist at those coordinates ^ SyntaxError: unterminated string literal (detected at line 321) [2025-06-27 12:22:11] Starting server.js. File "/home/citadel.helioho.st/server.js", line 321 // Only add tiles that don't already exist at those coordinates ^ SyntaxError: unterminated string literal (detected at line 321)
  6. How are you trying to upload the file?
  7. I use 50/1000 mb storage on tommy server, but I can't upload 100 mb zip file
  8. Ok so : I've followed all the steps to start and stop the bot, but i've replaced the .py bot by server.js (my server script, placed in root directory). I've added the same permissions. Is that what was expected ? Unfortunately citadel.helioho.st/bot_control/ only shows : Cannot GET /bot_control/ i've also tried the full adress : console error : bot_control/:1 GET https://citadel.helioho.st/httpdocs/bot_control/ 404 (Not Found) The tutorial said to check the bot logs but i cannot find them in the bot_control dir. There are logs in the log dir, but i don't know which ones are the bot one. Am I on a wrong track ?
  9. By the way this will feel like the smallest step for you, but the html/js part of the website actually works now on heliohost ! even if the server doesn't
  10. No I want to learn ! But I thought you wanted me to rewrite my project in Python and felt overwhelmed lol I'm on it now !
  11. Yesterday
  12. I've added that domain to your account for you. Please note that it may take up to 2 hours for the domain change to take effect. If after a full 2 hours it doesn't work on your side, please make sure you clear your web browser cache: https://wiki.helionet.org/Clear_Your_Cache Edited to add: Moodle is not offered on Tommy or Johnny because our load testing of a very basic Moodle site indicated that it would undoubtedly get accounts on Tommy and Johnny suspended for exceeding the 200 GB memory limit, or the 10,000 CPU limit: https://wiki.helionet.org/Common_Software_Load It was wrongly appearing back in Plesk for Tommy and Johnny accounts because of a recent Plesk update, but will be resolved soon. Moodle is available on Morty or on a VPS.
  13. Thanks! I change the SQLALCHEMY_ENGINE_OPTIONS to 'pool_pre_ping': True and this solved the issue.
  14. We don't mind helping you learn, and walking you through it. But if you refuse to learn we're not going to set it up for you, and you should probably just use a VPS. Let us know if you have any questions.
  15. Okkk I think I understand what you're expecting now. I will try again first thing tomorrow
  16. 1. create domain moodletask.helioho.st Thank you. User: dramadan
  17. You can increase your storage space at https://heliohost.org/dashboard/storage/ Are you trying to backup the emails on your Morty account, and send them somewhere else?
  18. This is something an administrator can do, but mail quotas are changed on a case by case basis. I'll escalate your thread so an administrator can comment.
  19. Looks like this has already been added for you. If it's not already working, it can take up to 2 hours to function.
  20. Being hacked would also explain why his account suddenly sent 220 emails recently... WP is pretty much guaranteed to be the cause. When hackers break into WP, they nearly always either send spam or set up a phishing site. This one apparently decided to taunt you and send spam.
  21. Yes it looks like someone may have compromised your website and placed this html file as a taunt as most hackers do this. This was likely caused by one of your Wordpress installations being hacked as the security of the software is poor. Because of this, it's recommended to reset your account.
  22. Alright. Your account limit is 50 per day, and all of the domains except mvuke.cloud are set to 0 per day.
  23. I've been having issues with my account (sending too many emails, running out of compute etc) and I just found a html file in my account with the following content. Anyone know what this is or what it's about? Does this mean my account is compromised? Is it a warning? A threat? A taunt? Kinda confused what it means and what it's all about <html> <head> <title>Ok, you've found me!</title> </head> <body> <p>Ok, you've found me... <p> Ether: 0xf1d373bd334114a2712589D56dc72D982766bE26 </body> </html>
  24. Obviously you don't use the actual Discord bot written in Python. Instead you start and stop your Node.js websocket with it. Yep, your whole account is suspended if you reach the max usage. You can signup for a VPS at https:/heliohost.org/vps/ if you don't want to learn new things.
  25. Sure, which domain do you want to try first?
  26. Hi, I'm trying to setup a mail (i.e. priscilla@errebi.helioho.st) to backup and transfer all my email on a different server. It looks like the mail quota can't be higher than the default size which is in my case 1000MB and also can't set the maximum number of outgoing messages per hour higher than 10. Is it possible to change these limits (even for just few days) ? Cheers Roberto Balducci
  27. Hello folks, please create a new domain for me: My username: rafaelsoaresbr My namecheap domain: archbuild.xyz It's already configured to ns1/2.heliohost.org Thanks
  1. Load more activity
×
×
  • Create New...