<?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; Internet</title> <atom:link href="http://www.gibni.com/tag/internet/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>Money making: Step One – Your way of thinking</title><link>http://www.gibni.com/money-making-tutorial-your-way-thinking</link> <comments>http://www.gibni.com/money-making-tutorial-your-way-thinking#comments</comments> <pubDate>Mon, 08 Nov 2010 18:33:45 +0000</pubDate> <dc:creator>Gi</dc:creator> <category><![CDATA[Money Talks]]></category> <category><![CDATA[Internet]]></category> <category><![CDATA[money]]></category><guid isPermaLink="false">http://www.gibni.com/?p=1773</guid> <description><![CDATA[Some of you who read my About me page already know that it&#8217;s been about 3 years I&#8217;m online making money. Guys like JohnChow, Shoemoney, Problogger and some more prooved that making money on the internet is very possible. They &#8230; <a href="http://www.gibni.com/money-making-tutorial-your-way-thinking">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/08/dollar_currency_sign.png" ><img class="alignleft size-full wp-image-1731" title="dollar_currency_sign" src="http://www.gibni.com/wp-content/uploads/2010/08/dollar_currency_sign.png" alt="dollar currency sign Money making: Step One – Your way of thinking"  /></a>Some of you who read my <a href="http://www.gibni.com/about" >About me</a> page already know that it&#8217;s been about 3 years I&#8217;m online making money. Guys like <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.johnchow.com/" >JohnChow</a>, <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.shoemoney.com/" >Shoemoney</a>, <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.problogger.net/" >Problogger</a> and some more prooved that making money on the internet is very possible. They started blogs where they tell you about their success stories and how they make money. That&#8217;s a good way to go, but lots of people can&#8217;t make any money with their advices and methods.</p><p>You are asking &#8220;Why?&#8221;, right?</p><p>Well, I think the main reason is that people start reading from some point and see for example <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.johnchow.com/" >JohnChow</a> is making 40 thousand dollars a month. Naturally people try doing the same things that <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.johnchow.com/" >John</a> or even <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.shoemoney.com/" >Jeremy</a> is doing. But things don&#8217;t work the way they should be!<span id="more-1773"></span></p><h2>Let me be clear here</h2><p>There&#8217;s no legal &#8220;get rich quick&#8221; method. Successful people spent <strong>time, effort and money</strong> to build their success.</p><p>Reading blogs from the first post is <strong>not very smart</strong> as there are lots of &#8220;test&#8221; posts; i.e. posts that have been written to see &#8220;what happens?&#8221;.</p><p>You need to be aware that <strong>nothing comes free</strong>, and <strong>you get what you pay for</strong>.</p><p>You should know that there are <strong>different methods</strong> to make money, not only the ones you read about at <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.johnchow.com/" >JohnChow</a>&#8216;s.</p><p>You should know when to <strong>quit</strong> if the way you&#8217;re going isn&#8217;t the right one.</p><p>You should be open to ideas and see your <strong>past as experiences, not defeats</strong>.</p><h2>What it takes to make money?</h2><p>Basically all the tools you need to make a full living on the internet are available to you almost free! What you need to do is to make them work together so you make real money.</p><p>Creativity is the first tool you need. ALWAYS remember it.</p><p>Patience is one of the most important tools you will need, motivation too.</p><p>You need to know some human language of your choice.</p><p>The remaining comes by itself.</p><h2>What do I do??</h2><p>What I will let you see here are the steps you are not seeing, which are the reasons why you don&#8217;t make enough (if any) money. Always remember that you need to take the first and though steps before reaching success.</p><h2>Get it on paper! Good old paper.</h2><p>First step, there is something you&#8217;re not doing, at least not right! it would be easier to find what you &#8220;are&#8221; doing. Take a paper, define your project, goals, time lines, methods and results you got.</p><p>That might require some time and some work, but you need to put effort in everything you want to &#8220;work&#8221;.</p><h2>Smaller Goals</h2><p>Set smaller goals, so you can achieve them in a relatively short time. Like &#8220;Buy a domain&#8221; by the end of the week, or &#8220;send an email&#8221; tomorrow. This way you will &#8220;progress&#8221; in a positive way. That is what you need.</p><p><br class="spacer_" /></p><p>I&#8217;ll get back to you soon to continue this discussion. Post in your progresses to succeed easier by being first commenters as you&#8217;ll be more &#8220;visible&#8221;&#8230;</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="Money making: Step One – Your way of thinking" alt="powered Money making: Step One – Your way of thinking" /></a><br />]]></content:encoded> <wfw:commentRss>http://www.gibni.com/money-making-tutorial-your-way-thinking/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>Making money online, avoiding the scams</title><link>http://www.gibni.com/making-money-online-how-to-avoid-scams</link> <comments>http://www.gibni.com/making-money-online-how-to-avoid-scams#comments</comments> <pubDate>Tue, 05 May 2009 20:10:05 +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[Internet]]></category> <category><![CDATA[Web Developpment]]></category> <category><![CDATA[Website Optimization]]></category><guid isPermaLink="false">http://www.gibni.com/?p=764</guid> <description><![CDATA[Making money online&#8230; Making money online is one of the most researched topics for many of web developpers, bloggers and website owners. It takes a lot of efforts to produce quality content and get enough traffic, to be able to rank &#8230; <a href="http://www.gibni.com/making-money-online-how-to-avoid-scams">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>Making money online&#8230;</h2><p>Making money online is one of the most researched topics for many of web developpers, bloggers and website owners. It takes a lot of efforts to produce<strong> quality content and get enough traffic</strong>, to be able to <strong>rank better in search results</strong> and improve your different ranking factors. After a while of being online, website owners will get advertising offers from different companies, which might be interesting at first.</p><p>Well, this is a good sign, as it means that <strong>your site is getting some interest</strong> and attention; but it&#8217;s also an alert, warning you to <strong>be cautious</strong>.</p><p><br class="spacer_" /><span id="more-764"></span></p><p>There are lots of scams out there, which try to fool you by offering great business opportunities and make you run some ads or malicious scripts on your website. They (the scammers) will try to get detailed information about you, your website, personal details and even your bank account(s). <img class="size-thumbnail wp-image-765 alignright" title="scam" src="http://www.gibni.com/wp-content/uploads/2009/05/scam23-150x150.jpg" alt="scam23 150x150 Making money online, avoiding the scams" width="150" height="150" /></p><p><br class="spacer_" /></p><h2>You Should be carefull&#8230;</h2><p>You would get an email, from an unknown party, who shows interest in your website and usually represents himself as an advertising company who wants to buy some ad space, or publish some content on your website (or blog) for one of his clients.</p><p>First thing to do is : <strong>DO NOT reply</strong> with your personal information and  DO NOT show that you&#8217;re very interested!</p><p>Second, start to gather some information about the company who sent you the email. See its <strong>WHOIS record</strong> (you can use <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://internic.net/whois.html" >InterNIC WHOIS</a> ) to find out more about the website owner, registrar, their address, and phone numbers if any.</p><p>Use your favorite search engine to find out more about the company, visit their website, check their &#8220;About us&#8221; page, check their portfolio, recent clients, latest works&#8230;</p><p>Look for user reviews on the company, search to find out if &#8221; <strong>{the company name} + scam</strong> &#8221; returns anything in your search engine? Search and investigate a little bit to keep your website (blog) safe from advertisement scams.</p><p>Use <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.siteadvisor.com/" >SiteAdvisor form McAffee</a> to check if the website is a safe website or not.</p><p>If you come across any types of scams, just <strong>DO NOT reply to their emails and ignore them</strong>. You would help other website owners and bloggers if you write a post on how to identify scams and spams and how to avoid scams.</p><p><strong>You can share this post and link back to it from your website (given that you mention the source).</strong></p><p><br class="spacer_" /></p><p>Recently I&#8217;ve came across a <strong>scam from Production-Time.com</strong> . They&#8217;ve sent me an email in French, in which they shown interest in Gibni.com and asked me to reply if I wanted some more information.</p><p>I&#8217;ve done a WHOIS research and some investigation and found out that the email, even if it was well personalised, has been sent to thousands of people and some website owners have already announced Promotion-Time.com as a scam. I&#8217;ve found a detailed article about this scam in <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://epn.dk/teknologi2/computer/sikkerhed/article1608859.ece" >EPN.dk</a>, which I <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://translate.google.com/translate?prev=hp&amp;hl=en&amp;js=n&amp;u=http%3A%2F%2Fepn.dk%2Fteknologi2%2Fcomputer%2Fsikkerhed%2Farticle1608859.ece&amp;sl=auto&amp;tl=en" >translated to English</a> to be able to understand it.</p><p>Here&#8217;s the a part of the email they&#8217;ve sent me:</p><blockquote><p><br class="spacer_" /></p><p><span style="font-size: small;">Bonjour,<br /> J&#8217;aimerais vous faire part d&#8217;une proposition commerciale à propos de votre site Web, qui pourrait très fort vous intéresser.<br /> En effet, ma société Promotion-Time, souhaiterait vous rémunérer pour la publication d&#8217;une petite publication textuelle sur votre site pour un de nos clients.<br /> Il s&#8217;agit d’une annonce francophone ciblée qui convient à certaines pages de votre site.<br /> N’hésitez pas à me contacter si vous avez besoin de plus amples informations.</p><p>Sincèrement,<br /> Francq Petit<br /> francqp@promotion-time.com</p><p>Si vous ne souhaitez plus recevoir d’emails de Promotion-Time, répondez à cet email avec comme sujet : STOP.<br /> It is possible to continue this correspondence in English, if you prefer to do so.<br /> </span></p></blockquote><p><span style="font-size: small;"><br /> </span></p><p>Here in this post, you can help the community by letting other know about the scams you faced and also know about scams already running on the internet. Type in the information you have in the comments section (Be carefull not to spam the comments section) .</p><p><br class="spacer_" /></p><p>Making money online, avoiding the scams, aims to help you avoid scams, help spread the word and show your support.</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="Making money online, avoiding the scams" alt="powered Making money online, avoiding the scams" /></a><br />]]></content:encoded> <wfw:commentRss>http://www.gibni.com/making-money-online-how-to-avoid-scams/feed</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Mark Gibni.com&#039;s History</title><link>http://www.gibni.com/mark-gibnidotcom-history</link> <comments>http://www.gibni.com/mark-gibnidotcom-history#comments</comments> <pubDate>Wed, 22 Apr 2009 01:20:21 +0000</pubDate> <dc:creator>Gi</dc:creator> <category><![CDATA[Blogging]]></category> <category><![CDATA[Money Talks]]></category> <category><![CDATA[Ramblings]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[2009]]></category> <category><![CDATA[Internet]]></category> <category><![CDATA[money]]></category> <category><![CDATA[Web Developpment]]></category><guid isPermaLink="false">http://www.gibni.com/?p=702</guid> <description><![CDATA[Have you found an article, post or comment useful on this site and it saved you time or/and money? Many people have visited Gibni.com since its first day and the number grows everyday. Do you want to mark the history of &#8230; <a href="http://www.gibni.com/mark-gibnidotcom-history">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>Have you found an article, post or comment useful on this site and it saved you time or/and money?</p><p>Many people have visited Gibni.com since its first day and the number grows everyday. Do you want to mark the history of this site by bringing some help to it?</p><p><br class="spacer_" /></p><ul><li>Articles like <a href="http://www.gibni.com/top-n95-applications-symbian-s60-applications-part-1" >TOP N95 Applications, Symbian S60 Applications &#8211; Part 1</a> , <a href="http://www.gibni.com/top-n95-applications-symbian-s60-applications-part-2" >2</a> , <a href="http://www.gibni.com/top-n95-applications-symbian-s60-applications-part-3" >3</a> brought a lot of people to this site, and gave them useful information on mobile phones applications.</li><li>Articles on the <a href="http://www.gibni.com/windows-delayed-write-failed-solved" >Delayed Write Failed error message</a> or <a href="http://www.gibni.com/windows-delayed-write-failed-2" >the second version</a>, helped a lot of people solve their hard drive issue and get their data back with no data loss!</li><li>About 20 000 people read the article on <a href="http://www.gibni.com/live-messenger-cannot-sign-in-80072745-error-in-live-messenger-solved" >MSN Messenger and its conflict with NOD32</a> and got connected back again with friends and familly.</li><li>The <a href="http://www.gibni.com/remove-conficker-microsoft-worm-virus-kido" >Conficker removal article</a>, is getting a lot of attention as it helped many people to delete the virus and protect themselves from conficker&#8217;s infection.</li><p><span id="more-702"></span></ul><p><img class="size-medium wp-image-703 alignright" title="Helping_hand_gibni" src="http://www.gibni.com/wp-content/uploads/2009/04/helping_hand_r0k1-200x300.jpg" alt="helping hand r0k1 200x300 Mark Gibni.com&#039;s History" width="200" height="300" /></p><p><br class="spacer_" /></p><p>Currently I am writing the <strong>3rd article on the Delayed Write Failed error</strong> message which will hopefully help people with this issue to get their hardware work properly as expected.</p><p>The <strong>4th part of TOP Symbian Applications</strong> is on the way too.</p><p><br class="spacer_" /></p><p>I expect an increase in my unique visitors by 7 000/month. Which will lead to about <strong>30 000 unique visitors per month.</strong></p><p><strong>My first goal is to provide information for free, and make it accessible to everyone</strong>. All of this takes time, a lot of time.</p><p><br class="spacer_" /></p><p>Many visitors wanted to say &#8220;Thanks&#8221; for the information I provided here and that helped them in some way, so I recently started a new section, which you might have already seen, it&#8217;s the <a href="http://www.gibni.com/donations" >Donations</a> page. Here you can donate any amount of money to help me continue the developpement of Gibni and if you <strong>donate more than 10 USD, you can show a name and a link of your choice on the Donators list.</strong></p><p><br class="spacer_" /></p><p>Go ahead and<strong> <a href="http://www.gibni.com/donations" >Buy me a drink</a></strong> (Coffee: 3.5 USD, Beer: 4.5 USD or Fresh soda: 2.5 USD) at least if you can&#8217;t donate a larger amount.</p><p><em>Thanks for your great support.</em></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="Mark Gibni.com&#039;s History" alt="powered Mark Gibni.com&#039;s History" /></a><br />]]></content:encoded> <wfw:commentRss>http://www.gibni.com/mark-gibnidotcom-history/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Posts and comments in “any” language in WordPress!</title><link>http://www.gibni.com/write-in-all-languages-in-wordpress</link> <comments>http://www.gibni.com/write-in-all-languages-in-wordpress#comments</comments> <pubDate>Mon, 13 Apr 2009 01:52:50 +0000</pubDate> <dc:creator>Gi</dc:creator> <category><![CDATA[Informatique - Computers]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[2009]]></category> <category><![CDATA[Internet]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[Web Developpment]]></category> <category><![CDATA[Website Optimization]]></category><guid isPermaLink="false">http://www.gibni.com/?p=673</guid> <description><![CDATA[Have you ever thought of writing your blog posts in a language other than English? or even let your visitors leave comments in another language!?Well, some may answer with &#8220;Yes! in French!&#8221; (or Portuguese, or Italian&#8230;), but, what I mean &#8230; <a href="http://www.gibni.com/write-in-all-languages-in-wordpress">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>Have you ever thought of writing your blog posts in a language other than English? or even let your visitors leave comments in another language!?</p><p><br class="spacer_" /></p><p>Well, some may answer with &#8220;Yes! in French!&#8221; (or Portuguese, or Italian&#8230;), but, what I mean is in other languages like Arabic, Farsi (Persian), Urdu, Chinese&#8230;, languages which have characters other than the basic &#8220;A,B,C&#8230;&#8221;</p><p>Basically, when you write a blog post on your blog, it is stored in a database, and what characters that database supports, defines the characters you can use for writting your post.</p><p><br class="spacer_" /><span id="more-673"></span></p><p>Well discuss about the two general types of WordPress, the WordPress.com blogs and self-hosted WordPress installations.</p><p><br class="spacer_" /></p><h2>WordPress.com blogs:</h2><p><br class="spacer_" /></p><p>Typing other languages such as Farsi or Russian or Arabic should be supported by default and you should be able to write in almost any language without problem.</p><p>But if it&#8217;s not enabled on your account, according to Fatih Syuhud [1], you should:</p><p>- Login to your administration area on WordPress.com</p><p>- Go to &#8220;Settings&#8221; &gt; &#8220;Reading&#8221;</p><p>- and set the encoding for &#8220;Pages and Feeds&#8221; to &#8220;UTF-8&#8243;</p><p>This procedure gives you the possibility of writing all kind of characters on your pages and posts and feeds.</p><p><em>Encoding for other specific character:</em></p><ul><li><em>Latin/Hebrew: ISO-8859-8</em></li><li><em>Hebrew: windows-1255</em></li><li><em>Latin/Arabic: ISO-8859-6</em></li><li><em>Arabic: windows-1256</em></li></ul><p><br class="spacer_" /></p><h2>Self-hosted WordPress installations:</h2><p><em>Remember that you take full responsability for the modifications and actions you do on your blogs/sites! Proceed at your own risk.</em></p><p><br class="spacer_" /></p><p>The contents of posts are stored in a table called wp_post (by default) inside your WordPress main database.</p><p>What defines the type of characters supported by a table, are the charset and collation of the table.</p><p>By default, all installations of WordPress (prior to 2.3.1), use the latin1_general_ci (or latin1_swedish_ci) encoding for their rows and tables.</p><p><br class="spacer_" /></p><p>To post articles in Arabic or Farsi (Persian) (or Urdu, Chinese, Russian&#8230;), you should change the encodings of specific tables and respective rows to utf8_general_ci.</p><p><br class="spacer_" /></p><h3><span style="color: #ff0000;">Step One: Backup</span></h3><p><span style="color: #ff0000;"><br /> </span></p><p>You <strong>should</strong> first of all, backup your files and database! use <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://wordpress.org/extend/plugins/wp-dbmanager/" >Lester &#8216;GaMerZ&#8217; Chan&#8217;s WP-DBManager plugin</a>, or do it manually by following the procedure from this article: <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://codex.wordpress.org/WordPress_Backups" >WordPress Backups</a>.</p><p><br class="spacer_" /></p><p><br class="spacer_" /></p><h3><span style="color: #ff0000;">Step  Two: Convert</span></h3><p><br class="spacer_" /></p><p><strong><span style="color: #800000;">First Solution</span></strong> proposed by Fatih and Mukhlas Rowi [3] ( 70% success rate , maybe some data loss)  is:</p><p>- Open your WordPress database in phpMyAdmin (in cPanel),</p><p>- Click on the &#8220;wp_post&#8221; table and then click on &#8220;Operations&#8221;,</p><p>- Change the collation to &#8220;utf8_general_ci&#8221;,</p><p>- Save.</p><p>- Now, browse to the &#8220;wp_post&#8221; table, and check all rows with a collation attribute,</p><p>- Click on &#8220;Edit&#8221; bellow the list of selected rows,</p><p>- Change all collations to &#8220;utf8_general_ci&#8221;,</p><p>- Save.</p><p>That&#8217; it.</p><p><br class="spacer_" /></p><p><strong><span style="color: #008000;">Second solution:</span> </strong>Use a plugin to do the conversion! I&#8217;ve tested the bbwp2UTF8 plugin and it works great (at least with WordPress 2.7.1), you can download it from my <a href="http://www.gibni.com/downloads" >Downloads Page</a> or from WordPress.org home page: <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://wordpress.org/extend/plugins/bbwp2utf8/" >bbwp2UTF8 Home page</a>. ( 30% success rate, big data loss)</p><p><br class="spacer_" /></p><p>- Install the bbwp2UTF8 plugin by extracting its content in your plugins directory (usually /wp-content/plugins ),</p><p>- Go to the plugin&#8217;s page (link is below the &#8220;Plugins&#8221; section on the left side of the page in WordPress 2.7) .</p><p>- Check the desired tables to convert ( I recomment you convert all tables),</p><p>- Proceed with the steps to complete the conversion procedure.</p><p><br class="spacer_" /></p><p>That&#8217;s all! Your database and tables have been converted in the right manner, and you should not face any loss of data.</p><p><br class="spacer_" /></p><p>(In case you don&#8217;t like the plugin suggested above, or it doesn&#8217;t work for you, you may try: <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://wordpress.org/extend/plugins/utf-8-database-converter/" >UTF-8 Database Converter</a> by g30rg3_x ( I haven&#8217;t tried this out!) )</p><p><br class="spacer_" /></p><p><strong><span style="color: #008000;">Geeks&#8217; solution: </span></strong>Follow the guide at WordPress.org : <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://codex.wordpress.org/Converting_Database_Character_Sets" >Converting Database Character Sets</a></p><p><br class="spacer_" /></p><p><br class="spacer_" /></p><h3>Now you can type UTF8 characters in WordPress and let your visitors type in UTF8 characters in the comments section.<br /></h3><p><br class="spacer_" /></p><p><br class="spacer_" /></p><p><strong>Read More here:</strong></p><p><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://codex.wordpress.org/Converting_Database_Character_Sets" >http://codex.wordpress.org/Converting_Database_Character_Sets</a></p><p><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.haidongji.com/2008/11/11/convert-character-set-to-utf8-in-mysql/" >http://www.haidongji.com/2008/11/11/convert-character-set-to-utf8-in-mysql/</a></p><p><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.prelovac.com/vladimir/ultimate-solution-to-weird-utf-character-encoding-problem" >http://www.prelovac.com/vladimir/ultimate-solution-to-weird-utf-character-encoding-problem</a></p><p><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://codex.wordpress.org/Editing_wp-config.php#Database_character_set" >http://codex.wordpress.org/Editing_wp-config.php#Database_character_set</a></p><p><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.haidongji.com/2009/02/16/perl-script-to-convert-mysql-character-set-to-utf8/" >http://www.haidongji.com/2009/02/16/perl-script-to-convert-mysql-character-set-to-utf8/</a></p><p><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://wordpress.org/extend/plugins/utf-8-database-converter/installation/" >http://wordpress.org/extend/plugins/utf-8-database-converter/installation/</a></p><p><strong>Ref:</strong></p><p><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://fatihsyuhud.com/2009/01/16/how-to-enable-arabic-letters-in-wordpress/" >[1]- http://fatihsyuhud.com/2009/01/16/how-to-enable-arabic-letters-in-wordpress/</a></p><p><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://codex.wordpress.org/Converting_Database_Character_Sets" >[2]- http://codex.wordpress.org/Converting_Database_Character_Sets</a></p><p><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.mukhlas-rowi.web.id/2008/11/11/mengatasi-problem-penulisan-huruf-arab-di-blog/" >[3]- http://www.mukhlas-rowi.web.id/2008/11/11/mengatasi-problem-penulisan-huruf-arab-di-blog/</a></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="Posts and comments in “any” language in Wordpress!" alt="powered Posts and comments in “any” language in Wordpress!" /></a><br />]]></content:encoded> <wfw:commentRss>http://www.gibni.com/write-in-all-languages-in-wordpress/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Remove Conficker (Downup, Downadup or Kido)</title><link>http://www.gibni.com/remove-conficker-microsoft-worm-virus-kido</link> <comments>http://www.gibni.com/remove-conficker-microsoft-worm-virus-kido#comments</comments> <pubDate>Fri, 27 Feb 2009 16:50:31 +0000</pubDate> <dc:creator>Gi</dc:creator> <category><![CDATA[Informatique - Computers]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Computers]]></category> <category><![CDATA[Conficker]]></category> <category><![CDATA[Internet]]></category> <category><![CDATA[Urgent]]></category><guid isPermaLink="false">http://www.gibni.com/?p=550</guid> <description><![CDATA[About Conficker: If you ever heard about Microsoft (the maker of Windows and a full bundle of problems attached to it), and if you have already heard about Conficker, or also called Downup, Downadup or Kido, I suppose that you&#8217;ve already taken steps on &#8230; <a href="http://www.gibni.com/remove-conficker-microsoft-worm-virus-kido">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><span style="font-size: large;">About Conficker:</span></h2><p>If you ever heard about Microsoft (the maker of Windows and a full bundle of problems attached to it), and if you have already heard about <strong><span style="color: #ff0000;">Conficker</span></strong>, or also called <strong>Downup</strong>, <strong>Downadup or Kido, </strong>I suppose that you&#8217;ve already taken steps on protecting yourself and your friends from this computer worm (or computer virus as some may call it!).</p><p><br class="spacer_" /></p><p>I&#8217;m writing this <span style="text-decoration: underline;">urgent post</span> to warn everyone and help my dear visitors protect themselves and repair their infected computers.<span id="more-550"></span></p><p><strong><span style="text-decoration: underline;">Please spread the word and get people to read this article so you can help and save them! (<br /><script src="http://w.sharethis.com/widget/?tabs=web%2Cpost%2Cemail&amp;charset=utf-8&amp;style=default&amp;publisher=c4ada1f9-a5a2-4ccb-88b1-fc5d2f11ceda&amp;embeds=true" type="text/javascript"></script><br /> Immediately)<br /> </span></strong></p><p><br class="spacer_" />Conficker was born in October 2008, and targets Microsoft Windows Operating systems, so if you run Windows on your computer, <strong>YOU ARE A TARGET</strong> FOR CONFICKER! So, let&#8217;s get straight to the point, that is how to know if you&#8217;re already infected and how to remove the worm and how to protect yourself from later infections. <br class="spacer_" /></p><h2><span style="font-size: large;">Symptomes of infection according to </span><span style="font-size: large;"><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://en.wikipedia.org/wiki/Conficker" >Wikipedia</a> are:</span></h2><ul><li>Account lockout policies being reset automatically.</li><li>Certain Microsoft Windows services such as Automatic Updates, Background Intelligent Transfer Service (BITS), Windows Defender and Error Reporting Services are automatically disabled.</li><li>Domain controllers respond slowly to client requests.</li><li>System network gets unusually congested. This can be checked with network traffic chart on Windows Task Manager.</li><li>On websites related with antivirus software, Windows system updates cannot be accessed.</li><li>Launches a brute force dictionary attack against administrator passwords to help it spread through ADMIN$ shares, making choice of sensible passwords advisable.</li></ul><p><br class="spacer_" />The worm spreads through movable drives (USB Flash drives, Memory cards, network drives, shared devices with storage memory and networks (the internet, your office&#8217;s LAN, your home&#8217;s network&#8230;) <strong><span style="color: #ff0000;">Conficker</span></strong> uses the Autorun feature (if you can call it a feature!! <img src='http://www.gibni.com/wp-includes/images/smilies/icon_smile.gif' alt="icon smile Remove Conficker (Downup, Downadup or Kido)" class='wp-smiley' title="Remove Conficker (Downup, Downadup or Kido)" /> ) of Windows and a specially crafted RPC query to spread it self. more information and advanced technical details on how the worm operates is available on my other post: <span style="color: #808080;">Conficker Worm, Advanced Technical Details</span> (Coming Soon)</p><p> </p><p><strong>On the next page(s) I&#8217;ll discuss detailed solution to remove the Conficker virus and Patch your computer&#8230;</strong></p><h2><span style="font-size: large;">Remove and Patch:</span></h2><p>Here&#8217;s how I did remove the virus for my friends and patched their computers so they won&#8217;t get infected again by this worm! <br class="spacer_" /></p><h3>1 &#8211; First of all you need to disable the Autorun &#8220;feature&#8221; of your computer so that it won&#8217;t run CDs, DVDs and USBs automatically.</h3><p><a href="http://www.gibni.com/conficker/conficker" rel="attachment wp-att-572" ><img class="aligncenter size-medium wp-image-572" title="conficker" src="http://www.gibni.com/wp-content/uploads/2009/02/conficker-300x292.png" alt="conficker 300x292 Remove Conficker (Downup, Downadup or Kido)" width="300" height="292" /></a> To do that, Microsoft provides a well describe article that you may read and apply for your Windows. Click : <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://support.microsoft.com/kb/967715/" >http://support.microsoft.com/kb/967715/</a> But if you&#8217;re already infected, you may not be able to access the Microsoft&#8217;s download page to download the required files. <br class="spacer_" />I provide you another workaround which was initally described on <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.us-cert.gov/cas/techalerts/TA09-020A.html"  target="_blank">US-CERT website</a> :</p><h2>First, download the <a href="http://www.gibni.com/dl/autorun_patch.reg" >autorun_patch.reg</a> file and run it. This file contains the following code and is applied to your Windows Registry:</h2><p><code>REGEDIT4 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\IniFileMapping\Autorun.inf] @="@SYS:DoesNotExist"</code> <br class="spacer_" /></p><ul><li><em>If you don&#8217;t want to download the file, then;</em></li></ul><p><em>To import the above value to your registry, perform the following steps:</em></p><ol><li><em>Copy the text above</em></li><li><em>Paste the text into Windows Notepad </em></li><li><em>Save the file as <tt>"autorun_patch.reg"</tt> Note: In certain circumstances, Notepad may automatically add a <tt>.txt</tt> extension to saved files. To ensure that the file is saved with the proper extension, select <strong>All Files</strong> in the &#8220;Save as type:&#8221; section of the &#8220;Save As&#8221; dialog. </em></li><li><em>Navigate to the file location </em></li><li><em>Double-click on the file to import it into the Windows registry </em></li></ol><p><strong>According to </strong><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.us-cert.gov/cas/techalerts/TA09-020A.html"  target="_blank">US-CERT website</a><strong>,</strong><em> Microsoft Windows also caches the AutoRun information from mounted devices in the <tt>MountPoints2</tt> registry key. It&#8217;s recommended restarting Windows after making the registry change so that any cached mount points are reinitialized in a way that ignores the <tt>Autorun.inf</tt> file. Alternatively, the following registry key may be deleted:</em></p><ul style="PADDING-LEFT: 30px"> <tt><em>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2</em></tt></ul><p><em>Once these changes have been made, all of the AutoRun code execution scenarios described above will be mitigated because Windows will no longer parse <tt>Autorun.inf</tt> files to determine which actions to take. Further details are available in the </em><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.cert.org/blogs/vuls/2008/04/the_dangers_of_windows_autorun.html" ><em>CERT/CC Vulnerability Analysis blog</em></a><em>.</em> <sup>[ref:US-CERT]</sup> <br class="spacer_" /></p><h3>2 &#8211; Disable System Restore:</h3><p>Steps for Windows XP:</p><ol><li><ol><li><em>Click Start. </em></li><li><em>Right-click My Computer, and then click Properties. </em></li><li><em>On the System Restore tab, check Turn off System Restore or Turn off System Restore on all drives.  If you do not see the System Restore tab, you are not logged on to Windows as an Administrator.</em></li><li><em>Click Apply.</em></li><li><em>When you see the confirmation message, click Yes.</em></li><li><em>Click OK.</em></li></ol></li></ol><p><br class="spacer_" /></p><h3>3 &#8211; Install Microsoft Security Update [KB958644] for your Operating System:</h3><p>Go to this page and download the right update based on your Windows Operating System version: <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.microsoft.com/technet/security/Bulletin/MS08-067.mspx" >http://www.microsoft.com/technet/security/Bulletin/MS08-067.mspx</a> In case you cannot access Microsoft website for any reason, I provide you mirror downloads here on Gibni.com: For Windows XP SP2 and Windows Xp SP3 (English) : [<a href="http://www.gibni.com/dl/WindowsXP-KB958644-x86-ENU.exe" >Mirror on Gibni</a>] For Windows Vista and Windows Vista SP1 (English): [<a href="http://www.gibni.com/dl/Windows6.0-KB958644-x86.msu" >Mirror on Gibni</a>] Once downloaded, (open/double click/run/execute) the file and procceed with the installation.</p><p> </p><h3>4- Download the Conficker Removal Tool of your choice:</h3><p>You should download a Removal Tool (listed bellow), then save it to a convenient location like your Windows Desktop.</p><h4>There are free <span style="color: #ff0000;">Conficker Removal tools </span>provided by:</h4><ul><li>Microsoft Malicious Software Removal Tool (En) : [<a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.microsoft.com/downloads/info.aspx?na=90&amp;p=&amp;SrcDisplayLang=en&amp;SrcCategoryId=&amp;SrcFamilyId=ad724ae0-e72d-4f54-9ab3-75b8eb148356&amp;u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2f4%2fA%2fA%2f4AA524C6-239D-47FF-860B-5B397199CBF8%2fwindows-kb890830-v2.7.exe" >Direct Download</a>] or use the [<a href="http://www.gibni.com/dl/windows-kb890830-v2.7.exe" >Mirror on Gibni</a>]</li><li>ESET: [<a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://download.eset.com/special/EConfickerRemover.exe" >Direct Download</a>] or use the [<a href="http://www.gibni.com/dl/ESETConfickerRemover.exe" >Mirror on Gibni</a>]</li><li>Symantec : [<a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.symantec.com/content/en/us/global/removal_tool/threat_writeups/FixDownadup.exe" >Direct Download</a>] or use the [<a href="http://www.gibni.com/dl/SymantecFixDownadup.exe" >Mirror on Gibni</a>]</li><li>BitDefender : [<a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.bitdefender.com/site/Downloads/downloadFile/1584/FreeRemovalTool" >Direct Download</a>] or use the [<a href="http://www.gibni.com/dl/bitd_removal-antidownadup.zip" >Mirror on Gibni</a>]</li></ul><p><br class="spacer_" /></p><h3>5 - Now, the next step is to check your computer for infection and clean it!</h3><ol><li>Once you have the Removal Tool file, (if neseccary save your work and) <strong>close ALL programs and running sotftware</strong>.</li><li>Disconnect your computer (PC) by <strong>PHYSICALLY disconnecting</strong> the network cable or switching OFF the Wi-Fi adapter you have.   <em>(You may need to go to Control Panel&gt;Network Connections then right-click on each network connection available and select &#8220;Disable&#8221;)</em></li><li>Then <strong>run</strong> (double-click/open/execute call it what you like!) the Conficker Removal Tool you have!</li><li>Then <strong>restart your computer</strong> once the Conficker Removal Tool&#8217;s job is done.</li></ol><p> </p><p><strong>Follow all the instructions for the conficker removal process. The remaining steps are on the next page(s) &#8230;</strong></p><h3>6 - Install( or update) a good Security solution</h3><p>I would personally recommend BitDefender Total Security 2009 (<a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.bitdefender.com" >http://www.bitdefender.com</a>)</p><p> </p><h3>7 - Turn System Restore back ON!</h3><p>You may want to run the Conficker Removal Tool again to be sure your PC is clean. <span style="color: #ff0000;">Keep your Windows and Antivirus UP-TO-DATE!!!! (Check once a month manually at least)</span></p><p> </p><h3><span style="color: #000000;">8 &#8211; Feel GREAT!</span></h3><p><br class="spacer_" />That&#8217;s it. Digg this article by using the &#8220;ShareThis&#8221; button or the Digg It button either below the post, or at the beginning of the post, to help others stay safe. <strong><span style="text-decoration: underline;">Please spread the word and get people to read this article so you can help and save them! (<br /><script src="http://w.sharethis.com/widget/?tabs=web%2Cpost%2Cemail&amp;charset=utf-8&amp;style=default&amp;publisher=c4ada1f9-a5a2-4ccb-88b1-fc5d2f11ceda&amp;embeds=true" type="text/javascript"></script><br /> Immediately)<br /> </span></strong></p><p><br class="spacer_" /></p><p>You can send it by email to your friends and familly by using the ShareThis button too.<br class="spacer_" /></p><p><br class="spacer_" /></p><p><br class="spacer_" /></p><h3>-Read More here:</h3><p><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://en.wikipedia.org/wiki/Conficker" >http://en.wikipedia.org/wiki/Conficker</a></p><p><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.symantec.com/security_response/writeup.jsp?docid=2008-112203-2408-99&amp;tabid=1" >http://www.symantec.com/security_response/writeup.jsp?docid=2008-112203-2408-99&amp;tabid=1</a></p><p><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.eset.com/threat-center/blog/?p=511" >http://www.eset.com/threat-center/blog/?p=511</a></p><p><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.bitdefender.com/VIRUS-1000462-en--Win32.Worm.Downadup.Gen.html" >http://www.bitdefender.com/VIRUS-1000462-en&#8211;Win32.Worm.Downadup.Gen.html</a></p><p><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://service1.symantec.com/SUPPORT/tsgeninfo.nsf/docid/2001111912274039?OpenDocument&amp;src=sec_doc_nam" >http://service1.symantec.com/SUPPORT/tsgeninfo.nsf/docid/2001111912274039?OpenDocument&amp;src=sec_doc_nam</a></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="Remove Conficker (Downup, Downadup or Kido)" alt="powered Remove Conficker (Downup, Downadup or Kido)" /></a><br />]]></content:encoded> <wfw:commentRss>http://www.gibni.com/remove-conficker-microsoft-worm-virus-kido/feed</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Conficker</title><link>http://www.gibni.com/conficker</link> <comments>http://www.gibni.com/conficker#comments</comments> <pubDate>Thu, 26 Feb 2009 13:50:44 +0000</pubDate> <dc:creator>Gi</dc:creator> <category><![CDATA[Informatique - Computers]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Computers]]></category> <category><![CDATA[Conficker]]></category> <category><![CDATA[Internet]]></category> <category><![CDATA[Urgent]]></category><guid isPermaLink="false">http://www.gibni.com/?p=567</guid> <description><![CDATA[About Conficker: On October 23, 2008, Microsoft released a critical security update, MS08-067, to resolve a vulnerability in the Server service of Windows that, at the time of release, was facing targeted, limited attack. The vulnerability could allow an anonymous attacker &#8230; <a href="http://www.gibni.com/conficker">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><span style="font-size: large;">About Conficker:</span></h2><p>On October 23, 2008, Microsoft released a critical security update, <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.microsoft.com/technet/security/Bulletin/MS08-067.mspx" >MS08-067</a>, to resolve a vulnerability in the Server service of Windows that, at the time of release, was facing targeted, limited attack. The vulnerability could allow an anonymous attacker to successfully take full control of a vulnerable system through a network-based attack, the sort of vectors typically associated with network &#8220;worms.&#8221; Since the release of <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.microsoft.com/technet/security/Bulletin/MS08-067.mspx" >MS08-067</a>, the Microsoft Malware Protection Center (MMPC) has identified two variants of <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.microsoft.com/security/portal/Entry.aspx?Name=Win32/Conficker" >Win32/Conficker</a> in the wild to date:</p><ul><li><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.microsoft.com/security/portal/Entry.aspx?Name=Worm:Win32/Conficker.A" >Worm:Win32/Conficker.A</a>: identified by the MMPC on November 21, 2008</li><li><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.microsoft.com/security/portal/Entry.aspx?Name=Worm:Win32/Conficker.B" >Worm:Win32/Conficker.B</a>: identified by the MMPC on December 29, 2008</li></ul><p>(Source: http://technet.microsoft.com/en-us/security/dd452420.aspx )<span id="more-567"></span></p><p><br class="spacer_" /></p><p>For detailed &#8220;<strong>How to remove Conficker worm</strong>&#8221; instructions, visit this post: <a href="http://www.gibni.com/remove-conficker-microsoft-worm-virus-kido" >How to Remove Conficker</a> (On Gibni)</p><p><br class="spacer_" /></p><p><br class="spacer_" /></p><p>If you ever heard about Microsoft (the maker of Windows and a full bundle of problems attached to it), and if you have already heard about <strong><span style="color: #ff0000;">Conficker</span></strong>, or also called <strong>Downup</strong>, <strong>Downadup or Kido, </strong>I suppose that you’ve already taken steps on protecting yourself and your friends from this computer worm (or virus as some may call it!).</p><p><a href="http://www.gibni.com/conficker/conficker_final" rel="attachment wp-att-573" ><img class="aligncenter size-medium wp-image-573" title="conficker_final" src="http://www.gibni.com/wp-content/uploads/2009/02/conficker_final-300x225.png" alt="conficker final 300x225 Conficker" width="300" height="225" /></a></p><p><strong>On February 12, 2009, Microsoft announced a U.S. $250,000 reward for information</strong> that results in the arrest and conviction of those responsible for illegally launching the Conficker malicious code on the Internet. Microsoft&#8217;s reward offer stems from the company&#8217;s recognition that the Conficker worm is a criminal attack. Microsoft wants to help the authorities catch the criminals responsible for it. Residents of any country are eligible for the reward, according to the laws of that country, because Internet viruses affect the Internet community worldwide. ( http://technet.microsoft.com/en-us/security/dd452420.aspx )</p><p><br class="spacer_" /></p><p><a href="http://www.gibni.com/conficker/graph-conb1" rel="attachment wp-att-570" ><img class="size-medium wp-image-570 alignright" title="graph-conb1" src="http://www.gibni.com/wp-content/uploads/2009/02/graph-conb1-215x300.jpg" alt="graph conb1 215x300 Conficker" width="215" height="300" /></a></p><h3>According to Yahoo Tech news:</h3><p>&#8220;The criminals behind the widespread <span id="lw_1235416368_0" class="yshortcuts">Conficker worm</span> have released a new version of the malware that could signal a major shift in the way the worm operates.</p><p>The new variant, dubbed Conficker B++, was spotted three days ago by <span id="lw_1235416368_1" class="yshortcuts">SRI International researchers</span>, who <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://mtc.sri.com/Conficker/" >published</a> details of the new code on Thursday. To the untrained eye, the new variant looks almost identical to the previous version of the worm, Conficker B. But the B++ variant uses new techniques to download software, giving its creators more flexibility in what they can do with infected machines.</p><p>The new B++ variant uses the same algorithm to look for rendezvous points, but it also gives the creators two new techniques that skip them altogether. That means that the Cabal&#8217;s most successful technique could be bypassed.&#8221;</p><p>Also known as Downadup, Conficker spreads using a variety of techniques. It exploits a dangerous <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.microsoft.com/technet/security/Bulletin/MS08-067.mspx" >Windows bug</a> to attack computers on a local area network, and it can also spread via USB devices such as cameras or storage devices. All variants of Conficker have now infected about 10.5 million computers, according to SRI.</p><p><br class="spacer_" /></p><h3>Here&#8217;re some statistics according to SRI:  <span style="font-size: medium;">( http://mtc.sri.com/Conficker/ )</span><br /></h3><p><br class="spacer_" /></p><p><span style="font-weight: bold;">Total IP Addresses: </span>10,512,451 <big><br /> </big><span style="font-weight: bold;">Total Conficker A  IPs</span>:    4,743,658<big><br /> </big><span style="font-weight: bold;">Total Conficker B  IPs</span>:     6,767,602<big><br /> </big><span style="font-weight: bold;">Total Conficker AB IPs</span>:   1,022,062<big></big><span style="font-weight: bold;">OS Breakdown: </span><big><br /> </big>WinNT=0, 2000=163395, WinXP=10189556, 2003 Srv=75361, Vista=82495, Win98=44, Win95=32, WinCE=3, Other=1565<big></big><span style="font-weight: bold;">Browser Breakdown: </span><big><br /> </big>IE5=26,525, IE6=7,494,466, IE7=2,988,039, FireFox=893, Opera=150, Safari=166, Netscape=12</p><p><br class="spacer_" /></p><p><br class="spacer_" /></p><p><a href="http://www.gibni.com/conficker/conficker-2009-01-29-countries" rel="attachment wp-att-571" ><img class="aligncenter size-medium wp-image-571" title="conficker-2009-01-29-countries" src="http://www.gibni.com/wp-content/uploads/2009/02/conficker-2009-01-29-countries-300x193.png" alt="conficker 2009 01 29 countries 300x193 Conficker" width="300" height="193" /></a></p><p>SRI says that China is the most infected country by Conficker, and follow Brazil and Russia.</p><p>I&#8217;ve noticed that Indonesia, Thailand and India are some of the most infected countries today and people are actively searching about this virus/worm.</p><p>To note that more than <strong>9 million computers are infected</strong> worldwide till date!</p><p>For detailed &#8220;<strong>How to remove Conficker worm</strong>&#8221; instructions, visit this post: <a href="http://www.gibni.com/remove-conficker-microsoft-worm-virus-kido" >How to Remove Conficker</a> (On Gibni)</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="Conficker" alt="powered Conficker" /></a><br />]]></content:encoded> <wfw:commentRss>http://www.gibni.com/conficker/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>What is RSS?</title><link>http://www.gibni.com/what-is-rss</link> <comments>http://www.gibni.com/what-is-rss#comments</comments> <pubDate>Mon, 26 Jan 2009 16:40:12 +0000</pubDate> <dc:creator>Gi</dc:creator> <category><![CDATA[Blogging]]></category> <category><![CDATA[Fun]]></category> <category><![CDATA[Movie Review]]></category> <category><![CDATA[Reviews]]></category> <category><![CDATA[Free Reviews]]></category> <category><![CDATA[Internet]]></category> <category><![CDATA[Movie Reviews]]></category> <category><![CDATA[Videos]]></category> <category><![CDATA[Web Developpment]]></category><guid isPermaLink="false">http://www.gibni.com/?p=511</guid> <description><![CDATA[Have you ever asked yourself about the orange button like this one: which you see on a lot of websites these days? Ever heard of the word RSS? I bet you&#8217;ve been invited many times by website owners and bloggers to &#8230; <a href="http://www.gibni.com/what-is-rss">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>Have you ever asked yourself about the orange button like this one:<img class="alignnone size-full wp-image-512" title="rss_feed_icon" src="http://www.gibni.com/wp-content/uploads/2009/01/feed_icon.png" alt="feed icon What is RSS?" width="120" height="137" /> which you see on a lot of websites these days?</p><p>Ever heard of the word RSS? I bet you&#8217;ve been invited many times by website owners and bloggers to &#8220;Subscribe&#8221; to their &#8220;feeds&#8221;! And you asked yourself &#8220;What is (s)he talking about!?&#8221;</p><p>So I&#8217;ve decided to put up a video which explains RSS and subscribtion in pictures! This is a very easy to understand and friendly movie clip.<span id="more-511"></span></p><p>The movie is created by <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.commoncraft.com/" >CommonCraft</a> . Checking up their website, I was amazed that only two people are working in this company and they do such a great work! They work from home it seems, and they worked for big companies like Microsoft and Google. There are lots of interesting videos and the website looking very friendly! Just watch this movie on RSS and you&#8217;ll love it!</p><p style="text-align: center;"><a href="http://www.gibni.com/what-is-rss"><img src="http://img.youtube.com/vi/0klgLsSxGsU/0.jpg" width="600" height="360" alt="video" /></a></p><p>(Small tip for webmaster, bloggers and &#8220;make money online&#8221; people! : The more your website looks friendlier to a user, the more clicks and increased pageviews you will get!)</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="What is RSS?" alt="powered What is RSS?" /></a><br />]]></content:encoded> <wfw:commentRss>http://www.gibni.com/what-is-rss/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 21/106 queries in 0.262 seconds using disk: basic
Object Caching 3296/3399 objects using disk: basic

Served from: www.gibni.com @ 2012-02-07 15:12:56 -->
