Results 16 to 30 of 139
Thread: An Easy TS3 Admin App
-
27-12-2009, 19:08 #16
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- Passau
- Posts
- 33
@bytefresser:
I like your program, nice work!
@par0noid:
Your program is nice too, but how to see the admin-token for the created virtual-server?
-
28-12-2009, 11:34 #17
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 35
version 3.0 has been released!
-
28-12-2009, 14:58 #18
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 8
Hey thanks made, but the new Version dont connect on my Windows 7...
When i click on connect shows the green bar but no connecting..
Greatings plat
-
28-12-2009, 15:24 #19
-= TeamSpeak Addict =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 115
English:
Hello par0noid and bytefresser,
Guys, I would advice you to work together and to develop a common app instead of 2 different apps. You're both developing your apps using .Net so it shouldn't be a problem to work together. Choose a new name for the common app and host it on an open source platform like codeplex.com.
If you're interested, i can support you developing the app.
*** german part deleted ***
Greetings,
SCOLast edited by dante696; 04-01-2010 at 21:50. Reason: English only
-
28-12-2009, 16:44 #20
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- Germany / NRW
- Posts
- 67
@schlappy
i forgot to implement a output for admin token xD now it's integrated
@scordo
i'm also working on a ts3admin php lib , my software was a 2 hours project for personal use^^ but it will be also cool if mr. bytefresser wants to work together
-
28-12-2009, 16:54 #21
-
28-12-2009, 17:16 #22
-= TeamSpeak Addict =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 115
Little Code-Improvement suggestion
Helo bytefresser,
i would suggest you to change your code within the connect method from:
To:Code:this.remoteIPAddress = IPAddress.Parse(PIPAddress.Trim()); this.ep = new IPEndPoint(this.remoteIPAddress, Conversions.ToInteger(PPort.Trim()));
this way, users can also provide hostnames instead of ip-addresses like "teamspeak.com".Code:IPHostEntry hostEntry = Dns.GetHostEntry(PIPAddress.Trim()); if (hostEntry.AddressList.Length == 0) throw new InvalidOperationException(string.Format("Could not resolve host: {0}", PIPAddress.Trim())); IPAddress ipV4 = hostEntry.AddressList.FirstOrDefault(ip => ip.AddressFamily == AddressFamily.InterNetwork); if (ipV4 == null) throw new InvalidOperationException("Could not find a network device with an ip-v4-address."); this.remoteIPAddress = ipV4; this.ep = new IPEndPoint(ipV4, Conversions.ToInteger(PPort.Trim()));
Greeting,
Scordo
-
28-12-2009, 17:27 #23
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 20
was schickt der Admin Client alles zu dir während der Installation (online install) und der ersten Benutzung ???
Ich frage deswegen weil ich gerade nicht alle Networkscanner hier zur hand habe.
===
what information is sending to you behind the install and the first use of this programm ?
i ask because i have not all networkscanner in this time to scanning
greets
Deep
-
28-12-2009, 17:36 #24
-= TeamSpeak Addict =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 115
The app uses ClickOnce:
http://en.wikipedia.org/wiki/ClickOnce
So dont worry
-
28-12-2009, 18:11 #25
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 5
[google Englisch]
Hi,
Tonight I have the autoupdate approved the optics in my opinion improved but now the players are no longer displayed while currently 4 people in the TS. The server and channels are not displayed correctly!
Greetz
Oh_Nein
*** german part deleted ***
Greetz
Oh_NeinLast edited by dante696; 04-01-2010 at 21:52. Reason: English only
-
28-12-2009, 18:20 #26
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 35
-
28-12-2009, 21:34 #27
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- Germany / NRW
- Posts
- 67
*** german part deleted ***
[EN]
i think you have a problem with equal chars because you splitted key and value at the equal char and if the value has a equal integrated, the output itsn't correctLast edited by dante696; 04-01-2010 at 21:52. Reason: english only
-
29-12-2009, 02:16 #28
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 35
development stopped!!
-
29-12-2009, 02:28 #29
why ??????
-
29-12-2009, 03:42 #30
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- Germany / NRW
- Posts
- 67
thats the question
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Installation of TS3 32 bit and 64 versions
By Kratos in forum WindowsReplies: 16Last Post: 29-01-2010, 19:41 -
Lost server Admin permissions after Licensing TS3
By Scph10000bin in forum Permission SystemReplies: 3Last Post: 21-12-2009, 23:27 -
ts3 revoke admin powers?
By infection` in forum General QuestionsReplies: 1Last Post: 19-12-2009, 23:48 -
Master Admin?
By Snakekilla in forum [TeamSpeak 2] General QuestionsReplies: 2Last Post: 14-05-2007, 22:06 -
No Web Admin log-in after 2.0.18.31 Win Server Update
By cminchrist in forum [TeamSpeak 2] Server SupportReplies: 2Last Post: 11-01-2003, 03:45


Reply With Quote

