Jump to content

Shinryuu

Moderators
  • Posts

    1,025
  • Joined

  • Last visited

  • Days Won

    40

Posts posted by Shinryuu

  1. 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?

  2. 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:

     

    mokshh.com

    • host: mokshh.com
    • type: A
    • ip: 64.202.189.170
    • class: IN
    • ttl: 3600

    • host: mokshh.com
    • type: SOA
    • mname: ns39.domaincontrol.com
    • rname: dns.jomax.net
    • serial: 2012120401
    • refresh: 28800
    • retry: 7200
    • expire: 604800
    • minimum-ttl: 3600
    • class: IN
    • ttl: 3600

    • host: mokshh.com
    • type: MX
    • pri: 0
    • target: smtp.secureserver.net
    • class: IN
    • ttl: 3600

    • host: mokshh.com
    • type: NS
    • target: ns39.domaincontrol.com
    • class: IN
    • ttl: 3600

    • host: mokshh.com
    • type: NS
    • target: ns40.domaincontrol.com
    • class: IN
    • ttl: 3600

    • host: mokshh.com
    • type: MX
    • pri: 10
    • target: mailstore1.secureserver.net
    • class: IN
    • ttl: 3600

    so apparently your domain isn't hosted by us, but by domaincontrol.

  3. 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.

  4. but I get 500 error from only the PHP scripts, regardless of complexity or location (even `<?php echo "It Works!"; ?>` would fail). Without any modification, they work a small amount of time later (about a mintute or two)

     

    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.

  5. I'm guessing your reason is something along the lines of, "People need help with Ror, and I want to try it out to see if I can help them."

     

    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.

  6. 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.

  7. 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.

  8. 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.

    • Like 1
  9. No one should need more than 500 MB unless they're hosting nonsense. I'm currently hosting what could be considered two websites with only 27 MB.

     

    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.

×
×
  • Create New...