|
|
I've updated the tvsq tool to work with T:V retail. I've imaged each map for a preview picture on the web page. Here's the wrapper in action (http://dashstar.org/livestats/tvservers.html). Let me know if you find any bugs.
Current version: 0.9, Download: http://dashstar.org/index.php?option=com_remo sitory&Itemid=44&func=fileinfo&parent=category&filecatid=1
Recent Changelog:
0.9 [11/05/04]:
- Added auto refresh option
- Added Dash Beta 1, Dropzone Wasted, Canyon Crusade Beta4, Dunes,
Incursion, Glacier, Krutch map images
0.8c [10/22/04]:
- Fixed major bug with hotlink protection
- Fixed "-0" average scores
0.8b [10/20/04]:
- Fixed map->image mapping
- Pings of 0 included as bogus pings
- Fixed other small bugs and cleaned up formatting (again)
- Added Dangerous Crossing Beta 2.0 map image
0.8a [10/18/04]:
- Updated to Littlex's 1.4, but modified to support future versions
- Join and Admin links added
- Player listing can be sorted by score
- Averages only display if there are >1 players on the server
- Option to enable hotlink protection
Calder 10-08-2004, 10:18 PM k
CooLGuY 10-08-2004, 10:25 PM um
Dr. Chmod 10-09-2004, 12:10 AM Excellent work.
Littlex 10-09-2004, 09:35 AM Nice work there, i am glad my class is used somewhere :). Thanks for the changes but i will change the Query class on my own for retail compatibility, and re-release again :)
I was away for two weeks and today i grabbed the us version of t:v so ill check out what changed :). (living in Europe)
Yankee 10-09-2004, 09:46 AM thanks man
Viracocha 10-14-2004, 08:03 PM i tried running this.
The page loads but says eithe rthat theres no server running on that ip and port, which it is, or that it cannot connect to the ip:port (when i try from the server)
I disabled the firewall and i can see the server is listening for a udp connection on port 7777 ?
I've updated the tvsq tool to work with T:V retail. I've imaged each map for a preview picture on the web page. Here's the wrapper in action (http://clanfta.org/tvservers.html). Let me know if you find any bugs.
Current version is 0.6: tvsq-0.6.zip. Download it here. http://www.clanfta.org/downloads/
Littlex, if you're reading this, I've modified your server query class to work with retail, it's in the zip file. :cat:
any chance of adding a "connect" LINK to the page so that users can some how connect directly to the game from the internet.
Viracocha 10-15-2004, 11:58 AM Theres a page referenced in the read me that has the connect link, maybe someone who knows php could borrow it and stick it in. Mine wouldnt work on 1&1 hosting, but i changed it to a different host and works great. Thanks!
ParoxysM 10-15-2004, 12:03 PM 15 people playing demo
0 people playing retail
Ok guys, I've released 0.7: includes Littlex's 1.4 class, join link, admin link, and other minor fixes. Let me know of any bugs. Download it here: http://www.clanfta.org/downloads/
Enjoy. :domotwak:
_Gummeh_ 10-15-2004, 07:49 PM for those interested in having clan based server info without having to put in the info evertime u can add a couple lines to index.php
if (!isset($ip) || $ip == null) {
$ip = "ENTER IP HERE";
}
u can add it right above the same set for port that looks like this, should be around line 30.
if (!isset($port) || $port == null) {
$port = 7777;
}
sample here: http://glo-designs.com/server/
for those interested in having clan based server info without having to put in the info evertime u can add a couple lines to index.php
That's originally how I had it, but it limits the php file to a single server. For admins with multiple servers, using GET/POST is the better way. If don't want to input the info everytime, you can query the php file in an html wrapper (see my sig, first link).
In any case, modify the php file to your liking. :cat:
Littlex 10-15-2004, 08:17 PM Hey chop two points.
1. Could you please provide a link to http://www.tribes-3.de in your index.php near your links
2. To use the tribesv:// join protocol IE and Firefox users need this little tool http://www.tribes-3.de/downloads/57/ . It just adds a new protocol. Opera users need to follow these steps to get it working. Install the tool, reboot then go to Preferences > Programs and paths in opera, click add. In the protocol field you type "tribesv". In the "open with default app" should be the path to the tribesv.exe. Thats all you are done. Now t:v should start when you click on a tribes:// link.
nixor 10-15-2004, 09:27 PM looks good. Any way to get it to sort players by score though?
Viracocha 10-16-2004, 12:38 AM Hey chop two points.
1. Could you please provide a link to http://www.tribes-3.de in your index.php near your links
2. To use the tribesv:// join protocol IE and Firefox users need this little tool http://www.tribes-3.de/downloads/57/ . It just adds a new protocol. Opera users need to follow these steps to get it working. Install the tool, reboot then go to Preferences > Programs and paths in opera, click add. In the protocol field you type "tribesv". In the "open with default app" should be the path to the tribesv.exe. Thats all you are done. Now t:v should start when you click on a tribes:// link.
ok i updated my config file to have this line:
"C:\Program Files\VUGAMES\Tribes Vengenace\Program\Bin\TV_ CD_DVD.exe" -console
and it doesnt work when i click the link...
Could you please provide a link to http://www.tribes-3.de in your index.php near your links
looks good. Any way to get it to sort players by score though?
Ask and ye shall receive. Version 0.8 released. :roller:
Littlex 10-16-2004, 08:05 AM Thanks :)
nixor 10-16-2004, 12:57 PM Ask and ye shall receive. Version 0.8 released. :roller:
can i get it with extra fries too?
looks good though. Thaks.
http://www.9tnclan.com/forums/index.php?pg=tribes
Ask and ye shall receive. Version 0.8 released. :roller:
I see that you are using version 8d on your site. Yet all I see to download is version 8c, can you make 8d public?
THANKS!
|
|