User Password Hack v1.1 ENGLISH for PHP-Nuke 6.0

Here's the highly requested hack for PHP-Nuke v6.0 that allows new users to define their own password during the signup process. This script will also redirect users after logging out.

Modified to accomodate users of other languages.


Note: I included 2 versions of this hack.

- UPH_np/../index.php - Does not reveal the password during confirmation screen.

- UPH_p/../index.php - Shows the password during the confirmation screen.




Installation:

1. Extract all the files to a temp folder, retaining directory structure.

2. Access your /html/modules/Your_Account/ folder and rename your current index.php to something else like old_index.php as a safety measure in case anything goes wrong. (You can find the original version at http://chimeraz.com/uph)

3. Choose which version of UPH that you want to install and replace the index.php that you just renamed.

4. Upload the language file to /html/modules/Your_Account/languages . Don't forget to backup.
	OR
4. Open up your language file and add in these lines at the bottom.

define("_PASSNOTMATCH","Password does not match");
define("_PASSWORD","Password");
define("_RETYPEPASS","Retype Password");
define("_EMAILSENT","An e-mail has been sent to $email with your registration details. Please store this message in a safe place for future reference.");

5. That's it.




Revisions:
v 1.1 	- Remodified to accomodate other languages.
	- Added "changed lines" to show where modifications took place.
v 1.0a 	- Added redirection script after user logs out.
	- Fixed .zip structure.
v 1.0 	- Tested and released.




If you find any bugs, of have any questions, feel free to drop me a line.
Send me your language files and I'll make it available for download on the site + include it in future versions.

Modified by:
Joanne -- RiFt
digital-x@gmx.net
http://chimeraz.com/uph