Community Forums Today's Posts     Member List     Archive    
Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 54
  1. #31
    Join Date
    Oct 2006
    Location
    Florida
    Posts
    6

    Thumbs up

    Quote Originally Posted by Cyrus View Post
    Therefore you should open the serverdbs_en.bat if you want to have kind of a gui.
    This batch utility uses sqlite.exe for its commands.
    What this means for you n00bzerz is that you double click the .bat file, duuhh.

    Thanks Cyrus sometimes I have a tendency to over think things. Why's the other .bat in a funny language?

  2. #32
    Join Date
    Oct 2006
    Location
    Florida
    Posts
    6

    Thumbs up

    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?

  3. #33
    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.

  4. #34
    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?

  5. #35
    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...

  6. #36
    Join Date
    Nov 2006
    Location
    UK
    Posts
    9
    Quote Originally Posted by Reedy Boy View Post
    They are saved in clear text in the DB, so its possible
    How would i go about finding them?

  7. #37
    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.....

  8. #38
    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.

  9. #39
    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

  10. #40
    Join Date
    Oct 2006
    Location
    UK
    Posts
    1,029
    Quote Originally Posted by Cyrus View Post
    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
    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:
    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!
    Would probably reduce some confusion...

    And then a german readme?

  11. #41
    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

    Code:
    echo Press the ANY-Key to continue...
    pause > nul
    or For german

    Code:
    echo Druecken Sie den Any-Key zum Verlassen...
    pause > nul
    Last edited by Reedy Boy; 30-12-2006 at 18:01.

  12. #42
    Join Date
    Oct 2003
    Location
    Germany
    Posts
    2,297
    @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"?

  13. #43
    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

  14. #44
    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 line
    Code:
    Press any key to continue . . .
    So that would be fine

    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

  15. #45
    Join Date
    Oct 2006
    Location
    UK
    Posts
    1,029
    Quote Originally Posted by rhetoricalmonkey View Post
    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.
    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

  1. TS Connection Problem
    By 2pr in forum [TeamSpeak 2] Client Support
    Replies: 27
    Last Post: 21-11-2009, 09:33
  2. Lost My admin/SA passwords
    By Vakha in forum [TeamSpeak Classic] General Questions
    Replies: 2
    Last Post: 08-09-2005, 22:43

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •