Results 496 to 507 of 507
-
16-03-2007, 16:07 #496
-= TeamSpeak Addict =-
- Join Date
- Jun 2002
- Location
- Everett, WA, USA
- Posts
- 333
Please do not remake gllcTS2 with my code. If you want to suggest fixes and/or improvements, I will consider all submissions. But please do not take my code and re-release it.
-
17-03-2007, 12:53 #497
-= TeamSpeak Fanatic =-
- Join Date
- May 2006
- Location
- Europe/Czech Rep.
- Posts
- 1,299
ok, it will be easyer for me to ONLY make it a part of my pages...
well, the reason is simple ... I want to make some skinable and multilang version of that...
also I get few errors from that yours even in new version (maybe safe_mode in php settings)
I want to make it from nothing ... re... or copy I mean the "skin" that yours is very good.
also not very soon...
ok .. only my webpage will have itLast edited by Tomas; 22-10-2010 at 05:51. Reason: removed small sig...
-
19-09-2007, 22:07 #498
-= TeamSpeak User =-
- Join Date
- Sep 2007
- Location
- Wisconsin
- Posts
- 2
Hello,
I installed this script and I recieve this error.
TCPQueryPort may not be open.
Any help would be greatly appreciated.
-
27-11-2007, 11:55 #499
-= TeamSpeak User =-
- Join Date
- Nov 2007
- Location
- aix
- Posts
- 7
The link is dead, please upload in a new server
-
07-06-2008, 23:34 #500
Is there any possibility, to use the Viewer of this Script, to bind in a website like the viewer of tswebtec.com?
sorry for my bad english :P
-
27-06-2008, 00:29 #501
-= TeamSpeak User =-
- Join Date
- Jun 2008
- Location
- Paris
- Posts
- 1
There is a vulnerability with GLLCTS2.
It's possible to preform a sql injection with login.php
Fox fix this open login.php and in line 20:
And replace:Code:$r = query("SELECT * FROM $dbtable1 WHERE server_id='$_GET[detail]'");
You can replace $id_serveur by $server_id !Code:$id_serveur = mysql_real_escape_string($_GET[detail]); $r = query("SELECT * FROM $dbtable1 WHERE server_id='$id_serveur'");
!UPDATE!
There is a second vulnerability.
In listing.php you can perform a SQL injection with $sort.
Fox fix this open listing.php in line 30 search:
Replace With:Code:$sort = $_GET["sort"];
Code://Fix $sort (SQL Injection) by Zup Arkhen (http://www.mondesvirtuels.info) switch ($_GET['sort']) { case "server_password": $sort = "server_password"; break; case "server_name": $sort = "server_name"; break; case "server_ip": $sort = "server_ip"; break; case "clients_current": $sort = "clients_current"; break; case "clients_maximum": $sort = "clients_maximum"; break; case "server_platform": $sort = "server_platform"; break; default: $sort = "server_name"; break; }Last edited by Zup Arkhen; 27-06-2008 at 01:09. Reason: Second vulnerability
-
07-04-2009, 10:01 #502
I'm running this script for a while now. It's a fine scripts, and usefull, because I have 3 servers running at this moment.
So keep it on with this good work!
-
23-12-2009, 20:05 #503
-= TeamSpeak User =-
- Join Date
- Jun 2002
- Location
- Gießen, Germany
- Posts
- 27
Is there a chance for a Version for TS3? I love your script.
-
23-12-2009, 20:13 #504
-= TeamSpeak Addict =-
- Join Date
- Jun 2002
- Location
- Everett, WA, USA
- Posts
- 333
Probably not in a timely manner. There are some good scripts already showing up here.
I may create something in the future, but I am kind of short on time at the moment.
-
06-01-2010, 04:44 #505
-= TeamSpeak Lover =-
- Join Date
- Aug 2004
- Location
- Ontario
- Posts
- 62
Well its still in Beta form so why hurry! You'd make more work for yourself if you creating anything before a final version came out.
I have been using gLLcTS2 since about 2004 or 2005, its by far the single best web status viewer out there. Simple, easy to use, all info is presented in clearly defined tables. There is no excess text or graphics to distract anyone with. Uploaded files, avatars, welcome messages, channel messages and whatever else... it only distracts a viewer from the info he needs to see. This software is in a league of its own. Most other viewers focus more on making a website pretty with fancy graphics rather than functionality. Functionality with a clean interface is where Gryphon has got this software right.
A purely basic conversion is all that I hope for.
-
12-02-2013, 03:16 #506
-= TeamSpeak User =-
- Join Date
- Feb 2013
- Posts
- 1
Download your announcement does not seem to whether it would release a new download
-
12-02-2013, 03:26 #507
-= TeamSpeak Addict =-
- Join Date
- Jun 2002
- Location
- Everett, WA, USA
- Posts
- 333
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
A little problem with the GLLCTS2 webpost
By saj0577 in forum [TeamSpeak 2] Addons & ScriptsReplies: 1Last Post: 10-04-2007, 01:32 -
WebPost forcen
By brandy in forum [TeamSpeak 2] Server SupportReplies: 1Last Post: 03-05-2006, 13:08 -
alternative downloadsource for the gllcTS2 Webpost for TeamSpeak 2
By M4dD0g in forum [TeamSpeak 2] Addons & ScriptsReplies: 0Last Post: 18-01-2006, 11:23 -
TS2, MySQL, & webpost with GLLCTS2
By Ironbar in forum [TeamSpeak 2] Server SupportReplies: 2Last Post: 05-05-2004, 01:53 -
Webpost v4.0.2 doesn't show server (again)
By stevil in forum [TeamSpeak 2] Addons & ScriptsReplies: 0Last Post: 30-07-2003, 02:57


Reply With Quote


