vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Captcha Login ? (https://vborg.vbsupport.ru/showthread.php?t=284353)

ronster1 06-12-2012 09:17 PM

Captcha Login ?
 
Hi all.

I'm looking for plug-in image verification for login.php.

So like this.

https://vborg.vbsupport.ru/external/2012/12/27.jpg

This plugin beatiful but 3.8.7 not working !!

https://vborg.vbsupport.ru/showthread.php?t=151405

beni 06-19-2012 10:07 PM

I'm looking for this add-on. Do we have that can help?

beni 07-14-2012 10:11 AM

please help

kh99 07-14-2012 11:28 AM

It looks like it needs a file that isn't in version 3.8.7. Question and problems having to do with mods have to be asked in the mod thread. Your only option really is to ask in the thread and hope the quthor or someone else can come up with a fix. Edit: ...or I suppose we could consider this a request for someone to develop a similar mod.

beni 07-15-2012 09:13 PM

I looked but could not find much. This mode is much needed now..

beni 08-04-2012 03:31 PM

please help me ?

Prorockz 08-04-2012 07:29 PM

Also i need it:)

beni 09-02-2012 09:45 AM

please help ?

beni 09-25-2012 11:32 AM

anybody here ?

beni 11-29-2012 10:42 PM

I need thid plugin. Please help ?

bigs15 01-22-2013 12:55 AM

any one please

Simon Lloyd 01-22-2013 03:48 AM

You could always try this https://vborg.vbsupport.ru/showthread.php?t=254671 or https://vborg.vbsupport.ru/showthread.php?t=265892

bigs15 01-23-2013 04:13 AM

why u guys never understand why we need captcha upon login.lol/. i will make video why.hope some one release it.

Simon Lloyd 01-23-2013 04:37 AM

Go here http://www.phpcaptcha.org/download/ download the latest, upload all the files to forum root, create a plugin using login_process as the hook and enter the below code
PHP Code:

require_once 'securimage.php';

    
$image = new Securimage();

    
$image->show();

    
// Code Validation

    
$image = new Securimage();
    if (
$image->check($_POST['code']) == False) {
      echo 
"Sorry, wrong code.";
    } 

Change the echo's for a header redirect to login.php if they get it wrong, should work for you :)

bigs15 02-09-2013 02:24 PM

Quote:

Originally Posted by Simon Lloyd (Post 2398894)
Go here http://www.phpcaptcha.org/download/ download the latest, upload all the files to forum root, create a plugin using login_process as the hook and enter the below code
PHP Code:

require_once 'securimage.php';

    
$image = new Securimage();

    
$image->show();

    
// Code Validation

    
$image = new Securimage();
    if (
$image->check($_POST['code']) == False) {
      echo 
"Sorry, wrong code.";
    } 

Change the echo's for a header redirect to login.php if they get it wrong, should work for you :)


i tried this code is not working can u please check it again ia m waiting for this from many days.

Simon Lloyd 02-09-2013 02:36 PM

It's not just that code!, you need to download and upload all those other files...etc

bigs15 02-09-2013 02:41 PM

Quote:

Originally Posted by Simon Lloyd (Post 2403077)
It's not just that code!, you need to download and upload all those other files...etc

ya i did it. But its not working.

Simon Lloyd 02-09-2013 02:47 PM

Unfortunately i cant help you with that as it's not my code :(

--------------- Added [DATE]1360424963[/DATE] at [TIME]1360424963[/TIME] ---------------

Make sure this is the right path for where you uploaded the files
HTML Code:

require_once 'securimage.php';

bigs15 02-09-2013 02:56 PM

Quote:

Originally Posted by Simon Lloyd (Post 2403080)
Unfortunately i cant help you with that as it's not my code :(

--------------- Added [DATE]1360424963[/DATE] at [TIME]1360424963[/TIME] ---------------

Make sure this is the right path for where you uploaded the files
HTML Code:

require_once 'securimage.php';

securimage.php is in right path.

Code:

header("Location: http://localhost/login.php");
Is redirected to index page :( ...

--------------- Added [DATE]1360426365[/DATE] at [TIME]1360426365[/TIME] ---------------

Now another problem when i click on login it redirected to a page http://localhost/login.php?do=login and stucked there and its showing captcha .No box to type the captcha.


http://img12.imageshack.us/img12/671/43682560.png

Uploaded with ImageShack.us

Simon Lloyd 02-09-2013 03:27 PM

Right, follow this http://www.phpcaptcha.org/documentat...ckstart-guide/ and you should be good :)

bigs15 02-09-2013 03:36 PM

Quote:

Originally Posted by Simon Lloyd (Post 2403094)
Right, follow this http://www.phpcaptcha.org/documentat...ckstart-guide/ and you should be good :)

i tired manual ways already, after many retries i failed . so i asked you for help.thanku

Simon Lloyd 02-09-2013 04:02 PM

So you followed this guide already? strange, i followed it using their test and adding their form to my login template and it worked for me!

bigs15 02-09-2013 08:29 PM

Quote:

Originally Posted by Simon Lloyd (Post 2403100)
So you followed this guide already? strange, i followed it using their test and adding their form to my login template and it worked for me!

Ya tried again that shit not worked for me :( ..

beni 02-14-2013 11:05 AM

Quote:

Originally Posted by Simon Lloyd (Post 2403100)
So you followed this guide already? strange, i followed it using their test and adding their form to my login template and it worked for me!

I tried this code because not work :( So, I want this

https://vborg.vbsupport.ru/external/2013/02/24.png

https://vborg.vbsupport.ru/external/2013/02/25.png

juan71287 02-16-2013 11:15 AM

i have had this captcha on my forum!
i have got it coded by a friend of mine :)

so maybe i will sell it you :)

bigs15 02-27-2013 08:24 PM

Quote:

Originally Posted by juan71287 (Post 2404593)
i have had this captcha on my forum!
i have got it coded by a friend of mine :)

so maybe i will sell it you :)

Ok i am ready to buy it but ..For how much you will sell it?


All times are GMT. The time now is 05:04 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01203 seconds
  • Memory Usage 1,773KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_html_printable
  • (2)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (26)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete