<?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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments for scriptingBlog.com</title>
	<atom:link href="http://www.scriptingblog.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.scriptingblog.com</link>
	<description>For those who work online</description>
	<pubDate>Sat, 04 Jul 2009 14:58:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on PHP File Manager V1.2 by Tom</title>
		<link>http://www.scriptingblog.com/php-and-mysql/php-file-manager-v12/50/comment-page-1#comment-29</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 14 May 2009 03:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptingblog.com/?p=50#comment-29</guid>
		<description>Very limited in that it has no password or user control.</description>
		<content:encoded><![CDATA[<p>Very limited in that it has no password or user control.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Ad Rotator by tantan</title>
		<link>http://www.scriptingblog.com/php-and-mysql/simple-ad-rotator/13/comment-page-1#comment-28</link>
		<dc:creator>tantan</dc:creator>
		<pubDate>Tue, 05 May 2009 18:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptingblog.com/?p=13#comment-28</guid>
		<description>Nice! I spent a couple of hours to find this script. Finally I got it now. Thank you very much!</description>
		<content:encoded><![CDATA[<p>Nice! I spent a couple of hours to find this script. Finally I got it now. Thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP File Manager V1.2 by Muhammed</title>
		<link>http://www.scriptingblog.com/php-and-mysql/php-file-manager-v12/50/comment-page-1#comment-24</link>
		<dc:creator>Muhammed</dc:creator>
		<pubDate>Mon, 19 Jan 2009 23:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptingblog.com/?p=50#comment-24</guid>
		<description>i hope that it works because ineed it so much
i hope that its a great script iam intented to edit it in order to putout my own one 
ok 
thanks any way 
ill see terms!! do  not worry</description>
		<content:encoded><![CDATA[<p>i hope that it works because ineed it so much<br />
i hope that its a great script iam intented to edit it in order to putout my own one<br />
ok<br />
thanks any way<br />
ill see terms!! do  not worry</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP File Manager V1.2 by jef</title>
		<link>http://www.scriptingblog.com/php-and-mysql/php-file-manager-v12/50/comment-page-1#comment-23</link>
		<dc:creator>jef</dc:creator>
		<pubDate>Sat, 10 Jan 2009 22:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptingblog.com/?p=50#comment-23</guid>
		<description>This is very nice. I'll probably continue using it though I'd like to modify the login/directory code to allow multi-user.

One thing though is that even with the 'only_below' setting set to 1 you can still put ../../etc and such into the Go field and at least view directories outside of 'initial_folder'</description>
		<content:encoded><![CDATA[<p>This is very nice. I&#8217;ll probably continue using it though I&#8217;d like to modify the login/directory code to allow multi-user.</p>
<p>One thing though is that even with the &#8216;only_below&#8217; setting set to 1 you can still put ../../etc and such into the Go field and at least view directories outside of &#8216;initial_folder&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remove Letter Accents from Text by Guillermo</title>
		<link>http://www.scriptingblog.com/php-and-mysql/remove-letter-accents-from-text/39/comment-page-1#comment-22</link>
		<dc:creator>Guillermo</dc:creator>
		<pubDate>Mon, 29 Dec 2008 11:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptingblog.com/?p=39#comment-22</guid>
		<description>Absolutely excellent function! Thanks a lot! :D
Wouldn't it be better if the $from and $to were already an array instead of being exploded?
(see: http://pastebin.com/f33332c83)

Cheers!</description>
		<content:encoded><![CDATA[<p>Absolutely excellent function! Thanks a lot! <img src='http://www.scriptingblog.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
Wouldn&#8217;t it be better if the $from and $to were already an array instead of being exploded?<br />
(see: <a href="http://pastebin.com/f33332c83" rel="nofollow">http://pastebin.com/f33332c83</a>)</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Ad Rotator by Christina</title>
		<link>http://www.scriptingblog.com/php-and-mysql/simple-ad-rotator/13/comment-page-1#comment-20</link>
		<dc:creator>Christina</dc:creator>
		<pubDate>Wed, 24 Dec 2008 13:16:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptingblog.com/?p=13#comment-20</guid>
		<description>Okay, not all of the code came through:


    // creade ads
    $show_ads = "&lt;table width='100%' border='0' cellspacing='0' cellpadding='5' class='ads'&gt;";
    for($i=0; $i&lt;$number_of_ads; $i++){
        $e = $ad[$rand_keys[$i]];
        $show_ads .= "


&lt;tr&gt;&lt;td colspan='2' width='100%'&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width='200'&gt;&lt;div align='center'&gt;{$e[0]}&lt;/div&gt;&lt;/td&gt;
&lt;td&gt;&lt;p&gt;
{$e[1]}
&lt;a href='{$e[3]}' style='font:10pt Arial; color: #009900' target='_blank'&gt;{$e[2]}&lt;/a&gt;&lt;/p&gt;

&lt;p style='text-align:justify;'&gt;{$e[4]}&lt;/p&gt;
&lt;/td&gt;&lt;/tr&gt;
";
    }
    $show_ads .= "&lt;/table&gt;";
    
    echo $show_ads;
}
    
?&gt;</description>
		<content:encoded><![CDATA[<p>Okay, not all of the code came through:</p>
<p>    // creade ads<br />
    $show_ads = &#8220;&lt;table width=&#8217;100%&#8217; border=&#8217;0&#8242; cellspacing=&#8217;0&#8242; cellpadding=&#8217;5&#8242; class=&#8217;ads&#8217;&gt;&#8221;;<br />
    for($i=0; $i&lt;$number_of_ads; $i++){<br />
        $e = $ad[$rand_keys[$i]];<br />
        $show_ads .= &#8221;</p>
<p>&lt;tr&gt;&lt;td colspan=&#8217;2&#8242; width=&#8217;100%&#8217;&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;<br />
&lt;tr&gt;&lt;td width=&#8217;200&#8242;&gt;&lt;div align=&#8217;center&#8217;&gt;{$e[0]}&lt;/div&gt;&lt;/td&gt;<br />
&lt;td&gt;&lt;p&gt;<br />
{$e[1]}<br />
&lt;a href=&#8217;{$e[3]}&#8217; style=&#8217;font:10pt Arial; color: #009900&#8242; target=&#8217;_blank&#8217;&gt;{$e[2]}&lt;/a&gt;&lt;/p&gt;</p>
<p>&lt;p style=&#8217;text-align:justify;&#8217;&gt;{$e[4]}&lt;/p&gt;<br />
&lt;/td&gt;&lt;/tr&gt;<br />
&#8220;;<br />
    }<br />
    $show_ads .= &#8220;&lt;/table&gt;&#8221;;</p>
<p>    echo $show_ads;<br />
}</p>
<p>?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Ad Rotator by Christina</title>
		<link>http://www.scriptingblog.com/php-and-mysql/simple-ad-rotator/13/comment-page-1#comment-19</link>
		<dc:creator>Christina</dc:creator>
		<pubDate>Wed, 24 Dec 2008 13:13:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptingblog.com/?p=13#comment-19</guid>
		<description>Yes, you can use images.  When I was the webmaster for gotostcroix.com and during the redesign we needed to rotate the paid advertisers on the appropriate pages, e.g., resorts.

I also used more fields //USAGE $ad[] = array("Images", "Ad Title and contact info", "display url", "URL","ad copy");

I modified the above to script to:

 // create ads
    $show_ads = "";
    for($i=0; $i&lt;$number_of_ads; $i++){
        $e = $ad[$rand_keys[$i]];
        $show_ads .= "



{$e[0]}

{$e[1]}
&lt;a href='{$e[3]}' rel="nofollow"&gt;{$e[2]}&lt;/a&gt;

{$e[4]}

";
    }
    $show_ads .= "";
    
    echo $show_ads;
}
    
?&gt; 

Example of code:

$ad[] = array("", "&lt;strong&gt;Main Title &lt;/strong&gt;
         Subtitle 
         Phone", "domainname.com", "http://www.domainname.com/",  "Text for ad goes here.");

You can see it in action here: http://www.gotostcroix.com/resorts.php</description>
		<content:encoded><![CDATA[<p>Yes, you can use images.  When I was the webmaster for gotostcroix.com and during the redesign we needed to rotate the paid advertisers on the appropriate pages, e.g., resorts.</p>
<p>I also used more fields //USAGE $ad[] = array(&#8221;Images&#8221;, &#8220;Ad Title and contact info&#8221;, &#8220;display url&#8221;, &#8220;URL&#8221;,&#8221;ad copy&#8221;);</p>
<p>I modified the above to script to:</p>
<p> // create ads<br />
    $show_ads = &#8220;&#8221;;<br />
    for($i=0; $i&lt;$number_of_ads; $i++){<br />
        $e = $ad[$rand_keys[$i]];<br />
        $show_ads .= &#8221;</p>
<p>{$e[0]}</p>
<p>{$e[1]}<br />
<a href='{$e[3]}' rel="nofollow">{$e[2]}</a></p>
<p>{$e[4]}</p>
<p>&#8220;;<br />
    }<br />
    $show_ads .= &#8220;&#8221;;</p>
<p>    echo $show_ads;<br />
}</p>
<p>?&gt; </p>
<p>Example of code:</p>
<p>$ad[] = array(&#8221;", &#8220;<strong>Main Title </strong><br />
         Subtitle<br />
         Phone&#8221;, &#8220;domainname.com&#8221;, &#8220;http://www.domainname.com/&#8221;,  &#8220;Text for ad goes here.&#8221;);</p>
<p>You can see it in action here: <a href="http://www.gotostcroix.com/resorts.php" rel="nofollow">http://www.gotostcroix.com/resorts.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP File Manager V1.2 by val</title>
		<link>http://www.scriptingblog.com/php-and-mysql/php-file-manager-v12/50/comment-page-1#comment-18</link>
		<dc:creator>val</dc:creator>
		<pubDate>Tue, 09 Dec 2008 10:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptingblog.com/?p=50#comment-18</guid>
		<description>Now this, I really like - sometimes I build sites for others, and many are 'novices' when it comes to FTP; I'll be taking a serious look at this one.</description>
		<content:encoded><![CDATA[<p>Now this, I really like - sometimes I build sites for others, and many are &#8216;novices&#8217; when it comes to FTP; I&#8217;ll be taking a serious look at this one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Ad Rotator by val</title>
		<link>http://www.scriptingblog.com/php-and-mysql/simple-ad-rotator/13/comment-page-1#comment-17</link>
		<dc:creator>val</dc:creator>
		<pubDate>Tue, 09 Dec 2008 10:31:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptingblog.com/?p=13#comment-17</guid>
		<description>I like this ... I'm looking at it, wondering how I can replace the 'text' with Images - so I can display Banner ads, and/or Text ads - This would allow me to cut out middle men and advertisers can pay ME for spots on my site, or websites; It's late; im going to bed; Im going to contact you about this soon; any ideas on Displaying the Banners would be great :)</description>
		<content:encoded><![CDATA[<p>I like this &#8230; I&#8217;m looking at it, wondering how I can replace the &#8216;text&#8217; with Images - so I can display Banner ads, and/or Text ads - This would allow me to cut out middle men and advertisers can pay ME for spots on my site, or websites; It&#8217;s late; im going to bed; Im going to contact you about this soon; any ideas on Displaying the Banners would be great <img src='http://www.scriptingblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remove Letter Accents from Text by Kek</title>
		<link>http://www.scriptingblog.com/php-and-mysql/remove-letter-accents-from-text/39/comment-page-1#comment-16</link>
		<dc:creator>Kek</dc:creator>
		<pubDate>Thu, 13 Nov 2008 14:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptingblog.com/?p=39#comment-16</guid>
		<description>EXELENT!!! muchas gracias!! funciona mejor que los otros que he visto.</description>
		<content:encoded><![CDATA[<p>EXELENT!!! muchas gracias!! funciona mejor que los otros que he visto.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
