Community Forums Today's Posts     Member List     Archive    
Page 34 of 34 FirstFirst ... 24323334
Results 496 to 507 of 507
  1. #496
    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.

  2. #497
    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 it
    Last edited by Tomas; 22-10-2010 at 05:51. Reason: removed small sig...

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

  4. #499
    Join Date
    Nov 2007
    Location
    aix
    Posts
    7
    The link is dead, please upload in a new server

  5. #500
    Join Date
    Mar 2007
    Location
    Germany
    Posts
    67
    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

  6. #501
    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:
    Code:
    $r = query("SELECT * FROM $dbtable1 WHERE server_id='$_GET[detail]'");
    And replace:

    Code:
    $id_serveur = mysql_real_escape_string($_GET[detail]);
    $r = query("SELECT * FROM $dbtable1 WHERE server_id='$id_serveur'");
    You can replace $id_serveur by $server_id !

    !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:
    Code:
    $sort = $_GET["sort"];
    Replace With:

    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

  7. #502
    Join Date
    Dec 2008
    Location
    The Netherlands
    Posts
    3
    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!

  8. #503
    Join Date
    Jun 2002
    Location
    Gießen, Germany
    Posts
    27
    Is there a chance for a Version for TS3? I love your script.

  9. #504
    Join Date
    Jun 2002
    Location
    Everett, WA, USA
    Posts
    333
    Quote Originally Posted by Palm_Maniac View Post
    Is there a chance for a Version for TS3? I love your script.
    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.

  10. #505
    Join Date
    Aug 2004
    Location
    Ontario
    Posts
    62
    Quote Originally Posted by Gryphon View Post
    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.
    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.

  11. #506
    Join Date
    Feb 2013
    Posts
    1
    Download your announcement does not seem to whether it would release a new download

  12. #507
    Join Date
    Jun 2002
    Location
    Everett, WA, USA
    Posts
    333
    Quote Originally Posted by Dongping Ren View Post
    Download your announcement does not seem to whether it would release a new download
    Updated link in first post.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. A little problem with the GLLCTS2 webpost
    By saj0577 in forum [TeamSpeak 2] Addons & Scripts
    Replies: 1
    Last Post: 10-04-2007, 01:32
  2. WebPost forcen
    By brandy in forum [TeamSpeak 2] Server Support
    Replies: 1
    Last Post: 03-05-2006, 13:08
  3. alternative downloadsource for the gllcTS2 Webpost for TeamSpeak 2
    By M4dD0g in forum [TeamSpeak 2] Addons & Scripts
    Replies: 0
    Last Post: 18-01-2006, 11:23
  4. TS2, MySQL, & webpost with GLLCTS2
    By Ironbar in forum [TeamSpeak 2] Server Support
    Replies: 2
    Last Post: 05-05-2004, 01:53
  5. Webpost v4.0.2 doesn't show server (again)
    By stevil in forum [TeamSpeak 2] Addons & Scripts
    Replies: 0
    Last Post: 30-07-2003, 02:57

Tags for this Thread

Posting Permissions

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