<?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 on: Scripts</title>
	<atom:link href="http://insanityville.com/scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://insanityville.com</link>
	<description>Reviews, free ajax shoutbox, free ajax validation, free ajax scripts, fun gallery and more</description>
	<lastBuildDate>Sat, 24 Dec 2011 22:25:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: in-sanity</title>
		<link>http://insanityville.com/scripts/comment-page-1/#comment-2336</link>
		<dc:creator>in-sanity</dc:creator>
		<pubDate>Fri, 22 Jul 2011 07:39:11 +0000</pubDate>
		<guid isPermaLink="false">#comment-2336</guid>
		<description>Yes, you can modify it to suit your needs. thanks for using it.</description>
		<content:encoded><![CDATA[<p>Yes, you can modify it to suit your needs. thanks for using it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prat</title>
		<link>http://insanityville.com/scripts/comment-page-1/#comment-2334</link>
		<dc:creator>prat</dc:creator>
		<pubDate>Thu, 21 Jul 2011 17:16:20 +0000</pubDate>
		<guid isPermaLink="false">#comment-2334</guid>
		<description>Hi,
Can I modify your script (language, select &amp; insert query, layout, etc) when embedding to my website?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Can I modify your script (language, select &amp; insert query, layout, etc) when embedding to my website?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mo</title>
		<link>http://insanityville.com/scripts/comment-page-1/#comment-1683</link>
		<dc:creator>mo</dc:creator>
		<pubDate>Tue, 02 Nov 2010 02:00:22 +0000</pubDate>
		<guid isPermaLink="false">#comment-1683</guid>
		<description>Where? I cant find the addEmoticons() function either in shoutbox class or code.js. Maybe u forgot to put the updated script on the link above.</description>
		<content:encoded><![CDATA[<p>Where? I cant find the addEmoticons() function either in shoutbox class or code.js. Maybe u forgot to put the updated script on the link above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: in-sanity</title>
		<link>http://insanityville.com/scripts/comment-page-1/#comment-1682</link>
		<dc:creator>in-sanity</dc:creator>
		<pubDate>Mon, 01 Nov 2010 22:16:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-1682</guid>
		<description>@mo The shoutbox script already has support for emoticons. Look trough the code.</description>
		<content:encoded><![CDATA[<p>@mo The shoutbox script already has support for emoticons. Look trough the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mo</title>
		<link>http://insanityville.com/scripts/comment-page-1/#comment-1681</link>
		<dc:creator>mo</dc:creator>
		<pubDate>Mon, 01 Nov 2010 17:50:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-1681</guid>
		<description>Can u explain how to add the emoticon on ur shoutbox? Please give me the details code. Thx</description>
		<content:encoded><![CDATA[<p>Can u explain how to add the emoticon on ur shoutbox? Please give me the details code. Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: in-sanity</title>
		<link>http://insanityville.com/scripts/comment-page-1/#comment-1493</link>
		<dc:creator>in-sanity</dc:creator>
		<pubDate>Tue, 04 May 2010 17:07:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-1493</guid>
		<description>You didn&#039;t add the smiley combination in the right place. You must add it to the addEmoticons() method. You have 2 arrays. There you must add new emoticons. Keep me posted.</description>
		<content:encoded><![CDATA[<p>You didn&#8217;t add the smiley combination in the right place. You must add it to the addEmoticons() method. You have 2 arrays. There you must add new emoticons. Keep me posted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamine</title>
		<link>http://insanityville.com/scripts/comment-page-1/#comment-1491</link>
		<dc:creator>Jamine</dc:creator>
		<pubDate>Tue, 04 May 2010 14:29:05 +0000</pubDate>
		<guid isPermaLink="false">#comment-1491</guid>
		<description>Shoutbox smileys does not work what happened ?

private function strFilter($string) {
$string = str_replace(&quot;http://&quot;, &quot;&quot;, $string);
$string = str_replace(&quot;&quot;, &quot;&quot;, $string);
$string = str_replace(&quot;:)&quot;, &quot;&quot;, $string);
$string = str_replace(&quot;::(&quot;, &quot;&quot;, $string);
$string = addslashes($string);
return $string;
}

pls help me :(</description>
		<content:encoded><![CDATA[<p>Shoutbox smileys does not work what happened ?</p>
<p>private function strFilter($string) {<br />
$string = str_replace(&#8220;http://&#8221;, &#8220;&#8221;, $string);<br />
$string = str_replace(&#8220;&#8221;, &#8220;&#8221;, $string);<br />
$string = str_replace(&#8220;:)&#8221;, &#8220;&#8221;, $string);<br />
$string = str_replace(&#8220;::(&#8220;, &#8220;&#8221;, $string);<br />
$string = addslashes($string);<br />
return $string;<br />
}</p>
<p>pls help me <img src='http://insanityville.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Insanityville &#8211; AJAX Shoutbox - Reviews, free ajax shoutbox, free ajax validation, free ajax scripts, fun gallery and more</title>
		<link>http://insanityville.com/scripts/comment-page-1/#comment-1489</link>
		<dc:creator>Insanityville &#8211; AJAX Shoutbox - Reviews, free ajax shoutbox, free ajax validation, free ajax scripts, fun gallery and more</dc:creator>
		<pubDate>Sat, 01 May 2010 22:09:59 +0000</pubDate>
		<guid isPermaLink="false">#comment-1489</guid>
		<description>[...] Scripts [...]</description>
		<content:encoded><![CDATA[<p>[...] Scripts [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barbu Catalin Viorel</title>
		<link>http://insanityville.com/scripts/comment-page-1/#comment-1093</link>
		<dc:creator>Barbu Catalin Viorel</dc:creator>
		<pubDate>Thu, 10 Sep 2009 01:22:14 +0000</pubDate>
		<guid isPermaLink="false">#comment-1093</guid>
		<description>Hello,i have download Yahoo Status Checker and installed , but don`t show right when some one is invisible, show &quot;offline&quot;. I`ve tried to search direct from your demo website and same problem. Thanks</description>
		<content:encoded><![CDATA[<p>Hello,i have download Yahoo Status Checker and installed , but don`t show right when some one is invisible, show &#8220;offline&#8221;. I`ve tried to search direct from your demo website and same problem. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iptables</title>
		<link>http://insanityville.com/scripts/comment-page-1/#comment-670</link>
		<dc:creator>iptables</dc:creator>
		<pubDate>Wed, 10 Jun 2009 03:43:45 +0000</pubDate>
		<guid isPermaLink="false">#comment-670</guid>
		<description>:( Link broken!!! Please send me the arhive .zip at: iptables@msn.com thanks</description>
		<content:encoded><![CDATA[<p> <img src='http://insanityville.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  Link broken!!! Please send me the arhive .zip at: <a href="mailto:iptables@msn.com">iptables@msn.com</a> thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G</title>
		<link>http://insanityville.com/scripts/comment-page-1/#comment-562</link>
		<dc:creator>G</dc:creator>
		<pubDate>Fri, 29 May 2009 11:42:35 +0000</pubDate>
		<guid isPermaLink="false">#comment-562</guid>
		<description>Please fix the downloads i really like your scripts, G</description>
		<content:encoded><![CDATA[<p>Please fix the downloads i really like your scripts, G</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: istoppedsmokingrightnow</title>
		<link>http://insanityville.com/scripts/comment-page-1/#comment-416</link>
		<dc:creator>istoppedsmokingrightnow</dc:creator>
		<pubDate>Thu, 14 May 2009 19:41:24 +0000</pubDate>
		<guid isPermaLink="false">#comment-416</guid>
		<description>please fix the download links, i would really like to try the shoutbox!</description>
		<content:encoded><![CDATA[<p>please fix the download links, i would really like to try the shoutbox!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabriel</title>
		<link>http://insanityville.com/scripts/comment-page-1/#comment-218</link>
		<dc:creator>gabriel</dc:creator>
		<pubDate>Fri, 01 May 2009 20:16:53 +0000</pubDate>
		<guid isPermaLink="false">#comment-218</guid>
		<description>Downloads do not work, i get 404 page.</description>
		<content:encoded><![CDATA[<p>Downloads do not work, i get 404 page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://insanityville.com/scripts/comment-page-1/#comment-28</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Tue, 21 Apr 2009 21:38:45 +0000</pubDate>
		<guid isPermaLink="false">#comment-28</guid>
		<description>HI
is Yahoo Status Checker scrip for sale ?

THX.</description>
		<content:encoded><![CDATA[<p>HI<br />
is Yahoo Status Checker scrip for sale ?</p>
<p>THX.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

