Results 16 to 30 of 36
-
29-08-2009, 12:35 #16
-= TeamSpeak Servant =-
- Join Date
- Oct 2003
- Location
- Germany
- Posts
- 2,298
-
29-08-2009, 18:10 #17
-= TeamSpeak User =-
- Join Date
- Aug 2009
- Location
- MAryland
- Posts
- 12
Ok i've been using this and it's pretty legit!
I can manage my TeamSpeak server from anywhere!
-
12-09-2009, 01:17 #18
-= TeamSpeak Servant =-
- Join Date
- Oct 2003
- Location
- Germany
- Posts
- 2,298
I've uploaded a new version which includes several new features and bugfixes... Happy testing!
-
16-09-2009, 05:13 #19
-= TeamSpeak User =-
- Join Date
- Oct 2008
- Location
- HONGKONG
- Posts
- 1
i got some error , how to fix this?
Critical Error
TCP Query connection error 110 (Connection timed out)
-
17-09-2009, 20:16 #20
-= TeamSpeak Fanatic =-
- Join Date
- May 2006
- Location
- Europe/Czech Rep.
- Posts
- 1,299
propably firewall or something blocked TCPQuery port.
check your server for example at http://ts2test.planetteamspeak.com/
-
01-10-2009, 21:13 #21
-= TeamSpeak User =-
- Join Date
- Oct 2009
- Location
- N/A
- Posts
- 2
I'm getting several errors on this when ever i try to add or remove usernames or servers. I'm using a mysql database and the teamspeak server is on a different server then the Webadmin 2 is could this be the problem?
Error Occurred
TS2WebAdmin 2.0.0-alpha2 has reported an error and cancelled your request.
Message: „Error creating administrator account”
Details:
OpenSQL Error: EDatabaseError.Cursor not returned from Query in query: INSERT INTO ts2_clients (i_client_server_id, b_client_privilege_serveradmin, s_client_name, s_client_password, dt_client_created) VALUES(0, -1, "**hidden**", "**hidden**", 01102009082416000)
Details are **hidden**
i have a simular problem when trying to remove the user and it also makes two users instead of one? any help!Last edited by hacktrix2006; 01-10-2009 at 21:33. Reason: to add the error
-
12-10-2009, 20:15 #22
TS2WebAdmin 2.0.0-alpha2 has reported an error and cancelled your request.
Message: „Module resource not found (liveadmin)”
Details:
ERROR, module file "/app/mod_liveadmin.php" is missing or corrupt
-
13-10-2009, 12:17 #23
-
17-10-2009, 13:54 #24
-= TeamSpeak User =-
- Join Date
- Oct 2009
- Location
- brasil
- Posts
- 1
A simple tip and more useful to complete the installation:
Make sure that the firewall host the TCP and HTTP teamspeak for input and output are released
Otherwise the system does not work.
-
18-10-2009, 03:35 #25
-= TeamSpeak User =-
- Join Date
- Nov 2008
- Location
- UK
- Posts
- 28
-
25-10-2009, 20:16 #26
-= TeamSpeak User =-
- Join Date
- Oct 2009
- Location
- France
- Posts
- 3
Hello,
With this code, I think this add the new user, how can I do to do it from my own website ?PHP Code:/**
* Creates a user.
*
* @return void
*/
function do_createAction()
{
$this->setNoRender();
$server_id = (int) $this->_app->getSessionParam('server_id', 0);
if(!$server_info = $this->_ts2->sql_serverInfo($server_id)) {
$this->_app->raiseError('Invalid virtual server ID', 500);
}
if(!$this->_app->getParam('client_username'))
{
$this->_app->raiseError('Username is missing or invalid', 500);
}
elseif($this->_app->getParam('client_password1') != $this->_app->getParam('client_password2'))
{
$this->_app->raiseError('Passwords do not match', 500);
}
elseif(!$this->_app->getParam('client_password1'))
{
$this->_app->raiseError('Password is missing or invalid', 500);
}
if(!$this->_ts2->sql_dbUserAdd($this->_app->getParam('client_username'), $this->_app->getParam('client_password1'), $this->_app->getParam('client_admin', 0), $server_id, $this->_app->getConfigParam('server_md5patch', FALSE)))
{
$this->_app->raiseError('Error creating user account', 500, $this->_ts2->debug_lastreply());
}
$user_id = $this->_ts2->sql_lastInsertId($this->_app->getConfigParam('server_issqlite', TRUE));
$this->_app->setLastEvent('A new user account has been created with ID ' . $user_id . '.');
$this->redirect('users', 'list');
}
Thanks,
-
28-10-2009, 22:30 #27
-= TeamSpeak User =-
- Join Date
- Oct 2009
- Location
- USA
- Posts
- 22
-
28-10-2009, 23:07 #28
-= TeamSpeak Servant =-
- Join Date
- Oct 2003
- Location
- Germany
- Posts
- 2,298
-
30-10-2009, 20:54 #29
-= TeamSpeak User =-
- Join Date
- Oct 2009
- Location
- Latvia
- Posts
- 3
I have question does it works In linux ?
-
31-10-2009, 20:27 #30
-= TeamSpeak Servant =-
- Join Date
- Oct 2003
- Location
- Germany
- Posts
- 2,298
It's a web application... So yes, it does.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
COntrol panel
By Nimmue in forum [TeamSpeak 2] Server SupportReplies: 1Last Post: 27-06-2009, 12:38 -
TeamSpeak Server Control Panel FR BETA1
By tiweb in forum [TeamSpeak 2] Addons & ScriptsReplies: 9Last Post: 22-12-2007, 23:38 -
[Release] TeamSpeak Status Checker
By Germeshausen.de in forum [TeamSpeak 2] Addons & ScriptsReplies: 59Last Post: 21-01-2006, 07:47 -
[Fedora Core 2] Server started but cannot connect, web server control panel working
By Proton in forum [TeamSpeak 2] Server SupportReplies: 1Last Post: 05-11-2004, 21:46



Reply With Quote


