Quote:
Originally posted by ladyfyre
...I have clicked on change avatar and it takes me to: "thanks for updating your profile" and then takes me to the avatars page and i scroll down to browse and change my personal avatar, press submit modifications, and it throws me back to: "you are not logged in "....
|
The reason could be a wrong session string.
This is a error in my hack. Sorry. Have just noticed it :nervous:
Please, test it:
Search in member.php for
Code:
$session[sessionhash]="$session[sessionhash]$avatcatadd";
and replaces the line with:
Code:
$perpage="$perpage$avatcatadd";
Madman