English   German
  #1  
Old 13-09-2002, 05:40
Gryphon's Avatar
Gryphon Gryphon is offline
-= TeamSpeak Support =-
 
Join Date: Jun 2002
Location: Everett, WA, USA
Posts: 314
Gryphon is a glorious beacon of lightGryphon is a glorious beacon of lightGryphon is a glorious beacon of lightGryphon is a glorious beacon of lightGryphon is a glorious beacon of lightGryphon is a glorious beacon of light
Sticky [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
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; 03-07-2008 at 18:58.
Reply With Quote
  #2  
Old 13-09-2002, 07:52
TR-13 TR-13 is offline
-= TeamSpeak Addict =-
 
Join Date: Jun 2002
Location: Gamlen bei Koblenz/Rhein/Germany
Posts: 551
TR-13 is on a distinguished road
Send a message via ICQ to TR-13
Greate, Greate!
Reply With Quote
  #3  
Old 13-09-2002, 10:34
TR-13 TR-13 is offline
-= TeamSpeak Addict =-
 
Join Date: Jun 2002
Location: Gamlen bei Koblenz/Rhein/Germany
Posts: 551
TR-13 is on a distinguished road
Send a message via ICQ to 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?
Reply With Quote
  #4  
Old 13-09-2002, 14:34
Andy King's Avatar
Andy King Andy King is offline
-= TeamSpeak User =-
 
Join Date: Sep 2002
Location: Chester UK
Posts: 26
Andy King is on a distinguished road
Send a message via ICQ to Andy King
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.
Reply With Quote
  #5  
Old 13-09-2002, 15:16
GrimReeper GrimReeper is offline
-= TeamSpeak User =-
 
Join Date: Aug 2002
Location: Enschede - Netherlands
Posts: 14
GrimReeper is on a distinguished road
Send a message via ICQ to GrimReeper
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.
Reply With Quote
  #6  
Old 13-09-2002, 15:25
Andy King's Avatar
Andy King Andy King is offline
-= TeamSpeak User =-
 
Join Date: Sep 2002
Location: Chester UK
Posts: 26
Andy King is on a distinguished road
Send a message via ICQ to Andy King
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.
Reply With Quote
  #7  
Old 13-09-2002, 17:10
Gryphon's Avatar
Gryphon Gryphon is offline
-= TeamSpeak Support =-
 
Join Date: Jun 2002
Location: Everett, WA, USA
Posts: 314
Gryphon is a glorious beacon of lightGryphon is a glorious beacon of lightGryphon is a glorious beacon of lightGryphon is a glorious beacon of lightGryphon is a glorious beacon of lightGryphon is a glorious beacon of light
Quote:
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?
Not sure what you are asking?
Reply With Quote
  #8  
Old 15-09-2002, 12:11
GrimReeper GrimReeper is offline
-= TeamSpeak User =-
 
Join Date: Aug 2002
Location: Enschede - Netherlands
Posts: 14
GrimReeper is on a distinguished road
Send a message via ICQ to GrimReeper
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.
Reply With Quote
  #9  
Old 15-09-2002, 12:31
GrimReeper GrimReeper is offline
-= TeamSpeak User =-
 
Join Date: Aug 2002
Location: Enschede - Netherlands
Posts: 14
GrimReeper is on a distinguished road
Send a message via ICQ to GrimReeper
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.
Reply With Quote
  #10  
Old 15-09-2002, 18:57
Andy King's Avatar
Andy King Andy King is offline
-= TeamSpeak User =-
 
Join Date: Sep 2002
Location: Chester UK
Posts: 26
Andy King is on a distinguished road
Send a message via ICQ to Andy King
Thumbs up

Hi Grim, sorry for the delay but Gryphon worked it out for me, thanks for your input.
Reply With Quote
  #11  
Old 16-09-2002, 12:33
GrimReeper GrimReeper is offline
-= TeamSpeak User =-
 
Join Date: Aug 2002
Location: Enschede - Netherlands
Posts: 14
GrimReeper is on a distinguished road
Send a message via ICQ to GrimReeper
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)
Reply With Quote
  #12  
Old 16-09-2002, 15:52
Kill Switch Kill Switch is offline
-= TeamSpeak User =-
 
Join Date: Sep 2002
Location: Germany
Posts: 6
Kill Switch is on a distinguished road
Send a message via ICQ to Kill Switch
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?
Reply With Quote
  #13  
Old 16-09-2002, 16:10
Andy King's Avatar
Andy King Andy King is offline
-= TeamSpeak User =-
 
Join Date: Sep 2002
Location: Chester UK
Posts: 26
Andy King is on a distinguished road
Send a message via ICQ to Andy King
Hi, that foxed me also. Use PostURL= and not PostURL2= that solved it for me.
Reply With Quote
  #14  
Old 16-09-2002, 16:23
Kill Switch Kill Switch is offline
-= TeamSpeak User =-
 
Join Date: Sep 2002
Location: Germany
Posts: 6
Kill Switch is on a distinguished road
Send a message via ICQ to Kill Switch
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.
Reply With Quote
  #15  
Old 16-09-2002, 16:31
Andy King's Avatar
Andy King Andy King is offline
-= TeamSpeak User =-
 
Join Date: Sep 2002
Location: Chester UK
Posts: 26
Andy King is on a distinguished road
Send a message via ICQ to Andy King
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.
Reply With Quote
Reply

Tags
mysql, php, webpost


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

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


All times are GMT +1. The time now is 17:55.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Add to Bookmarks   |   Printview   |   Contact Us   |   Legal Notices



You Rated this Thread: