-
Posts
18,324 -
Joined
-
Last visited
-
Days Won
701
Everything posted by wolstech
-
@alein: He removed Cloudflare, so yes his site works now.
-
You need to change your domains nameservers to ns1.heliohost.org and ns2.heliohost.org. All Stevie accounts have already been cleaned up.
-
This support request is being escalated to our root admin.
-
@Krydos: Tommy is the same way. I was using it heavily Friday and was waiting a minute or more at times for it to open, or for simple actions like deleting rows to process. Is it possible to check that one too?
-
Seeing the servers have been rebuilt since then, its probably not even on Johnny anymore. I'm not sure if it can be installed or not. Escalating.
-
This support request is being escalated to our root admin.
-
[Solved] Account Suspended Pls Open
wolstech replied to mo2017ada's topic in Suspended and Queued Accounts
You have 24 hours from now to remove all nulled/cracked software, videos, and other copyrighted content from your account. If you have not removed the content after 24 hours has passed, your account will be permanently suspended. -
I completely missed the fact that the link you posted earlier is for Tommy...use this one: https://johnny.heliohost.org:2083/frontend/paper_lantern/java/index.live.php
-
[Solved] Account Suspended Pls Open
wolstech replied to mo2017ada's topic in Suspended and Queued Accounts
You're suspended for copyright infringement. Nulled (pirated) scripts and the like are not permitted here. -
Your main domain was invalid (had no TLD or anything), so your account was going to work right. That's now fixed: http://academicmanager.heliohost.org/ That link is correct for requesting Java. As of now, you do not have it on your account. Are you not able to sign into cPanel?
-
I do the same. Pretty much everyone who does any meaningful amount of web development does it this way. Some of the higher-end editors like Dreamweaver can do decent visual editing, but there's a lot of limitations, especially if you want any sort of interactive/scripted content. You're better off getting a template online and editing the code directly to make it fit your content. The nicer editors have a preview area so you can see your results as you work, though your browser will do just fine too. I personally use Notepad++ or SciTe, but like Krydos' vim, they're text editors for working directly with the tags. I don't know of many visual editors that are both decently capable and free.
-
Just sign up again. We've already removed all the Stevie accounts. If a backup is available, you can retrieve it from https://heliohost.org/backup/ (if you get a file not found error or a 45 byte file, it indicates no backup is available).
-
840MB/sec...dang, though that's a small DDoS from my understanding. No wonder everything goes down. Network's clogged with all the junk packets being lobbed at us... Seems the server has no issue recovering when the traffic flood stops though. I'm guessing the firewall is taking the heat on Tommy?
-
Been noticing this a lot over the past 24 hours (and am surprised nobody else has posted about it). I thought DNS issues initially, but they don't ping by IP either during downtime. http://heliohost.grd.net.pl/monitor/ I'm guessing all these reds are an HE issue since all of our servers go down at once?
-
Done.
-
This support request is being escalated to our root admin.
-
...I hate timezones. I'm guessing cron honors the local timezone settings since the server clock is UTC...
-
Output is sent to the default cpanel mail account (username@server.heliohost.org). You can check that mailbox via the webmail to see the results.
-
Luigi's got it. They've already been removed.
-
The user manager only lets your create email and FTP accounts. The webmail is at either http://tommy.heliohost.org:2096 or http://Johnny.heliohost.org:2096/ depending on server (a secure version exists too but I don't know the port at the moment). FTP is the same as for your account, just use the username and password you created instead. There is no way to create additional cpanel accounts for other users who share your account.
-
You have to ask us. We recommend developing Java apps locally on your PC then uploading the final version here for this reason. Also, that error is likely because your war's code is broken...Tomcat won't give you a Forbidden or a directory listing, it just returns 404 like anything else that's missing.
-
It really depends how you view it. I viewed it from SSH since I was on an iPad and had no way of throwing a script together easily, it shows in PST there since that's the timezone the server lives in, hence why I wrote that. It was 3 hours and 6 seconds behind me, so normal considering I'm in Eastern time myself. Also didn't help that it was early and before my coffee...the clock is actually UTC and shows adjusted for timezone. A "true" PST clock would've shown "UTC" and still been 3 hours behind me. Ah yes, "Coordinated Pacific Time" ...always having to deal with code to add missing hours to keep my program's logs accurate (I want them shown in Eastern). Quite glad the timezone functions work right now.
-
This support request is being escalated to our root admin.