Invisibility!
1.0
This mod enable users to be hidden, or invisible, to other users on the board. Features:
- Admin sees all hidden users in users online panel. Other user sjust see the number of hidden users.
- Removes "This user is currently:online/offline" part as defies mod.
- Users select whether they want to be seen in their profile :)
Enjoy!
Omario
Omario
http://www.muslimteens.net
Sources/Profile.pl
fopen(FILE, "$memberdir/$INFO{'username'}.dat");
@memsettings=;
fclose(FILE);
fopen(FILE, "$memberdir/$INFO{'username'}.hm");
@hideme=;
fclose(FILE);
if ($memsettings[17] == 6) { $tsl6 = ' selected'; }
if ($hideme[0] == 1) { $hideme[0] = 'checked'; }