Results 31 to 45 of 54
-
22-10-2006, 19:04 #31
-= TeamSpeak User =-
- Join Date
- Oct 2006
- Location
- Florida
- Posts
- 6
-
22-10-2006, 19:31 #32
-= TeamSpeak User =-
- Join Date
- Oct 2006
- Location
- Florida
- Posts
- 6
Also for anyone that reads far enough into this thread and realizes that you have to click on the .bat files in order to get a step by step process of recovering your users and passwords you will also need to move the server.dbs file back to where you copied it from. A couple of measures should be taken before you replace the original server.dbs file like renaming it to server.dbs.og so that you will have a back up. Don't forget to close the server before you make these changes. Run your server after these changes have been made. Wow, I suppose I may need to take the time to make a tutorial after all.
One small thing that may not matter is that the strg + c combo listed to close the script is the ctrl + c combo on those Iraqi invader keyboards.
Hey Cyrus, this script is apparently written by a Deustchman, maybe German, maybe even a human? If there are both a eng and de bat then how did the strg key make it in the eng bat?
-
22-10-2006, 19:36 #33
-= TeamSpeak User =-
- Join Date
- Oct 2006
- Location
- Florida
- Posts
- 6
PS mine now says "CTRL + C" and that "Cyrus is a Guru!" over a 1000 times. Anyone want my batch file? Granted there are more 'Guru!' is not recognized as an internal or external command, operable program or batch file than there are of the actual echo'd statement; I did not know nor did I bother to look up how many characters can go into one echo, or batch file for that matter. Either way it only turned out to be 30kb big with the additional text.
Now that I've went and created a macro to put echo in before every line I created I no longer get the error. But it would seem that cmd crops at some point, any idea how many characters it does allow you to scroll back up to? Anyways, this has been a fun relearning experience for me. I'd forgotten how fun bat files were. Gotten so used to not clicking on them to where I'd forgotten to click on them.Last edited by rhetoricalmonkey; 22-10-2006 at 20:39.
-
21-11-2006, 15:04 #34
-= TeamSpeak User =-
- Join Date
- Nov 2006
- Location
- UK
- Posts
- 9
Is it possible to get regular users passwords too? If so what would be the commands to type into sqlite?
-
21-11-2006, 17:52 #35
-= TeamSpeak Fanatic =-
- Join Date
- Oct 2006
- Location
- UK
- Posts
- 1,029
They are saved in clear text in the DB, so its possible
But its easier to change them in the Web admin panel...
-
21-11-2006, 18:05 #36
-= TeamSpeak User =-
- Join Date
- Nov 2006
- Location
- UK
- Posts
- 9
-
21-11-2006, 18:10 #37
-= TeamSpeak Fanatic =-
- Join Date
- Oct 2006
- Location
- UK
- Posts
- 1,029
An easier way without the tool
Open the file in a text editor
Look for the username you want, and then the next bit of wording would be your password for it...
I cant see it would be hard to implement into the tool.....
-
21-11-2006, 18:24 #38
-= TeamSpeak Fanatic =-
- Join Date
- Oct 2006
- Location
- UK
- Posts
- 1,029
Just added users to both the german and english...
http://forum.goteamspeak.com/attachm...1&d=1164133444
Hope Cyrus doesn't mind
Last edited by Reedy Boy; 30-12-2006 at 18:01.
-
21-11-2006, 18:51 #39
-= TeamSpeak Fanatic =-
- Join Date
- Oct 2004
- Location
- Germany
- Posts
- 1,710
No I don't mind ;-) thanks for this I will repack this at weekend or so and include it in the archive
ps: that is the kind of feedback I like
-
21-11-2006, 19:25 #40
-= TeamSpeak Fanatic =-
- Join Date
- Oct 2006
- Location
- UK
- Posts
- 1,029
Good Good

Glad to help
Just one thing, the readme is in english
Server.dbs Tools:
1. Copy the server.dbs to the directory where sqlite.exe and serverdbs.bat are
2. Run serverdbs.bat
3. Have Fun!
Ideally needs to be:
Would probably reduce some confusion...Server.dbs Tools:
1. Copy the server.dbs to the directory where sqlite.exe and serverdbs_en.bat are
2. Run serverdbs_en.bat
3. Have Fun!
And then a german readme?
-
21-11-2006, 19:50 #41
-= TeamSpeak Fanatic =-
- Join Date
- Oct 2006
- Location
- UK
- Posts
- 1,029
Updated the version with a few minor changes
http://forum.goteamspeak.com/attachm...1&d=1164138537
Added some
or For germanCode:echo Press the ANY-Key to continue... pause > nul
Code:echo Druecken Sie den Any-Key zum Verlassen... pause > nul
Last edited by Reedy Boy; 30-12-2006 at 18:01.
-
22-11-2006, 07:42 #42
-= TeamSpeak Servant =-
- Join Date
- Oct 2003
- Location
- Germany
- Posts
- 2,299
@Reedy Boy:
Nice update! But in Germany, we don't say "Druecken Sie den Any-Key zum Verlassen...". Something like "Drücken Sie eine beliebige Taste zum Verlassen..." would be better.

Btw, why don't you just use "pause" without redirecting the output to "nul"?
-
22-11-2006, 07:45 #43
-= TeamSpeak Fanatic =-
- Join Date
- Oct 2006
- Location
- UK
- Posts
- 1,029
Ich bin englisch, nicht deutsch

I'll change that later, it was just what Cyrus had put in in german
And the same for the pause - What was there
Cheers for the info
-
22-11-2006, 07:52 #44
-= TeamSpeak Fanatic =-
- Join Date
- Oct 2006
- Location
- UK
- Posts
- 1,029
Re: pause > nul
On the english one this would work fine
Code:╔══════════════════════════════════════════════════╦═══════════╗ ║ TeamSpeak server.dbs SuperAdmin Batch Utility ║┌────────┐ ║ ║ (c) 2005 Steven Barth - developer@midlink.org ║└─┐ ┌────┴┐║ ║ Powered by SQLite - www.sqlite.org ║ │ │ ─┬─ │║ ║ In Cooperation with: ║ │ ├─ │ ─┤║ ║ Germeshausen.de Webhosting (www.germeshausen.de) ║ └─┴──┴──┘║ ╚══════════════════════════════════════════════════╩═══════════╝ WARNING: THE CONTRIBUTORS ARE NOT LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES THIS PROGRAM MAY CAUSE You can exit this batch file now by pressing STRG+C or by just closing the console window. Press the ANY-Key to continue... Press any key to continue . . .
As it would do the 2nd lineSo that would be fineCode:Press any key to continue . . .
Just for the german
Code:╔══════════════════════════════════════════════════╦═══════════╗ ║ TeamSpeak server.dbs SuperAdmin Batch Utility ║┌────────┐ ║ ║ (c) 2005 Steven Barth - developer@midlink.org ║└─┐ ┌────┴┐║ ║ Powered by SQLite - www.sqlite.org ║ │ │ ─┬─ │║ ║ In Zusammenarbeit mit: ║ │ ├─ │ ─┤║ ║ Germeshausen.de Webhosting (www.germeshausen.de) ║ └─┴──┴──┘║ ╚══════════════════════════════════════════════════╩═══════════╝ WARNUNG: DIE ENTWICKLER DER SOFTWARE SIND IN KEINEM FALL FUER IRGENDWELCHE DIREKTEN, INDIREKTEN, ZUFAELLIGEN, SPEZIELLEN, BEISPIELHAFTEN ODER FOLGENDEN SCHAEDEN, DIE DAS PROGRAMM MOEGLICHERWEISE VERURSACHT, VERANTWORTLICH ODER HAFTBAR ZU MACHEN. Sie koennen dieses Skript durch Druecken von STRG + C oder durch Schliessen der Konsole beenden. Dr³cken Sie eine beliebige Taste zum Verlassen... Press any key to continue . . .
It would be in both english and german...
So yeah, it can be changed for the english, just not for the german
I'll sort that, and then do a few more edits, and stick the new version on here later today
Thanks
-
22-11-2006, 18:19 #45
-= TeamSpeak Fanatic =-
- Join Date
- Oct 2006
- Location
- UK
- Posts
- 1,029
That probably wants adding to the Read Me... Cyrus?
As i can see users trying to use it whilst the TS server is currently using it...
I have changed the quit thing to CTRL + C in both
Made those small german changes, and some small english changes, and some references back to the username that has just been entered
Some of these changes i just need to implement to the german version
However, i may have to pass on that, and let someone a bit more fluent in german do the changes! But the examples are there in english, and if wanted, i can point out where the changes need to be
Will put up a newer version later tonight
Sam
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
TS Connection Problem
By 2pr in forum [TeamSpeak 2] Client SupportReplies: 27Last Post: 21-11-2009, 09:33 -
Lost My admin/SA passwords
By Vakha in forum [TeamSpeak Classic] General QuestionsReplies: 2Last Post: 08-09-2005, 22:43



Reply With Quote