How spider api works?
I saw here that is possible to use e+ spider, but dont know how to set it up, did anyone tryed to use this?
yea, camel did use it imo, also x clan spider.
it works but you need to have also a writeable empty file called spider.db for cache in the same directory or else you'll get an error ...
you might wanna set error_reporting to E_ALL or E_ALL & ~ E_NOTICE & ~ E_WARNINGS (for debug reasons)
because thats why you see a blank page and no error i guess.
but what still bothers me is why "the dots spider bug" is still not resolved
easy+ promised that he will do it but he forgot... so now some players name are seen like this :
Name: ^xAFFB71^xAFFB71^x8D8D8D..^x95F
Name: ^o^0^xFF9900.^s^o^xFF6B00^0..K^
Name: ^3...^b^9..
Just great! lots of colored dots players
why the engine still cant send the guys names in #AB format even now when ppl have #AB format names?
if have other problems in integrating the spider you can contact me by pm or msn
P.S: Here are the outputs of the 2 example files: (the zip file)
________
epsislow
but what still bothers me is why "the dots spider bug" is still not resolved
easy+ promised that he will do it but he forgot... so now some players name are seen like this :
Name: ^xAFFB71^xAFFB71^x8D8D8D..^x95F
Name: ^o^0^xFF9900.^s^o^xFF6B00^0..K^
Name: ^3...^b^9..Just great! lots of colored dots players
why the engine still cant send the guys names in #AB format even now when ppl have #AB format names?
I think the problem is here :
foreach ( $query['players'] as $player ) { printf('<p>Name: %s<br />TLD: %s<br />Score: %d<br />Ping: %dms<br />Team: %s<br />Frozen: %s</p>', $player['name'], $player['tld'], $player['score'], $player['ping'], $teams[ $player['team'] ], $player['flags'] & SPIDER_PLAYER_FROZEN ? 'yes' : 'no'); }
instead of $player['name'] should be $player['xp_name']
but it depends when you get the server status if you can access this cvar
instead of $player['name'] should be $player['xp_name']
but it depends when you get the server status if you can access this cvar
no .. there is no xp_name cvar from the server status .. because the quake 3 server still send the names like in 1.03... (i remember the search player action from the old e+ spider with the same problem)
read the whole story here: http://www.excessiveplus.net/forums/thread/closed-sends-plain-names-to-browsers-not-working
_________
epsislow
wrote:
instead of $player['name'] should be $player['xp_name']
but it depends when you get the server status if you can access this cvarno .. there is no xp_name cvar from the server status .. because the quake 3 server still send the names like in 1.03... (i remember the search player action from the old e+ spider with the same problem)
read the whole story here: http://www.excessiveplus.net/forums/thread/closed-sends-plain-names-to-browsers-not-working
_________
epsislow
Maybe this could be an engine hack : adding an info xp_name
http://neytrino.com/forum23/spider.php
Here's my version.
i only get blank page, cant get it to work, and that api page lack with instructions.