Jump to content
MakeWebGames

[mccode] User Verification Mod for V2


Phases

Recommended Posts

WTF - the BBCode is not letting me post the entire code...

Hang in there a sec... I'll repost.

You're unable to view this code.

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

 

Next generate the captcha image:

You're unable to view this code.

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

 

And... modify globals.php

Find:

You're unable to view this code.

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

 

Add below:

You're unable to view this code.

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

Link to comment
Share on other sites

  • 4 months later...

Re: [mccode] User Verification Mod for V2

 

LEARN TO *** CONVERT V1 TO V2 INSTEAD OF ASKING ON EVERY ******* FREE MOD THREAD FOR SOMEONE TO ******* CONVERT IT FOR YOU. IF YOU CAN'T DO IT THEN DONT USE THE ******** MOD!!

i agree

Link to comment
Share on other sites

Re: [mccode] User Verification Mod for V2

if someone tells me how to do the <?

session_start();

$md5=md5(microtime()*mktime());

$string=substr($md5,0,5);

$captcha=imagecreate(55,25);

imagefill($captcha, 0, 0, $background_color);

$background_color = imagecolorallocate($captcha, 22, 42, 64);

$text_color = imagecolorallocate($captcha, 233, 14, 91);

imagefill($captcha, 0, 0, $background_color);

imagestring($captcha, 5, 5, 5, $string, $text_color);

 

$_SESSION['ayt_key']=md5($string);

header("Content-type:image/png");

imagepng($captcha);

?>

 

 

then i think i can do the rest

Link to comment
Share on other sites

Re: [mccode] User Verification Mod for V2

here it is for v1 i did it and it is tested and it works if you like it please give me +1:)

make a file called areyouthere.php and add this

You're unable to view this code.

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

then make a file called captchapng.php and in it add

 

You're unable to view this code.

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

 

then open hearer and right above ?> put

You're unable to view this code.

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

Link to comment
Share on other sites

  • 9 months later...
  • 2 years later...

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...