<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Arcade Webmaster Forum - Arcade Webmasters Talk Arcades at ArcadeBB - All Forums]]></title>
		<link>http://www.arcadebb.com/</link>
		<description><![CDATA[Arcade Webmaster Forum - Arcade Webmasters Talk Arcades at ArcadeBB - http://www.arcadebb.com]]></description>
		<pubDate>Sat, 31 Jul 2010 13:15:47 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Free WordPress Arcade Theme + Traffic Trading - ArcadeBB V3]]></title>
			<link>http://www.arcadebb.com/Thread-Free-WordPress-Arcade-Theme-Traffic-Trading-ArcadeBB-V3</link>
			<pubDate>Sat, 31 Jul 2010 17:50:34 +0800</pubDate>
			<guid isPermaLink="false">http://www.arcadebb.com/Thread-Free-WordPress-Arcade-Theme-Traffic-Trading-ArcadeBB-V3</guid>
			<description><![CDATA[<div style="text-align: center;"><img src="http://www.2agames.com/wp-content/themes/2agames16/screenshot-1024X768.jpg" border="0" alt="[Image: screenshot-1024X768.jpg&#93;" /></div>
<br />
<div style="text-align: center;">Demo: <a href="http://www.2agames.com" target="_blank">Addicting Games</a></div>
<br />
Details:<br />
ArcadeBB V3 WordPress Arcade Theme is an improved version of <a href="http://www.arcadebb.com/Thread-WordPress-Arcade-Theme-ArcadeBB-v2-FREE" target="_blank">ArcadeBB V2 WordPress Arcade Theme</a>. With ArcadeBB V3, you can trade traffic with other arcade sites and instantly plug unlimited games.<br />
<br />
Features:<br />
- Allow Google Adsense Setup within Theme Setup<br />
- Style. black and white color provided, change color instantly.<br />
- tableless, imageless, fast loading<br />
- 9 widgets (header,top,top3,sb1,sb2,sb3,bottom3,bottom,footer)<br />
- Front page, 4 layouts, 160px width left/right, sidebar, 300px right sidebar<br />
- Preivew page, Optional. 3 layout. Optional comments.<br />
- Game page, 3 layout determined by game width. Optional comments<br />
- Most Played, New, Best, Most-Rated, Random Game Pages<br />
- Category, Seach, Tag Pages<br />
- Google Search Result Page<br />
- Ads Friendly 728x90, 468x60, 160x600, 300x250, 125x125, 100x100<br />
- Allow/disallow users to resize game width<br />
- Add games in SWF, DCR, iFrame format.<br />
- Limits text characters under thumbnail. <br />
- One page control over 50 settings.<br />
- Enable/Disable traffic trading<br />
- Able to set Max Trade Ratio for each trade partner<br />
- Maximise traffic trading through Game Plugs.<br />
- ATS Plug Helper compatible.<br />
- Hotlink/CDN Domain for thumbnail, swf, dcr. 1 upload shared by multi arcade sites.<br />
- All the files are 100% unencrypted.<br />
<br />
<span style="font-weight: bold;">Plugins Required</span><br />
- MochiAds Arcade Plugin for WordPress<br />
- WP-PageNavi<br />
- WP-PostRatings<br />
- WP-PostViews<br />
- Exec-PHP<br />
- WP-DBManager<br />
<br />
<span style="font-weight: bold;">Plugins Recommended</span><br />
- All in one SEO<br />
- Google XML Sitemaps<br />
- AdRotate<br />
- W3 Total Cache<br />
- Akismet<br />
- Configurable Tag Cloud<br />
<br />
<span style="font-weight: bold;">Installation</span><br />
1. Upgrade your WordPress to 3.0.0 or higher.<br />
2. Unzip and upload all the files<br />
3. Chmod all files except *.jpg in the ArcadeBB3 folder to 666.<br />
4. Install and activate all the required plugins mentioned above<br />
5. Goto Settings&gt;Permalink&gt;Custom Structure, enter <br />
<blockquote><cite>Quote:</cite>/games/%postname%</blockquote>
in the box and click on the "save changes" button.<br />
6. Goto MochiAds&gt;Setup to setup the mochi database.<br />
7. Goto MochiAds&gt;Feed Games to get all your games.<br />
8. Goto MochiAds&gt;Manage Games and publish games that you want on your site.<br />
9. Goto Appearance/Themes and activate ArcadeBB V3 WordPress Arcade.<br />
10. Goto ArcadeBB&gt;Theme Setup and edit the setting.<br />
11. Goto ArcadeBB&gt;Trade Setup and enter the trade stats reset password.<br />
12. Setup Cronjob as follows:<br />
<blockquote><cite>Quote:</cite>0 xx * * * wget <a href="http://www.yourdomain.com/trade-stats-daily-reset.php?password=xxxxx" target="_blank">http://www.yourdomain.com/trade-stats-da...word=xxxxx</a> &gt;/dev/null 2&gt;&amp;1</blockquote>
Replace xx with another number between 0 to 23, yourdomain.com with your arcade domain and xxxxx to the password you set earlier in step 11.<br />
14. For V2 to V3 upgrade, goto Database&gt;Run SQL Query, paste and run the following queries:<br />
<blockquote><cite>Quote:</cite>ALTER TABLE `trade_ipaddress` ADD `ipid` INT( 10 ) NOT NULL FIRST ;<br />
ALTER TABLE `trade_ipaddress` DROP PRIMARY KEY ;<br />
ALTER TABLE `trade_ipaddress` ADD INDEX ( `ipid` ) ;<br />
ALTER TABLE `trade_ipaddress` CHANGE `ipid` `ipid` INT( 10 ) NOT NULL AUTO_INCREMENT ;<br />
ALTER TABLE `trade_ipaddress` ADD PRIMARY KEY ( `ipid` ) ; <br />
ALTER TABLE `trade_ipaddress` DROP INDEX `ipid` ;<br />
ALTER TABLE `trade_ipaddress` ADD `fullurl` VARCHAR( 255 ) NOT NULL AFTER `websiteurl` ;<br />
ALTER TABLE `trade_sites` ADD  `maxtraderatio` INT( 11 ) NOT NULL DEFAULT  '120' AFTER  `totalout` ;</blockquote>
<br />
15. For V3 new installation, goto Database&gt;Run SQL Query, paste and run the following queries:<br />
<blockquote><cite>Quote:</cite>CREATE TABLE IF NOT EXISTS `trade_ipaddress` (`ipaddress` varchar(15) NOT NULL default '', `websiteurl` text NOT NULL, `post_id` int(11) NOT NULL default '0', `io` int(1) NOT NULL default '0', `time` int(11) NOT NULL default '0',  PRIMARY KEY  (`ipaddress`)) ENGINE=MyISAM DEFAULT CHARSET=latin1;<br />
<br />
CREATE TABLE IF NOT EXISTS `trade_plugs` (`plugid` int(10) unsigned NOT NULL auto_increment, `post_id` int(10) NOT NULL default '0', `websiteid` int(10) NOT NULL default '0', `plugurl` text NOT NULL, `plugstatus` int(1) NOT NULL default '0', `plugdayout` int(10) NOT NULL default '0', `plugtotalout` int(10) NOT NULL default '0', `plugnote` text NOT NULL, PRIMARY KEY  (`plugid`)) ENGINE=MyISAM  DEFAULT CHARSET=latin1;<br />
<br />
CREATE TABLE IF NOT EXISTS `trade_sites` (`websiteid` int(10) unsigned NOT NULL auto_increment, `websitename` text NOT NULL, `websiteurl` text NOT NULL, `emailaddress` text NOT NULL, `dayin` int(10) unsigned NOT NULL default '0', `totalin` int(10) unsigned NOT NULL default '0', `description` mediumtext NOT NULL, `alwayslisted` int(11) NOT NULL default '0', `websitestatus` int(11) NOT NULL default '0', `mindayout` int(11) NOT NULL default '0', `dayout` int(11) NOT NULL default '0', `totalout` int(11) NOT NULL default '0', `websitepassword` text NOT NULL, PRIMARY KEY  (`websiteid`)) ENGINE=MyISAM  DEFAULT CHARSET=latin1;<br />
<br />
ALTER TABLE `trade_ipaddress` ADD `ipid` INT( 10 ) NOT NULL FIRST ;<br />
ALTER TABLE `trade_ipaddress` DROP PRIMARY KEY ;<br />
ALTER TABLE `trade_ipaddress` ADD INDEX ( `ipid` ) ;<br />
ALTER TABLE `trade_ipaddress` CHANGE `ipid` `ipid` INT( 10 ) NOT NULL AUTO_INCREMENT ;<br />
ALTER TABLE `trade_ipaddress` ADD PRIMARY KEY ( `ipid` ) ; <br />
ALTER TABLE `trade_ipaddress` DROP INDEX `ipid` ;<br />
ALTER TABLE `trade_ipaddress` ADD `fullurl` VARCHAR( 255 ) NOT NULL AFTER `websiteurl` ;<br />
ALTER TABLE `trade_sites` ADD  `maxtraderatio` INT( 11 ) NOT NULL DEFAULT  '120' AFTER  `totalout` ;</blockquote>
<br />
<span style="font-weight: bold;">W3 Total Cache</span><br />
We recommend using W3 Total Cache<br />
1) Disable "Page Cache" and "CDN Cache". <br />
2) Enable all other Cache.<br />
3) Save changes, verify and Empty all caches.<br />
<br />
<span style="font-weight: bold;">Add Page</span><br />
You may or may not need to create the following pages using Pages&gt;Add New.<br />
1) Popular Games or Most Played Games<br />
2) Top Rated Games or Best Games<br />
3) Random Games<br />
4) New Games or Latest Games<br />
5) Most Rated Games<br />
6) Trade Stats<br />
7) Trade Traffic<br />
8) Contact<br />
9) Privacy Policy<br />
10) Google Search<br />
<br />
<span style="font-weight: bold;">Traffic Trading</span><br />
To trade with other arcade site, <br />
1) Goto yourdomain.com/trade-traffic and enter the information as required.<br />
2) Goto Dashboard&gt;ArcadeBB&gt;Trade Stats&gt; <br />
    a) Set "Always Listed" to 1 if you want to send traffic first after reset.<br />
    b) Set "Site Status" to 1 if you want to enable traffic trading with partner.<br />
    c) Add trade credit to Min Day Out to ensure min traffic send to partner.<br />
    d) Change "Max Trade Ratio" for each partner as required. <br />
    e) Click on "QE" (quick edit) to update.<br />
<br />
<span style="font-weight: bold;">ATS Plug Helper</span><br />
1) Goto Dashboard&gt;ArcadeBB&gt;Trade Stats&gt;, click on "MP" (Manage Plug) of your partner.<br />
2) Click on "ATS-Plug-Helper" if your partner is ATS compatible.<br />
3) A list of links will appear depending on the games your partner has.<br />
<blockquote><cite>Quote:</cite>1-300 | 301-600 | 601-900 | 901-1200 | 1201-1500 | 1501-1800 | 1801-2100 | 2101-2400 | 2401-2700 | 2701-3000 </blockquote>
4) Click on each link to start plugging games.<br />
<br />
<span style="font-weight: bold;">Requirement</span><br />
To get a copy of ArcadeBB V3, you need to<br />
1) Be a member of <a href="http://www.arcadebb.com" target="_blank">ArcadeBB.com</a><br />
2) Be a member of <a href="http://www.arcadehotsites.com" target="_blank">ArcadeHotSites.com</a> - Arcade Top Sites<br />
3) Be an exchange member of <a href="http://www.ibannerx.com" target="_blank">iBannerX.com</a> - Arcade Banner Click Exchange<br />
4) Post an introduction post of yourself, if you have not, at <a href="http://www.arcadebb.com/Forum-Introductions." target="_blank">http://www.arcadebb.com/Forum-Introductions.</a> <br />
5) PM me the following:<br />
<blockquote><cite>Quote:</cite>1. ArcadeHotSites.com username<br />
2. iBannerX.com username<br />
3. Your Introductions URL:</blockquote>
<br />
I will then send the V3 zip files to your registered email within 24 hours.<br />
<br />
Any suggestions, feedback, bugs, kindly post it below.]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;"><img src="http://www.2agames.com/wp-content/themes/2agames16/screenshot-1024X768.jpg" border="0" alt="[Image: screenshot-1024X768.jpg]" /></div>
<br />
<div style="text-align: center;">Demo: <a href="http://www.2agames.com" target="_blank">Addicting Games</a></div>
<br />
Details:<br />
ArcadeBB V3 WordPress Arcade Theme is an improved version of <a href="http://www.arcadebb.com/Thread-WordPress-Arcade-Theme-ArcadeBB-v2-FREE" target="_blank">ArcadeBB V2 WordPress Arcade Theme</a>. With ArcadeBB V3, you can trade traffic with other arcade sites and instantly plug unlimited games.<br />
<br />
Features:<br />
- Allow Google Adsense Setup within Theme Setup<br />
- Style. black and white color provided, change color instantly.<br />
- tableless, imageless, fast loading<br />
- 9 widgets (header,top,top3,sb1,sb2,sb3,bottom3,bottom,footer)<br />
- Front page, 4 layouts, 160px width left/right, sidebar, 300px right sidebar<br />
- Preivew page, Optional. 3 layout. Optional comments.<br />
- Game page, 3 layout determined by game width. Optional comments<br />
- Most Played, New, Best, Most-Rated, Random Game Pages<br />
- Category, Seach, Tag Pages<br />
- Google Search Result Page<br />
- Ads Friendly 728x90, 468x60, 160x600, 300x250, 125x125, 100x100<br />
- Allow/disallow users to resize game width<br />
- Add games in SWF, DCR, iFrame format.<br />
- Limits text characters under thumbnail. <br />
- One page control over 50 settings.<br />
- Enable/Disable traffic trading<br />
- Able to set Max Trade Ratio for each trade partner<br />
- Maximise traffic trading through Game Plugs.<br />
- ATS Plug Helper compatible.<br />
- Hotlink/CDN Domain for thumbnail, swf, dcr. 1 upload shared by multi arcade sites.<br />
- All the files are 100% unencrypted.<br />
<br />
<span style="font-weight: bold;">Plugins Required</span><br />
- MochiAds Arcade Plugin for WordPress<br />
- WP-PageNavi<br />
- WP-PostRatings<br />
- WP-PostViews<br />
- Exec-PHP<br />
- WP-DBManager<br />
<br />
<span style="font-weight: bold;">Plugins Recommended</span><br />
- All in one SEO<br />
- Google XML Sitemaps<br />
- AdRotate<br />
- W3 Total Cache<br />
- Akismet<br />
- Configurable Tag Cloud<br />
<br />
<span style="font-weight: bold;">Installation</span><br />
1. Upgrade your WordPress to 3.0.0 or higher.<br />
2. Unzip and upload all the files<br />
3. Chmod all files except *.jpg in the ArcadeBB3 folder to 666.<br />
4. Install and activate all the required plugins mentioned above<br />
5. Goto Settings&gt;Permalink&gt;Custom Structure, enter <br />
<blockquote><cite>Quote:</cite>/games/%postname%</blockquote>
in the box and click on the "save changes" button.<br />
6. Goto MochiAds&gt;Setup to setup the mochi database.<br />
7. Goto MochiAds&gt;Feed Games to get all your games.<br />
8. Goto MochiAds&gt;Manage Games and publish games that you want on your site.<br />
9. Goto Appearance/Themes and activate ArcadeBB V3 WordPress Arcade.<br />
10. Goto ArcadeBB&gt;Theme Setup and edit the setting.<br />
11. Goto ArcadeBB&gt;Trade Setup and enter the trade stats reset password.<br />
12. Setup Cronjob as follows:<br />
<blockquote><cite>Quote:</cite>0 xx * * * wget <a href="http://www.yourdomain.com/trade-stats-daily-reset.php?password=xxxxx" target="_blank">http://www.yourdomain.com/trade-stats-da...word=xxxxx</a> &gt;/dev/null 2&gt;&amp;1</blockquote>
Replace xx with another number between 0 to 23, yourdomain.com with your arcade domain and xxxxx to the password you set earlier in step 11.<br />
14. For V2 to V3 upgrade, goto Database&gt;Run SQL Query, paste and run the following queries:<br />
<blockquote><cite>Quote:</cite>ALTER TABLE `trade_ipaddress` ADD `ipid` INT( 10 ) NOT NULL FIRST ;<br />
ALTER TABLE `trade_ipaddress` DROP PRIMARY KEY ;<br />
ALTER TABLE `trade_ipaddress` ADD INDEX ( `ipid` ) ;<br />
ALTER TABLE `trade_ipaddress` CHANGE `ipid` `ipid` INT( 10 ) NOT NULL AUTO_INCREMENT ;<br />
ALTER TABLE `trade_ipaddress` ADD PRIMARY KEY ( `ipid` ) ; <br />
ALTER TABLE `trade_ipaddress` DROP INDEX `ipid` ;<br />
ALTER TABLE `trade_ipaddress` ADD `fullurl` VARCHAR( 255 ) NOT NULL AFTER `websiteurl` ;<br />
ALTER TABLE `trade_sites` ADD  `maxtraderatio` INT( 11 ) NOT NULL DEFAULT  '120' AFTER  `totalout` ;</blockquote>
<br />
15. For V3 new installation, goto Database&gt;Run SQL Query, paste and run the following queries:<br />
<blockquote><cite>Quote:</cite>CREATE TABLE IF NOT EXISTS `trade_ipaddress` (`ipaddress` varchar(15) NOT NULL default '', `websiteurl` text NOT NULL, `post_id` int(11) NOT NULL default '0', `io` int(1) NOT NULL default '0', `time` int(11) NOT NULL default '0',  PRIMARY KEY  (`ipaddress`)) ENGINE=MyISAM DEFAULT CHARSET=latin1;<br />
<br />
CREATE TABLE IF NOT EXISTS `trade_plugs` (`plugid` int(10) unsigned NOT NULL auto_increment, `post_id` int(10) NOT NULL default '0', `websiteid` int(10) NOT NULL default '0', `plugurl` text NOT NULL, `plugstatus` int(1) NOT NULL default '0', `plugdayout` int(10) NOT NULL default '0', `plugtotalout` int(10) NOT NULL default '0', `plugnote` text NOT NULL, PRIMARY KEY  (`plugid`)) ENGINE=MyISAM  DEFAULT CHARSET=latin1;<br />
<br />
CREATE TABLE IF NOT EXISTS `trade_sites` (`websiteid` int(10) unsigned NOT NULL auto_increment, `websitename` text NOT NULL, `websiteurl` text NOT NULL, `emailaddress` text NOT NULL, `dayin` int(10) unsigned NOT NULL default '0', `totalin` int(10) unsigned NOT NULL default '0', `description` mediumtext NOT NULL, `alwayslisted` int(11) NOT NULL default '0', `websitestatus` int(11) NOT NULL default '0', `mindayout` int(11) NOT NULL default '0', `dayout` int(11) NOT NULL default '0', `totalout` int(11) NOT NULL default '0', `websitepassword` text NOT NULL, PRIMARY KEY  (`websiteid`)) ENGINE=MyISAM  DEFAULT CHARSET=latin1;<br />
<br />
ALTER TABLE `trade_ipaddress` ADD `ipid` INT( 10 ) NOT NULL FIRST ;<br />
ALTER TABLE `trade_ipaddress` DROP PRIMARY KEY ;<br />
ALTER TABLE `trade_ipaddress` ADD INDEX ( `ipid` ) ;<br />
ALTER TABLE `trade_ipaddress` CHANGE `ipid` `ipid` INT( 10 ) NOT NULL AUTO_INCREMENT ;<br />
ALTER TABLE `trade_ipaddress` ADD PRIMARY KEY ( `ipid` ) ; <br />
ALTER TABLE `trade_ipaddress` DROP INDEX `ipid` ;<br />
ALTER TABLE `trade_ipaddress` ADD `fullurl` VARCHAR( 255 ) NOT NULL AFTER `websiteurl` ;<br />
ALTER TABLE `trade_sites` ADD  `maxtraderatio` INT( 11 ) NOT NULL DEFAULT  '120' AFTER  `totalout` ;</blockquote>
<br />
<span style="font-weight: bold;">W3 Total Cache</span><br />
We recommend using W3 Total Cache<br />
1) Disable "Page Cache" and "CDN Cache". <br />
2) Enable all other Cache.<br />
3) Save changes, verify and Empty all caches.<br />
<br />
<span style="font-weight: bold;">Add Page</span><br />
You may or may not need to create the following pages using Pages&gt;Add New.<br />
1) Popular Games or Most Played Games<br />
2) Top Rated Games or Best Games<br />
3) Random Games<br />
4) New Games or Latest Games<br />
5) Most Rated Games<br />
6) Trade Stats<br />
7) Trade Traffic<br />
8) Contact<br />
9) Privacy Policy<br />
10) Google Search<br />
<br />
<span style="font-weight: bold;">Traffic Trading</span><br />
To trade with other arcade site, <br />
1) Goto yourdomain.com/trade-traffic and enter the information as required.<br />
2) Goto Dashboard&gt;ArcadeBB&gt;Trade Stats&gt; <br />
    a) Set "Always Listed" to 1 if you want to send traffic first after reset.<br />
    b) Set "Site Status" to 1 if you want to enable traffic trading with partner.<br />
    c) Add trade credit to Min Day Out to ensure min traffic send to partner.<br />
    d) Change "Max Trade Ratio" for each partner as required. <br />
    e) Click on "QE" (quick edit) to update.<br />
<br />
<span style="font-weight: bold;">ATS Plug Helper</span><br />
1) Goto Dashboard&gt;ArcadeBB&gt;Trade Stats&gt;, click on "MP" (Manage Plug) of your partner.<br />
2) Click on "ATS-Plug-Helper" if your partner is ATS compatible.<br />
3) A list of links will appear depending on the games your partner has.<br />
<blockquote><cite>Quote:</cite>1-300 | 301-600 | 601-900 | 901-1200 | 1201-1500 | 1501-1800 | 1801-2100 | 2101-2400 | 2401-2700 | 2701-3000 </blockquote>
4) Click on each link to start plugging games.<br />
<br />
<span style="font-weight: bold;">Requirement</span><br />
To get a copy of ArcadeBB V3, you need to<br />
1) Be a member of <a href="http://www.arcadebb.com" target="_blank">ArcadeBB.com</a><br />
2) Be a member of <a href="http://www.arcadehotsites.com" target="_blank">ArcadeHotSites.com</a> - Arcade Top Sites<br />
3) Be an exchange member of <a href="http://www.ibannerx.com" target="_blank">iBannerX.com</a> - Arcade Banner Click Exchange<br />
4) Post an introduction post of yourself, if you have not, at <a href="http://www.arcadebb.com/Forum-Introductions." target="_blank">http://www.arcadebb.com/Forum-Introductions.</a> <br />
5) PM me the following:<br />
<blockquote><cite>Quote:</cite>1. ArcadeHotSites.com username<br />
2. iBannerX.com username<br />
3. Your Introductions URL:</blockquote>
<br />
I will then send the V3 zip files to your registered email within 24 hours.<br />
<br />
Any suggestions, feedback, bugs, kindly post it below.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Are banner traffic exchanges slow?]]></title>
			<link>http://www.arcadebb.com/Thread-Are-banner-traffic-exchanges-slow</link>
			<pubDate>Sat, 31 Jul 2010 00:51:29 +0800</pubDate>
			<guid isPermaLink="false">http://www.arcadebb.com/Thread-Are-banner-traffic-exchanges-slow</guid>
			<description><![CDATA[I have the feeling that banner exchanges slow down my site.. specialy arcadebanners..<br />
<br />
It's 1 extra request per exchange most of you have like 5 or 6.. doesn't it slow it down alot? <br />
Anyone else has this problem? Or suspect it be..]]></description>
			<content:encoded><![CDATA[I have the feeling that banner exchanges slow down my site.. specialy arcadebanners..<br />
<br />
It's 1 extra request per exchange most of you have like 5 or 6.. doesn't it slow it down alot? <br />
Anyone else has this problem? Or suspect it be..]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[ArcadePress - Free Arcade Wordpress theme is in Town]]></title>
			<link>http://www.arcadebb.com/Thread-ArcadePress-Free-Arcade-Wordpress-theme-is-in-Town</link>
			<pubDate>Thu, 29 Jul 2010 11:46:59 +0800</pubDate>
			<guid isPermaLink="false">http://www.arcadebb.com/Thread-ArcadePress-Free-Arcade-Wordpress-theme-is-in-Town</guid>
			<description><![CDATA[<a href="http://www.templateslord.com/2010/07/29/arcade-press-free-wordpress-theme-for-flash-games-websites-on-wordpress/" target="_blank"><img src="http://i25.tinypic.com/263hfnn.gif" border="0" alt="[Image: 263hfnn.gif&#93;" /></a><br />
<br />
<span style="font-weight: bold;"><a href="http://www.templateslord.com/2010/07/29/arcade-press-free-wordpress-theme-for-flash-games-websites-on-wordpress/" target="_blank">ArcadePress</a></span> is <span style="font-weight: bold;">free</span> bundle of theme and MochiAds plugin to run your own <span style="font-weight: bold;">Flash Games website on Wordpress</span>.<br />
<br />
Automatically pull and publish tons of games, enjoy Facebook traffic and make maximum money from adspace.<br />
<br />
<span style="font-weight: bold;">Live demo</span>: <a href="http://templateslord.com/arcade/" target="_blank">http://templateslord.com/arcade/</a><br />
<br />
<span style="font-weight: bold;">Download</span>: <a href="http://www.templateslord.com/2010/07/29/arcade-press-free-wordpress-theme-for-flash-games-websites-on-wordpress/" target="_blank">ArcadePress official page</a>]]></description>
			<content:encoded><![CDATA[<a href="http://www.templateslord.com/2010/07/29/arcade-press-free-wordpress-theme-for-flash-games-websites-on-wordpress/" target="_blank"><img src="http://i25.tinypic.com/263hfnn.gif" border="0" alt="[Image: 263hfnn.gif]" /></a><br />
<br />
<span style="font-weight: bold;"><a href="http://www.templateslord.com/2010/07/29/arcade-press-free-wordpress-theme-for-flash-games-websites-on-wordpress/" target="_blank">ArcadePress</a></span> is <span style="font-weight: bold;">free</span> bundle of theme and MochiAds plugin to run your own <span style="font-weight: bold;">Flash Games website on Wordpress</span>.<br />
<br />
Automatically pull and publish tons of games, enjoy Facebook traffic and make maximum money from adspace.<br />
<br />
<span style="font-weight: bold;">Live demo</span>: <a href="http://templateslord.com/arcade/" target="_blank">http://templateslord.com/arcade/</a><br />
<br />
<span style="font-weight: bold;">Download</span>: <a href="http://www.templateslord.com/2010/07/29/arcade-press-free-wordpress-theme-for-flash-games-websites-on-wordpress/" target="_blank">ArcadePress official page</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[What are you listening to?]]></title>
			<link>http://www.arcadebb.com/Thread-What-are-you-listening-to</link>
			<pubDate>Wed, 28 Jul 2010 23:31:08 +0800</pubDate>
			<guid isPermaLink="false">http://www.arcadebb.com/Thread-What-are-you-listening-to</guid>
			<description><![CDATA[Simply write what you are listening too <img src="http://www.arcadebb.com/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><br />
<br />
When the music stops - Eminem]]></description>
			<content:encoded><![CDATA[Simply write what you are listening too <img src="http://www.arcadebb.com/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><br />
<br />
When the music stops - Eminem]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Hello everyone........]]></title>
			<link>http://www.arcadebb.com/Thread-Hello-everyone--239</link>
			<pubDate>Tue, 27 Jul 2010 18:26:00 +0800</pubDate>
			<guid isPermaLink="false">http://www.arcadebb.com/Thread-Hello-everyone--239</guid>
			<description><![CDATA[Hello all<br />
<br />
i am ab i'm newbie here......... <img src="http://www.arcadebb.com/images/smilies/shy.gif" style="vertical-align: middle;" border="0" alt="Shy" title="Shy" /><br />
<br />
I hoping to share and learn a lot from you guys ..........<br />
<br />
cheers everyone <img src="http://www.arcadebb.com/images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" /><img src="http://www.arcadebb.com/images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" />]]></description>
			<content:encoded><![CDATA[Hello all<br />
<br />
i am ab i'm newbie here......... <img src="http://www.arcadebb.com/images/smilies/shy.gif" style="vertical-align: middle;" border="0" alt="Shy" title="Shy" /><br />
<br />
I hoping to share and learn a lot from you guys ..........<br />
<br />
cheers everyone <img src="http://www.arcadebb.com/images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" /><img src="http://www.arcadebb.com/images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Look at your man! Back to me!]]></title>
			<link>http://www.arcadebb.com/Thread-Look-at-your-man-Back-to-me</link>
			<pubDate>Mon, 26 Jul 2010 12:46:25 +0800</pubDate>
			<guid isPermaLink="false">http://www.arcadebb.com/Thread-Look-at-your-man-Back-to-me</guid>
			<description><![CDATA[OKAY!<br />
LISTEN!<br />
OLD SPICE make video ad. Video Ad become super popular on youtube.<br />
OLD SPICE want more traffic. OLD SPICE make video twitter replies to people.<br />
OLD SPICE win the internet!<br />
<br />
NOW LOOK BACK!<br />
WHAT DO YOU THINK OF OLD SPICE?]]></description>
			<content:encoded><![CDATA[OKAY!<br />
LISTEN!<br />
OLD SPICE make video ad. Video Ad become super popular on youtube.<br />
OLD SPICE want more traffic. OLD SPICE make video twitter replies to people.<br />
OLD SPICE win the internet!<br />
<br />
NOW LOOK BACK!<br />
WHAT DO YOU THINK OF OLD SPICE?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Facebook Like site - Liike.me]]></title>
			<link>http://www.arcadebb.com/Thread-Facebook-Like-site-Liike-me</link>
			<pubDate>Sun, 25 Jul 2010 22:24:59 +0800</pubDate>
			<guid isPermaLink="false">http://www.arcadebb.com/Thread-Facebook-Like-site-Liike-me</guid>
			<description><![CDATA[Hey Arcaders,<br />
<br />
I've offically opened my "<a href="http://www.liike.me" target="_blank">Facebook Like</a>" website <a href="http://www.Liike.me" target="_blank">http://www.Liike.me</a> where you can create your very own likes for the website Facebook. Also you can see how popular the thing you liked is by seeing how many people like it overtime. Not only that but you can also like what other people have to let all your friends know about it <img src="http://www.arcadebb.com/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />.<br />
<br />
Check out our website:<br />
<a href="http://www.liike.me" target="_blank">http://www.liike.me</a><br />
<br />
Make sure to check our offical Facebook Group, Join up + Like:<br />
<a href="http://www.facebook.com/group.php?gid=112146348835726" target="_blank">http://www.facebook.com/group.php?gid=112146348835726</a><br />
<br />
Thanks a heap,<br />
FoxyGamers]]></description>
			<content:encoded><![CDATA[Hey Arcaders,<br />
<br />
I've offically opened my "<a href="http://www.liike.me" target="_blank">Facebook Like</a>" website <a href="http://www.Liike.me" target="_blank">http://www.Liike.me</a> where you can create your very own likes for the website Facebook. Also you can see how popular the thing you liked is by seeing how many people like it overtime. Not only that but you can also like what other people have to let all your friends know about it <img src="http://www.arcadebb.com/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />.<br />
<br />
Check out our website:<br />
<a href="http://www.liike.me" target="_blank">http://www.liike.me</a><br />
<br />
Make sure to check our offical Facebook Group, Join up + Like:<br />
<a href="http://www.facebook.com/group.php?gid=112146348835726" target="_blank">http://www.facebook.com/group.php?gid=112146348835726</a><br />
<br />
Thanks a heap,<br />
FoxyGamers]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Dot CO domains worth regging?]]></title>
			<link>http://www.arcadebb.com/Thread-Dot-CO-domains-worth-regging</link>
			<pubDate>Sat, 24 Jul 2010 22:13:47 +0800</pubDate>
			<guid isPermaLink="false">http://www.arcadebb.com/Thread-Dot-CO-domains-worth-regging</guid>
			<description><![CDATA[Posted it on TK too, wonder if it's worth regging?<br />
I found 2 good/decent ones but thei're 29euro a year! that's 24 dollars.<br />
<br />
I hope someone answers quick so i grab it if it might be good im a bit hessetated.<br />
<br />
Edit: Regged 2 <img src="http://www.arcadebb.com/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /> shouldnt be waiting, ill check it out for 1 year.<br />
Lol i thought search some keyword rich domains at keyword tool.. al regged already <img src="http://www.arcadebb.com/images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" /> i have one free posted it also on TA:     physicgames.co]]></description>
			<content:encoded><![CDATA[Posted it on TK too, wonder if it's worth regging?<br />
I found 2 good/decent ones but thei're 29euro a year! that's 24 dollars.<br />
<br />
I hope someone answers quick so i grab it if it might be good im a bit hessetated.<br />
<br />
Edit: Regged 2 <img src="http://www.arcadebb.com/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /> shouldnt be waiting, ill check it out for 1 year.<br />
Lol i thought search some keyword rich domains at keyword tool.. al regged already <img src="http://www.arcadebb.com/images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" /> i have one free posted it also on TA:     physicgames.co]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Blogroll link exchange]]></title>
			<link>http://www.arcadebb.com/Thread-Blogroll-link-exchange</link>
			<pubDate>Thu, 22 Jul 2010 14:22:02 +0800</pubDate>
			<guid isPermaLink="false">http://www.arcadebb.com/Thread-Blogroll-link-exchange</guid>
			<description><![CDATA[Hi I wanna link exchange with your flash game in your blogroll..here my site<br />
<br />
site:     <a href="http://www.flash-gamez.info" target="_blank">http://www.flash-gamez.info</a> <br />
anchor: flash game<br />
<br />
just add it in your blogroll and pm me I'll add your link too<br />
<br />
just need 6 sites]]></description>
			<content:encoded><![CDATA[Hi I wanna link exchange with your flash game in your blogroll..here my site<br />
<br />
site:     <a href="http://www.flash-gamez.info" target="_blank">http://www.flash-gamez.info</a> <br />
anchor: flash game<br />
<br />
just add it in your blogroll and pm me I'll add your link too<br />
<br />
just need 6 sites]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Whats a good CTR?]]></title>
			<link>http://www.arcadebb.com/Thread-Whats-a-good-CTR</link>
			<pubDate>Thu, 22 Jul 2010 11:31:02 +0800</pubDate>
			<guid isPermaLink="false">http://www.arcadebb.com/Thread-Whats-a-good-CTR</guid>
			<description><![CDATA[Hello,<br />
<br />
I have noticed alot of people telling me about CTR and how they work. But, I am no expert on banner exchanges. So, what ends up as a good CTR.<br />
<br />
CyrusKafaiWu]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
I have noticed alot of people telling me about CTR and how they work. But, I am no expert on banner exchanges. So, what ends up as a good CTR.<br />
<br />
CyrusKafaiWu]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[noobowned.com - Free Online Games]]></title>
			<link>http://www.arcadebb.com/Thread-noobowned-com-Free-Online-Games</link>
			<pubDate>Thu, 22 Jul 2010 11:21:26 +0800</pubDate>
			<guid isPermaLink="false">http://www.arcadebb.com/Thread-noobowned-com-Free-Online-Games</guid>
			<description><![CDATA[Hello,<br />
<br />
I create website. I call website "noobowned.com". Why? Because, I like owning noobs in games. I hope I can get this to become an popular site very soon.<br />
<br />
I am open to your suggestions and feature requests for the site. <br />
<br />
CyrusKafaiWu]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
I create website. I call website "noobowned.com". Why? Because, I like owning noobs in games. I hope I can get this to become an popular site very soon.<br />
<br />
I am open to your suggestions and feature requests for the site. <br />
<br />
CyrusKafaiWu]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Lots of questions to get better!]]></title>
			<link>http://www.arcadebb.com/Thread-Lots-of-questions-to-get-better</link>
			<pubDate>Thu, 22 Jul 2010 07:26:32 +0800</pubDate>
			<guid isPermaLink="false">http://www.arcadebb.com/Thread-Lots-of-questions-to-get-better</guid>
			<description><![CDATA[Ok, so i got some questions on how to get better or how to handle things (multiple arcades). I'm thinking of posting this also on TA to get more opinions but i thought i'll give it a try on this site first <img src="http://www.arcadebb.com/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><br />
<br />
Please answer all my questions if you like (i can be talkative sometimes) but if you only answer one that's alright too.<br />
<br />
I'm looking to start 1 more arcade, actualy 2 or 3 more but i'm thinking of starting with one.<br />
<br />
1. I'm thinking of using ATS, what's best a general arcade (all games) or a niche specific?<br />
<br />
2. It will be .com domain and world wide audience (favorite to USA) is it neccesary to host it in the USA? I own <a href="http://www.funnyjigsawpuzzles.com" target="_blank">http://www.funnyjigsawpuzzles.com</a> and it's doing alright but it's hosted in Holland, geolocation is a SEO factor but how big?<br />
<br />
3. If decide to host in the USA (more costs) what hosting would you recommend? <br />
<br />
4. So if i get 2 sites in the US (funny jigsaw and the new one) host it on 1 account/package or different hosting or package? And why?<br />
<br />
5. If 4 is different package/hosting, it could get expensive cause you need to upload the swf's from the games to every hosting but you will need a decent package with bandwidth and harddisc space.<br />
<br />
6. How hard is it to get a profitable ATS arcade, i'm running 2 arcades 1 dutch 1 US and they're alright (the dutch with adsense wasnt good but now it is with custom ads), will it be easy to get back the script (75) + domain + hosting?<br />
<br />
7. ATS, ofcourse i would like to get into traffic trading (new to me but i'll learn), upload good games from mochi or use the crappy games that everyone has to trade?<br />
<br />
8. How do you manage multiple sites or arcades? A schedule on monday site A , tuesday site B?<br />
<br />
I might sound like a total noob right now but i don't care, i know i'm not but i never hosted a website out of my own country, Holland. Why? I have a very cheap hosting 100 euro's a year i have 300GB of bandwith and 20GB of diskspace, that's alot but if i check out other hosting i have to pay alot of money for alot less.<br />
<br />
Now i want to make funnyjigsaw better and get some new arcades to earn more i got 900euro's profit from last year so i have spending money. So i was thinking for ranking in google put maybe the most important thing pagespeed and loading for US players, is it best to host in the US or isn't it such a big problem or deal?<br />
<br />
After reading Arcadelady's topic, he was hosted in Germany, alot better server than i have (shared lol) but still.. <br />
<br />
And someother big question is it gonna work with one hosting, if i had 3 or 5 arcades on the same server, linkexchanging each other will it matter for rankings? Is it better to get different hostings? But than the price will get up in cost <img src="http://www.arcadebb.com/images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" /><br />
<br />
I would like to know how you handle you business and learned from it.<br />
I hope your eyes aren't hurting from this bookreport <img src="http://www.arcadebb.com/images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" />]]></description>
			<content:encoded><![CDATA[Ok, so i got some questions on how to get better or how to handle things (multiple arcades). I'm thinking of posting this also on TA to get more opinions but i thought i'll give it a try on this site first <img src="http://www.arcadebb.com/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><br />
<br />
Please answer all my questions if you like (i can be talkative sometimes) but if you only answer one that's alright too.<br />
<br />
I'm looking to start 1 more arcade, actualy 2 or 3 more but i'm thinking of starting with one.<br />
<br />
1. I'm thinking of using ATS, what's best a general arcade (all games) or a niche specific?<br />
<br />
2. It will be .com domain and world wide audience (favorite to USA) is it neccesary to host it in the USA? I own <a href="http://www.funnyjigsawpuzzles.com" target="_blank">http://www.funnyjigsawpuzzles.com</a> and it's doing alright but it's hosted in Holland, geolocation is a SEO factor but how big?<br />
<br />
3. If decide to host in the USA (more costs) what hosting would you recommend? <br />
<br />
4. So if i get 2 sites in the US (funny jigsaw and the new one) host it on 1 account/package or different hosting or package? And why?<br />
<br />
5. If 4 is different package/hosting, it could get expensive cause you need to upload the swf's from the games to every hosting but you will need a decent package with bandwidth and harddisc space.<br />
<br />
6. How hard is it to get a profitable ATS arcade, i'm running 2 arcades 1 dutch 1 US and they're alright (the dutch with adsense wasnt good but now it is with custom ads), will it be easy to get back the script (75) + domain + hosting?<br />
<br />
7. ATS, ofcourse i would like to get into traffic trading (new to me but i'll learn), upload good games from mochi or use the crappy games that everyone has to trade?<br />
<br />
8. How do you manage multiple sites or arcades? A schedule on monday site A , tuesday site B?<br />
<br />
I might sound like a total noob right now but i don't care, i know i'm not but i never hosted a website out of my own country, Holland. Why? I have a very cheap hosting 100 euro's a year i have 300GB of bandwith and 20GB of diskspace, that's alot but if i check out other hosting i have to pay alot of money for alot less.<br />
<br />
Now i want to make funnyjigsaw better and get some new arcades to earn more i got 900euro's profit from last year so i have spending money. So i was thinking for ranking in google put maybe the most important thing pagespeed and loading for US players, is it best to host in the US or isn't it such a big problem or deal?<br />
<br />
After reading Arcadelady's topic, he was hosted in Germany, alot better server than i have (shared lol) but still.. <br />
<br />
And someother big question is it gonna work with one hosting, if i had 3 or 5 arcades on the same server, linkexchanging each other will it matter for rankings? Is it better to get different hostings? But than the price will get up in cost <img src="http://www.arcadebb.com/images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" /><br />
<br />
I would like to know how you handle you business and learned from it.<br />
I hope your eyes aren't hurting from this bookreport <img src="http://www.arcadebb.com/images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[ArcadeLady.com sold for $125K]]></title>
			<link>http://www.arcadebb.com/Thread-ArcadeLady-com-sold-for-125K</link>
			<pubDate>Wed, 21 Jul 2010 00:33:55 +0800</pubDate>
			<guid isPermaLink="false">http://www.arcadebb.com/Thread-ArcadeLady-com-sold-for-125K</guid>
			<description><![CDATA[Just found out that ArcadeLady.com was sold for &#36;125K on 14th Apr 2010. Earning was said to be &#36;885 daily which is about &#36;26550 per month and that makes a PER of 4.7. Undervalue or overvalue? What do you think?<br />
<br />
<a href="http://flippa.com/auctions/90926/Highly-profitable-Arcade-Games-Site-Alexa-10k-885--netprofitday-" target="_blank">http://flippa.com/auctions/90926/Highly-...profitday-</a>]]></description>
			<content:encoded><![CDATA[Just found out that ArcadeLady.com was sold for &#36;125K on 14th Apr 2010. Earning was said to be &#36;885 daily which is about &#36;26550 per month and that makes a PER of 4.7. Undervalue or overvalue? What do you think?<br />
<br />
<a href="http://flippa.com/auctions/90926/Highly-profitable-Arcade-Games-Site-Alexa-10k-885--netprofitday-" target="_blank">http://flippa.com/auctions/90926/Highly-...profitday-</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[What do you guys think of the Facebook like sites out there?]]></title>
			<link>http://www.arcadebb.com/Thread-What-do-you-guys-think-of-the-Facebook-like-sites-out-there</link>
			<pubDate>Tue, 20 Jul 2010 22:23:20 +0800</pubDate>
			<guid isPermaLink="false">http://www.arcadebb.com/Thread-What-do-you-guys-think-of-the-Facebook-like-sites-out-there</guid>
			<description><![CDATA[Theres quite a few facebook like sites out there now where you can like something and everyone see's it and if it's clicked it goes to there website?<br />
<br />
What do you guys think about it?]]></description>
			<content:encoded><![CDATA[Theres quite a few facebook like sites out there now where you can like something and everyone see's it and if it's clicked it goes to there website?<br />
<br />
What do you guys think about it?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Twitter Accounts]]></title>
			<link>http://www.arcadebb.com/Thread-Twitter-Accounts</link>
			<pubDate>Tue, 20 Jul 2010 17:01:40 +0800</pubDate>
			<guid isPermaLink="false">http://www.arcadebb.com/Thread-Twitter-Accounts</guid>
			<description><![CDATA[List our twitter accounts here so we can follow each other:<br />
<a href="http://twitter.com/FoxyGamers" target="_blank">http://twitter.com/FoxyGamers</a>]]></description>
			<content:encoded><![CDATA[List our twitter accounts here so we can follow each other:<br />
<a href="http://twitter.com/FoxyGamers" target="_blank">http://twitter.com/FoxyGamers</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Aloha! Im new here!]]></title>
			<link>http://www.arcadebb.com/Thread-Aloha-Im-new-here</link>
			<pubDate>Tue, 20 Jul 2010 04:46:57 +0800</pubDate>
			<guid isPermaLink="false">http://www.arcadebb.com/Thread-Aloha-Im-new-here</guid>
			<description><![CDATA[Hello,<br />
<br />
I havent started off with a great introduction so I decided to post me introduction.<br />
<br />
If you guys do not know me, I am pretty busy on the AV Arcade forums but hope to transfer here for a change.]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
I havent started off with a great introduction so I decided to post me introduction.<br />
<br />
If you guys do not know me, I am pretty busy on the AV Arcade forums but hope to transfer here for a change.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Hello everyone]]></title>
			<link>http://www.arcadebb.com/Thread-Hello-everyone</link>
			<pubDate>Mon, 19 Jul 2010 04:17:28 +0800</pubDate>
			<guid isPermaLink="false">http://www.arcadebb.com/Thread-Hello-everyone</guid>
			<description><![CDATA[My name is Zeljko and i want setup wp gaming site <img src="http://www.arcadebb.com/images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" />]]></description>
			<content:encoded><![CDATA[My name is Zeljko and i want setup wp gaming site <img src="http://www.arcadebb.com/images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[RateMyArcade.com]]></title>
			<link>http://www.arcadebb.com/Thread-RateMyArcade-com</link>
			<pubDate>Mon, 19 Jul 2010 00:29:48 +0800</pubDate>
			<guid isPermaLink="false">http://www.arcadebb.com/Thread-RateMyArcade-com</guid>
			<description><![CDATA[Hello fellow arcade owners,  <br />
  <br />
CyrusKafaiWu and belly59 have been working very hard creating a website called RateMyArcade.com which allows arcade owners to list their site and get honest reviews and ratings. All for free!  <br />
  <br />
<span style="font-weight: bold;">***Why we are better than unfair topsites****  </span><br />
We list our members arcades based on the reviews, star ratings and likes they receice from other members. This means that the playing field is level between all arcades and the arcade that sends the the most traffic will not get the highest rank, the arcade with the best looks, features and functionality will! <br />
<br />
<span style="font-weight: bold;">****How to get started:****  </span><br />
1. Go to [URL="http://ratemyarcade.com"&#93;http://ratemyarcade.com/[/URL&#93; and click "register" <br />
2. Enter your details and submit. <br />
3. Log in and go to your user panel and submit your arcade(s) <br />
4. Wait for our staff to approve your arcade(s)  <br />
5. Whilst waiting for approval, which shouldn't take very long, why not review some of the arcade already listed? <br />
 <br />
------------------ <br />
 <br />
Submit your site and rate other peoples websites today!  <br />
[URL="http://ratemyarcade.com"&#93;http://ratemyarcade.com/[/URL&#93;<br />
<br />
P.S. There was no valid category.]]></description>
			<content:encoded><![CDATA[Hello fellow arcade owners,  <br />
  <br />
CyrusKafaiWu and belly59 have been working very hard creating a website called RateMyArcade.com which allows arcade owners to list their site and get honest reviews and ratings. All for free!  <br />
  <br />
<span style="font-weight: bold;">***Why we are better than unfair topsites****  </span><br />
We list our members arcades based on the reviews, star ratings and likes they receice from other members. This means that the playing field is level between all arcades and the arcade that sends the the most traffic will not get the highest rank, the arcade with the best looks, features and functionality will! <br />
<br />
<span style="font-weight: bold;">****How to get started:****  </span><br />
1. Go to [URL="http://ratemyarcade.com"]http://ratemyarcade.com/[/URL] and click "register" <br />
2. Enter your details and submit. <br />
3. Log in and go to your user panel and submit your arcade(s) <br />
4. Wait for our staff to approve your arcade(s)  <br />
5. Whilst waiting for approval, which shouldn't take very long, why not review some of the arcade already listed? <br />
 <br />
------------------ <br />
 <br />
Submit your site and rate other peoples websites today!  <br />
[URL="http://ratemyarcade.com"]http://ratemyarcade.com/[/URL]<br />
<br />
P.S. There was no valid category.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Arcade Trade Script Review]]></title>
			<link>http://www.arcadebb.com/Thread-Arcade-Trade-Script-Review</link>
			<pubDate>Sun, 18 Jul 2010 23:38:57 +0800</pubDate>
			<guid isPermaLink="false">http://www.arcadebb.com/Thread-Arcade-Trade-Script-Review</guid>
			<description><![CDATA[Hey Arcaders,<br />
<br />
Just before i went on holidays i reviewed ArcadeTradeScript after it being requested a few times. Below is a quick taste of what is in it.<br />
<br />
<a href="http://www.myarcader.com/arcade-trade-script/review-arcade-trade-script/" target="_blank">Arcade Trade Script Review</a><br />
<br />
<blockquote><cite>Quote:</cite>So many people have been asking me what is so good about Arcade Trade Script (ATS for short) so i thought i would check out what all the fuss was about and give a detailed review of my experience from ATS and what it can achieve with a little work done to it.<br />
<br />
With our recent copy of ATS we put it to the test to see how great the functionality was and I can tell you now that it’s by far the easiest arcade script to set up that I’ve ever seen. It has tons of important features missed out by the other arcade scripts like SEO Tags, Additional Descriptions and Traffic Trading with partners, Statistics, Supports different file types, Up to 3 game images and much much more!</blockquote>
<br />
<a href="http://www.myarcader.com/arcade-trade-script/review-arcade-trade-script/" target="_blank">http://www.myarcader.com/arcade-trade-sc...de-script/</a><br />
<br />
Thanks,<br />
Foxy]]></description>
			<content:encoded><![CDATA[Hey Arcaders,<br />
<br />
Just before i went on holidays i reviewed ArcadeTradeScript after it being requested a few times. Below is a quick taste of what is in it.<br />
<br />
<a href="http://www.myarcader.com/arcade-trade-script/review-arcade-trade-script/" target="_blank">Arcade Trade Script Review</a><br />
<br />
<blockquote><cite>Quote:</cite>So many people have been asking me what is so good about Arcade Trade Script (ATS for short) so i thought i would check out what all the fuss was about and give a detailed review of my experience from ATS and what it can achieve with a little work done to it.<br />
<br />
With our recent copy of ATS we put it to the test to see how great the functionality was and I can tell you now that it’s by far the easiest arcade script to set up that I’ve ever seen. It has tons of important features missed out by the other arcade scripts like SEO Tags, Additional Descriptions and Traffic Trading with partners, Statistics, Supports different file types, Up to 3 game images and much much more!</blockquote>
<br />
<a href="http://www.myarcader.com/arcade-trade-script/review-arcade-trade-script/" target="_blank">http://www.myarcader.com/arcade-trade-sc...de-script/</a><br />
<br />
Thanks,<br />
Foxy]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Where you buying gaming traffic?]]></title>
			<link>http://www.arcadebb.com/Thread-Where-you-buying-gaming-traffic</link>
			<pubDate>Sat, 17 Jul 2010 15:58:00 +0800</pubDate>
			<guid isPermaLink="false">http://www.arcadebb.com/Thread-Where-you-buying-gaming-traffic</guid>
			<description><![CDATA[Hi all! )<br />
Need for tips. Where the best places to buy arcade traffic? Where you buying traffic, if buying?<br />
Thanks )]]></description>
			<content:encoded><![CDATA[Hi all! )<br />
Need for tips. Where the best places to buy arcade traffic? Where you buying traffic, if buying?<br />
Thanks )]]></content:encoded>
		</item>
	</channel>
</rss>