Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> How To's
Author Message
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Sun Jul 11, 2004 11:17 am Reply with quote

The GD package is required in order to generate the security graphic for the nuke login screen. If the graphic is not appearing at all (no red X or anything) then the chances are that the GD package is not installed on your server. Here is a quick PHP script to help you determine whether or not the GD package is installed. Save this code to a file and name it whatever you want (ex. gdtest.php) and ftp it to your server. Then run it by pointing your browser to its location. For example, if you named it "gdtest.php" and your domain is named mydomain.com, you would call it as [ Only registered users can see links on this board! Get registered or login! ]
Code:
<?

if (extension_loaded('gd')) echo "GD is loaded";
else echo "GD is NOT loaded";
?>
 
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> How To's

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©