<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>GO ON CLICK!</title>
	<link>http://www.goonclick.com</link>
	<description>There is always a smarter way.</description>
	<lastBuildDate>Sun, 25 Apr 2010 20:53:28 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>How to retrieve Email account&#8217;s password from psa database on Linux Plesk server?</title>
		<description><![CDATA[Hi friends, it’s so simple to retrieve email account&#8217;s password for a particular account on the plesk server. You should have root access to your Linux Plesk server. Below are the steps to retrieve Plesk control panel password on Linux Plesk server. Note that we are retrieving database user name and password from psa (plesk)]]></description>
		<link>http://www.goonclick.com/how-to-retrieve-email-accounts-password-on-linux-plesk-server/</link>
			</item>
	<item>
		<title>How to retrieve FTP user name and passwords on Linux Plesk server?</title>
		<description><![CDATA[Hi friends, It&#8217;s so simple to retrieve FTP passwords with user name from psa (plesk) database. You should have root access to your Linux Plesk server. Below are the steps to retrieve FTP password on Linux Plesk server. Note that we are retrieving database user name and password from psa (plesk) database. You will need]]></description>
		<link>http://www.goonclick.com/how-to-retrieve-ftp-user-name-and-passwords-on-linux-plesk-server/</link>
			</item>
	<item>
		<title>How to retrieve Plesk control panel password for domain on Linux Plesk server?</title>
		<description><![CDATA[Hi friends, it’s so simple to retrieve plesk password for a particular account on the plesk server. You should have root access to your Linux Plesk server. Below are the steps to retrieve Plesk control panel password on Linux Plesk server. Note that we are retrieving database user name and password from psa (plesk) database.]]></description>
		<link>http://www.goonclick.com/how-to-retrieve-plesk-control-panel-password-for-domain-on-linux-plesk-server/</link>
			</item>
	<item>
		<title>How to retrieve mysql database passwords on Linux Plesk server?</title>
		<description><![CDATA[It is possible to retrieve database password from Linux Plesk server. Below are the steps to retrieve database password from SSH. Note that we are retrieving database user name and password from psa (plesk) database. You will need root access OR should have an access to mysql database and privileges to fire select query on]]></description>
		<link>http://www.goonclick.com/how-to-retrieve-mysql-database-passwords-on-linux-plesk-server/</link>
			</item>
	<item>
		<title>404 custom error page using .htaccess</title>
		<description><![CDATA[Most of the time you may get error message as below on your site and you may know the reason why the message is, Not Found The requested document was not found on this server. Web Server at yourdomain.com The error message comes when there is no such a page into your website. Suppose you]]></description>
		<link>http://www.goonclick.com/404-custom-error-page-using-htaccess/</link>
			</item>
	<item>
		<title>How do I insert google map into my site?</title>
		<description><![CDATA[On most of the site you will see google map added on some pages. How do they do it? Is it so hard? The answer of second question is &#8216;Absolutely not&#8217;. It is as simple as 1,2,3 as we are going to complete it in just 3 steps. Answer of first question is in description.]]></description>
		<link>http://www.goonclick.com/how-do-i-insert-google-map-into-my-site/</link>
			</item>
	<item>
		<title>ERROR 2002: Can&#8217;t connect to local MySQL server through socket &#8216;/var/lib/mysql/mysql.sock&#8217; (2)</title>
		<description><![CDATA[The error &#8220;ERROR 2002: Can&#8217;t connect to local MySQL server through socket &#8216;/var/lib/mysql/mysql.sock&#8217; (2)&#8221; comes when the mysqld service on the server is not running. Restart the mysql service using command below, service mysqld start OR service mysqld restart you will see something like below -bash-2.05b# service mysqld restart Stopping MySQL:                                            [FAILED] Starting MySQL:                                       ]]></description>
		<link>http://www.goonclick.com/error-2002-cant-connect-to-local-mysql-server-through-socket-varlibmysqlmysql-sock-2/</link>
			</item>
	<item>
		<title>Sony Ericsson XPERIA X10 Look</title>
		<description><![CDATA[Sony Ericsson launching  XPERIA X10﻿ in India very soon. The price will be in between Rs. 35,000/- to Rs. 40,000/- Sony Ericsson Xperia X10 is based on Google Android mobile platform features large 4″ inch capacitive touchscreen and Qualcomm Snapdragon 1GHz Processor. The information I am witting is bit less but video below will explain]]></description>
		<link>http://www.goonclick.com/sony-ericsson-xperia-x10-look/</link>
			</item>
	<item>
		<title>How to install theme or template in joomla?</title>
		<description><![CDATA[Look and feel of your website is very important to keep visitors on your website for bit more than they should be. If you are using Joomla cms it&#8217;s becomes very easy to install the template / theme any time. There are lots of templetes freely available on the internet. You can search free joomla]]></description>
		<link>http://www.goonclick.com/how-to-install-theme-or-template-in-joomla/</link>
			</item>
	<item>
		<title>SQL Error : 1194 Table &#8216;phpbb_search_wordmatch&#8217; is marked as crashed and should be repaired</title>
		<description><![CDATA[The problem occures because of the table &#8216;phpbb_search_wordmatch&#8217; into the database is crashed. We need to repair the table &#8216;phpbb_search_wordmatch&#8217;. You may receive error message as below. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; SQL Error : 1194 Table &#8216;phpbb_search_wordmatch&#8217; is marked as crashed and should be repaired INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) SELECT 43146, word_id, 0 FROM phpbb_search_wordlist WHERE]]></description>
		<link>http://www.goonclick.com/sql-error-1194-table-phpbb_search_wordmatch-is-marked-as-crashed-and-should-be-repaired/</link>
			</item>
</channel>
</rss>
