Recent content by neilmichael9797

  1. N

    Imagepng won't return an image;

    Right, but see its recognized as http://gyazo.com/139c13ab34d1612ca169cc34c4b70207 Not 12.png
  2. N

    Imagepng won't return an image;

    No, what I want is my .php to act as a .png, but it won't as seen in the picture. I want an output of a png image
  3. N

    Imagepng won't return an image;

    Hi, I'm trying to use the imagepng function to create a simple dynamic signature. Here is my code: <?php $my_img = imagecreate( 200, 80 ); $background = imagecolorallocate( $my_img, 0, 0, 255 ); $text_colour = imagecolorallocate( $my_img, 255, 255, 0 ); $line_colour = imagecolorallocate(...
  4. N

    [ERROR] Can not open directory for URI: /!

    Thank you for your help essellar! This is fixed now!
  5. N

    [ERROR] Can not open directory for URI: /!

    .htaccess is currently empty. Public_html permissions: http://gyazo.com/b765d4255902f1e08c1ea1b8909039d1 Again, thank you so much for your efforts.
  6. N

    [ERROR] Can not open directory for URI: /!

    How can I check these things? Thanks for your support by the way.
  7. N

    [ERROR] Can not open directory for URI: /!

    My site was taken down for a suspected phisher, however, I appealed this and was successful (around one week). Since then however, whenever I try to access the site I get this error. I have moved all of my content from public_htrml_compromised back to public_html. That is all I have done since I...
Top