Recent content by nosunshine

  1. N

    Hosting account suspended due to transfer to another server.

    Just a thought, but the user control panel informs users to fill out a support request, which then gets posted here, without the user seeing the stickies. Perhaps it would be beneficial to NOT request the user fill out a support request?
  2. N

    User moved to another server

    My account is suspended for moving to another server? I guess this is in relation to the disk move the other day. 404 errors on all my webpages. Any way we can get this resolved?
  3. N

    SQL injection?

    I can confirm that your site is vulnerable to an attack on the link mod, via an exploit posted on milw0rm. Be sure to fix this soon. Upgrading the links mod ought to fix it. You can always run the milw0rm script yourself to check against any changes you make.
  4. N

    run cgi scripts on x10hosting

    #!/usr/bin/perl print "Content-type: text/html\n\n"; my $var = 'this is pure perl'; print "$var\n"; Also, for whatever reason, /cgi-bin/*.* doesn't default to execute, so you'll need to edit the permissions for test.pl
  5. N

    sql not working cossacks

    The good news is that cossacks is back, and the sql backend is running and communicating. The only bad news is that cPanel now shows that I have 2 of my 3 allocated SQL databases, when in fact, I only have one.
  6. N

    sql not working cossacks

    This problem is still ongoing. No change.
  7. N

    run cgi scripts on x10hosting

    It would help if you used #!/usr/bin/perl instead of #!usr/bin/perl :)
  8. N

    sql not working cossacks

    Aye, we understand that. Cossacks came back up, but the SQL backend was not communicating, though from what I gleaned, it -was- back up. Cossacks seems to be down again, so hopefully they're fixing it now. We just wanted to help the admins identify issues as a result of restarting the server.
  9. N

    sql not working cossacks

    Running phpBB, I also have issues connecting to the MySQL backend. phpBB returns an error: #07000(proxy) all backends are down [1105] phpMyAdmin returns much the same: #1105 - #07000(proxy) all backends are down Edit: Incidentally...
Top