Hi.
I'm trying to create an external page and a WordPress theme, which is visible only to registered users via login.
Up to ver. 2.3.3 There was managed through a php script that used the MD5 encrypted.
With the new version (2.8.4) the script does not work anymore.
Seems to have added a further element in the rescue of enrcipt password (SALT?).
How can I fix this? Adding more code to the script?
This is a part of the current script:
$ passwordEncryptedWithMD5 = true, / / Set this to true if the passwords are encrypted
/ / With the MD5 algorithm
/ / (Not yet implanted, expect this in a next release)
$ languageFile = 'lng_italian.php', / / Choose the language files
$ bgImage = 'bg_lock.gif', / / Choose the background image
$ bgRotate = false;