Speed Options for Users
1.0
This Mod allows users to choose if they want to see the following options:
Avatars - Usertext - Signatures
UBBC Buttons - Smilie Buttons - Topic Summary
Without the displaying of them the threads should be load much faster!
dOCda S!
http://gpu.hackers.sk/hacks/index.htm
Sources/Profile.pl
fopen(FILE, "$memberdir/$INFO{'username'}.dat");
@memsettings=;
fclose(FILE);
fopen(FILE, "$memberdir/$INFO{'username'}.off");
@offsettings=;
fclose(FILE);
if ($memsettings[17] == 6) { $tsl6 = ' selected'; }
if ($offsettings[0] == 1) { $offsettings[0] = 'checked'; }
if ($offsettings[1] == 1) { $offsettings[1] = 'checked'; }
if ($offsettings[2] == 1) { $offsettings[2] = 'checked'; }
if ($offsettings[3] == 1) { $offsettings[3] = 'checked'; }
if ($offsettings[4] == 1) { $offsettings[4] = 'checked'; }
if ($offsettings[5] == 1) { $offsettings[5] = 'checked'; }