Search results

  1. 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(...
  2. 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