Jump to content
MakeWebGames

Recommended Posts

Posted

Re: [Free] [v1] User Verification [Captcha]

 

he didnt

Learn to read:

OXI said:

3) You forgot to mention, you need to make a file in your directory images/ (If you have one prefferably) and you need to make a file called verify.jpeg AND chmod it to 0666

Creator of Mod said:

3) Incorrect , not needed

Posted

Re: [Free] [v1] User Verification [Captcha]

 

So I'm guessing the image is not needed, then why does it Fatal Error?

Not sure allways worked fine for me, Didnt have to create the image did it automatically.

Have you even tryed creating the image? Should try it, I may not be 100% correct.

Posted

Re: [Free] [v1] User Verification [Captcha]

 

Fatal error: Call to undefined function: gd_info() in /home2/battlefi/public_html/validate.php on line 1

I have created quite a few gd scripts in my day..

You do not have the lib to run php gd images.

And I am pretty sure you cannot run the script as Isomerizer posted.

The 'correct' way is the send headers with the script, to show it is a 'valid' image.

Posted

Re: [Free] [v1] User Verification [Captcha]

Slightly Updated.

Theres a small bug for it in IE, the cache doesnt clear. So the image stays the same unless they clear cache manually. You should inform user's about this.

Posted

Re: [Free] [v1] User Verification [Captcha]

 

Slightly Updated.

Theres a small bug for it in IE, the cache doesnt clear. So the image stays the same unless they clear cache manually. You should inform user's about this.

Headers...

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

Posted

Re: [Free] [v1] User Verification [Captcha]

 

Slightly Updated.

Theres a small bug for it in IE, the cache doesnt clear. So the image stays the same unless they clear cache manually. You should inform user's about this.

Headers...

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Tried all that .... Nothing works. :(

Posted

Re: [Free] [v1] User Verification [Captcha]

 

Slightly Updated.

Theres a small bug for it in IE, the cache doesnt clear. So the image stays the same unless they clear cache manually. You should inform user's about this.

Headers...

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Tried all that .... Nothing works. :(

Try again..

Show me the script on how you are using it.

Posted

Re: [Free] [v1] User Verification [Captcha]

Ok ive managed to fix the browser bug.

Its been updated so now it should work with all browsers. :wink:

The extra function to put in your cron, clears the image/captcha directory every 10 minutes to make sure it doesnt overload.

Enjoy :D

  • 1 month later...
Posted

Re: [Free] [v1] User Verification [Captcha]

i seriously need to use this mod as there is many people being accused of cheating but i cant as i get this error and don't know what it means

Warning: imagejpeg() [function.imagejpeg]: Unable to open 'images/verify.jpeg' for writing in /home/deatecom/public_html/validate.php on line 65

i can't seem to figure it out can anyone help?

im using the first ever post on this

Posted

Re: [Free] [v1] User Verification [Captcha]

 

i seriously need to use this mod as there is many people being accused of cheating but i cant as i get this error and don't know what it means

Warning: imagejpeg() [function.imagejpeg]: Unable to open 'images/verify.jpeg' for writing in /home/deatecom/public_html/validate.php on line 65

i can't seem to figure it out can anyone help?

im using the first ever post on this

Set the CHMOD permissions to 777 where ever your saving the verify images, i think in your case... "images".

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...