Search the Community
Showing results for tags 'Tommy'.
-
Username: fasouza, Server: Tommy Since I've completed my KeyHelp setup on my VPS and migrated my domains to it, I'd like to ask for a reset/wipe of my Tommy's account. I think it will be helpful since it will remove all my domains from the server (I'm planning on having only a HelioHost's subdomain on my account) and thus hopefully help everyone's uptime.
-
Hi! When will be available Tommy service?
-
I have successfully completed the node.js tutorial. I am trying to deploy an express app, and after reading another expressJS ticket I also tried putting the app in a subdomain titled express.jax.heliohost.us. The app folder is at the path - home/jax/node/riddleAdventure. The app url is - express.jax.heliohost.us/riddleadventure. The app has been registered using application manager. Dependencies have been ensured. Yet, the same express-related 'Cannot GET' error is displayed when I visit the url. Please advise, thanks very much! - Jax
-
I have a question? What is the difference between Johnny and Ricky? Does Ricky cost money? Which one is worth it and what is the tradeoff?
-
Not sure if this is the right place to post this. I had my site hosted on Ricky, so I followed the instructions to get moved to Tommy. This is my email for my new account richhackney3@gmail.com. My old account email was richchackney@gmail.com and the address was www.richhackney.heliohost.org. I verified my email through the link and chose Tommy and made a donation. Transation ID - 3YN66085490988937 When I try to log in I get page saying I need to click the link to verify my email which is why I don't have a username. Please advise. Thanks,Rich. Attachments area
-
I am trying to run a simple node app using express; however, I keep getting "Cannot GET /test" when I try to access the app (goochy13.heliohost.org/test). I have followed the Node tutorial on the Wiki and managed to get it working using "http" - but as I cannot get the same app to work using express instead of http I can only assume express is the problem. My simple test app is below. var express = require("express"); app = express(); const hostname = '127.0.0.1'; const port = 3000; app.get("/", (req, res) =>{ res.statusCode = 200; res.setHeader('Content-Type', 'text/html'); res.end('Node.js is on and working.'); }); app.listen(port, hostname, () => { console.log("Test app is running."); }); I have copied across the "node_modules" folder as a .zip - and extracted it from the server side. I have also included package.json and I hit "ensure dependencies" in the application manager. Certainly possible that I've missed a step or misunderstand what is required to get this up and running. Anyone got any ideas? Cheers
-
Thank you very much in advance! username: gintokki website: https://gintokki.art Transaction ID: 481506415H9731015 Paid 2 EUR (USD 2,25) via Paypal Have a good day, and thank you for the hard work everyone is doing out here!
- 3 replies
-
- server change
- ricky
-
(and 2 more)
Tagged with:
-
Hi, I made a donation via PayPal. The transaction ID is the following: 2H81658620356372B, and my user is redfadec. Could you move my account yo server Tommy? Thanks
-
Hi, I tried to log in and it says that I am suspended. I do not know the reason. Please, Can you review the suspension and give me more information or active it again? a. HelioHost username: pgarciab. The server my account is on: Tommyc. your HelioHost main domain: http://matchandgos.heliohost.org Thanks in advanced
-
I'm asking about the difference between production servers and testing servers. I heard that uptime is a factor, but is there any other factors that makes one better. I also heard that the speed is faster, but also heard that Ricky was slow (before the upgrading). Also this is off topic but is Autossl Let's Encrypt or Sectigo/Comondo (I know that cpanel.net is Sectigo)???
- 1 reply
-
- production sever
- testing server
-
(and 6 more)
Tagged with:
-
Hi Team, I am a returning user and I request you to unarchive my account which was earlier suspended due to inactivity. PFB the details: username: giteshss server: tommy Please let me know in case you need any further detail. Thanks in advance! Regards, Gitesh
-
I would like to have my account switched to tommy because ricky is now down for maintenance. my username is: gekigek9 the transaction id is: 20522726274464208 or this: 5ER37504F8869444S (I don't know which one is the correct one) thanks
-
Hello there. I want to create a different server. But I cannot create it. I think the Tommy server will be great. Please have someone in charge switch my account to Tommy's server. Regards, EinSchweizerYT
-
Hi, I tried to log in and it says that I am suspended. I do not know the reason, but I read the Terms of Service and I think it has been incorrectly suspended. Pleas, Can you review the suspension and give me more information or active it again? a. HelioHost username: pgarciab. The server my account is on: Tommyc. your HelioHost main domain: http://matchandgos.heliohost.org Thanks in advanced
-
hello! I have already completed the payment of 0.0067 XMR to your wallet yesterday. Could you please change my server from Ricky to Tommy? If you need the TXID, I can share it as well. My username: thakurg
-
Hi, when I try to access to Tommy cpanel I obtain the following error: Internal Server Error500 No response from subprocess (cpanel (cpanel)): The subprocess reported error number 72,057,594,037,927,935 when it ended. The process dumped a core file. cpsrvd Server at tommy.heliohost.org
-
Hello, Could GNU Enscript please be installed on Tommy? It should be a pretty small package. I want to use it to generate print-formated documents with a simple CGI script. Thanks.
-
I've deployed my asp.net website to my Tommy server via FTP with Visual Studio. However when I open the aspx file on the website, it just shows the code. How can I fix this so it doesn't show the code? Please see the screenshot of what I see when I open the aspx. https://prnt.sc/vwhyzb
-
Hy sir, I have donated 6$ to Helio Networks for your amazing services. I got to know that a move to tommy server along with additional postgresql data will be granted for me! I have paid through paypal. TRANSACTION ID : 8G102950K0433112U Account username : prg Account email : pranav.nss6@gmail.com
-
Hi I would like to kindly request moving of my account from johnny to tommy server. * Username of the account : paul9 * Transaction ID: 3U327510V1230954M via PayPal Thanks!
-
Hi may I kindly request to move my account from johnny to tommy server. Thank you! Transaction ID: 6YD61479XW929922A
-
Hi Team, Previously i was using Tommy server. After my account got archived i opened a support request https://www.helionet.org/index/topic/40988-suspended-my-account-is-suspended/ and heliohost team has sent me a new invitiation link for tommy. But whenever i visit that link and try to signup for the same, i am always getting Tommy as "Full". So i am not able to signup for Tommy. After so many tries i got Johny as a server. Can you please migrate my account from Johny to Tommy as previous. Thanks in advance.
-
Hello everybody, this is my first attempt at using the forums so please correct me if this is the wrong place to post topics like mine! Thanks! My account is on the Tommy server and I have set up Node.js following the tutorial on the wiki. Basically, I would like to run a Node.js script continuously without having to keep a browser tab open. I am aware that running scripts for a long amount of time would cause high server load, so I'm just curious if there is a way to run a program without turning on my computer. Thank you in advance for all answers!
-
Hi, I am developing a telegram bot and I need the installation of this two modules: feedparser (https://pypi.org/project/feedparser/) gspread (https://gspread.readthedocs.io/en/latest/) Username: pgarcia Server: Tommy Domain: matchandgos.heliohost.org Python Version: 3.7 Thank you in advance, Patricio