<?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"
	>

<channel>
	<title>AdSensePHP</title>
	<atom:link href="http://www.adsensephp.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adsensephp.com</link>
	<description>PHP Scripts for Google AdSense Code Generation</description>
	<pubDate>Wed, 16 Jul 2008 02:30:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>AdSensePHP Test Mode</title>
		<link>http://www.adsensephp.com/general/adsensephp-test-mode/</link>
		<comments>http://www.adsensephp.com/general/adsensephp-test-mode/#comments</comments>
		<pubDate>Thu, 07 Jun 2007 14:57:26 +0000</pubDate>
		<dc:creator>Eric Giguere</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.adsensephp.com/general/adsensephp-test-mode/</guid>
		<description><![CDATA[Version 0.7 of the AdSensePHP Lite script introduces a test mode, which is on by default. When test mode is enabled, AdSensePHP doesn&#8217;t generate any AdSense code. Instead, it generates a block of HTML that is the exact width and height of the link or ad unit that would normally be generated and that uses [...]]]></description>
			<content:encoded><![CDATA[<p>Version 0.7 of the AdSensePHP Lite script introduces a <b>test mode</b>, which is on by default. When test mode is enabled, AdSensePHP doesn&#8217;t generate any AdSense code. Instead, it generates a block of HTML that is the exact width and height of the link or ad unit that would normally be generated and that uses the same color palette the unit would use. Here&#8217;s an example of a half-banner in test mode:</p>
<p><center style="margin: 0; padding: 0;"></p>
<div style="width: 234px; height: 60px; background-color: #FFFFFF; margin: 0; padding: 0; border: none;">
<div style="position: relative; left: 1px; top: 1px; width: 232px; height: 58px; background-color: #FFFFFF; border: none; margin: 0; padding: 0;">
<table border="0" width="232" height="58" cellspacing="0" cellpadding="0">
<tr>
<td valign="center">
<p style="text-align: center; color: #000000; font-family: Arial, helv, sans-serif; font-size: 11px;"><a style="color: #0000FF;" href="http://www.adsensephp.com/adsensephp-test-mode/">AdSensePHP Test Mode</a><br />Turn off test mode to see the ad unit.</p>
</td>
</tr>
</table>
</div>
</div>
<p></center></p>
<p>Click the link and you&#8217;ll be sent to this page.</p>
<h2>Turning Off Test Mode</h2>
<p>Once you&#8217;re happy with the layout of your site/blog, turn test mode off by editing the adsensephp-lite.php file. Find this line:</p>
<pre>
$adsensephp_testmode = true;
</pre>
<p>And change it to:</p>
<pre>
$adsensephp_testmode = false;
</pre>
<p>That&#8217;s all you need to do!</p>
<p>For more information about why you&#8217;d want to use AdSensePHP&#8217;s test mode, see <a href="http://www.memwg.com/how-to-test-your-adsense-layouts/">How Test Your AdSense Layouts</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adsensephp.com/general/adsensephp-test-mode/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Introducing AdSensePHP</title>
		<link>http://www.adsensephp.com/general/introducing-adsensephp/</link>
		<comments>http://www.adsensephp.com/general/introducing-adsensephp/#comments</comments>
		<pubDate>Mon, 28 May 2007 19:21:18 +0000</pubDate>
		<dc:creator>Eric Giguere</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.adsensephp.com/general/introducing-adsensephp/</guid>
		<description><![CDATA[<br />
<b>Fatal error</b>:  Call to undefined function:  ualink() in <b>/home/adsensep/public_html/wp-content/plugins/runPHP/runPHP.php(383) : eval()'d code</b> on line <b>1</b><br />
