PDA

View Full Version : Registering my name?


Phantom_snd
23-01-2004, 09:03
Howdy all...

I was wondering if there was a way to find out what password i used to register my name. Because i forgot it *Slaps forehead* Now i cant add sub channels etc in the channel.

Cheers

Dummer Sack
23-01-2004, 12:27
Download sqlite (google for it). Copy it to your TS install directory.
In the commandline change to your TS server install directory.
type
./sqlite server.dbs (linux)
sqlite server.dbs (windows)

select * from ts2_clients;
.quit

That should show you all users and their password in cleartext.

guldi
23-01-2004, 13:00
the above mentioned way only works if you have acces to the server files !

there is no possibility to regain your password only with the client.

K9Trooper
23-01-2004, 18:38
Best thing to do is find a way to contact the server owner/admin and ask them to change you password or just create a new login nickname and tell the owner/admin that such-n-such name is no longer in use so they can delete it.