[WASP] New Website

8 replies [Last post]
term+
Site administrator
term's picture
Offline
Joined: Feb 2004
Posts:

Hi Easy,

Can you plz put this instead of [WASP] Clubb on Clan DB?

http://www.dark-forums.net/betaplace/nuke/index.php

Also I was wondering if the banner is ok with you, I liked it and it promotes Excessive Plus more, tell me if you want it down.

Also I need the E+ Spider in PHP too put into site, you said ages ago and now I have finished in php....

Terminator

ExcessivePlus Administrator

term+
Site administrator
term's picture
Offline
Joined: Feb 2004
Posts:
[WASP] New Website

Hi Everyone, I forgot too say:....

Everyone can join [WASP] Website.... Just remember too sign up for an account

Also, If you DO NOT Get an email Verification everyone who wants to join who is not [WASP], within 24 hours, please email me. But first try just logging in with the username and password you had...

So you sign up for an Account

you type in Username: Password: Email:
Minimum requirements. So after you have done that, you should get an email verification within 24 hours, if you do not, email me and then try logging in with username and password that you put. If it works, tell me by email too!
(I want you to do this because I am still testing it Smug )

( ONLY PEOPLE WHO ARE NOT A [WASP] )

It took me a while to build, has similar forums too this site...

Enjoy! Laughing

Regards [WASP] TERMINATOR Cool

ExcessivePlus Administrator

easy
Developer
easy's picture
Offline
Joined: Sep 2003
Posts:
[WASP] New Website

Banner is fine with me.

For the spider, I already told you that you are welcome to access our database in the csv format at:
http://www.excessiveplus.net/getservers.php

Example PHP script:
[code:1]/* Example: Spider Database
*
* @date 14.04.2004
* @author easy, excessiveplus.net
**/

$url = "http://www.excessiveplus.net/getservers.php";

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

while ( $csv = fgetcsv($fp, 1024) ) {
list($addr, $tld, $country, $name, $player, $map, $gametype, $version, $xp) = $csv;

printf("%02d. <img src=\"http://www.excessiveplus.net/images/flags/%s.gif\"> %s, %s, %s<br>\n",
++$i, strtolower($tld), $name, $player, $map);
}

fclose($fp);
}[/code:1]

term+
Site administrator
term's picture
Offline
Joined: Feb 2004
Posts:
[WASP] New Website

problem is is that I am not really good at Databases Laughing
I am not sure?? My website/database is PHP and SQL Integrated....

Term

ExcessivePlus Administrator

term+
Site administrator
term's picture
Offline
Joined: Feb 2004
Posts:
[WASP] New Website

Also Easy, I tested it and it works, but I wanted it too work just like E+.net ones...

I want it too display the map, colours, IP, etc...

That was probaly the whole point. So could you plz re-give me the code but all of it? in PHP?...

Term

ExcessivePlus Administrator

easy
Developer
easy's picture
Offline
Joined: Sep 2003
Posts:
[WASP] New Website

IP and map is included in the CSV output. Be creative it is just an example, you can widen it by simply modifying the "printf" part.
If you want it to be original, link to it.

term+
Site administrator
term's picture
Offline
Joined: Feb 2004
Posts:
[WASP] New Website

hi easy,

problem is is that I do not know how to program PHP... Can you give me the Spider code again, but it has the links to it on this site? Or it shows the IP of the server?...

Term.

ExcessivePlus Administrator

cid+
cid's picture
Offline
Joined: Sep 2003
Posts:
[WASP] New Website

[code:1] printf("%02d. <img src=\"http://www.excessiveplus.net/images/flags/%s.gif\"> <a href=\"http://www.excessiveplus.net/?query&%s\">%s</a>, %s player(Drunk, %s, %s<br>\n",
++$i, strtolower($tld), $addr, $name, $player, $gametype, $map);[/code:1]
Something like that?

term+
Site administrator
term's picture
Offline
Joined: Feb 2004
Posts:
[WASP] New Website

thx easy,
it just i cant test it out for a week as im on holidays, reduced too using my pda Thinking

ExcessivePlus Administrator