Jump to content
MakeWebGames

Recommended Posts

Posted

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.

Posted

Re: [2.0] User Verification Mod

It might require a little tweaking... I think I forgot to post a couple parts... but it should be enough to give you an idea...

  • 4 months later...
Posted

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

Posted

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

Posted

Re: [mccode] User Verification Mod for V2

You're teaching yourself by asking on every topic for the v1 version?

Also, don't know how many people you'll get hoping to teach you, for free, AFTER being basically demanded it's free

Posted

Re: [mccode] User Verification Mod for V2

The best thing to do is look on the forums where they have listed the V1 & V2 version. Print them out and compare.. You will see what has been changed.. Just a start.

Posted

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

Posted

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.

  • 9 months later...
Posted

Re: [mccode] User Verification Mod for V2

There's a topic and thats not v1 you and also i agree with zaver STOP F****G ASKING got w3schools.com

 

 

 

 

 

(Edit for language)

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