Jump to content

Byron

Moderators
  • Posts

    9,153
  • Joined

  • Last visited

  • Days Won

    146

Everything posted by Byron

  1. Not sure if this has anything to do with it but check our php info page where it says "Additional .ini files parsed" and it says none. http://sonny175.heliohost.org/info.php This other server has Imagick and it's showing a imagick file. http://95servers.com/phpinfo.php
  2. No there's not an htaccess file in that directory the script is in or the directory the image is in. Below is the url of the image and the script. I would post the url of the script but each time somebody clicked onto it it would produce a core file. http://sonny175.heliohost.org/images/Back.jpg <?php $image = new Imagick("../images/Back.jpg"); $image->charcoalImage(1, 2); header("Content-type: image/jpeg"); echo $image; ?>
  3. Byron

    djbob being stupid

    You should be able to login from the heliohost home page. http://heliohost.org
  4. It's not producing an error_log file just a core_dump and it doesn't matter if the image is in the same directory or another directory.
  5. I've deleted the coredumps but I can recreate one if need be.
  6. That's it. Thanks! EDIT: We still seem to have a small problem. Everytime I use the Imagick class it produces a huge core file. Just a simple script like this will do it: <?php header("Content-type: image/jpeg"); $image = new Imagick("Color-Scale.jpg"); $image->charcoalImage(1, 2); echo $image; ?>
  7. You had it working before we were attacked and it was showing as a module on the php info page. Would it have anything to do with ImageMagick being installed?
  8. This support request is being escalated to our root admin.
  9. No it's still showing the error message that it can't find Imagick: http://sonny175.heliohost.org/php/imagick-test.php
  10. Just a reminder that the Imagick Class still isn't working.
  11. Read the news: http://www.helionet.org/index/index.php?sh...pic=6042&hl
  12. Most all user accounts are still down because of the recent DDoS attack. Hopefully they will start coming back online Monday. You can read about it in the News forum.
  13. This support request is being escalated to our root admin. Note for djbob. Going to his sub-domain this way shows his blog: http://thickmud.co.uk/visualempire/ Going this way shows a directory index page without the blog: http://visualempire.thickmud.co.uk/
  14. If you created your sub-domain correctly I should see a folder named virtualempire in this account thickmud.co.uk but I'm not. http://thickmud.co.uk/virtualempire Are you sure you set it up correctly?
  15. I got in touch with my friend this morning and had him upload a couple of scripts to check Ming and Tidy. Both seem to be working ok. I guess Tidy is different for the new php cause it used to show as being enabled on the php info page just like it would show for Curl or another php feature. So as of now Imagick still isn't working.
  16. User accounts probably won't be up until Monday. You can follow what's going on with the server in the News forum.
  17. This support request is being escalated to our root admin. Note to djbob. He registered on the 16th of April and he's still showing as being QUEUED. Domain: slsquash.co.cc Username: jeevan
  18. My site isn't working yet but a friend of mine's site is up. According to his php info page only Ming is working. I also tried using Imagick on his site and it didn't work. Also Tidy isn't showing as being installed. My friends site http://sonny175.heliohost.org/info.php Once my site is up I can tell you for sure about Ming and Tidy.
  19. Byron

    Welcome back!

    You should be able to login to your cpanel here: http://www.heliohost.org:2082/frontend/x3/index.php But your site probably won't be active until Monday.
  20. FTP should be down right now until we resolve the DDoS attack. You can read about it in the News forum.
  21. Just so you know djbob. I'm not seeing either one on the php info page now. http://www.heliohost.org/phpinfo.php
  22. It probably is but if when the login issue is resolved and you site is back up and you can't see them, post back.
  23. Your account is still active however the server has been under a DDoS attack and nobody has been able to see thier sites. Follow what's going on in the News forum.
×
×
  • Create New...