Show DevBest jCaptcha V1.4 [PHP]

Status
Not open for further replies.

Jian

Resident Weeb
Contributor
Sep 2, 2011
687
437
logo
Introducing...
Well, you guys request it, I made it. With the most-asked question of all "Can you make a theme system?". Well, it is now here with jCaptcha 1.4!

Download & Demo...
Download:
Demo:

Fork & Watch...
Please fork and/or watch jCaptcha on or .

Pre-made Themes...
U43pv2.png
V1 Original​
eOzYtj.png
Default (Directly from API)​

Making Themes...
You can examine the given example theme files. Which was used in the previous UI of jCaptcha.

The Required Files Are (For making a jCaptcha theme):
  • dog.png, cat.png, duck.png, rabbit.png (Or any other file names)
  • english.php
  • input_form.php
  • style.css
English.php - This file defines the questions and copyright of theme creator and jCaptcha.
input_form.php - This file will be used as a base of jCaptcha.
style.css - This is the basic style file of the jCaptcha Theme.

jCaptcha Tags...
In order to make input_form.php, you will need to know how to operate with jCaptcha's theme system. These are the tags which will be replaced with required data when echoed out when viewed.
  • <jcaptcha_question></jcaptcha_question> - Echos out the question (Based on english.php).
  • <jcaptcha_site></jcaptcha_site> - Echos out the site URL where specified when jCaptcha class is called.
  • <jcaptcha_copyright></jcaptcha_copyright> - Echos out copyright information (Based on english.php)
Input values.
These will be replaced with 1, 2, 3, 4. Which will then be verified when the user submits the form.
  • <jcaptcha_option1></jcaptcha_option1>
  • <jcaptcha_option2></jcaptcha_option2>
  • <jcaptcha_option3></jcaptcha_option3>
  • <jcaptcha_option4></jcaptcha_option4>
I hope to release at least a version on jCaptcha every month. Well, that is all. Hope you like it! Cheers :D
 

Mitchul

Sledmoresux
Feb 18, 2012
371
46
Offtopic, - LOL @ the duck...

Ontop.. Thank you for this :) Much better than reCaptcha :)
 
Status
Not open for further replies.

Users who are viewing this thread

Top