-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove links to old web address and update README.
- Loading branch information
Showing
9 changed files
with
19 additions
and
282 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,9 +34,7 @@ | |
* If you found this script useful, please take a quick moment to rate it.<br /> | ||
* http://www.hotscripts.com/rate/49400.html Thanks. | ||
* | ||
* @link http://www.phpcaptcha.org Securimage PHP CAPTCHA | ||
* @link http://www.phpcaptcha.org/latest.zip Download Latest Version | ||
* @link http://www.phpcaptcha.org/Securimage_Docs/ Online Documentation | ||
* @link https://github.com/dapphp/securimage Securimage PHP CAPTCHA | ||
* @copyright 2012 Drew Phillips | ||
* @author Drew Phillips <[email protected]> | ||
* @package Securimage | ||
|
@@ -56,7 +54,7 @@ | |
$img->text_transparency_percentage = 30; // 100 = completely transparent | ||
$img->num_lines = 7; | ||
$img->line_color = new Securimage_Color("#eaeaea"); | ||
$img->image_signature = 'phpcaptcha.org'; | ||
$img->image_signature = 'Securimage'; | ||
$img->signature_color = new Securimage_Color(rand(0, 64), rand(64, 128), rand(128, 255)); | ||
$img->use_wordlist = true; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,9 +34,7 @@ | |
* If you found this script useful, please take a quick moment to rate it.<br /> | ||
* http://www.hotscripts.com/rate/49400.html Thanks. | ||
* | ||
* @link http://www.phpcaptcha.org Securimage PHP CAPTCHA | ||
* @link http://www.phpcaptcha.org/latest.zip Download Latest Version | ||
* @link http://www.phpcaptcha.org/Securimage_Docs/ Online Documentation | ||
* @link https://github.com/dapphp/securimage Securimage PHP CAPTCHA | ||
* @copyright 2012 Drew Phillips | ||
* @author Drew Phillips <[email protected]> | ||
* @package Securimage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,10 +33,7 @@ | |
* Any modifications to the library should be indicated clearly in the source code | ||
* to inform users that the changes are not a part of the original software. | ||
* | ||
* @link https://www.phpcaptcha.org Securimage Homepage | ||
* @link https://www.phpcaptcha.org/latest.zip Download Latest Version | ||
* @link https://github.com/dapphp/securimage GitHub page | ||
* @link https://www.phpcaptcha.org/Securimage_Docs/ Online Documentation | ||
* @link https://github.com/dapphp/securimage Securimage Homepage | ||
* @copyright 2018 Drew Phillips | ||
* @author Drew Phillips <[email protected]> | ||
* @version 4.0.2 (March 2018) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,9 +24,7 @@ | |
* If you found this script useful, please take a quick moment to rate it.<br /> | ||
* http://www.hotscripts.com/rate/49400.html Thanks. | ||
* | ||
* @link http://www.phpcaptcha.org Securimage PHP CAPTCHA | ||
* @link http://www.phpcaptcha.org/latest.zip Download Latest Version | ||
* @link http://www.phpcaptcha.org/Securimage_Docs/ Online Documentation | ||
* @link https://github.com/dapphp/securimage Securimage PHP CAPTCHA | ||
* @copyright 2018 Drew Phillips | ||
* @author Drew Phillips <[email protected]> | ||
* @version 4.0.2 (May 2020) | ||
|
@@ -52,7 +50,7 @@ | |
//$img->degrade_audio = false; | ||
//Securimage::$lame_binary_path = '/usr/bin/lame'; // for mp3 audio support | ||
|
||
// To use an alternate language, uncomment the following and download the files from phpcaptcha.org | ||
// To use an alternate language, uncomment the following and point at suitable audio files | ||
// $img->audio_path = $img->securimage_path . '/audio/es/'; | ||
|
||
// mp3 or wav format | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,9 +34,7 @@ | |
* If you found this script useful, please take a quick moment to rate it.<br /> | ||
* http://www.hotscripts.com/rate/49400.html Thanks. | ||
* | ||
* @link http://www.phpcaptcha.org Securimage PHP CAPTCHA | ||
* @link http://www.phpcaptcha.org/latest.zip Download Latest Version | ||
* @link http://www.phpcaptcha.org/Securimage_Docs/ Online Documentation | ||
* @link https://github.com/dapphp/securimage Securimage PHP CAPTCHA | ||
* @copyright 2018 Drew Phillips | ||
* @author Drew Phillips <[email protected]> | ||
* @version 4.0.2 (May 2020) | ||
|