-
Posts
17,988 -
Joined
-
Last visited
-
Days Won
675
Everything posted by wolstech
-
Get lost buddy. Banned. For the curious, this is what was on his account: root@johnny [/home/hellpro/www]# ls a.png b.png cgi-bin c.mp4 gjeni.html My web Phish Real phish root@johnny [/home/hellpro/www]# ls -lR .: total 3156 -rw-r--r--. 1 hellpro hellpro 70650 Mar 8 19:29 a.png -rw-r--r--. 1 hellpro hellpro 65095 Mar 8 19:07 b.png drwxr-xr-x. 2 hellpro hellpro 6 Mar 8 12:51 cgi-bin -rw-r--r--. 1 hellpro hellpro 3085286 Mar 8 19:39 c.mp4 -rw-r--r--. 1 hellpro hellpro 211 Mar 8 19:46 gjeni.html drwx------. 2 hellpro hellpro 134 Mar 8 15:40 My web drwxr-xr-x. 2 hellpro hellpro 55 Mar 9 00:31 Phish drwxr-xr-x. 2 hellpro hellpro 59 Mar 9 00:51 Real phish ./cgi-bin: total 0 ./My web: total 28 -rw-r--r--. 1 hellpro hellpro 293 Mar 8 14:57 connect1.php -rw-r--r--. 1 hellpro hellpro 796 Mar 8 15:40 connect.php -rw-r--r--. 1 hellpro hellpro 1293 Mar 8 14:57 error_log -rw-r--r--. 1 hellpro hellpro 579 Mar 8 14:43 form.html -rw-r--r--. 1 hellpro hellpro 362 Mar 8 15:19 hey.html -rw-r--r--. 1 hellpro hellpro 615 Mar 8 15:13 Index.html -rw-r--r--. 1 hellpro hellpro 988 Mar 8 15:11 mind read.zip ./Phish: total 12 -rw-r--r--. 1 hellpro hellpro 1072 Mar 9 00:00 error_log -rw-r--r--. 1 hellpro hellpro 334 Mar 9 00:25 hey.html -rw-r--r--. 1 hellpro hellpro 966 Mar 9 00:31 test.php ./Real phish: total 24 -rw-r--r--. 1 hellpro hellpro 13238 Mar 9 00:39 index.html -rw-r--r--. 1 hellpro hellpro 358 Mar 9 00:51 login.php -rw-r--r--. 1 hellpro hellpro 4 Mar 9 00:48 wikibn.txt root@johnny [/home/hellpro/www]#
-
Confirmation received. Deleted. The forum account will be removed shortly.
-
Regular User accounts don't support this feature, only reseller/admin accounts (hence number 3 in your list), so this cannot be supported. Besides, it's also a security issue.
-
Sent.
-
Sorry I never got a chance to do this (was at work and didn't know I'd be spending my whole morning fixing a broken server...). I'll send this in a few minutes...
-
I'll have to send an email to the address on file for the OP later this morning to verify it's him. As for Ricky accounts, if you're in that boat, simply skip the delete and sign up again. You won't be able to delete an account from a server that isn't working.
-
Unfortunately this is a limitation of cpanel. All databases must start with your username_ on our system. If the software doesn't let you change the database name, you'll need to find different software.
-
Johnny's tomcat doesn't support SSL connections by default. Krydos can make it work for you, but doing so will remove support for plain HTTP. Do you want him to do that? Alternately, you can move to Tommy where tomcat fully supports both connection types.
-
Unarchived.
-
Unarchived.
-
Unblocked again. It may take up to 15 minutes to be effective.
-
I can't unarchive this at the moment since I'm on mobile. Hopefully another admin will see it. Username is farhange.
-
This one got banned because someone set up a PayPal phishing site on that account. If you didn't put it there, a hacker got into your account and did. Either way you'll need to create a new account.
-
Please check your PMs.
-
Unarchived.
-
We intentionally don't provide shell access and do not plan to change this (it's not just for security, but also for load control since our servers are both older and have substantially more accounts on them than those found at a commercial hosting provider...the last thing we need is someone deciding to do something dumb like run a crypto miner and hog the CPU or RAM). If you need shell access, you'd need to buy a VPS instead: https://heliohost.org/vps/ You get full root access with that, so rsync, git, and anything else you could want can be used however you want, but the obvious downside is that it's not free.
-
Unblocked. It may take a few minutes to be effective.
-
Long story short, WAR files hate being renamed. The server renames WAR files if the username_ isn't already in front when you deploy it, and the result is exactly what you're describing. The trick to fixing this is to recompile the WAR with the username already included before you deploy it (i.e. when you compile it, call it tadeubas_holdinvest-0.1.war, not holdinvest-0.1.war). The server will see the username_ in front and not rename it, and the application will know to expect the tadeubas_holdinvest-0.1 path because it was built that way.
-
If I remember right, it's intentionally only available on one version of PHP because of the amount of load that it causes. For Johnny users, it's PHP 7.3. You have to use that version if you want imagick support. Also, imagick is an easy way to get suspended for load or for filling /tmp.
-
Did you mean Tommy? Or do you actually want to move to Johnny? Tommy is a much better server.
-
Some email providers have us blacklisted because we very often get abusive users who use our services to send phishing email. Most providers allow our email (though some will put it in spam), however a few will simply refuse the mail entirely when we get blocked. In our experience it usually tends to be GMX and Microsoft that do this. The blocks come and go depending on how much abuse we get in any given period of time.
- 1 reply
-
- 1
-
-
What are you trying to do exactly? Are you trying to make your domain receive mail, or are you trying to check mail with a mail client? The MX record only allows the domain to receive mail while the domain is pointed elsewhere, that is to say, it makes the mail deliverable. It does not let a mail client access the mailbox, nor does it let a mail client send mail. For that, you need to either use the webmail or change your mail client's settings to use tommy.heliohost.org as the IMAP and SMTP servers.
-
Yes they are. You need to either change the A record back to 65.19.143.6, or edit your MX record and set it to tommy.heliohost.org.
-
How can I add a .heliohost.org domain to my site?
wolstech replied to pipe01's topic in Customer Service
Domain added. Give it an hour to start working. Git doesn't really work well on our server because we don't allow SSH access, which is a requirement for many of its features like clone URLs.