Wiki » History » Version 6
Soh Keong, 09/22/2004 07:49 AM
1 | 1 | Soh Keong | {{toc}} |
---|---|---|---|
2 | |||
3 | h1. Wiki |
||
4 | |||
5 | h1. Guides |
||
6 | |||
7 | h2. Demo URL |
||
8 | |||
9 | The URL is: |
||
10 | > http://192.168.2.68:8080/TestPage/page/captcha/captchas.jsp |
||
11 | |||
12 | h2. Steps By Steps |
||
13 | |||
14 | h3. Registration |
||
15 | |||
16 | # Visit http://captchas.net/registration/ |
||
17 | 2 | Soh Keong | # Check the email entered to get 'client' and'Secret Key'. |
18 | 4 | Soh Keong | # Download "CaptchasDotNet.java":http://192.168.2.13:50000/redmine/attachments/download/472/CaptchasDotNet.java, "captchas.jsp":http://192.168.2.13:50000/redmine/attachments/download/473/captchas.jsp and "captchasProcess.jsp":http://192.168.2.13:50000/redmine/attachments/download/474/captchasProcess.jsp files, and put in your web application. |
19 | 5 | Soh Keong | # Replace the client and secret key value as your email in CaptchasDotNet.java. |
20 | 6 | Soh Keong | |
21 | * References: * |
||
22 | # http://captchas.net (Retrieved 29 July2013) |
||
23 | # http://captchas.net/sample/jsp/ (Retrieved 29 July2013) |