SadistBlue
New Member
- Messages
- 62
- Reaction score
- 0
- Points
- 0
Advanced Text Editor for Admins
1. Fire up your favorite FTP
2. Access "/public_html/????/config.php"
- Note: ???? is your PHP-Nuke Portal folder.
3. Change value of the following to activate.
$advanced_editor = 0 ;
to
$advanced_editor = 1 ;
Security Code Box
1. Fire up your favorite FTP
2. Access "/public_html/????/config.php"
- Note: ???? is your PHP-Nuke Portal folder.
3. Change value of the following
$gfx_chk = ? ;
Values
0: Never see the check
1: Administrators login only
2: Users login only
3: New users registration only
4: Both, users login and new users registration only
5: Administrators and users login only
6: Administrators and new users registration only
7: Everywhere on all login options (Admins and Users)
Example
$gfx_chk = 6 ;
This would only ask for the security code to be entered when the administrator logs in (The owner) or a new user registers. This is the choice I personally prefer.
1. Fire up your favorite FTP
2. Access "/public_html/????/config.php"
- Note: ???? is your PHP-Nuke Portal folder.
3. Change value of the following to activate.
$advanced_editor = 0 ;
to
$advanced_editor = 1 ;
Security Code Box
1. Fire up your favorite FTP
2. Access "/public_html/????/config.php"
- Note: ???? is your PHP-Nuke Portal folder.
3. Change value of the following
$gfx_chk = ? ;
Values
0: Never see the check
1: Administrators login only
2: Users login only
3: New users registration only
4: Both, users login and new users registration only
5: Administrators and users login only
6: Administrators and new users registration only
7: Everywhere on all login options (Admins and Users)
Example
$gfx_chk = 6 ;
This would only ask for the security code to be entered when the administrator logs in (The owner) or a new user registers. This is the choice I personally prefer.