Quote:
Originally Posted by mtha
FIXED - Update 06/22/04
In 4images sessions.php
Look for
PHP Code:
if ($this->read_cookie_data("bbpassword") == $this->user_info['user_password'] && $this->user_info['user_level'] > USER_AWAITING) {
replace by
PHP Code:
if ($this->read_cookie_data("bbpassword") == md5($this->user_info['user_password']. '10532bf3') && $this->user_info['user_level'] > USER_AWAITING) {
Make sure that you have the correct password field in the file
"user_password" => "password",
The new sessions.php file in the first post was updated.
Thank CreedFeed for pushing me to fix this  Try it and let me know if it works
|
What?! You're kidding me? You're a saint, mtha!
I'll try it when I get home and let you know!