-
Posts
1,025 -
Joined
-
Last visited
-
Days Won
40
Everything posted by Shinryuu
-
So are Johnny-specific services able to be used concurrently? For instance I created an ASP subdomain and an RoR subdomain to work on those sorts of things and try deploying them successfully, can I create a JSP subdomain and ask to have Tomcat installed while maintaining use of the other services or would they end up breaking somehow?
-
Could you recreate the problem and post a screenshot of the error and your open browser tabs? It might just be that you're reaching your process limits, but your account isn't suspended or anything.
-
[Solved] Unable To Access Cpanel And Others
Shinryuu replied to RavenDreamer's topic in Customer Service
Your site is indeed not suspended, have you tried the cPanel password reset function? And post the error you're getting please. -
[Solved] Well Someone Tried Attacking My Site This Morning
Shinryuu replied to GLaDOS's topic in Customer Service
Explain the situation to: abuse@romtelecom.ro and CC hostmaster@artelecom.net I'm sure both parties would be interested. -
Basically, yeah.
-
Here is the source for your index page: &--#60;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"&--#62; &--#60;html&--#62; This website is temporarily unavailable, please try again later. &--#60;!-- pageok --&--#62; &--#60;!-- 01 --&--#62; &--#60;!-- --&--#62; &--#60;/html&--#62; Your site seems to be otherwise fine, I guess you left that message and forgot? EDIT: Scratch that, seems cpanel.mokshh.com isn't a valid subdomain for your site and mokshh.com/cpanel gives the same silly message, that's weird, so i checked your dns records and got: so apparently your domain isn't hosted by us, but by domaincontrol.
-
My site's tracking uses PHP and it logged my visit to my index page just now. You probably passed your process limits during your testing, it'll be fixed in a while.
-
I've gone ahead and fed your username to the renew script since you still hadn't done it. Remember to log in to cPanel at least once a month.
-
If you didn't log in to cPanel at least once a month your account would be suspended for inactivity, you can try using this script to renew your account.
-
This is one of the downsides of community support, while a person is a user they can elect to help the community with their own experience but if a user leaves often they stop offering support or at least stop offering it as aggressively before. But if you wanna wait while I handle some real-life issues and set up a Johnny account I should -hopefully- be able to help you and future users set up your rails apps quickly, or I could be just as stumped as you, let's hope not.
-
Php Documents Generating 500 Server Error
Shinryuu replied to erroneum's topic in Website Management and Coding
Yeah, as long as the unclosed pages are opened they keep the PHP interpreter loaded in memory until the system realizes it's just wasting that space and kills it. So after a slight delay eventually you do start seeing the expected PHP output, but while extraneous instances are running your site will serve 500 errors. -
Php Documents Generating 500 Server Error
Shinryuu replied to erroneum's topic in Website Management and Coding
Generally speaking when you get a 500 error the opposite is the case, when the server encounters a user's site reaching beyond the user's process limits it'll start to serve 500 errors. Check your code to make sure that you didn't accidentally set up an infinite loop or that you left pages without ?> tags. -
And C#/VB too while I'm at it since I could probably use a VB ASP/ADO.NET testing space for my Advanced VB class this next semester, plus there've been a couple questions about ASP.
-
I just looked at a tutorial using 'or die' as well, and I gotta say it makes no sense; 'or' is a boolean operator and shouldn't be used like that.. Try an if-else with an object comparison function to see if what is returned by the dbi connect call is really a database handle, it makes more sense.
-
That guide included the port number, the ports for common services like MySQL are standardized across the web.
-
I think you're missing a hostname parameter, which would be 'localhost'. Also database=$database is a tad silly, just use $database. Here's a straightforward guide.
-
The same day he last asked about this I went to his site and got an "Index of /" so I assume that's what Ice was referring to. Any chance I could go play around with Johnny and see what the fuss is about for myself?
-
The last one was much more believable lol.
-
The idea is if you ask for an unsuspension you should be ready to deal with what caused the unsuspension. Hosting malware puts the service at risk of being blacklisted and having the servers unplugged from the internet, so the 24-hrs are non-negotiable. Now you'll have to wait for an admin to get around to finding and removing the offending files manually before they unsuspend your account.
-
Redirect / https://lisanet.co/ would force a reload as https for your /public_html/index page.
-
Just a heads up, I'm working on some effect things, like using a Chalk brush to do stylized lettering then running over it with a Sponge brush. MyPaint has tons of brushes and alot of palet customization so I'm trying to find something that works well with the HelioHost brand, I might do a Glowing brush like I did in Island Cataclysm since our icon is a shining sun. Or I might try remembering what I did with the sun in City Under the Sun to give it the warm radiancy it has.
-
Well, it's saying you're loading >33Megs of data into memory, try and cut down unneeded plugins to conserve resources, we cap stuff like CPU cycles and RAM.
-
Well considering he's a graphics designer, I don't doubt he'll need more than 500 at some point. Ideally he should be looking at paid hosts and only use us while he shops around for one that can meet his needs.
-
Excellent find Fire!
-
Nope, a support admin will have to fix this for you.