Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error php bypass #223

Open
Renger1951 opened this issue Nov 28, 2024 · 1 comment
Open

error php bypass #223

Renger1951 opened this issue Nov 28, 2024 · 1 comment

Comments

@Renger1951
Copy link

[2024-11-28] [22:12:53] [INFO] - Account bind request found! Let's block it.
[2024-11-28] [22:12:53] [INFO] - Refactoring parameters...
PHP Fatal error: Uncaught Error: Call to undefined function openssl_decrypt() in C:\php\php\bypass.php:230
Stack trace:
#0 C:\php\php\bypass.php(330): decryptData('8/8Mnp7WcRph8sb...')
#1 {main}
thrown in C:\php\php\bypass.php on line 230

Fatal error: Uncaught Error: Call to undefined function openssl_decrypt() in C:\php\php\bypass.php:230
Stack trace:
#0 C:\php\php\bypass.php(330): decryptData('8/8Mnp7WcRph8sb...')
#1 {main}
thrown in C:\php\php\bypass.php on line 230

@Dephrilibrium
Copy link

The message tells you that there is no openssl. Note that when you running on windows, you need to uncomment the setting extension_dir = "ext" (line 768) setting in php.ini.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@Dephrilibrium @Renger1951 and others