phppickem
phppickem copied to clipboard
I am having troubles with the Password Reset
Has anyone found a solution for the password reset? It is using very old scripting. We are running PHP 7.4.
this error using URL: https://pickem.casterdepot.com/password_reset.php?reset=true I noticed the following entries in the PHP error log:
==> error.log <== [02-Aug-2023 09:30:58 America/Chicago] PHP Deprecated: Function mcrypt_generic_deinit() is deprecated in /chroot/home/add2533c/5d0e64f97e.nxcli.net/html/includes/classes/crypto.php on line 85 [02-Aug-2023 09:30:58 America/Chicago] PHP Deprecated: Function mcrypt_module_close() is deprecated in /chroot/home/add2533c/5d0e64f97e.nxcli.net/html/includes/classes/crypto.php on line 88 [02-Aug-2023 09:30:58 America/Chicago] PHP Deprecated: Function mcrypt_module_open() is deprecated in /chroot/home/add2533c/5d0e64f97e.nxcli.net/html/includes/classes/crypto.php on line 44 [02-Aug-2023 09:30:58 America/Chicago] PHP Deprecated: Function mcrypt_enc_get_iv_size() is deprecated in /chroot/home/add2533c/5d0e64f97e.nxcli.net/html/includes/classes/crypto.php on line 51 [02-Aug-2023 09:30:58 America/Chicago] PHP Deprecated: Function mcrypt_create_iv() is deprecated in /chroot/home/add2533c/5d0e64f97e.nxcli.net/html/includes/classes/crypto.php on line 51 [02-Aug-2023 09:30:58 America/Chicago] PHP Deprecated: Function mcrypt_enc_get_key_size() is deprecated in /chroot/home/add2533c/5d0e64f97e.nxcli.net/html/includes/classes/crypto.php on line 54 [02-Aug-2023 09:30:58 America/Chicago] PHP Deprecated: Function mcrypt_generic_init() is deprecated in /chroot/home/add2533c/5d0e64f97e.nxcli.net/html/includes/classes/crypto.php on line 60 [02-Aug-2023 09:30:58 America/Chicago] PHP Deprecated: Function mcrypt_generic_deinit() is deprecated in /chroot/home/add2533c/5d0e64f97e.nxcli.net/html/includes/classes/crypto.php on line 85 [02-Aug-2023 09:30:58 America/Chicago] PHP Deprecated: Function mcrypt_module_close() is deprecated in /chroot/home/add2533c/5d0e64f97e.nxcli.net/html/includes/classes/crypto.php on line 88 The errors are PHP deprecated warnings that indicate that the functions used in the code are no longer supported in the current version of PHP. The deprecated functions are mcrypt_generic_deinit(), mcrypt_module_close(), mcrypt_module_open(), mcrypt_enc_get_iv_size(), mcrypt_create_iv(), mcrypt_enc_get_key_size(), and mcrypt_generic_init(). These functions were deprecated in PHP 7.1 and removed in PHP 7.2.