Phases Posted February 6, 2007 Posted February 6, 2007 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. Quote
Phases Posted February 6, 2007 Author Posted February 6, 2007 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... Quote
iseeyou94056 Posted June 22, 2007 Posted June 22, 2007 Re: [mccode] User Verification Mod for V2 please post for v1 Quote
Z?v?? Posted June 22, 2007 Posted June 22, 2007 Re: [mccode] User Verification Mod for V2 It was very generous of you to post this but doesn't v2.0 come with this installed already? Quote
iseeyou94056 Posted June 23, 2007 Posted June 23, 2007 Re: [mccode] User Verification Mod for V2 can you post this for v1 please Quote
Z?v?? Posted June 23, 2007 Posted June 23, 2007 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!! Quote
solar Posted June 25, 2007 Posted June 25, 2007 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 Quote
iseeyou94056 Posted June 25, 2007 Posted June 25, 2007 Re: [mccode] User Verification Mod for V2 i a tryin 2 learn no need 2 cuss but i am teachin my self beacuse no one has time 2 teach me so iam tryin if any in here could tesch me 2 code mail me on msn [email protected] then i will stop but they got 2 teach free i have no money Quote
Decepti0n Posted June 25, 2007 Posted June 25, 2007 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 Quote
iseeyou94056 Posted June 26, 2007 Posted June 26, 2007 Re: [mccode] User Verification Mod for V2 if i cant find no one 2 teach then i ask i dont know ow 2do it thats y and i try as hard as i can Quote
Stew Posted June 27, 2007 Posted June 27, 2007 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. Quote
iseeyou94056 Posted June 27, 2007 Posted June 27, 2007 Re: [mccode] User Verification Mod for V2 kk Quote
Hyper_Boi Posted July 5, 2007 Posted July 5, 2007 Re: [mccode] User Verification Mod for V2 lol it isn't that hard to convert :-P Quote
iseeyou94056 Posted July 5, 2007 Posted July 5, 2007 Re: [mccode] User Verification Mod for V2 i know that but i cant do it will everything just some i am just learning and this i cant is there a way that you could convert it for me plz Quote
iseeyou94056 Posted July 6, 2007 Posted July 6, 2007 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 Quote
iseeyou94056 Posted July 6, 2007 Posted July 6, 2007 Re: [mccode] User Verification Mod for V2 lol i got it Quote
iseeyou94056 Posted July 6, 2007 Posted July 6, 2007 Re: [mccode] User Verification Mod for V2 no lol sry all that i dont know how to do is the You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
iseeyou94056 Posted July 6, 2007 Posted July 6, 2007 Re: [mccode] User Verification Mod for V2 lol sorry for bugging you i get it Quote
iseeyou94056 Posted July 6, 2007 Posted July 6, 2007 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. Quote
cooldog Posted April 29, 2008 Posted April 29, 2008 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) Quote
Tezza` Posted April 29, 2008 Posted April 29, 2008 Re: [mccode] User Verification Mod for V2 http://criminalexistence.com/ceforums/index.php?topic=16667.0 You should always try to use the search tool, before spamming like this :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.