Community Forums Today's Posts     Member List     Archive    

Search:

Type: Posts; User: Bones_taw; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.07 seconds.

  1. Replies
    1
    Views
    652

    mass disonnect

    We have seen an intermittent problem where we have a large number of users get disconnected. Then they reconnect. It only happens once or twice per week.

    We are on latest server code.
    Server...
  2. Replies
    7
    Views
    1,655

    Has anyone written something like this for php? ...

    Has anyone written something like this for php?

    Also, instead of using the telnet interface, would it be possible to directly read and write to the mysql version of the database?
  3. Replies
    5
    Views
    43,412

    Download nmap You can use it to scan TCP or...

    Download nmap

    You can use it to scan TCP or UDP ports.

    You would use something like:

    nmap -sT -p 14534,51234 192.168.1.1

    and
  4. Replies
    10
    Views
    5,971

    - Given that the attackers compromised your...

    - Given that the attackers compromised your forums via phpBB, maybe they found an admin password that someone posted in a private forum. Or, maybe somewhere else on the server. Or, maybe they used...
  5. Replies
    1
    Views
    1,612

    Has anyone done any account management by...

    Has anyone done any account management by directly connecting to sql database?
  6. Sticky: Label, email me if you want some help bones ...

    Label,
    email me if you want some help
    bones (special symbol) theartofwarfare.net
  7. Replies
    1
    Views
    1,612

    TS2 Account management from php

    Has anyone done any automated account management for TS2?

    I'd like to be able to automatically manage a TS2 account and keep it synchronized with php accounts. So tasks like account create,...
  8. Replies
    1
    Views
    721

    What does access=0 or 1 do?

    I've seen references to a "logging FAQ" but could not find one.
    The only thing I found was the server FAQ
    http://forum.goteamspeak.com/showthread.php?t=19204&highlight=faq+log

    It does not...
  9. Replies
    2
    Views
    799

    If someone has SA there is no way to stop them...

    If someone has SA there is no way to stop them from granting it to others. This is because they can check the SA box when creating an account from the TS client. There have been other threads on...
  10. Howto SSH Tunnel TS Admin for improved security

    I wrote up instructions here:
    http://www.speakeasy.org/~farnham/security/SSH_Tunnel_for_Teamspeak_RC2_Administration.html
  11. Sticky: Howto set up SSH tunnel for TS Admin to improve security

    I wrote up instructions here:
    http://www.speakeasy.org/~farnham/security/SSH_Tunnel_for_Teamspeak_RC2_Administration.html
  12. Replies
    2
    Views
    1,237

    Don't stop the TS process In the WebAdmin on the...

    Don't stop the TS process
    In the WebAdmin on the Server Selection screen, click the Stop button to stop a TS server, process keeps running, then change UDP port
  13. See the original thread on this topic for an...

    See the original thread on this topic for an answer.

    http://forum.goteamspeak.com/showthread.php?p=73954&posted=1#post73954
  14. Replies
    43
    Views
    6,047

    Using telnet and "fp" then "sppriv" works good,...

    Using telnet and "fp" then "sppriv" works good, but only if the user is logged in.

    If the user is not logged in, use "dbfp" and "dbuserchangeattribs".

    A little painful using telnet, but at...
  15. Replies
    43
    Views
    6,047

    Thanks Brain, I will try it.

    Thanks Brain, I will try it.
  16. Replies
    43
    Views
    6,047

    m&m, appreciate your replies, but we have a...

    m&m, appreciate your replies, but we have a difference of opinion, You keep saying the same thing and the work around that we already know. You seem to think it is ok as is, I do not.

    Probably...
  17. Replies
    43
    Views
    6,047

    That is the work around we are using, but it is a...

    That is the work around we are using, but it is a BIG problem because then the user can't login till he gets his new password.
  18. Replies
    7
    Views
    1,242

    Two Things: 1) Well then what is the point of...

    Two Things:
    1) Well then what is the point of the PrivilegeGrantSA in the SA server settings. It would seem to me that this would be for not allowing SAs to grant SA, then only superadmin can do it...
  19. Replies
    7
    Views
    1,242

    Is this issue going to be fixed? Having the...

    Is this issue going to be fixed?

    Having the PrivilegeGrantSA grant setting in Server Permissions is meaningless because anyone with SA rights can create a new account for someone with SA rights...
  20. Replies
    43
    Views
    6,047

    I have seen the same problem as EnderGate. Only...

    I have seen the same problem as EnderGate. Only difference is I was typically trying to add SA rights.

    The scenario is a user already has an account and you want to just Grant/UnGrant SA rights. ...
  21. No router, no dhcp, server has a static IP from...

    No router, no dhcp, server has a static IP from my ISP.
  22. Would TS kill itself if it can't phone home? ...

    Would TS kill itself if it can't phone home?

    from docs

    Q: Does TeamSpeak 2 contain spyware?

    A: We will be honest with you. In a strict definition: yes it does. In order to get our statistics...
  23. TS Server dies, ERROR,All,TTSUDPSender.Execute

    I used to run TS2 on this server w/ no problems. I recently switched back to it from another server (which had no problems). Now, it dies every other day or so.

    When it dies, I restart the...
  24. Replies
    3
    Views
    858

    In TS2 Right click on a channel (as Server...

    In TS2
    Right click on a channel (as Server Admin)
    Change the value of the Sort Order
  25. Replies
    7
    Views
    1,242

    I can't disable right to create users, cause that...

    I can't disable right to create users, cause that is one of the main things I need SAs to do. We have over 100 users and various divisions that will each manage their own users. So, I want to give...
  26. Replies
    0
    Views
    1,440

    script to create accounts

    Here is a telnet script that uses tst10.exe which was in a previous post from Fuse (thanks Fuse).

    Names changed to protect innocent
    dbuseradd takes 3 parameters: username, password, password and...
  27. Replies
    7
    Views
    1,242

    SA rights problem

    On my TS server, I have the rights set to not allow Server Admins to grant Server Admin access to others. However, they are allowed to create accounts which can be done from within TS or from the...
  28. Replies
    0
    Views
    1,422

    Server backup script

    Here is script I run to copy db to live backup server. That way if our primary goes down, backup is ready to go w/ latest channels and accounts. Runs once/week w/ scheduler.
    IP and account info...
  29. Replies
    2
    Views
    1,429

    Dummer Sack, thanks for the excellent post. I...

    Dummer Sack, thanks for the excellent post. I had tried the telnet and help, but your link to how to do it in php is what I need. Thanks.
  30. Replies
    2
    Views
    1,429

    question about how webpost uses tpcquery

    In earlier post, gryphon wrote,
    "For an understand of what the script is doing...the server sends info like how many people are online, the server name, ip and ports, to webpost.php, this requires...
  31. Replies
    3
    Views
    1,691

    Hey Bones good questions. Here is an answer. ...

    Hey Bones good questions.
    Here is an answer.

    After finding the instructions for setting up TS2 server as service here:

    http://www.teamspeak.org/forums/showthread.php?s=&threadid=5943

    (note...
  32. Replies
    3
    Views
    1,691

    Thanks for posting this. I would like to script...

    Thanks for posting this. I would like to script a backup for my server.

    Question: Are you using telnet because you want to do it remotely or is that they only way to script a server reset?

    In...
  33. Replies
    2
    Views
    1,131

    auto create ts registered user?

    Is there any way to automatically create a TS registered user?

    Maybe w/ a script command like:
    create_reguser name password

    Or how about from a PHP script on another server?
  34. Thread: codec

    by Bones_taw
    Replies
    8
    Views
    1,301

    We have people that have seen this problem also....

    We have people that have seen this problem also.

    It seems to happen when people do a fresh install of the .31 version. People who upgrade don't have problem.

    What we found is that they get...
  35. Replies
    2
    Views
    1,189

    LOL. It was a firewall problem. I have security...

    LOL. It was a firewall problem.
    I have security set to medium and was using a port below 1023, when I used one above that, it worked ok.
Results 1 to 35 of 41
Page 1 of 2 1 2