e+ spider, with links?

1 reply [Last post]
CRAWLER
Offline
Joined: Jun 2005
Posts:

can i get a e+ spider list to put on a website with the links so i can connect though QConnect?

Happy New Year
Contact Me :-


{D*R*T} FAITH
Faith's picture
Offline
Joined: Dec 2004
Posts:
e+ spider, with links?

[code:1]<?php
$url = "http://www.excessiveplus.net/getservers.php";

if ( $fp = fopen($url, "r") ) {
fgets($fp, 1024);

print("<center>\n");

print("<TABLE border=\"0\" cellpadding=\"2\" width=465>\n");

print("<TR>\n");
print("<TD class=\"spiderheader\">Server Name</TD>\n<TD align=\"right\" class=\"spiderheader\">Players</TD>\n<TD align=\"center\" class=\"spiderheader\">Gametype</TD>\n<TD class=\"spiderheader\" align=\"center\">Map</TD>\n");
print("</TR>\n");

while ( $csv = fgetcsv($fp, 1024) ) {
list($addr, $tld, $country, $name, $player, $map, $gametype, $version, $xp) = $csv;
print("<TR>\n");
printf("<TD class=\"spider\"><img src=\"http://www.excessiveplus.net/images/flags/%s.gif\"> <a href=\"http://www.excessiveplus.net/?query&%s\">%s</a></TD>\n<TD align=\"right\" class=\"spider\">%s</TD>\n<TD align=\"center\" class=\"spider\">%s</TD>\n<TD align=\"center\" class=\"spider\">%s</TD>\n", strtolower($tld), $addr, $name, $player, $gametype, $map);
print("</TR>\n");
}
print("</TABLE>");

print("</center>\n");
print("<br>\n");
print("<br>\n");

fclose($fp);
}
?>
<style>
.spider
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
COLOR: #FFFFFF;
TEXT-DECORATION: none;
vertical-align: middle;
}
.spiderheader
{
background-color: #212121;
font-weight: 600;
padding-left: 2px;
padding-top: 5px;
padding-bottom: 5px;
margin-top: 2px;
font-size: 13px;
vertical-align: middle;
}

</style>[/code:1]

this one is from drt site. atm im going to bed :} need2sleep sometime ;}
if u need sth like link that will automatic laaunch q3 i can edit it for u ...;]
but tommorow :}

btw. read forum b4 u ask ...

http://forums.excessiveplus.net/viewtopic.php?t=2716