<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>cegamers.com &#187; tribe</title> <atom:link href="http://cegamers.com/tag/tribe/feed/" rel="self" type="application/rss+xml" /><link>http://cegamers.com</link> <description>A Casual Entertainment Games Gamers Community</description> <lastBuildDate>Mon, 21 May 2012 18:12:55 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>Grepolis World Data &#8211; Create your own Grepolis Stats Site</title><link>http://cegamers.com/innogames-2/grepolis/grepolis-world-data-create-your-own-grepolis-stats-site/</link> <comments>http://cegamers.com/innogames-2/grepolis/grepolis-world-data-create-your-own-grepolis-stats-site/#comments</comments> <pubDate>Wed, 17 Feb 2010 02:40:05 +0000</pubDate> <dc:creator>mdshare</dc:creator> <category><![CDATA[Grepolis]]></category> <category><![CDATA[buildings]]></category> <category><![CDATA[clan]]></category> <category><![CDATA[free game]]></category> <category><![CDATA[grepolis world data]]></category> <category><![CDATA[innogames]]></category> <category><![CDATA[tribe]]></category> <category><![CDATA[units]]></category> <category><![CDATA[world data]]></category> <guid
isPermaLink="false">http://cegamers.com/?p=243</guid> <description><![CDATA[We have written this small guide for other developers who wish to utilise the Grepolis World Data to create their own websites. A good example of what this data can be used to do is Grepo Stats. All data is currently available in the JSON format. Currently world data is updated hourly. Each world&#8217;s data will be [...]]]></description> <content:encoded><![CDATA[<p>We have written this small guide for other developers who wish to utilise the Grepolis World Data to create their own websites. A good example of what this data can be used to do is <a
target="_blank" rel="nofollow" href="http://cegamers.com/goto/http://de.grepostats.com/"  target="_blank">Grepo Stats</a>. All data is currently available in the <a
target="_blank" rel="nofollow" href="http://cegamers.com/goto/http://json.org/"  target="_blank">JSON</a> format. Currently world data is updated hourly. Each world&#8217;s data will be updated at a random starting minute.</p><p>Note: Please use the compressed world data whenever possible.<br
/> Player data<br
/> - <a
target="_blank" rel="nofollow" href="http://cegamers.com/goto/http://de1.grepolis.de/data/players.json"  target="_blank">players.json</a><br
/> - <a
target="_blank" rel="nofollow" href="http://cegamers.com/goto/http://de1.grepolis.de/data/players.json.gz"  target="_blank">players.json.gz</a></p><p>The player data contains the following information:</p><p>* id &#8211; The internal ID of the player<br
/> * name &#8211; The player&#8217;s name<br
/> * alliance_id &#8211; The player&#8217;s internal alliance ID (see alliances.json)<br
/> * points &#8211; The player&#8217;s current amount of points<br
/> * rank &#8211; The player&#8217;s current rank<br
/> * towns &#8211; The player&#8217;s current amount of cities</p><p>Alliance data<br
/> - <a
target="_blank" rel="nofollow" href="http://cegamers.com/goto/http://de1.grepolis.de/data/alliances.json"  target="_blank">alliances.json</a><br
/> - <a
target="_blank" rel="nofollow" href="http://cegamers.com/goto/http://de1.grepolis.de/data/alliances.json.gz"  target="_blank">alliances.json.gz</a></p><p>The alliance data contains the following information:</p><p>* id &#8211; The internal ID of the alliance<br
/> * name &#8211; The alliances&#8217;s name<br
/> * points &#8211; The alliance&#8217;s current amount of points<br
/> * rank &#8211; The alliance&#8217;s current rank<br
/> * towns &#8211; The alliances&#8217;s current amount of cities<br
/> * members &#8211; The alliances&#8217;s current member count</p><p>Town data<br
/> - <a
target="_blank" rel="nofollow" href="http://cegamers.com/goto/http://de1.grepolis.de/data/towns.json"  target="_blank">towns.json</a><br
/> - <a
target="_blank" rel="nofollow" href="http://cegamers.com/goto/http://de1.grepolis.de/data/towns.json.gz"  target="_blank">towns.json.gz</a></p><p>The town data contains the following information:</p><p>* id &#8211; The internal ID of the town<br
/> * player_id &#8211; The owner of the town. NULL if no owner<br
/> * name &#8211; The town&#8217;s name<br
/> * island_x &#8211; The X coordinate of the island the town is on<br
/> * island_y &#8211; The Y coordinate of the island the town is on<br
/> * number_on_island &#8211; The position of the town on it&#8217;s island<br
/> * points &#8211; The town&#8217;s points</p><p>Island data *large file*<br
/> - <a
target="_blank" rel="nofollow" href="http://cegamers.com/goto/http://de1.grepolis.de/data/islands.json"  target="_blank">islands.json</a><br
/> - <a
target="_blank" rel="nofollow" href="http://cegamers.com/goto/http://de1.grepolis.de/data/islands.json.gz"  target="_blank">islands.json.gz</a></p><p>The islands data file contains the information for the world&#8217;s islands. Please note that this is a large file and that once a world has started, it&#8217;s contents will not change. Therefore, you do not need to keep downloading this file!<br
/> The island data contains the following information:</p><p>* id &#8211; The internal ID of the island<br
/> * x &#8211; The X position of the island<br
/> * y &#8211; The Y position of the island<br
/> * island_id &#8211; The internal number of the island, or, what &#8216;type/size/shape&#8217; of island this is. 1-10 = player islands with farm towns, 11-16 = uninhabited islands, 17-21 = rocks</p><p>Player kill data<br
/> - <a
target="_blank" rel="nofollow" href="http://cegamers.com/goto/http://de1.grepolis.de/data/player_kills.json"  target="_blank">player_kills.json</a><br
/> - <a
target="_blank" rel="nofollow" href="http://cegamers.com/goto/http://de1.grepolis.de/data/player_kills.json.gz"  target="_blank">player_kills.json.gz</a></p><p>The player kill data contains information about the player &#8216;kill&#8217; ranking. There is a record for each player who is ranked. Each record is an array of objects, with the keys &#8216;all&#8217;, &#8216;att&#8217;, &#8216;def&#8217;. These keys mean: &#8216;Overall&#8217;, &#8216;As attacker&#8217;, &#8216;As defender&#8217;.<br
/> Each of the aforementioned objects contain the following data:</p><p>* rank &#8211; The rank for the specific type<br
/> * player_id &#8211; The internal ID of the player<br
/> * points &#8211; The points/score</p><p>Alliance kill data<br
/> - <a
target="_blank" rel="nofollow" href="http://cegamers.com/goto/http://de1.grepolis.de/data/alliance_kills.json"  target="_blank">alliance_kills.json</a><br
/> - <a
target="_blank" rel="nofollow" href="http://cegamers.com/goto/http://de1.grepolis.de/data/alliance_kills.json.gz"  target="_blank">alliance_kills.json.gz</a></p><p>The alliance kill data contains information about the alliance &#8216;kill&#8217; ranking. There is a record for each alliance that is ranked. Each record is an array of objects, with the keys &#8216;all&#8217;, &#8216;att&#8217;, &#8216;def&#8217;. These keys mean: &#8216;Overall&#8217;, &#8216;As attacker&#8217;, &#8216;As defender&#8217;.<br
/> Each of the aforementioned objects contain the following data:</p><p>* rank &#8211; The rank for the specific type<br
/> * alliance_id &#8211; The internal ID of the alliance<br
/> * points &#8211; The points/score</p><p>Colonisation data<br
/> - <a
target="_blank" rel="nofollow" href="http://cegamers.com/goto/http://de1.grepolis.de/data/conquers.json"  target="_blank">conquers.json</a><br
/> - <a
target="_blank" rel="nofollow" href="http://cegamers.com/goto/http://de1.grepolis.de/data/conquers.json.gz"  target="_blank">conquers.json.gz</a></p><p>The colonisation data contains the following information:</p><p>* town_id &#8211; The town&#8217;s internal ID<br
/> * time &#8211; The UNIX timestamp of the conquer<br
/> * new_player_id &#8211; The player who colonised the town<br
/> * old_player_id &#8211; If involved, the player who lost the town. Otherwise, NULL<br
/> * new_ally_id &#8211; If in an alliance, the alliance ID of the player who colonised the town. Otherwise, NULL<br
/> * old_ally_id &#8211; If in an alliance, the alliance ID of the player who lost the town. Otherwise, NULL<br
/> * town_points &#8211; The town&#8217;s points at the time of the colonisation</p><p>Building, unit and research information<br
/> - <a
target="_blank" rel="nofollow" href="http://cegamers.com/goto/http://de1.grepolis.de/data/units.json"  target="_blank">units.json</a><br
/> - <a
target="_blank" rel="nofollow" href="http://cegamers.com/goto/http://de1.grepolis.de/data/units.json"  target="_blank">units.json.gz</a><br
/> - <a
target="_blank" rel="nofollow" href="http://cegamers.com/goto/http://de1.grepolis.de/data/buildings.json"  target="_blank">buildings.json</a><br
/> - <a
target="_blank" rel="nofollow" href="http://cegamers.com/goto/http://de1.grepolis.de/data/buildings.json.gz"  target="_blank">buildings.json.gz</a><br
/> - <a
target="_blank" rel="nofollow" href="http://cegamers.com/goto/http://de1.grepolis.de/data/researches.json"  target="_blank">researches.json</a><br
/> - <a
target="_blank" rel="nofollow" href="http://cegamers.com/goto/http://de1.grepolis.de/data/researches.json.gz"  target="_blank">researches.json.gz</a></p><p>All links point to <a
target="_blank" rel="nofollow" href="http://cegamers.com/goto/http://de1.grepolis.de/"  target="_blank">http://de1.grepolis.de</a></p><p>however <a
target="_blank" rel="nofollow" href="http://cegamers.com/goto/http://en1.grepolis.net/"  target="_blank">http://en1.grepolis.net</a> works so for example <a
target="_blank" rel="nofollow" href="http://cegamers.com/goto/http://en1.grepolis.net/data/units.json"  target="_blank">http://en1.grepolis.net/data/units.json</a></p><p>Excellent FREE hosting for your Grepolis stats project can be found <a
target="_blank" rel="nofollow" href="http://cegamers.com/goto/http://www.makewebgames.com/news-and-announcements/30875-free-web-hosting-is-really-free-no-hidden-fees-no-credit-card-or-other-deposit-required/" >here</a></p> ]]></content:encoded> <wfw:commentRss>http://cegamers.com/innogames-2/grepolis/grepolis-world-data-create-your-own-grepolis-stats-site/feed/</wfw:commentRss> <slash:comments>11</slash:comments> </item> <item><title>What is CE Gamers</title><link>http://cegamers.com/cegamers/what-is-ce-gamers/</link> <comments>http://cegamers.com/cegamers/what-is-ce-gamers/#comments</comments> <pubDate>Thu, 19 Mar 2009 18:44:24 +0000</pubDate> <dc:creator>mdshare</dc:creator> <category><![CDATA[CE Gamers]]></category> <category><![CDATA[alliance]]></category> <category><![CDATA[browsergames]]></category> <category><![CDATA[CE Network]]></category> <category><![CDATA[clan]]></category> <category><![CDATA[faction]]></category> <category><![CDATA[gamers]]></category> <category><![CDATA[guild]]></category> <category><![CDATA[online players]]></category> <category><![CDATA[tribe]]></category> <guid
isPermaLink="false">http://cegamers.com/?p=9</guid> <description><![CDATA[What is CE Gamers ? CE Gamers are members of CE that group together in the same clan, guild, gang, &#8230; and play different games. They all use the same tag [CEG] and use the special designed  coat of arms, avatars, sigs CE Gamers Avatars, Banners Coat of Arms Forum Avatar Forum Sig Banner Sponsorship [...]]]></description> <content:encoded><![CDATA[<p><span
class="bbc_u"><strong>What is CE Gamers ? </strong></span></p><p>CE Gamers are members  of CE that group together in the same clan, guild, gang, &#8230; and play different  games.</p><p>They all use the same tag [CEG] and use the special designed  coat  of arms, avatars, sigs</p><p><span
class="bbc_u"><strong>CE Gamers Avatars,  Banners<strong></strong></strong></span></p><p><span
class="bbc_u">Coat of  Arms</span></p><p><img
class="bbc_img" src="http://www.criminalexistence.com/images/ceg/cegamers1copymd7.jpg" alt="" /></p><p><img
class="bbc_img" src="http://www.criminalexistence.com/images/ceg/cegamers2vp8.jpg" alt="" /></p><p><span
class="bbc_u">Forum Avatar</span></p><p><img
class="bbc_img" src="http://www.criminalexistence.com/images/ceg/cegavalz6.gif" alt="" /></p><p><span
class="bbc_u">Forum Sig Banner</span></p><p><img
class="bbc_img" src="http://www.criminalexistence.com/images/ceg/cegbarkv1.jpg" alt="" /></p><p><strong><span
class="bbc_u">Sponsorship</span></strong></p><p>From time to time the  <a
target="_blank" rel="nofollow" href="http://cegamers.com/goto/http://www.criminalexistence.com"  target="_blank">CE Network</a> will check on groups using the tag and CE might contact the guild/clan/tribe  leader and donate some &#8216;real&#8217; money for their group of players. Contact mdshare at <a
target="_blank" rel="nofollow" href="http://cegamers.com/goto/http://www.makewebgames.com" >www.makewebgames.com</a> for more info.</p> ]]></content:encoded> <wfw:commentRss>http://cegamers.com/cegamers/what-is-ce-gamers/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
