Results 1 to 15 of 507
-
13-09-2002, 05:40 #1
-= TeamSpeak Addict =-
- Join Date
- Jun 2002
- Location
- Everett, WA, USA
- Posts
- 333
[Release] gllcTS2 Webpost for TeamSpeak 2
What is it?
gllcTS2 Webpost is a webpost script for TeamSpeak 2. It displays a listing of servers and detailed information for each server.
This webpost is meant for displaying a listing of servers, it is not optimized for single server situations.
Requirements
- mySQL Database
- PHP
Example
Download
Issues
- This script will support 24-30 servers with moderate server load, more than that and you will notice significant server loads.
Changes
Updated: July 03, 2008
v4.2.5
- Security updates
v4.2.4
- Changed $row->server_ispname to $row->server_ispcountry - Makc666
v4.2.3
- Fixed bug in javascript time offset calculation - McAfee
v4.2.2
- incorporated MrGuide's playerflag solution
- other housekeeping fixes
v4.2.1
- PHP 5 Changes http://www.gryphonllc.com/forum/show...s=&threadid=60
v4.2.0
- changed most files, suggest upload all files
- More changes in Readme.txt
Copyright
gllcTS2, Copyright © Ryan Snook (www.gryphonllc.com )
While updates may not be made to this product regularly, I still maintain it. If you have fixes, improvements or other additions to make to this, please contact me at rsnook*********** for collaboration. I appreciate your consideration.Last edited by Gryphon; 12-02-2013 at 03:24.
-
13-09-2002, 07:52 #2
Greate, Greate!
-
13-09-2002, 10:34 #3
Tell me plz if i klick on a channel, a new window came up and i can do anything with the channels, but what?
-
13-09-2002, 14:34 #4
Hi Gryphon, whats this all about, I get the following at the top of my server list......
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fsockopen(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/????/???????/????/TeamSpeak/db_inc.php on line 223
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fsockopen(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/????/???????/????/TeamSpeak/db_inc.php on line 223
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fsockopen(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/????/???????/????/TeamSpeak/db_inc.php on line 272
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fsockopen(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/????/???????/????/TeamSpeak/db_inc.php on line 272
The server list works fine below this warning. Any help would be appreciated.
-
13-09-2002, 15:16 #5
It probebly means your version of PHP is newer then the one Gryphon used. It means you have 2 change the older (depresiated) functions, for the newers ones.
-
13-09-2002, 15:25 #6
Hi GrimReeper, here are the 2 lines that the error points to
$connection = fsockopen ("$var1", $var2, &$errno, &$errstr, 1);
$connection = fsockopen ("$var1", $var2, &$errno, &$errstr, 1);
yes they are the same, do you know what they should read and if so please post in here incase someone else has the same problem, thanks.
-
13-09-2002, 17:10 #7
-= TeamSpeak Addict =-
- Join Date
- Jun 2002
- Location
- Everett, WA, USA
- Posts
- 333
Not sure what you are asking?Originally posted by TR-13
Tell me plz if i klick on a channel, a new window came up and i can do anything with the channels, but what?
-
15-09-2002, 12:11 #8
Andy, Gryphon made it on PHP 4.0.6
if you got a NEWER version, you must look, what has been changed from 4.0.6 till the version you got. If you do, then you will C that the function Gryphon used there, is nolonger used in you version. Then you simply replace this "old" function, with the function that is used in your version.
I cannot answer that for you, coz I don't know what version you've got.
So plz, tell us which PHP and mySQL versions you have got, then we can look what must change.
-
15-09-2002, 12:31 #9
BTW gryphon, maybe a nice idea 2 add this aswell:
<meta http-equiv="refresh" content="60">
This will refresh the page ever 60 seconds. It would be nice for ppl, who open the page for a long time, if the information will be reloaded every X seconds.
-
15-09-2002, 18:57 #10
Hi Grim, sorry for the delay but Gryphon worked it out for me, thanks for your input.
-
16-09-2002, 12:33 #11
yeah, seen it. WIth the .htaccess. But if you read the error it already tells you that you will have 2 change you ini (php.ini). It might be bether though 2 replace it with the correct function, coz in newer versions this might nolonger be supported.
BTW: in de Fsocks, the "&" may not be used anymore in newer versions (asked a friend)
-
16-09-2002, 15:52 #12
hi, i am using Linux Suse 7.2 with Apache/1.3.19 with PHP/4.0.4pl1. I put the webpost files into my webdir and created the tables in my existing databes. i set up the variables in the config*.php and added the PostURL2 to my server.ini. Áfter restarting the server i waited 4 days and my databes is still empty. i don't get any error messages in my server.log or apache error.log. What did i wrong?
-
16-09-2002, 16:10 #13
Hi, that foxed me also. Use PostURL= and not PostURL2= that solved it for me.
-
16-09-2002, 16:23 #14
i will try it. thank you.
if this is working it is the answer of my next question:
can i user multiple webpost scripts?
PostURL=
PostURL2=
PostURL3=
and so on.
-
16-09-2002, 16:31 #15
Hi, No the present server will not allow this we are hoping it will be introduced as being able to post server details to 2 or more weblistings would be useful I reckon.
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
