<?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>Pro Arcade Script&#187; Pro Arcade Script</title>
	<atom:link href="http://proarcadescript.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://proarcadescript.com</link>
	<description>Build a nice-looking, profitable flash gaming website in 1 hour. With this flash game script you&#039;ll start earning money in a month, guaranteed!</description>
	<lastBuildDate>Tue, 29 Jun 2010 14:45:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Adding a tag cloud on your flash games portal</title>
		<link>http://proarcadescript.com/articles/tagcloud/</link>
		<comments>http://proarcadescript.com/articles/tagcloud/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 14:14:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[mod]]></category>
		<category><![CDATA[tagcloud]]></category>

		<guid isPermaLink="false">http://proarcadescript.com/?p=265</guid>
		<description><![CDATA[As you know, tag cloud is a popular navigation structure used in blogs mostly. But I see no reason not to have the same thing on a flash arcade website. Because it's a simple yet effective way to represent the the entire games database to your visitors and keep the list of categories compact at the same time. This is why I've wrote this free addon. ]]></description>
			<content:encoded><![CDATA[<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> <h2>Adding a tag cloud on your flash games portal</h2>
<p>As you know, tag cloud is a popular navigation structure used in blogs mostly. But I see no reason not to have the same thing on a flash arcade website. Because it&#8217;s a simple yet effective way to represent the the entire games database to your visitors and keep the list of categories compact at the same time. This is why I&#8217;ve wrote this free addon. So, let&#8217;s get down to business.</p>
<p><span id="more-265"></span></p>
<p>First of all, you should download <a href="/downloads/tagcloud.zip">this archive</a> containing all php code needed to set up this addon. Once you have it, please follow these installation instructions:</p>
<ol>
<li>Edit your htaccess file located in the root folder of your site:
<ul>
<li>replace all [L] in the ends of the lines by [QSA,L]</li>
<li>add the following line in the end of the .htaccess file:<br />
        RewriteRule ^tag/(.*[^/])$ docs/doc.php?page=tag.php&amp;tag=$1 [QSA,L]<br />
        &nbsp;</li>
</ul>
</li>
<li>Create a new php block inside your CP (the &quot;blocks&quot; tab) with the following settings:<br />
    ID: TAGCLOUD<br />
    title: Tag cloud<br />
    filename: block_tagcloud<br />
    Pages: select all<br />
    Max. elements: 40<br />
    Sorting: random<br />
    Code: copy and paste php code from the &quot;tagcloud_code.txt&quot; file<br />
    Please note, the code contains some settings like cache ttl and useless tags, feel free to edit those settings.<br />
    Click &quot;Submit&quot; button<br />
    &nbsp;</li>
<li>Once the page block is created, go to the &quot;pages&quot; tab and create a new page with the following settings:<br />
    Page filename: tag.php<br />
    Meta title: !TAGNAME!<br />
    Link to this page must exist in the&#8230;: uncheck both<br />
    Menu Item Title: any<br />
    Meta Description: Games by tag !TAGNAME!<br />
    Meta Keywords: !TAGNAME! games<br />
    Code: copy and paste php code from the &quot;tagcloud_page.txt&quot; file<br />
    Click &quot;Submit&quot; button<br />
    &nbsp;</li>
<li>Now you just need to insert our block in the pages: in the &quot;pages&quot; tab open (one by one) all main pages for editing and place the !TAGCLOUD! macro where you wish it to be.</li>
</ol>
<p>That&#8217;s it.</p>
]]></content:encoded>
			<wfw:commentRss>http://proarcadescript.com/articles/tagcloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to integrate Google Analytics into your flasharcade site</title>
		<link>http://proarcadescript.com/articles/google-analytics/</link>
		<comments>http://proarcadescript.com/articles/google-analytics/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 08:49:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[stats]]></category>

		<guid isPermaLink="false">http://proarcadescript.com/?p=197</guid>
		<description><![CDATA[A short tutorial describing how to integrate Google Analytics into your flash arcade website.]]></description>
			<content:encoded><![CDATA[<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> <h2>How to integrate Google Analytics into your flasharcade site</h2>
<p>I bet you know, Google Analytics is one of the best tools out there for analyzing traffic on your flash arcade website. Once it&#8217;s installed, it will give you an enormous amount of information about who is coming to your site, which games your visitors like, what they&#8217;re looking for, and from where your traffic is coming from.</p>
<p>Yes, my script contains a built-in stats module, but it has no chance to win competing with the Google&#8217;s stats web application. So, if you want to know everything about your players, it&#8217;s time to integrate Goggle Analytics on your site.</p>
<h3>Step 1: Set Up Your Account</h3>
<ul>
<li>Go to <a href="http://www.google.com/analytics">Google Analytics</a>.</li>
<li>If you have a Google account, sign in using your email and password, otherwise sign up using their form.</li>
<li>Once you are signed in, create a new site profile to track its stats.</li>
<li>Google will provide you with a block of code. Copy this code &#8211; you&#8217;ll need it to insert into your web site&#8217;s template.</li>
</ul>
<h3>Step 2: Insert Google Analytics JavaScript Into Your Pages</h3>
<p>Now you should insert the javascript code you&#8217;ve got in your google analytics account into your pages. I&#8217;d suggest you to insert it in the last lines of html code in the &quot;block_footer.html&quot; &#8211; your footer&#8217;s template. </p>
<ul>
<li>Run your favorite FTP&nbsp;program and connect to your site&#8217;s FTP. </li>
<li>Find the &quot;block_footer.html&quot; file in the &quot;/templates/&lt;your theme&gt;/&quot; folder. </li>
<li>Download it and open in any text editor, for example in Notepad. </li>
<li>Insert Analytics code in the end of the file. </li>
<li>Save the file, close it and upload back to your site.</li>
</ul>
<p>That&#8217;s it, Analytics is installed on your gaming site. Just make sure it&#8217;s active &#8211; you can check up the status in the site&#8217;s settings inside your Google Analytics account.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://proarcadescript.com/articles/google-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arcade site monetization</title>
		<link>http://proarcadescript.com/articles/monetization/</link>
		<comments>http://proarcadescript.com/articles/monetization/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 14:27:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://proarcadescript.local/?p=35</guid>
		<description><![CDATA[Google Adsense, banners, manual and automatic link trading, affiliate schemes including BigFish partner program - we'll discuss them all in this article describing the most profitable ways of a gaming site's monetization.]]></description>
			<content:encoded><![CDATA[<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> <h2>Arcade site monetization</h2>
<p>Definitely a proarcadescript-powered flash arcade website can be highly profitable. There are wide variety of ways you can follow to monetize your gaming site and here I&#8217;ll describe you the most popular and promising ways. So let&#8217;s begin.</p>
<h3>Google AdSense</h3>
<p>Putting AdSense is the most common and simple way of a flash arcade site&#8217;s monetization. To start you just need to setup an account on google.com, get your AdSense code and place it on your site&rsquo;s pages. You&rsquo;ll find a short manual of putting an html code on your pages in the end of this article.</p>
<ul>
<li><strong>     Pros:</strong>
<ul>
<li>simplicity</li>
</ul>
</li>
</ul>
<ul>
<li><strong>Cons:</strong> 
<ul>
<li>low profit until your site is getting 1000s unique visits a day</li>
<li>low or no additional value to your players</li>
</ul>
</li>
</ul>
<p>&nbsp;</p>
<h3>TNX.net</h3>
<p>Let me tell you about the <a href="http://tnx.net">tnx.net</a> network which is called &ldquo;Text Link Revolution&rdquo; in some online and offline sources. As a TNX publisher you&rsquo;ll be able to sell links on every page of your website, instead of just the main page so whenever link on your website is sold to one of the advertisers, you get paid. The more pages you have on your site, the more links you can sell. I think that&rsquo;s cool, especially for gaming sites that contain 1000s pages in most cases. Have to say, you&rsquo;ll need an invite to join this advertising network, but don&rsquo;t worry, if you are one of my customers, just email me and I&rsquo;ll send you an invite.<strong> </strong></p>
<ul>
<li><strong>Pros:</strong>
<ul>
<li>higher profit</li>
<li>easy to install</li>
<li>works well even for new sites</li>
<li>you can spend the money you have earned inside the network to promote your sites</li>
</ul>
</li>
<li><strong>Cons:</strong>
<ul>
<li>low or no additional value to your players</li>
</ul>
</li>
</ul>
<p>&nbsp;</p>
<h3>Downloadable (shareware) games.</h3>
<p>This way of monetization seems to be one of the most interesting and valuable to you and to your visitors. Why? You will earn money each time someone purchase the full version of the game downloaded from your site. This is good for you. From the visitor&rsquo;s point of view your site will have more entertaining content and therefore is more interesting. But where can we get those downloadable games? The answer is pretty simple: <a href="http://bigfishgames.com">bigfishgames.com</a>. They have launched a great affiliate program called the Principal Network Partner (or PNP) that generates higher revenues than other comparable affiliate programs. The system allows you to set up an &quot;out of the box solution&quot; called &quot;My Game Space&quot; with reviews of games that you can share on your gaming portal. There is also the option to subscribe to an xml feed of their games to deeply integrate their system into your proarcadescript driven website.</p>
<ul>
<li><strong>Pros:</strong>
<ul>
<li>profit even on low traffic</li>
<li>easy to install (basic portal)</li>
<li>works well even for new sites</li>
<li>additional value to your players</li>
</ul>
</li>
<li><strong>Cons:</strong>
<ul>
<li>not so easy to integrate deeply into your site</li>
</ul>
</li>
</ul>
<p>&nbsp;</p>
<h3>Other affiliate programs</h3>
<p>Of course, Principal Network Partner is not the only affiliate program you can join. There are wide variety of other programs that can add value to your site and/or bring you money. You can resell books, DVDs, memberships (online casino for example), etc. Take a look at these search results on google: <a href="http://www.google.com/q=affiliate+programs">http://www.google.com/q=affiliate+programs</a> to find the right program for your flash arcade site.</p>
<p>&nbsp;</p>
<h3>Manual ad space trading</h3>
<p>Last but not the least way of monetization for your flash arcade site. Everything here is up to you: the prices, the terms&#8230; if you&rsquo;ll decide to sell text ad spots for $250 per month per spot, no one will blame you for that, no matter what is your site&rsquo;s PR. You&rsquo;ll just need someone willing to buy that advertising spots.</p>
<ul>
<li><strong>Pros:</strong>
<ul>
<li>even higher profit</li>
<li>easy to install</li>
<li>works well even for new sites</li>
</ul>
</li>
</ul>
<ul>
<li><strong>Cons:                  </strong>
<ul>
<li>low or no additional value to your players</li>
<li>it can be hard to find advertisers</li>
</ul>
</li>
</ul>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://proarcadescript.com/articles/monetization/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Video from YouTube on your flash arcade site</title>
		<link>http://proarcadescript.com/articles/publish-videos/</link>
		<comments>http://proarcadescript.com/articles/publish-videos/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 13:44:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://proarcadescript.local/?p=21</guid>
		<description><![CDATA[Publishing videos from YouTube, Gamespot and other video sources will make your gaming portal way more interesting and engaging to your site's audience. This article describes how to publish video movies on the proarcadescript-powered flash arcade site.]]></description>
			<content:encoded><![CDATA[<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> <h2>YouTube video on your flash arcade site</h2>
<p class="tj">I know, most webmasters do not consider arcade scripts as a good platform for video publishing, but that does not mean you can&#8217;t put a movie on your arcade site. After all, this will make your site a bit more interesting and I&#8217;m sure, your visitors will enjoy watching newest video game review or any other games-related videos.</p>
<p class="vivid">Please note, ProArcadeScript v1.3 or higher is required to publish external media.</p>
<h3>So, how can we publish a video file from Youtube?</h3>
<p>We&#8217;ll do that in 4 easy steps:</p>
<ul>
<li>Go to <a href="http://youtube.com">youtube.com</a> (or another site offering video movies) and find the movie to publish. Now take the thumbnail picture and give it any suitable name. You will upload this thumbnail to your own site later.</li>
<li>Now open video page and copy the &quot;Embed&quot; code to clipboard.</li>
<li>Finally, log in to your admin CP, click the &quot;Add game&quot; button and fill up the form as shown on the screenshot (embedded game code is pasted from the clipboard, width and height are taken from that code). Submit the form.</li>
</ul>
<p><img width="645" height="467" border="1" alt="" src="http://proarcadescript.com/wp-content/uploads/publish_video4.png" /></p>
<p class="tj">That&#8217;s it, you can also check up the result on <a href="http://www.arcadeous.com/category/gamevideo/">this page</a></p>
<h3>Comments and questions are welcome</h3>
<p class="tj">Have a question or want to discuss this article? Feel free to visit <a href="http://www.proarcadescript.com/forum/index.php/topic,1770.0.html">this thread</a> on ProArcadeScript forums</p>
<h3>Video Sources</h3>
<ul>
<li><a href="http://www.youtube.com/">YouTube.com</a></li>
<li><a href="http://video.ign.com/">IGN video</a></li>
<li><a href="http://www.gamespot.com/">GameSpot.com</a></li>
<li><a href="http://www.gamespy.com/index/movies.html">GameSpy.com</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://proarcadescript.com/articles/publish-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to show the most recent games on your pages</title>
		<link>http://proarcadescript.com/articles/most-recent/</link>
		<comments>http://proarcadescript.com/articles/most-recent/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 13:28:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://proarcadescript.local/?p=15</guid>
		<description><![CDATA[From this tutorial you'll learn 2 things at once: how to write a dynamic (php) page block for proarcadescript and how to display games of a certain type on a gaming site powered by proarcadescript.]]></description>
			<content:encoded><![CDATA[<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> <h2>How to show the most recent games on your pages</h2>
<p class="tj"><strong>Warning:</strong> since version 1.3 this block exists in default installation, so you don&#8217;t need to add it yourself. And in this case you can consider this tutorial as a tutorial about page blocks only.</p>
<p class="tj">So, let&#8217;s begin. <br />
<strong><a href="http://proarcadescript.com/wp-content/uploads/2009/11/add_recentgames_block.png" rel="lightbox[15]"><img width="190" height="160" src="http://proarcadescript.com/wp-content/uploads/2009/11/add_recentgames_block-190x160.png" alt="" title="add recentgames" class="alignright size-thumbnail wp-image-259" /></a>Step 1.</strong> Log in into your admin CP, open the &quot;Page Blocks&quot; tab and click the &quot;Add Block&quot; button. The form is quite simple, and you just need to fill it in as shown on the screenshot. I&#8217;ll just describe in few words what each value means.</p>
<ul>
<li><b>ID</b> &#8211; this is a unique identifier or macro name you can use in any template to show this block. The script will replace it by the actual contents of the block, in our case by the list of games added recently.</li>
<li><b>Block Type</b> &#8211; simply choose what your block is &#8211; a php script or just a piece of static html code.</li>
<li><b>Pages</b> &#8211; on which page your block will be visible and on which it will not; you can quickly access these switchers on the list of blocks, I bet you saw a series of red/green buttons there.</li>
<li><b>File Name</b> &#8211; this is where your block&#8217;s code will be stored. Please note, you should not add file extension in this field, and of course, the filename must be unique.</li>
<li><b>Title</b> &#8211; in most cases this is used in the list of blocks in the admin CP only, but in this tutorial I&#8217;ll show you how to show this field as a caption of the actual sidebar block on your arcade website</li>
<li><b>Max Elements</b> &#8211; if your block shows a list of items, games for example, this field is very handy and lets you to define how many items it should show at once.</li>
<li><b>Sorting</b> &#8211; defines how to organize our list of items. The list can be sorted by date of addition, by gameplays, etc. In our block we (of course) should choose &quot;By date added&quot;</li>
<li><b>Code</b> &#8211; yes, this is the place for the block&#8217;s code &#8211; html or php.</li>
</ul>
<p>Here is the values for our block: <br />
<b>ID:</b> RECENT<br />
<b>Title:</b> Added Recently<br />
<b>Block Type:</b> PHP Script<br />
<b>Pages: </b> Front, Category, Game<br />
<b>Filename:</b> sidelist_sorted<br />
<b>Max Elements:</b> 9 (or any other number)<br />
<b>Sorting:</b> By date added<br />
<b>Comments:</b> Anything<br />
<b>Code:</b> Take the code from the code.php.txt found in the attached archive<br />
Once all fields are filled, click the &quot;Submit&quot; button. The block is now created (but not functional yet.)</p>
<p class="tj"><b>Step 2.</b> Since this is a dynamic PHP block, it requires an html template to format the output. You should upload the &quot;block_default.html&quot; from the attached archive to your templates folder. The template has been made for &quot;Toys&quot; theme, but you can easity adapt it for using with other themes, just compare it with existing templates and make necessary changes in tags.</p>
<p class="tj"><a href="http://proarcadescript.com/wp-content/uploads/2009/11/add_recentgames_block_page.png" rel="lightbox[15]"><img width="190" height="160" src="http://proarcadescript.com/wp-content/uploads/2009/11/add_recentgames_block_page-190x160.png" alt="" title="add recent games" class="left size-thumbnail wp-image-261" /></a>And the final, <b>Step 3.</b> We are almost done, the only thing we should do &#8211; place our block&#8217;s ID in the main pages&#8217; html templates. To do that open the &quot;Pages&quot; tab inside admin CP (second screenshot) and edit all main pages as shown on the third screenshot &#8211; simply place !RECENT! where you would like to see them on your sidebars.<a href="http://proarcadescript.com/wp-content/uploads/2009/11/add_recentgames_block_pages.png" rel="lightbox[15]"><img width="190" height="160" src="http://proarcadescript.com/wp-content/uploads/2009/11/add_recentgames_block_pages-190x160.png" alt="" title="add recent games" class="right size-thumbnail wp-image-262" /></a></p>
<p>That&#8217;s it, now open your arcade site in browser and check how the new block is working</p>
<p><a href="/downloads/recent_games.zip">Download tutorial&#8217;s files</a></p>
<p>(You must be logged in to do that)</p>
]]></content:encoded>
			<wfw:commentRss>http://proarcadescript.com/articles/most-recent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add &#8220;Sitemap&#8221; page to your flash arcade website</title>
		<link>http://proarcadescript.com/articles/sitemap/</link>
		<comments>http://proarcadescript.com/articles/sitemap/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 12:54:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://proarcadescript.local/?p=13</guid>
		<description><![CDATA[In this short tutorial I'll show you how you can add a simple "sitemap" page to your flash arcade site.]]></description>
			<content:encoded><![CDATA[<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> <h2>How to add &quot;Sitemap&quot; page to your flash arcade website</h2>
<p class="tj">In this short tutorial I&#8217;ll show you how you can add a simple &quot;sitemap&quot; page to your flash arcade site.</p>
<p class="tj vivid">Please note: ProArcadeScript v1.3 or higher version is absolutely a must!</p>
<p class="tj">First of all, log in into your admin CP, open the &quot;Pages&quot; tab and click the &quot;Add Page&quot; button.<br />
I&#8217;m sure that&#8217;s not a problem for you to fill up the first few fields like page name, title, menu title, etc&#8230; I&#8217;ll just suggest you to name the new page &quot;sitemap.php&quot; and make it visible in the footer menu (mark the appropriate checkbox). Other fields&#8217; content is up to you.</p>
<p class="tj">Now let&#8217;s take care about the php code for our page. What should it do?.. A simple thing: is should look through entire database, find all categories, all active games for each category and all pages you&#8217;ve published on your arcade site. Once everything is found, the script must output all that data as a plain list. That&#8217;s it.</p>
<p class="tj">Registered users will find the code in the following archive: <a href="/downloads/sitemap.zip">sitemap.zip</a> (You must be logged in to download it). Copy that php code, paste it in the &quot;Code&quot; field in the &quot;new page&quot; form and click &quot;Submit&quot;. Everything&#8217;s done, the page is now created and you can find the link to it in your site&#8217;s footer menu.</p>
<p class="tj">One more thing, to make your sitemap page look better you can change the styles used in the list created by our php script. Here are the classes you can add in you theme&#8217;s styles.css file:</p>
<p class="code">h3.sitemap (the &quot;Sitemap&quot; caption)<br />
h4.sitemap (the secondary captions like &quot;Games&quot; and &quot;Pages&quot;)<br />
ul.sitemap (list of categories)<br />
ul.sitemap li (a category)<br />
ul.sitemap_games (list of games inside a category)<br />
ul.sitemap_games li (a game)</p>
]]></content:encoded>
			<wfw:commentRss>http://proarcadescript.com/articles/sitemap/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.265 seconds -->
