15 comments found.
I run localhost, captcha image not show how to fix this.
I’m not sure what’s your setup but you’re doing something wrong since the captcha should work by default. Make sure you have PHP on your localhost to run it. For more info please contact us at agency@sclitifyit.com Thank you.
How much you charge to install this ?
Please send us an email at agency@sclitifyit.com, thank you.
Does this script Captcha have any API’s to it?
Like where exactly would I install this on a well developed php template?
There’s no API, you just put the script folder in your project and include it in your file where you want the captcha verify.
sCaptcha – Secure PHP Captcha Nice day, I bought sCaptcha – Secure PHP Captcha from you. It works fine on PHP7 but on the new PHP8.3.2 it doesn’t work. The image is displayed correctly, but the entered code cannot be verified. Can you please fix this? Or send a solution to the error? Thank you Roman
PHP8.3.2 The image is also not displayed and the entered code cannot be verified !!!
Our script demo is on PHP8.2.15 and works just fine, we don’t have PHP8.3.2 on our server to test on that but I don’t see why it wouldn’t work since is not a big version difference. Are you sure the problem is with PHP and not how you integrated it into your project? Please contact us by email with the error you’re getting: sclitifyit@gmail.com
sCaptcha – Secure PHP Captcha Nice day, I bought sCaptcha – Secure PHP Captcha from you. It works fine on PHP7 but on the new PHP8.3.2 it doesn’t work. The image is displayed correctly, but the entered code cannot be verified. Can you please fix this? Or send a solution to the error? Thank you Roman
PHP8.3.2 The image is also not displayed and the entered code cannot be verified !!!
Hi, I purchased your sCaptcha – Secure PHP Captcha script.
I think I have done it correctly, I use php include(“index.php”) to include the captcha script in my form. Still the form passes and is successfully sent even I enter wrong captcha image. Why is this happening?
The url to the form is: https://captcha.thoreric.no/Gjestebok.php and the captcha index.php file is in the same folder.
Regards,
Thor Eric Vågen Jægtnes
Hello, Make sure the part that should be shown when captcha is verified stays within the check if clause, where is the echo ”<center>Captcha Verified!!!</center>”; If you check the index.php from the captcha you downloaded from envato you will see what I mean.
if(strlen($_SESSION[‘key’]) && ($_POST[‘key’] $_SESSION['key'] || (isset($_COOKIE['scaptcha']) && $_POST['key'] $_COOKIE[‘scaptcha’]))) { echo ”<center>Captcha Verified!!!</center>”; }
I hope you understand what I mean. Thank you.
Hi Can you help me add this captcha to my codeigniter site for login + registration
While this captcha works on any type of website, Envato support doesn’t include integration into your code. You have to do that yourself or we can do that for you at an extra fee. Contact us after you purchase the captcha at sclitifyit@gmail.com to get a price quote.
Hello, Is it compatible with php 5.4…?
Yes, it is.
Hello, Is it compatible with php 8 and later? Is it easy to integrate in the forms in production on a html/php site? Sincerely
It works with php 8 and later. Yes, is fairly easy to integrate even with basic knowledge of programming but that may vary depending on how complex your website is.
Thank you, I’ll buy it, Sincerely
You’re welcome.
After uploading it to my server unfortunately it doesn’t work. It was working before.
Maybe it conflicts with something. The captcha should work fine as long as you integrate it correctly.
Hi, I want it to be case insensitive. how can I do that?
Use this check condition:
if(strlen($_SESSION['key']) && (strcasecmp($_POST['key'], $_SESSION['key']) == 0 || (isset($_COOKIE['scaptcha']) && strcasecmp($_POST['key'], $_COOKIE['scaptcha']) == 0))) {
echo "<center>Captcha Verified!!!</center>";
} else {
echo "<center>Invalid Captcha.... <a href="index.php">try again</a></center>";
}
BIG ISSUE WITH SCRIPT – PLEASE HELP —-—-— can we change background color to ONE single consistant color as currently the captcha BG coloar spoil beauty of the page. I want to be able to keep some coloars going with the page background OR may be one single color
In scaptcha.php, function CaptchaSecurityImages() play with the values under /* Set the colours */ comment line. Right now they are random but you should be able to replace with own colors.
Congratulations!!! Nice Work, Good Luck With Sale 
Thanks, same to you!
Congratulations! Nice Work, Good luck with sales.
Thanks, same to you!
Congratulations! Nice Work, GLWS 
Thanks!