-
```
next bug is in multiply use
example I have to opened two pages in same computer
edit-post.php ... set captcha to session
in next tab of browser I have edit-article.php ... that overwrite captcha…
-
So I'm currently using the formtools and am using the recaptcha from Google. I used their code and it used to work, not sure if it's not working now because I upgraded to php 7.1 but unless I add in t…
-
I used code from documentation
`Session Mode:
// [your site path]/Http/routes.php
Route::any('captcha-test', function() {
if (request()->getMethod() == 'POST') {
$ru…
-
Dear dev team,
a scan with php-grinder gives me some concerns about the code regarding security issues.
Please take a look for yourself: http://php-grinder.com/project/view/39495
Kind regards
Norma…
-
hi, all my info is correct but i am getting this error.
![image](https://user-images.githubusercontent.com/32304211/167930904-95470d93-4eab-48e4-831f-27c1fcc51342.png)
![image](https://user-images…
-
how to use reCAPTCHA V2 in localhost ?
-
the status bar screen has many important statistics that are not visible when running with --no-status-bar.
i'm running it like this and barely get any useful info:
nohup python3.6 scan.py --no-st…
-
```
next bug is in multiply use
example I have to opened two pages in same computer
edit-post.php ... set captcha to session
in next tab of browser I have edit-article.php ... that overwrite captcha…
-
My config:
```
version: "1.1.14"
# Available serializers:
# LEGACY_AMPERSAND - "&c&lExample &c&9Text".
# LEGACY_SECTION - "§c§lExample §c§9Text".
# MINIMESSAGE - "Example Text". (https://webui…
-
How do I reset captcha if I'm using redux-form ?
```
export const FormCaptcha = ({ input }) => {}
```
```
```