# HG changeset patch # User darius@inchoate.localdomain # Date 1204274954 -37800 # Node ID 0e18c714b69d7c09db207c28d0cd4c4206c3c367 # Parent 3ef64337d86b63a5e5a757734cb8339f147c2651 Update for new page layout. Luckily no substative changes! :) diff -r 3ef64337d86b -r 0e18c714b69d gm.html --- a/gm.html Fri Feb 29 10:20:28 2008 +1030 +++ b/gm.html Fri Feb 29 19:19:14 2008 +1030 @@ -1,243 +1,1 @@ - - - - - - All Games :: Game Server / Player Search :: Game - Monitor . COM - - - - - - - - -
- -
-
-
-
Game-Monitor.com
- -
- -
- -Game Server & Player Search
-
-
- -
-
- - -

- - -
- Searching just got better! You will now get game specific filters here when selecting a game - that has them configured!

(Requires Javascript enabled)
-
-
- Note: you can have up to 5 active filters () -
-

-
- - -
-     [ Advanced Search ]     - [ Add Server ] -        FirefoxGame-Monitor Toolbar for FireFox - [NEW] -         - Search Rendered
0
s ago -
-
-
-
-Total Players/Max: 22 / 32 (68.75%) -
-

-Search Result History:
-  -
-

- - -
- -
-
Page Load Time: 0.07 sec (3 sql queries, 3 cache hits)   //   Users Online: 349 (www01)   //   Hits tracked this Visit: 1
- -

- - +Servers with player [tea] in Australia | Server / Player Search | Game - Monitor . COM



Simple Search
Server with:   Within:
    Playing:  
Results per page:    
Search Results: 1-2 of 2


 #Player NameGame Server Name
1[TEA] Breet Internode #06 (KOTH)
2[TEA] Sneddy Internode #06 (KOTH)
 #Player NameGame Server Name

Search Results: 1-2 of 2


PlayersBotsIPPortMapGameGRankOvrRankCity GRankCountry GRankLast UpdatedDistanceLocationUptimeC.Fails
22/32203.26.94.5828960mp_showdownCall of Duty 499584171128781s0km (0mi)Adelaide, 0598.09%0
22/32203.26.94.5828960mp_showdownCall of Duty 499584171128781s0km (0mi)Adelaide, 0598.09%0
PlayersBotsIPPortMapGameGRankOvrRankCity GRankCountry GRankLast UpdatedDistanceLocationUptimeC.Fails
Total Players: 44 / 64 (68.75%)   Average: 22.00 / 32.00



What does subscribing give you?

Subscribing will allow you to unlock various features on Game-Monitor. Here is a list of some of the great features that will be provided to you:

- access to various data feeds, which can be used seamlessly on your website. These data feeds include information about your game servers and any buddy lists you may have set up.

- more customization options available to you when using any of the various modules(website/html and image)

- more frequent updates and increased priority when querying/updating information on your game server

Click here for more information

What is Game-Monitor?

The simple answer is that it does what the name says, it monitors games, and provides all this information to the user.

Game-Monitor continually tries to get the most complete list of game servers that it can find from user submissions, master servers, and affiliates. We then monitor all these servers, gathering as much information as we can, and provide this information, in an easy to use interface, to you, the end user.

We also provide this information in various forms you can use externally on your own websites, forums, applications, servers or etc.

What is Game-Monitor?

The simple answer is that it does what the name says, it monitors games, and provides all this information to the user.

Game-Monitor continually tries to get the most complete list of game servers that it can find from user submissions, master servers, and affiliates. We then monitor all these servers, gathering as much information as we can, and provide this information, in an easy to use interface, to you, the end user.

We also provide this information in various forms you can use externally on your own websites, forums, applications, servers or etc.
 
\ No newline at end of file diff -r 3ef64337d86b -r 0e18c714b69d scrape-gm.py --- a/scrape-gm.py Fri Feb 29 10:20:28 2008 +1030 +++ b/scrape-gm.py Fri Feb 29 19:19:14 2008 +1030 @@ -99,12 +99,12 @@ def Scrape(handle): s = BeautifulSoup.BeautifulSoup(handle) - playertbl = s.find("table", "search_table") + playertbl = s.find("table", "results") if (playertbl == None): #print "Unable to find results" return None - servertbl = playertbl.findNext("table", "search_table") + servertbl = playertbl.findNext("table", "results") playerrows = playertbl.findAll("tr") serverrows = servertbl.findAll("tr")