Verification

More
18 years 1 month ago - 11 years 2 weeks ago #192 by button1
Verification was created by button1
I think the DigiOz Guestbook is great - Excellent job! I’m currently adding it to a site that I am building.

I followed the install instructions detailed at the ReadMe.txt file:

• Downloaded and Extracted the file guestbook.zip into a temporary folder on my PC.
• Transferred the "guestbook" folder with all its contents onto my web server.
• CHMOD the "data" folder to 777 (give it read, write and execute permission)
• CHMOD ALL text files in the data folder to 777 (give read, write and execute permission to file)
• Made sure that the remaining files in the have read and execute permission.

So far everything is functioning well except the verification field and verification code image are not displayed on the guestbook.php file. . The code:

Code:
<?php if($image_verify == 1) { echo '<tr><td><p><b><font size="2">Verify:</font></b></p></td><td><input type="text" name="txtNumber" size="20" value=""><img src="random.php"></td></tr>'; } ?>

Any ideas? This is my first php experience. :?

Bill
Last edit: 11 years 2 weeks ago by Pete.

Please Log in or Create an account to join the conversation.

More
18 years 1 month ago #193 by Pete
Replied by Pete on topic Verification
Hello, and thank you for using the DigiOz Guestbook. Glad to hear you like the code. :)

As for your image verification problem, the most common reasons for this not to work is either you do not have GD Library Installed and compiled with the PHP installation your server is running, or you haven't specified the correct domain names and IP in the config.php file. Try the above and let us know if this helps.

DigiOz Webmaster
www.digioz.com

Please Log in or Create an account to join the conversation.

More
18 years 1 month ago #194 by button1
Replied by button1 on topic Verification
Thanks-a-million Pete

I accessed the config.php file and changed the $image_verify from 0 to 1. Now it works perfectly!

Bill

Please Log in or Create an account to join the conversation.

Time to create page: 0.117 seconds
Powered by Kunena Forum