<?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 yalamber.com</title>
	<atom:link href="http://yalamber.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://yalamber.com</link>
	<description>Web application developer</description>
	<lastBuildDate>Fri, 17 Feb 2012 18:29:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on Modrewrite.com by Prasad</title>
		<link>http://yalamber.com/2008/09/modrewritecom/#comment-341</link>
		<dc:creator>Prasad</dc:creator>
		<pubDate>Fri, 17 Feb 2012 18:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://yalamber.com/?p=47#comment-341</guid>
		<description>I find this is a really good resource for mod-rewrite. 
http://www.generateit.net/mod-rewrite/</description>
		<content:encoded><![CDATA[<p>I find this is a really good resource for mod-rewrite.<br />
<a href="http://www.generateit.net/mod-rewrite/" rel="nofollow">http://www.generateit.net/mod-rewrite/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get top parent page id in wordpress. by Lok Bahadur Thapa</title>
		<link>http://yalamber.com/2011/11/get-top-parent-page-id-in-wordpress/#comment-279</link>
		<dc:creator>Lok Bahadur Thapa</dc:creator>
		<pubDate>Thu, 17 Nov 2011 02:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://yalamber.com/?p=321#comment-279</guid>
		<description>really helpful... :razz:</description>
		<content:encoded><![CDATA[<p>really helpful&#8230; <img src='http://yalamber.com/wp-includes/images/smilies/icon_razz.gif' alt=':razz:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SEO friendly timthumb on wordpress by yalamber</title>
		<link>http://yalamber.com/2011/11/seo-friendly-timthumb-on-wordpress/#comment-278</link>
		<dc:creator>yalamber</dc:creator>
		<pubDate>Sun, 13 Nov 2011 17:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://yalamber.com/?p=318#comment-278</guid>
		<description>if you mean image inserted in the post body, then you will have to first get the image by using regexp from the post body. then you can use that image is place of source for image. need to make sure image is from allowed domain name in your timthumb script.</description>
		<content:encoded><![CDATA[<p>if you mean image inserted in the post body, then you will have to first get the image by using regexp from the post body. then you can use that image is place of source for image. need to make sure image is from allowed domain name in your timthumb script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SEO friendly timthumb on wordpress by Avinash</title>
		<link>http://yalamber.com/2011/11/seo-friendly-timthumb-on-wordpress/#comment-273</link>
		<dc:creator>Avinash</dc:creator>
		<pubDate>Mon, 07 Nov 2011 13:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://yalamber.com/?p=318#comment-273</guid>
		<description>Nice trick..

Is there a way to use this by getting the first image in the post instead of the attachment.</description>
		<content:encoded><![CDATA[<p>Nice trick..</p>
<p>Is there a way to use this by getting the first image in the post instead of the attachment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SEO friendly timthumb on wordpress by Gunjan</title>
		<link>http://yalamber.com/2011/11/seo-friendly-timthumb-on-wordpress/#comment-270</link>
		<dc:creator>Gunjan</dc:creator>
		<pubDate>Fri, 04 Nov 2011 12:02:39 +0000</pubDate>
		<guid isPermaLink="false">http://yalamber.com/?p=318#comment-270</guid>
		<description>Nice helped me. thank you</description>
		<content:encoded><![CDATA[<p>Nice helped me. thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contact by yalamber</title>
		<link>http://yalamber.com/contact/#comment-234</link>
		<dc:creator>yalamber</dc:creator>
		<pubDate>Sun, 25 Sep 2011 19:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://yalamber.com/#comment-234</guid>
		<description>Is it activated? is your theme widgets enabled?</description>
		<content:encoded><![CDATA[<p>Is it activated? is your theme widgets enabled?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing unpk/pk function to database based in phpizabi by bertran</title>
		<link>http://yalamber.com/2008/09/form-unpk-pk-to-db-based/#comment-224</link>
		<dc:creator>bertran</dc:creator>
		<pubDate>Tue, 06 Sep 2011 11:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://yalamber.com/?p=51#comment-224</guid>
		<description>I&#039;m a newbie in PHP, so take it carefully!!
I&#039;m trying to migrate PHPIzabi to Drupal, and I&#039;ve found this post very useful, thank you Yalamber!

I just needed to change a few things to fit my PHP/MySQL versions:

Queryes:
CREATE TABLE IF NOT EXISTS `phpizabi_contact` (
  `id` int(9) NOT NULL auto_increment,
  `user` int(9) NOT NULL,
  `friend` int(9) NOT NULL,
  `date` int(32) NOT NULL,
  `is_blocked` tinyint(1) NOT NULL default &#039;0&#039;,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;


CREATE TABLE IF NOT EXISTS `phpizabi_contact_request` (
  `id` int(9) NOT NULL auto_increment,
  `for_user` int(9) NOT NULL,
  `from_user` int(9) NOT NULL,
  `date` int(32) NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;


CREATE TABLE IF NOT EXISTS `phpizabi_gallery` (
`id` int(11) NOT NULL auto_increment,
`user` int(10) NOT NULL default &#039;0&#039;,
`img` varchar(100) NOT NULL default &#039;0&#039;,
`date` int(32) NOT NULL,
`album_id` int(32) NOT NULL default &#039;0&#039;,
`title` varchar(250) NOT NULL default &#039;&#039;,
`description` longtext NOT NULL,
`views` int(10) NOT NULL default &#039;0&#039;,
`comments` int(10) NOT NULL default &#039;0&#039;,
`rating` float NOT NULL default &#039;0&#039;,
`votes` int(11) NOT NULL default &#039;0&#039;,
`is_mainpicture` tinyint(1) NOT NULL default &#039;0&#039;,
PRIMARY KEY `id` (`id`),
FULLTEXT KEY `title` (`title`,`description`)
) ENGINE=MyISAM ;


CREATE TABLE IF NOT EXISTS `phpizabi_gallery_album` (
`id` int(11) NOT NULL auto_increment,
`user` int(10) NOT NULL default &#039;0&#039;,
`date` int(64) NOT NULL default &#039;0&#039;,
`cover_img` varchar(64) NOT NULL,
`album_name` varchar(20) NOT NULL default &#039;&#039;,
`album_description` text NOT NULL,
PRIMARY KEY `id` (`id`),
FULLTEXT KEY `album_name` (`album_name`,`album_description`)
) ENGINE=MyISAM ;

Regarding PHP, I&#039;ve placed it in a modified versions of gallery.php just keeping 
headers and renaming it gallery2.php and calling it via: 
www.yoursite.com/?L=pictures.gallery2

 Load(&quot;contacts&quot;);
	$tpl -&gt; GetObjects();

        $sql = myQ(&quot;SELECT `id`,`contacts` FROM `[x]users`&quot;) or die(mysql_error());
        while($row = myF($sql)){
        $contacts = unpk($row[&quot;contacts&quot;]);
        if (!is_array($contacts)) $contacts = array();
        
        foreach ($contacts as $groupName =&gt; $usersArray) {
        
        if (is_array($usersArray)) foreach ($usersArray as $userArrayKey =&gt; $userEntity) {
        myQ(&quot;
        INSERT INTO `[x]contact` (`user`,`friend`,`date`)
        VALUES
        (&#039;{$row[&quot;id&quot;]}&#039;,&#039;{$userEntity}&#039;,&#039;&quot;.time().&quot;&#039;)
        &quot;);
        
        }
        }
        }
	$tpl -&gt; CleanZones();
	$tpl -&gt; Flush();
?&gt;

Regarding Contacts: contacts.php just keeping 
headers and renaming it contacts2.php and calling it via: 
www.yoursite.com/?L=contacts.contacts2

 Load(&quot;gallery&quot;);
	$tpl -&gt; GetObjects();

            $sql = myQ(&quot;
                        SELECT `id`,`pictures`, `username` FROM `[x]users`
                       &quot;) or die(mysql_error());
            echo $sql;
            
            while($row = myF($sql)){
            $pictures = unpk($row[&quot;pictures&quot;]);
            if (!is_array($pictures)) $pictures = array();
            
            foreach ($pictures as $pic) {
            myQ(&quot;
            INSERT INTO `[x]gallery` (`user`,`img`,`date`,`title`,`description`,`is_mainpicture`)
            VALUES
            (&#039;{$row[&quot;id&quot;]}&#039;,&#039;{$pic[&quot;FILE&quot;]}&#039;,&#039;&quot;.time().&quot;&#039;,&#039;{$pic[&quot;NAME&quot;]}&#039;,&#039;{$pic[&quot;DESCRIPTION&quot;]}&#039;,&#039;{$pic[&quot;MAIN&quot;]}&#039;)
            &quot;) or die(mysql_error());
            }
            }

	$tpl -&gt; CleanZones();
	$tpl -&gt; Flush();
?&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;m a newbie in PHP, so take it carefully!!<br />
I&#8217;m trying to migrate PHPIzabi to Drupal, and I&#8217;ve found this post very useful, thank you Yalamber!</p>
<p>I just needed to change a few things to fit my PHP/MySQL versions:</p>
<p>Queryes:<br />
CREATE TABLE IF NOT EXISTS `phpizabi_contact` (<br />
  `id` int(9) NOT NULL auto_increment,<br />
  `user` int(9) NOT NULL,<br />
  `friend` int(9) NOT NULL,<br />
  `date` int(32) NOT NULL,<br />
  `is_blocked` tinyint(1) NOT NULL default &#8217;0&#8242;,<br />
  PRIMARY KEY  (`id`)<br />
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;</p>
<p>CREATE TABLE IF NOT EXISTS `phpizabi_contact_request` (<br />
  `id` int(9) NOT NULL auto_increment,<br />
  `for_user` int(9) NOT NULL,<br />
  `from_user` int(9) NOT NULL,<br />
  `date` int(32) NOT NULL,<br />
  PRIMARY KEY  (`id`)<br />
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;</p>
<p>CREATE TABLE IF NOT EXISTS `phpizabi_gallery` (<br />
`id` int(11) NOT NULL auto_increment,<br />
`user` int(10) NOT NULL default &#8217;0&#8242;,<br />
`img` varchar(100) NOT NULL default &#8217;0&#8242;,<br />
`date` int(32) NOT NULL,<br />
`album_id` int(32) NOT NULL default &#8217;0&#8242;,<br />
`title` varchar(250) NOT NULL default &#8221;,<br />
`description` longtext NOT NULL,<br />
`views` int(10) NOT NULL default &#8217;0&#8242;,<br />
`comments` int(10) NOT NULL default &#8217;0&#8242;,<br />
`rating` float NOT NULL default &#8217;0&#8242;,<br />
`votes` int(11) NOT NULL default &#8217;0&#8242;,<br />
`is_mainpicture` tinyint(1) NOT NULL default &#8217;0&#8242;,<br />
PRIMARY KEY `id` (`id`),<br />
FULLTEXT KEY `title` (`title`,`description`)<br />
) ENGINE=MyISAM ;</p>
<p>CREATE TABLE IF NOT EXISTS `phpizabi_gallery_album` (<br />
`id` int(11) NOT NULL auto_increment,<br />
`user` int(10) NOT NULL default &#8217;0&#8242;,<br />
`date` int(64) NOT NULL default &#8217;0&#8242;,<br />
`cover_img` varchar(64) NOT NULL,<br />
`album_name` varchar(20) NOT NULL default &#8221;,<br />
`album_description` text NOT NULL,<br />
PRIMARY KEY `id` (`id`),<br />
FULLTEXT KEY `album_name` (`album_name`,`album_description`)<br />
) ENGINE=MyISAM ;</p>
<p>Regarding PHP, I&#8217;ve placed it in a modified versions of gallery.php just keeping<br />
headers and renaming it gallery2.php and calling it via:<br />
<a href="http://www.yoursite.com/?L=pictures.gallery2" rel="nofollow">http://www.yoursite.com/?L=pictures.gallery2</a></p>
<p> Load(&#8220;contacts&#8221;);<br />
	$tpl -&gt; GetObjects();</p>
<p>        $sql = myQ(&#8220;SELECT `id`,`contacts` FROM `[x]users`&#8221;) or die(mysql_error());<br />
        while($row = myF($sql)){<br />
        $contacts = unpk($row["contacts"]);<br />
        if (!is_array($contacts)) $contacts = array();</p>
<p>        foreach ($contacts as $groupName =&gt; $usersArray) {</p>
<p>        if (is_array($usersArray)) foreach ($usersArray as $userArrayKey =&gt; $userEntity) {<br />
        myQ(&#8221;<br />
        INSERT INTO `[x]contact` (`user`,`friend`,`date`)<br />
        VALUES<br />
        (&#8216;{$row["id"]}&#8217;,'{$userEntity}&#8217;,'&#8221;.time().&#8221;&#8216;)<br />
        &#8220;);</p>
<p>        }<br />
        }<br />
        }<br />
	$tpl -&gt; CleanZones();<br />
	$tpl -&gt; Flush();<br />
?&gt;</p>
<p>Regarding Contacts: contacts.php just keeping<br />
headers and renaming it contacts2.php and calling it via:<br />
<a href="http://www.yoursite.com/?L=contacts.contacts2" rel="nofollow">http://www.yoursite.com/?L=contacts.contacts2</a></p>
<p> Load(&#8220;gallery&#8221;);<br />
	$tpl -&gt; GetObjects();</p>
<p>            $sql = myQ(&#8221;<br />
                        SELECT `id`,`pictures`, `username` FROM `[x]users`<br />
                       &#8220;) or die(mysql_error());<br />
            echo $sql;</p>
<p>            while($row = myF($sql)){<br />
            $pictures = unpk($row["pictures"]);<br />
            if (!is_array($pictures)) $pictures = array();</p>
<p>            foreach ($pictures as $pic) {<br />
            myQ(&#8221;<br />
            INSERT INTO `[x]gallery` (`user`,`img`,`date`,`title`,`description`,`is_mainpicture`)<br />
            VALUES<br />
            (&#8216;{$row["id"]}&#8217;,'{$pic["FILE"]}&#8217;,'&#8221;.time().&#8221;&#8216;,&#8217;{$pic["NAME"]}&#8217;,'{$pic["DESCRIPTION"]}&#8217;,'{$pic["MAIN"]}&#8217;)<br />
            &#8220;) or die(mysql_error());<br />
            }<br />
            }</p>
<p>	$tpl -&gt; CleanZones();<br />
	$tpl -&gt; Flush();<br />
?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contact by icarus</title>
		<link>http://yalamber.com/contact/#comment-218</link>
		<dc:creator>icarus</dc:creator>
		<pubDate>Tue, 16 Aug 2011 15:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://yalamber.com/#comment-218</guid>
		<description>hi,
we installed the Empire Avenue plugin on wp 3.2.1
and nothing is showing in installed plugins or widgets yet when trying to install it from dashboard again it says its already installed.
any ideas?</description>
		<content:encoded><![CDATA[<p>hi,<br />
we installed the Empire Avenue plugin on wp 3.2.1<br />
and nothing is showing in installed plugins or widgets yet when trying to install it from dashboard again it says its already installed.<br />
any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contact by yalamber</title>
		<link>http://yalamber.com/contact/#comment-198</link>
		<dc:creator>yalamber</dc:creator>
		<pubDate>Tue, 26 Jul 2011 16:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://yalamber.com/#comment-198</guid>
		<description>hello breezesh i will have to see yout codes to figure that out. most probably you are missing argument that is to be called in the function.</description>
		<content:encoded><![CDATA[<p>hello breezesh i will have to see yout codes to figure that out. most probably you are missing argument that is to be called in the function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contact by breezesh mallik</title>
		<link>http://yalamber.com/contact/#comment-197</link>
		<dc:creator>breezesh mallik</dc:creator>
		<pubDate>Thu, 14 Jul 2011 08:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://yalamber.com/#comment-197</guid>
		<description>Dear Sir/Madam,
               I need some help in my project.... i am receiving error n couldn&#039;t figure out what is it.... 


Missing argument 2 for label_cells(), called in C:\xampp\htdocs\.............\item_adjustments_ui.inc on line 84 and defined


can u help me regarding this problem ......</description>
		<content:encoded><![CDATA[<p>Dear Sir/Madam,<br />
               I need some help in my project&#8230;. i am receiving error n couldn&#8217;t figure out what is it&#8230;. </p>
<p>Missing argument 2 for label_cells(), called in C:\xampp\htdocs\&#8230;&#8230;&#8230;&#8230;.\item_adjustments_ui.inc on line 84 and defined</p>
<p>can u help me regarding this problem &#8230;&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: yalamber.com @ 2012-02-22 15:57:25 -->
