<?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>Gibni - The Prime &#187; Web Developpment</title> <atom:link href="http://www.gibni.com/tag/web-developpment/feed" rel="self" type="application/rss+xml" /><link>http://www.gibni.com</link> <description>Providing Solutions.</description> <lastBuildDate>Fri, 20 Jan 2012 15:31:33 +0000</lastBuildDate> <language>en</language> <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>SOLVED : Can&#8217;t update to Joomla 1.7?</title><link>http://www.gibni.com/solved-cant-update-joomla-to-1-7</link> <comments>http://www.gibni.com/solved-cant-update-joomla-to-1-7#comments</comments> <pubDate>Thu, 28 Jul 2011 13:11:49 +0000</pubDate> <dc:creator>Gi</dc:creator> <category><![CDATA[Ramblings]]></category> <category><![CDATA[cms]]></category> <category><![CDATA[error]]></category> <category><![CDATA[Internet]]></category> <category><![CDATA[joomla]]></category> <category><![CDATA[Web Developpment]]></category><guid isPermaLink="false">http://www.gibni.com/?p=1920</guid> <description><![CDATA[Solutions to some errors while updating Joomla to 1.7. <a href="http://www.gibni.com/solved-cant-update-joomla-to-1-7">Continue reading <span class="meta-nav">&#8594;</span></a><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description> <content:encoded><![CDATA[<h2>To Joomla 1.7&#8230;</h2><p>If you are running a <strong>Joomla!</strong> website, you&#8217;ve already heard about the Joomla 1.7 upgrade. It&#8217;s recommended to upgrade to this version specially if you run Joomla 1.6.</p><p style="text-align: center;"><a href="http://www.gibni.com/wp-content/uploads/2011/07/joomla17upgrade.jpg" ><img class="aligncenter size-full wp-image-1923" title="joomla17upgrade" src="http://www.gibni.com/wp-content/uploads/2011/07/joomla17upgrade.jpg" alt="joomla17upgrade SOLVED : Cant update to Joomla 1.7?" width="468" height="250" /></a></p><p>&nbsp;<span id="more-1920"></span></p><h2>Basic steps to update/upgrade to Joomla 1.7:</h2><ul><li><strong>How to Upgrade 1.6 to 1.7</strong> <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://docs.joomla.org/Upgrade_1.6.5_to_1.7"  target="_blank">http://docs.joomla.org/Upgrade_1.6.5_to_1.7</a></li><li><strong>How to Upgrade 1.5 to 1.7</strong> <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://docs.joomla.org/Upgrade_1.5_to_1.7"  target="_blank">http://docs.joomla.org/Upgrade_1.5_to_1.7</a></li><li><strong>How to Install 1.7</strong> <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://docs.joomla.org/Install_1.7"  target="_blank">http://docs.joomla.org/Install_1.7</a></li></ul><p>&nbsp;</p><p>In some situtations, you might have trouble upgrading Joomla with the built-in &#8220;Joomla Updater&#8221;.</p><h2>Joomla 1.7 Upgrade errors:</h2><ul><li><h3><strong>&#8220;Update: :Collection: Could not open http://update.joomla.org/core/list.xml&#8221;</strong></h3><p>To solve this errror, you need to &#8220;allow fopen&#8221; on your server:</p><ol><li>Create a <strong>php.ini</strong> file in your Joomla site&#8217;s root. This file should contain the following line:<br />   <pre><code>allow_url_fopen = on</code></pre></li><li>Make sure that the file is having the 644 permissions at least.</li><li>Check if fopen is allowed by running a simple php file inside your Joomla root directory containing the following line:<pre><code>&lt;?php phpinfo(); ?&gt;</code></pre><p>and look for <strong>&#8220;allow_url_fopen&#8221;</strong>, it should say <strong>&#8220;ON&#8221;</strong></p></li></ol><p>To upgrade to Joomla 1.7 on a Godaddy hosting running PHP5, you should create a <strong>&#8220;php5.ini&#8221;</strong> instead of the php.ini stated above.</p></li><li><h3>Joomla updates do not appear, and Joomla says there is no upgrade available at the moment?</h3><p>If you run Joomla 1.6.x,</p><ol><li>Go to the &#8220;Extension Manager&#8221;, hit the &#8220;Manage&#8221; tab, click the &#8220;Refresh Cache&#8221; button.</li><li>Go back to &#8220;Update&#8221; tab, click &#8220;Purge Cache&#8221;</li><li>Click on the &#8220;Find updates&#8221; button,</li><li>Joomla should appear as an update option, check it and click the &#8220;Update&#8221; button.</li></ol></li><li><h3>Fatal error: Cannot instantiate abstract class JDatabaseQuery in mysite/plugins/system/jat3/jat3/core/joomla/modulehelper.php on line 292</h3><p>When you run a JoomlaArt template, as of today, you will get an error after upgrading to Joomla 1.7.</p><p>As the error message says it, the error is on line 292 of the above file. With your FTP client, or web file manager, navigate to the file mentioned above and edit the file.</p><p>On line 292, comment out this:</p><pre>$query = new JDatabaseQuery;</pre><p>and insert this line below it:</p><pre>$query = $db-&gt;getQuery(true);</pre><p>so the final result at lines 292 and 293 looks like this:</p><pre><code>//$query = new JDatabaseQuery;<br/>$query = $db-&gt;getQuery(true);</code></pre></li><li><h3>Fatal error: Cannot instantiate abstract class JDatabaseQuery in mysite/plugins/system/jat3/jat3/core/menu/base.class.php on line 329</h3><p>If you use the mega menu of JoomlaArt, you need to do the same proccess for the file <strong>base.class.php</strong></p><p><strong></strong>That is, the lines 329 and 330 should be as follows:</p><pre><code>//$query = new JDatabaseQuery;$query = $db-&gt;getQuery(true);</code></pre></li></ul> <br /><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.gdstarrating.com/" target="_blank" ><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" title="SOLVED : Cant update to Joomla 1.7?" alt="powered SOLVED : Cant update to Joomla 1.7?" /></a><br />]]></content:encoded> <wfw:commentRss>http://www.gibni.com/solved-cant-update-joomla-to-1-7/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Add a Google +1 button to your PrestaShop store for Free!</title><link>http://www.gibni.com/add-google-1-button-to-prestashop-free</link> <comments>http://www.gibni.com/add-google-1-button-to-prestashop-free#comments</comments> <pubDate>Tue, 19 Jul 2011 14:33:06 +0000</pubDate> <dc:creator>Gi</dc:creator> <category><![CDATA[Ramblings]]></category> <category><![CDATA[modules]]></category> <category><![CDATA[prestashop]]></category> <category><![CDATA[Reviews]]></category> <category><![CDATA[Web Developpment]]></category><guid isPermaLink="false">http://www.gibni.com/?p=1907</guid> <description><![CDATA[Free Google +1 button for PrestaShop. Grab your free module Today! <a href="http://www.gibni.com/add-google-1-button-to-prestashop-free">Continue reading <span class="meta-nav">&#8594;</span></a><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description> <content:encoded><![CDATA[<p>Today I&#8217;m going to give you some <strong>great news</strong>.</p><p>&nbsp;</p><h2>Online stores, e-commerce software&#8230;</h2><p>More than <strong>50 thousand</strong> online stores run on <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.prestashop.com/" title="PrestaShop, e-commerce software"  target="_blank">PrestaShop</a>, an online e-commerce software. There are lots of advantages using this software, e.g. it&#8217;s <strong>open source</strong>, it&#8217;s got a <strong>huge community</strong> of developers and users, <strong>lots of modules and themes</strong> are being added to it regularly&#8230;</p><p><a href="http://www.gibni.com/wp-content/uploads/2011/07/prestashop.jpg" ><img class="alignright size-thumbnail wp-image-1908" title="free prestashop google +1" src="http://www.gibni.com/wp-content/uploads/2011/07/prestashop-150x150.jpg" alt="prestashop 150x150 Add a Google +1 button to your PrestaShop store for Free!" width="150" height="150" /></a></p><p>&nbsp;<span id="more-1907"></span></p><h2>PrestaShop&#8217;s Drawback</h2><p>But the main drawback of PrestaShop is that most of its modules are not free and to run a decent business you gonna spend a lot of money over the modules. Well, I would <strong>recommend to buy the modules you need without hesitation</strong>, because it is an <strong>investment in your business</strong>, but I know that you are looking for the <strong>Free</strong> ones at first.</p><p>&nbsp;</p><h2>Google <em>+1</em></h2><p>You&#8217;ve certainly heard of the <strong>&#8220;+1&#8243;</strong> button from Google, and it would be nice to add it to your shop so that your users can recommend your products on Google.</p><p>There are modules on the PrestaShop&#8217;s market to allow you putting a &#8220;Google +1&#8243; button to you store, and they are priced at around 40€ (about 50USD).</p><p>&nbsp;</p><h2>Free Google +1 for PrestaShop</h2><p><a href="http://www.gibni.com/wp-content/uploads/2011/07/logo_128x128.png" ><img class="alignleft size-full wp-image-1909" title="Free Google +1 module for PrestaShop" src="http://www.gibni.com/wp-content/uploads/2011/07/logo_128x128.png" alt="logo 128x128 Add a Google +1 button to your PrestaShop store for Free!" width="128" height="128" /></a></p><p>The great news is that <strong>odience.net</strong> offers a &#8220;Google +1&#8243; button for PrestaShop, completely <strong>FREE</strong>! and that saves you about 50USD!</p><p>&nbsp;</p><p>As you know, you can <strong>donate to thank the developer</strong> <img src='http://www.gibni.com/wp-includes/images/smilies/icon_wink.gif' alt="icon wink Add a Google +1 button to your PrestaShop store for Free!" class='wp-smiley' title="Add a Google +1 button to your PrestaShop store for Free!" /></p><p>&nbsp;</p><p>I got a copy of the <strong>oGooglePlusOne</strong> module from <strong>odience.net</strong> and tested it on one of my e-commerce websites. It is <strong>complete and integrates itself automatically</strong>! Go to <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.odience.net/produits/modules-prestashop/ogoogleplusone" title="Free Google +1 module for PrestaShop"  target="_blank">odience.net</a> and grab yourself a <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.odience.net/produits/modules-prestashop/ogoogleplusone" title="Free Google +1 button for PrestaShop"  target="_blank">Free copy of oGooglePlusOne for Prestashop</a>!</p><p>&nbsp;</p><p>Don&#8217;t forget to say Thank You and send a donation if you think it&#8217;s worth it.</p> <br /><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.gdstarrating.com/" target="_blank" ><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" title="Add a Google +1 button to your PrestaShop store for Free!" alt="powered Add a Google +1 button to your PrestaShop store for Free!" /></a><br />]]></content:encoded> <wfw:commentRss>http://www.gibni.com/add-google-1-button-to-prestashop-free/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Embed Images in PHPMailer</title><link>http://www.gibni.com/embed-images-in-phpmailer</link> <comments>http://www.gibni.com/embed-images-in-phpmailer#comments</comments> <pubDate>Fri, 20 May 2011 01:22:34 +0000</pubDate> <dc:creator>Gi</dc:creator> <category><![CDATA[Ramblings]]></category> <category><![CDATA[php]]></category> <category><![CDATA[prestashop]]></category> <category><![CDATA[Web Developpment]]></category><guid isPermaLink="false">http://www.gibni.com/?p=1902</guid> <description><![CDATA[Easy way to embed inline images in email with PHPMailer. Tested and working with PHPMailer on GMAIL, Yahoo Mail and Mac Mail app. <a href="http://www.gibni.com/embed-images-in-phpmailer">Continue reading <span class="meta-nav">&#8594;</span></a><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description> <content:encoded><![CDATA[<p>I&#8217;ll keep this one short and fast:</p><p><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://sourceforge.net/projects/phpmailer/"  target="_blank">PHPMailer</a> has lots of features, even if it&#8217;s a bit old.</p><p>One great feature is that it allows you to<strong> embed images inline</strong> within your e-mail&#8217;s body. In most email clients, the inline embedded images are shown in their right place just as on a web page and are &#8220;also&#8221; in the attachements list.</p><p>To be able to use this feature, proceed as follows:</p><p><strong>1- Instantiate PHPMailer:</strong><span id="more-1902"></span></p><pre><code>

$mail = new PHPMailer(true);

$mail-&gt;CharSet='UTF-8';

...

...

//Path to image file (use full path)

$filepath= '/path/to/file/logo_mail.jpg';

//File token ID, use unique interger.

$filecid = 1001;

//File name which will be in the mail, overrides default filename.

$filename= 'shop-logo.jpg';

//Encoding

$encodingtouse = 'base64';

//File type MIME

$filemime = 'image/jpeg';

//EMBED IT

$mail-&gt;AddEmbeddedImage($filepath, $filecid, $filename, $encoding, $filemime);

//Message Html Body

$mail-&gt;MsgHTML(file_get_contents('/path/to/contents.html'));

</code></pre><p><strong>2-</strong> In your /path/to/contents.html file, which is your mail template message, you can include the inline image. Use this syntax for the &lt;img&gt; tag:</p><p>&lt;img src=&#8221;<strong>cid:1001</strong>&#8221; alt=&#8221;shop logo used in emails&#8221; width=&#8221;182&#8243; height=&#8221;75&#8243; /&gt;</p><p><span style="color: #ff0000;">Note</span> the CID here, it should be the same as the one you defined for your embedded inline image.</p><p><strong>Tested and working with PHPMailer 5.1 on GMAIL, Yahoo!Mail and Mac Mail application</strong></p><p>&nbsp;</p><p>ref: http://www.sitepoint.com/forums/php-34/embed-images-phpmailer-586789.html</p> <br /><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.gdstarrating.com/" target="_blank" ><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" title="Embed Images in PHPMailer" alt="powered Embed Images in PHPMailer" /></a><br />]]></content:encoded> <wfw:commentRss>http://www.gibni.com/embed-images-in-phpmailer/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>[SOLVED] Could not instantiate mail function in PHPMailer</title><link>http://www.gibni.com/could-not-instantiate-mail-function-phpmailer</link> <comments>http://www.gibni.com/could-not-instantiate-mail-function-phpmailer#comments</comments> <pubDate>Fri, 20 May 2011 00:50:50 +0000</pubDate> <dc:creator>Gi</dc:creator> <category><![CDATA[Ramblings]]></category> <category><![CDATA[php]]></category> <category><![CDATA[prestashop]]></category> <category><![CDATA[Web Developpment]]></category><guid isPermaLink="false">http://www.gibni.com/?p=1897</guid> <description><![CDATA[(This article has an advanced technical level, written for people with PhpMailer experience.) PHPMailer 5.1 in PrestaShop 1.4 Trying to integrate PHPMailer in Prestashop and use it instead of SWIFT Mailer 3 (which is the default mailer script included with Prestashop 1.4), &#8230; <a href="http://www.gibni.com/could-not-instantiate-mail-function-phpmailer">Continue reading <span class="meta-nav">&#8594;</span></a><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description> <content:encoded><![CDATA[<p>(This article has an advanced technical level, written for people with PhpMailer experience.)</p><h2>PHPMailer 5.1 in PrestaShop 1.4</h2><p>Trying to integrate PHPMailer in Prestashop and use it instead of SWIFT Mailer 3 (which is the default mailer script included with Prestashop 1.4), I spent hours to no avail and was getting the <strong>Could not instantiate mail function</strong> error.</p><h2>mail() function</h2><p>The mail() function by itself  was working correctly before and after loading Prestashop and every passed argument seemed to be correct. I did get the &#8220;<strong>Bad parameters to mail() function, mail not sent</strong>&#8221; error for mail() too.<span id="more-1897"></span></p><h2>Debugging and Abracadabra!</h2><p>I&#8217;ve done lots of debugging and found in my case that the following functions were causing the error, when passing the $Subject parameter to mail():</p><pre><code>SecureHeader();</code></pre><pre><code>EncodeHeader();</code></pre><p>To solve the &#8220;<strong>Could not instantiate mail function</strong>&#8221; error in PHPMailer, I removed the above 2 functions from the mail() function arguments.</p><p>Just be careful to remove these functions correctly from all places in your class.phpmailer.php.</p><p>I recommend using the PHP function</p><pre><code>mb_encode_mimeheader()</code></pre><p><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://php.net/manual/en/function.mb-encode-mimeheader.php"  target="_blank">http://php.net/manual/en/function.mb-encode-mimeheader.php</a></p><p>because it encodes your stuff correctly for the headers in emails.</p><h2>To be more clear,</h2><p><strong>1- </strong>open the PHPMAILER class file (class.phpmailer.php)</p><p><strong>2- </strong>Locate:</p><pre><code>protected function MailSend($header, $body)</code></pre><p>function and in its body,</p><p><strong>3- </strong> In every call to mail(),</p><p>replace this:</p><pre><code>@mail($val, <strong>$this-&gt;EncodeHeader($this-&gt;SecureHeader($this-&gt;Subject))</strong>, $body, $header, $params);</code></pre><p>by this:</p><pre><code>@mail($val, <strong>mb_encode_mimeheader($this-&gt;Subject,$this-&gt;CharSet, 'B', '')</strong>, $body, $header, $params);</code></pre><p>&nbsp;</p><p>This way you are sure to <span style="text-decoration: underline;">correctly encode your subjet</span>.</p><p><span style="color: #ff0000;">Remember</span> to set the correct Charset for your PHPMAILER instance. That is, when calling PHPMailer, just after:</p><pre><code>$mail=new PHPMailer(true);</code></pre><p>add:</p><pre><code>$mail-&gt;CharSet = 'UTF-8';</code></pre><p>(or any other charset you need).</p><p>This solved my &#8220;Could not instantiate mail() function in PHPMailer issue. I hope it helps you out if you got this issue too.</p><h2>Evenmore:</h2><p><strong>I&#8217;ll write more about PHPMailer and PrestaShop later,</strong></p><h3>In my next post, learn how to correctly include inline images in PHPMailer email to display in GMAIL, YAHOO, Mac Mail app and other email clients correctly as inline images.</h3> <br /><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.gdstarrating.com/" target="_blank" ><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" title="[SOLVED] Could not instantiate mail function in PHPMailer" alt="powered [SOLVED] Could not instantiate mail function in PHPMailer" /></a><br />]]></content:encoded> <wfw:commentRss>http://www.gibni.com/could-not-instantiate-mail-function-phpmailer/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Bug Prestashop, la liste des magasins n&#8217;apparait pas</title><link>http://www.gibni.com/bug-prestashop-1-4-liste-magasins-vide</link> <comments>http://www.gibni.com/bug-prestashop-1-4-liste-magasins-vide#comments</comments> <pubDate>Mon, 16 May 2011 12:57:50 +0000</pubDate> <dc:creator>Gi</dc:creator> <category><![CDATA[Ramblings]]></category> <category><![CDATA[modules]]></category> <category><![CDATA[prestashop]]></category> <category><![CDATA[Web Developpment]]></category><guid isPermaLink="false">http://www.gibni.com/?p=1894</guid> <description><![CDATA[Cette article est sponsorisé par odience.net¦works En plein developpement En plein développement de plusieurs modules PrestaShop, j&#8217;ai rencontrer plusieurs souci dans les code du package PrestaShop. Ce qui m&#8217;étonne, c&#8217;est qu&#8217;il y a beaucoup de gens qui utilise PrestaShop, même si c&#8217;est du gros n&#8217;importe &#8230; <a href="http://www.gibni.com/bug-prestashop-1-4-liste-magasins-vide">Continue reading <span class="meta-nav">&#8594;</span></a><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description> <content:encoded><![CDATA[<h3>Cette article est sponsorisé par <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.odience.net/" title="odience.net¦works - connect."  target="_blank">odience.net¦works</a></h3><h2>En plein developpement</h2><p>En plein développement de plusieurs modules PrestaShop, j&#8217;ai rencontrer plusieurs souci dans les code du package PrestaShop. Ce qui m&#8217;étonne, c&#8217;est qu&#8217;il y a beaucoup de gens qui utilise PrestaShop, même si c&#8217;est du gros n&#8217;importe quoi en terme de codage et programmation.</p><p>&nbsp;</p><h2>Alors pourquoi je créer des module?<span id="more-1894"></span></h2><p>Tout simplement parcequ&#8217;il y a de la demande.</p><p><em>(Restez connecté pour avoir des nouvelles de mes modules:</em></p><ul><li><em><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.odience.net/fr/produits/modules-prestashop/ocontact"  target="_blank">Module Contact avec formulaire de contact et carte Google Maps avec possibilité de montrer l&#8217;itinéraire (oContact 1.0)</a></em></li><li><em><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.odience.net/fr/produits/modules-prestashop/ohookmanager"  target="_blank">Module de gestion des HOOKs pour PrestaShop ou &#8220;Le&#8221; Hook Manager de PrestaShop (oHookManager 1.0)</a></em></li><li><em><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.odience.net/store/fr/modules-prestashop/3-ocurrency.html"  target="_blank">Module d&#8217;affichage des devises dans un déroulant avec jQuery, pour economiser de l&#8217;espace dans le Front Store de PrestaShop (oCurrency 1.0)</a></em></li><li><em><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.odience.net/fr/produits/modules-prestashop/ogoogleplusone"  target="_blank">Module &#8220;Gratuit&#8221; pour ajouter le bouton &#8220;Google +1&#8243; a votre boutique PrestaShop (oGooglePlusOne 1.0)</a></em></li><li><em>Module de mise à jour pour jQuery (dans le pack oBasics 1.0)</em></li></ul><p><em><strong>Ces modules sont créer pour odience.net et <del>seront</del> sont disponible sur <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.odience.net/" title="connect."  target="_blank">odience.net</a></strong>)</em></p><h2>Retour à nos moutons</h2><p>Je vous explique un bug que j&#8217;ai trouver aujourd&#8217;hui et la solution.</p><p>Le problème est ceci:</p><p>La variable SMARTY qu&#8217;utilise PrestaShop pour stocker les informations des magasin est nomée &#8220;$stores&#8221;. On peut y acceder et donc afficher les details de nos magasin un peu partout dans les pages et les modules sans diriger le visiteur sur la page de &#8220;nos-magasin&#8221;.<a href="http://www.gibni.com/wp-content/uploads/2011/05/contactus.jpg" ><img class="alignright size-medium wp-image-1895" title="contactus" src="http://www.gibni.com/wp-content/uploads/2011/05/contactus-300x187.jpg" alt="contactus 300x187 Bug Prestashop, la liste des magasins napparait pas" width="300" height="187" /></a></p><p>Quand vous changez la configuration de l&#8217;affichage simplifié dans le Back Office, la variable $stores devient VIDE partout sur votre boutique. Donc vous ne pouvez plus afficher les details comme un numéro téléphone ou une photo tiré directement de la variable $stores.</p><p>Ceci est du au faite que une fois la configuration dans le Back Office modifié, PrestaShop relance une requete vers la base de donnée pour recréer $stores, mais cette fois il relance la requete en cherchant a calculer un distance! Donc la variable $stores reste vide.</p><p>Essayez d&#8217;ouvrir votre boutique en ligne en ajoutant &#8220;?all=1&#8243; à la fin de votre URL et vous verrez que la variable $stores fonctionne correctement et affiche bien les infos de vos magasins.</p><h2>Remède, Solution</h2><p>Le remède a ceci est de modifier le fichier</p><pre><code>PSdir -&gt;controllers -&gt; StoresController.php</code></pre><p>qui gère la variable $stores.</p><p>&nbsp;</p><p>Au environs de la ligne 73, on ajoute une nouvelle requete SQL qui remplit la variable $stores avec la liste de tous nos magasins, et une deuxième requete SQL qui servira a calculer la distance en cas de recherche.</p><pre><code>$stores = Db::getInstance()-&gt;ExecuteS(' SELECT s.*, cl.name country, st.iso_code state FROM '._DB_PREFIX_.'store s LEFT JOIN '._DB_PREFIX_.'country_lang cl ON (cl.id_country = s.id_country) LEFT JOIN '._DB_PREFIX_.'state st ON (st.id_state = s.id_state) WHERE s.active = 1 AND cl.id_lang = '.(int)($cookie-&gt;id_lang)); $results = Db::getInstance()-&gt;ExecuteS(' SELECT s.*, cl.name country, st.iso_code state, ('.(int)($multiplicator).' * acos(cos(radians('.(float)(Tools::getValue('latitude')).')) * cos(radians(latitude)) * cos(radians(longitude) - radians('.(float)(Tools::getValue('longitude')).')) + sin(radians('.(float)(Tools::getValue('latitude')).')) * sin(radians(latitude)))) distance, cl.id_country id_country FROM '._DB_PREFIX_.'store s LEFT JOIN '._DB_PREFIX_.'country_lang cl ON (cl.id_country = s.id_country) LEFT JOIN '._DB_PREFIX_.'state st ON (st.id_state = s.id_state) WHERE s.active = 1 AND cl.id_lang = '.(int)($cookie-&gt;id_lang).' HAVING distance &lt; '.(int)($distance).' ORDER BY distance ASC LIMIT 0,20');</code></pre><p>A savoir que la variable $results sera vide si il n&#8217;y a pas de demande de recherche de distance et donc StoresController.php ne genèrera pas de fichier XML servant a la mise en place d&#8217;une carte Google Maps dans le Store Locator. Pour assurer que le fichier XML sera créer seulement si $results contient quelque chose, je fait une verification avec:</p><pre><code>if (!empty($results))</code></pre><h2>Téléchargez, tout simplement</h2><p>Vous pouvez télécharger la version corrigée de ce fichier dans la <a href="http://www.gibni.com/downloads" title="Downloads" >page téléchargement de Gibni.com</a> (nom du fichier: <strong>StoresController-1.4.Amir.zip</strong>)</p><p>&nbsp;</p><h4>Pour l&#8217;utiliser,</h4><p>1- Allez dans:</p><pre><code>DossierPrestaShop/controllers/</code></pre><p>2- Renommez votre present fichier StoresController.php en StoresController.php.bak,</p><p>3- Placez le fichier php que vous avez télécharger et décompresser dans le même dossier.</p><p>&nbsp;</p><p>Maintenant la variable $stores est de nouveau accessible, quelconque la configuration dans le Back Office de PrestaShop.</p><p><strong><em>Je souhaite un grand succès à la communauté PrestaShop et j&#8217;espère qu&#8217;un jour ils auront du code concrete, correcte, scientifiquement étudié et structuré.</em></strong></p><p><strong><em><br /></em></strong></p><h3>Cette article est sponsorisé par <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.odience.net/" title="odience.net¦works - connect."  target="_blank">odience.net¦works</a></h3> <br /><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.gdstarrating.com/" target="_blank" ><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" title="Bug Prestashop, la liste des magasins napparait pas" alt="powered Bug Prestashop, la liste des magasins napparait pas" /></a><br />]]></content:encoded> <wfw:commentRss>http://www.gibni.com/bug-prestashop-1-4-liste-magasins-vide/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>[Resolved] WordPress :  Custom Fields not working and not getting updated issue</title><link>http://www.gibni.com/wordpress-custom-fields-not-working-not-getting-updated</link> <comments>http://www.gibni.com/wordpress-custom-fields-not-working-not-getting-updated#comments</comments> <pubDate>Mon, 08 Nov 2010 19:56:19 +0000</pubDate> <dc:creator>Gi</dc:creator> <category><![CDATA[Informatique - Computers]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[Web Developpment]]></category> <category><![CDATA[Website Optimization]]></category><guid isPermaLink="false">http://www.gibni.com/?p=1778</guid> <description><![CDATA[Time solves your problems I&#8217;ve had a problem with WordPress last 3 months, and at last, I found the solution. Here is the story:WordPress Custom Fields WordPress posts have meta data (Custom Fields) where additional information on the post are stored. For &#8230; <a href="http://www.gibni.com/wordpress-custom-fields-not-working-not-getting-updated">Continue reading <span class="meta-nav">&#8594;</span></a><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description> <content:encoded><![CDATA[<h2>Time solves your problems</h2><p>I&#8217;ve had a problem with WordPress last 3 months, and at last, I found the solution. Here is the story:</p><p><br class="spacer_" /></p><h2>WordPress Custom Fields</h2><p>WordPress posts have meta data (<a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://codex.wordpress.org/Using_Custom_Fields" >Custom Fields</a>) where additional information on the post are stored. For example the featured image, number of views, comments count, keywords, SEO description and so on&#8230;</p><p>When posting new posts, the Custom fields where not getting stored on WordPress, so basically nothing was &#8220;tracked&#8221; and optimized. I looked everywhere on forums and internet resources for a solution to this issue, no luck!<span id="more-1778"></span></p><p>Today I was rechecking Gibni&#8217;s data base and in the &#8220;post_meta&#8221; table, I found that &#8220;meta_id&#8221; was not set to &#8220;auto_increment&#8221;. You can see this in the &#8220;extras&#8221; column in phpMyAdmin while you see the &#8220;post_meta&#8221; table&#8217;s structure. Once setting this parameter to the &#8220;auto_increment&#8221; value, everything got back in order.</p><p><img class="alignleft size-medium wp-image-1779" title="database" src="http://www.gibni.com/wp-content/uploads/2010/11/database-300x205.jpg" alt="database 300x205 [Resolved] Wordpress :  Custom Fields not working and not getting updated issue" width="300" height="205" /></p><h2>Problem Solved!</h2><p>Now all the &#8220;custom fields&#8221; get stored and updated as they should. If you have the same issue, check your database!</p> <br /><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.gdstarrating.com/" target="_blank" ><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" title="[Resolved] Wordpress :  Custom Fields not working and not getting updated issue" alt="powered [Resolved] Wordpress :  Custom Fields not working and not getting updated issue" /></a><br />]]></content:encoded> <wfw:commentRss>http://www.gibni.com/wordpress-custom-fields-not-working-not-getting-updated/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>SEO Super Comments &#8211; Update</title><link>http://www.gibni.com/seo-super-comments-google-sitemap-generator-update</link> <comments>http://www.gibni.com/seo-super-comments-google-sitemap-generator-update#comments</comments> <pubDate>Thu, 22 Apr 2010 10:49:42 +0000</pubDate> <dc:creator>Gi</dc:creator> <category><![CDATA[Blogging]]></category> <category><![CDATA[Informatique - Computers]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[Internet]]></category> <category><![CDATA[Web Developpment]]></category> <category><![CDATA[Website Optimization]]></category> <category><![CDATA[Wordpress]]></category><guid isPermaLink="false">http://www.gibni.com/?p=1018</guid> <description><![CDATA[Improve your SEO and increase Pageviews There&#8217;s a great plugin for the WordPress platform, called SEO Super Comments, which creates a single &#8220;virtual&#8221; page for each comment on your site. It increases the number of pages you have on the site, &#8230; <a href="http://www.gibni.com/seo-super-comments-google-sitemap-generator-update">Continue reading <span class="meta-nav">&#8594;</span></a><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description> <content:encoded><![CDATA[<h2>Improve your SEO and increase Pageviews</h2><p>There&#8217;s a great plugin for the WordPress platform, called SEO Super Comments, which creates a single &#8220;virtual&#8221; page for each comment on your site. It increases the number of pages you have on the site, and improves your SEO a lot. Read more on SEO Super Comments on the authors page: <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.prelovac.com/vladimir/wordpress-plugins/seo-super-comments" >SEO Super Comments by Vladimir Prelovac</a> .</p><p>&#8220;The concept relies around optimizing the target page using title and H1 tag using the context of the comment. So basically we will take the excerpt of the comment and use it to create the page title and H1 tag and in the body we will hold the content of the comment&#8230;&#8221; says Vladimir.</p><p style="text-align: center;"> <span id="more-1018"></span></p><p style="text-align: center;"><img class="aligncenter size-full wp-image-1019" title="seo-super-comments" src="http://www.gibni.com/wp-content/uploads/2010/04/seo-super-comments.png" alt="seo super comments SEO Super Comments   Update" width="600" height="163" /> </p><p style="text-align: center;"> </p><h2>Download modded Google XML Sitemap Generator 3.2.3</h2><p>I created a <a href="http://www.gibni.com/downloads" >modded version of XML Sitemap Generator 3.2.3 to work with SEO Super Comments</a> which puts all your comments pages in the sitemap, and once submitted to Google, you should see a huge raise in your traffic.</p><h2>Installation</h2><p>To install, you should replace the downloaded <strong>sitemap-ui.php</strong> and <strong>sitemap-core.php </strong>in your Google XML Sitemap Generator Plugin&#8217;s directory and overwrite the original files. I would recommend you back up your original files.</p><p>Once installed, Go to your administration panel, and to the XML Sitemap Generator settings, and check the &#8216;Include Comment Pages&#8217; option, click &#8216;Update Options&#8217; at the bottom, and &#8220;Rebuild Your Sitemap&#8221;</p><p>I personnaly recommend this plugin and would thank the developper for it.</p><p>Please send your comments and queries here if you have any issues regarding my modded version of Google XML Sitemap Generator for WordPress.</p><h2>Donate</h2><p>Please go to the <a href="http://www.gibni.com/donations" >Donations Page </a> and contribute to the developpment of more updated plugins if this modded version helped you increasing your traffic.</p> <br /><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.gdstarrating.com/" target="_blank" ><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" title="SEO Super Comments   Update" alt="powered SEO Super Comments   Update" /></a><br />]]></content:encoded> <wfw:commentRss>http://www.gibni.com/seo-super-comments-google-sitemap-generator-update/feed</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>PrestaShop Revolution</title><link>http://www.gibni.com/prestashop-revolution</link> <comments>http://www.gibni.com/prestashop-revolution#comments</comments> <pubDate>Sat, 27 Feb 2010 15:23:40 +0000</pubDate> <dc:creator>Gi</dc:creator> <category><![CDATA[Informatique - Computers]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[Internet]]></category> <category><![CDATA[Products]]></category> <category><![CDATA[Web Developpment]]></category><guid isPermaLink="false">http://www.gibni.com/?p=984</guid> <description><![CDATA[After hours of testing and coding templates for PrestaShop, I thought it would be nice to rewrite PrestaShop code, and make it more portable, flexible, and less dependent on Old JavaScript.The first goal of the PrestaShop Revolution, is to use &#8230; <a href="http://www.gibni.com/prestashop-revolution">Continue reading <span class="meta-nav">&#8594;</span></a><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description> <content:encoded><![CDATA[<p><a href="http://www.gibni.com/wp-content/uploads/2010/02/prestashop.jpg" ><img class="alignleft size-full wp-image-985" title="prestashop" src="http://www.gibni.com/wp-content/uploads/2010/02/prestashop.jpg" alt="prestashop PrestaShop Revolution" width="250" height="250" /></a>After hours of testing and coding templates for PrestaShop, I thought it would be nice to rewrite PrestaShop code, and make it more portable, flexible, and less dependent on Old JavaScript.</p><p><br class="spacer_" /></p><p>The first goal of the PrestaShop Revolution, is to use the latest JS librairies, as latest jQuery, and its plugins. Here is the place for everyone interested to share their knowledge, and work toward making PrestaShop a better e-commerce solution.<span id="more-984"></span></p><p><br class="spacer_" /></p><p>To be more efficient, I beleive that loaded JS and CSS files should all be defined in template files, and not main PrestaShop PHPs; e.g. the JS files for the Product Page, which are defined in /prestashop/product.php rather than prestashop/themes/mytheme/product.php</p><p><br class="spacer_" /></p><p>For longtime I&#8217;ve been a WordPress developper and I beleive that the success of WordPress not only relies on its community, but also on its way of handling themes and interfaces.</p><p><br class="spacer_" /></p><p> Basically, Smarty &#8211; the templating framework used for PrestaShop &#8211; is complex and difficult to understand, so why making it more unreliable by using unclean and unhealthy coding?</p><p><br class="spacer_" /></p><p>I&#8217;m actually working on integrating latest jQuery 1.4.2 on PrestaShop and updating latest jQuery Plugins, and most important, I moved JS librairies to theme&#8217;s folder, rather than PrestaShop&#8217;s JS directory.</p><p><br class="spacer_" /></p><p>I invite everyone interested in this project to share their work, knowledge, experiences and ideas here, and on a dedicated forum in PrestaShop Forums called PrestaShop Revolution.</p> <br /><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.gdstarrating.com/" target="_blank" ><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" title="PrestaShop Revolution" alt="powered PrestaShop Revolution" /></a><br />]]></content:encoded> <wfw:commentRss>http://www.gibni.com/prestashop-revolution/feed</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Get $30 ThinkHost Coupon code NOW!</title><link>http://www.gibni.com/thinkhost-coupon-code-2009-2010</link> <comments>http://www.gibni.com/thinkhost-coupon-code-2009-2010#comments</comments> <pubDate>Sun, 18 Oct 2009 22:22:35 +0000</pubDate> <dc:creator>Gi</dc:creator> <category><![CDATA[Informatique - Computers]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[2009]]></category> <category><![CDATA[Best Webhosting]]></category> <category><![CDATA[Urgent]]></category> <category><![CDATA[Web Developpment]]></category><guid isPermaLink="false">http://www.gibni.com/?p=942</guid> <description><![CDATA[I&#8217;ve been working with the best web hosting geek on website optimization, speeding up pages, securing data&#8230; He&#8217;s become also one of my advertisers and bought an ad spot on Gibni. Just now, I got a $30 web hosting coupon from the best web &#8230; <a href="http://www.gibni.com/thinkhost-coupon-code-2009-2010">Continue reading <span class="meta-nav">&#8594;</span></a><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description> <content:encoded><![CDATA[<p>I&#8217;ve been working with <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.zebestwebhosting.com/" >the best web hosting geek </a>on website optimization, speeding up pages, securing data&#8230; He&#8217;s become also one of my <a href="http://www.gibni.com/advertise" >advertisers</a> and bought an ad spot on Gibni.</p><p>Just now, I got a $30 web hosting coupon from <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.zebestwebhosting.com/" >the best web hosting site</a> !</p><p>If you doubt buying a web hosting plan, this could help you make the right decision. Here&#8217;s a ThinkHost coupon, giving you $30 off your bill! So no more hesitation please!<span id="more-942"></span></p><blockquote><h1 style="text-align: center;">ThinkHost Coupon Code: <strong>oak_ah98</strong> </h1></blockquote><p><br class="spacer_" /></p><p><br class="spacer_" /></p><h2>Why choose ThinkHost?</h2><ol><li>It&#8217;s a<strong> &#8220;perfect&#8221; host</strong>,</li><li>It runs on <strong>renewable energy</strong> (wind and solar)</li><li>Gives you <strong>100% uptime guarantee</strong></li><li>Gives <strong>LOTS of unlimiteds</strong> ( Space, Bandwidth, Websites, Databases&#8230;)</li><li><strong><span style="text-decoration: underline;">AND FREE SITE BUILDER FOR BEGINNERS</span></strong></li><li>It&#8217;s <strong>not expensive</strong> at all, and also becomes very cheap after the <strong>coupon code</strong>!</li><li>And above all, just because I recommend it!</li></ol> <br /><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.gdstarrating.com/" target="_blank" ><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" title="Get $30 ThinkHost Coupon code NOW!" alt="powered Get $30 ThinkHost Coupon code NOW!" /></a><br />]]></content:encoded> <wfw:commentRss>http://www.gibni.com/thinkhost-coupon-code-2009-2010/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Emergency code</title><link>http://www.gibni.com/emergency-code</link> <comments>http://www.gibni.com/emergency-code#comments</comments> <pubDate>Fri, 28 Aug 2009 14:44:26 +0000</pubDate> <dc:creator>Gi</dc:creator> <category><![CDATA[Blogging]]></category> <category><![CDATA[Informatique - Computers]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[Web Developpment]]></category> <category><![CDATA[Website Optimization]]></category><guid isPermaLink="false">http://www.gibni.com/?p=915</guid> <description><![CDATA[Who to call in case of website emergency? Due to some yet unknown issue, WordPress version 2.8.2 might be causing server errors. Lunarpages, my &#8220;current&#8221; and might become &#8220;ex&#8221; webhosting company, shut down Gibni.com yesterday without any prior notice, saying they&#8217;ve taken &#8230; <a href="http://www.gibni.com/emergency-code">Continue reading <span class="meta-nav">&#8594;</span></a><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description> <content:encoded><![CDATA[<h2>Who to call in case of website emergency?</h2><p>Due to some yet unknown issue, WordPress version 2.8.2 might be causing server errors.</p><p><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.lunarpages.com/" >Lunarpages</a>, my &#8220;current&#8221; and might become &#8220;ex&#8221; webhosting company, <strong>shut down Gibni.com</strong> yesterday without any prior notice, saying they&#8217;ve taken an emergency action, as the &#8220;index.php&#8221; script in my wordpress root was using huge server resources, and could cause a server crash.</p><p> <strong>First</strong> problem is, not only they changed the &#8220;index.php&#8221; permissions to &#8220;000&#8243;  (no read permissions) but they took ownership of the file, so neither I could make any changes to the file, nor analyze it for troubleshooting.</p><p><br class="spacer_" /><span id="more-915"></span></p><p><strong>Secondly</strong>, they made the domain return an &#8220;internal server error&#8221; to all visitors.</p><p><br class="spacer_" /></p><p><strong>Third</strong>, they did not manage to put an &#8220;under maintenance&#8221; page at the root untill the issue is solved.</p><p><br class="spacer_" /></p><p>Anyway, thanks to my linux skills, I managed to put an &#8220;under maintenance&#8221; page for Gibni, and get the site back online very soon.</p><p><br class="spacer_" /></p><p>Until I figure out what caused wordpress to eat server resources, and was it really wordpress or Lunarpages&#8217;s poor servers and administration, was it the running theme which ran without any issue for months or even the plugins installed on wordpress a year ago; I&#8217;ve decided to switch back to wordpress default theme and upgrade to wordpress 2.8.4.</p><p> After all, I believe that you should now:</p><p><br class="spacer_" /></p><ul><li> Enjoy Gibni, Ad free!</li><li> Always have a maintenance page and an emergency code, just in case!</li><li> Be careful choosing your webhosting company!</li></ul> <br /><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.gdstarrating.com/" target="_blank" ><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" title="Emergency code" alt="powered Emergency code" /></a><br />]]></content:encoded> <wfw:commentRss>http://www.gibni.com/emergency-code/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 19/80 queries in 0.184 seconds using disk: basic
Object Caching 2782/2826 objects using disk: basic

Served from: www.gibni.com @ 2012-02-08 05:16:58 -->
