<?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>NGCoders - Next Generation Coders &#187; General</title>
	<atom:link href="http://www.ngcoders.com/category/general/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ngcoders.com</link>
	<description>Personal Blog of Vikas Patial.</description>
	<lastBuildDate>Sun, 25 Jul 2010 08:01:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>First Apple India Product and Service Experience &#8211; Pathetic</title>
		<link>http://www.ngcoders.com/general/first-apple-india-product-and-service-experience-pathetic</link>
		<comments>http://www.ngcoders.com/general/first-apple-india-product-and-service-experience-pathetic#comments</comments>
		<pubDate>Tue, 13 Jul 2010 16:35:28 +0000</pubDate>
		<dc:creator>Vikas Patial</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Apple India]]></category>
		<category><![CDATA[Apple Ipod]]></category>
		<category><![CDATA[Apple Service india]]></category>
		<category><![CDATA[Ipod 32 GB India]]></category>
		<category><![CDATA[Ipod Touch 32gb 3g India]]></category>

		<guid isPermaLink="false">http://www.ngcoders.com/?p=246</guid>
		<description><![CDATA[I needed an Apple Ipod to test some Iphone ready site i had done for someone one, Since Ipod touch and Iphone are almost same other than phone functionality.  I went yesterday (12th July 2010) and bought an Apple Ipod Touch 3g (32GB) for about Rs 17340 in the morning (I had to deliver [...]]]></description>
			<content:encoded><![CDATA[<p>I needed an Apple Ipod to test some Iphone ready site i had done for someone one, Since Ipod touch and Iphone are almost same other than phone functionality.  I went yesterday (12th July 2010) and bought an Apple Ipod Touch 3g (32GB) for about Rs 17340 in the morning (I had to deliver the site so could not have it shipped and wait 3 &#8211; 4 days). In the evening after returning home, the unit purchased did not work out once it was removed from the packing. I had better opinion of apple products &#8230; but how can they sell me a brick. Called up Apple Support and after the usual talk they also realized that i have been sold a dead Ipod Touch. So they assured me that next day it will be changed from where i bought it and gave me a reference number to use for the same. Going by the brand name that apple has, i relied and was somewhat optimistic, even if it went going back almost 17 kms on a working day.</p>
<p>So today when I went to the Same Place i bought it from the chaps there  directed me to the apple Service Center at another location ( 9 kms from Nehru place) and on reaching there  i was informed  that the Apple Support Guys were telling Lies. There is no such concept of instant hand to hand replacement and I was asked to leave my ipod and wait for upto 15 Days. Now i m waiting to have my brand new Ipod back &#8230; </p>
<p><strong>Some things i think u should know &#8211; </strong></p>
<ul>
<li>
Not one Apple representative Apologized for the Faulty product i was sold
</li>
<li>
Even for a brand new product ( Not even a day old )  one is required  to go through service
</li>
<li>
Apple India is not Apple ( its &#8216;desi&#8217; Indian Version which works like &#8216;desi&#8217; companies )
</li>
<li>
Not the experience i expected,I wasted a lot of time and effort just to buy one Ipod which i still do not have
</li>
</ul>
<p>I had high hopes and was kind of excited about owning my first Apple product . But I was utterly disappointed, frustrated  and saddened by state of things. Also as i mentioned , it was an urgent requirement for some software that i am delivering and my work has suffered coz of  bad product , apparently new?? and pathetic service. </p>
<p>Their competitor on the other hand atleast Microsoft gives me Free Onsite <a href="http://www.ngcoders.com/general/xbox-360-rrod-and-microsoft-india-support">Wonder full support and service</a>. </p>
<p><strong>UPDATE : I had got a replacement after 5 days.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ngcoders.com/general/first-apple-india-product-and-service-experience-pathetic/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Adding Javascript to Wordpress without Plugin</title>
		<link>http://www.ngcoders.com/general/adding-javascript-to-wordpress-without-plugin</link>
		<comments>http://www.ngcoders.com/general/adding-javascript-to-wordpress-without-plugin#comments</comments>
		<pubDate>Thu, 03 Jun 2010 06:54:39 +0000</pubDate>
		<dc:creator>Vikas Patial</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[add javascript]]></category>
		<category><![CDATA[javscript]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.ngcoders.com/?p=223</guid>
		<description><![CDATA[Though it would seem pretty simple, but as soon as you try to add a JavaScript to your Wordpress post which is more than few lines of code. Wordpress somehow messes up the code and the script will not work due to wordpress formatting it. You can disable formatting but then other old posts also [...]]]></description>
			<content:encoded><![CDATA[<p>Though it would seem pretty simple, but as soon as you try to add a JavaScript to your Wordpress post which is more than few lines of code. Wordpress somehow messes up the code and the script will not work due to wordpress formatting it. You can disable formatting but then other old posts also loose formatting. The other solution provided is to add them to template / make JS files and include them. Both require more work.</p>
<p>Here is my little solution , Basically pack the script and make it as a one line of code which can be added to the html editor &#8211; </p>
<p>Go to the following link paste your JavaScript code and embed the Wordpress embed in your wordpress &#8230; </p>
<p><center><a href="http://www.vikaspatial.com/demos/packer/" style="font-size: 16px;">Wordpress JavaScript Packer</a></center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ngcoders.com/general/adding-javascript-to-wordpress-without-plugin/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Best Window/Split Air Conditioner, Brand , Stars , EER and more &#8230;</title>
		<link>http://www.ngcoders.com/general/best-windowsplit-air-conditioner-brand-stars-eer-and-more</link>
		<comments>http://www.ngcoders.com/general/best-windowsplit-air-conditioner-brand-stars-eer-and-more#comments</comments>
		<pubDate>Sun, 30 May 2010 22:13:41 +0000</pubDate>
		<dc:creator>Vikas Patial</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[AC]]></category>
		<category><![CDATA[eer]]></category>
		<category><![CDATA[split ac]]></category>
		<category><![CDATA[star rating]]></category>
		<category><![CDATA[window ac]]></category>

		<guid isPermaLink="false">http://www.ngcoders.com/?p=197</guid>
		<description><![CDATA[Buying a AC is no easy task, With so many brands to choose from and varied reviews of each if you ask the Dealers or check online.
But more than the Initial Cost the Electricity Bill(running cost) associated with the AC is what actually hurts. So recently I had to make the same decision in buying [...]]]></description>
			<content:encoded><![CDATA[<p>Buying a AC is no easy task, With so many brands to choose from and varied reviews of each if you ask the Dealers or check online.</p>
<p>But more than the Initial Cost the Electricity Bill(running cost) associated with the AC is what actually hurts. So recently I had to make the same decision in buying a second AC. I already own a Hitachi Window AC. Here are some points that I found out and a little JavaScript calculator which I wrote which helped make up my mind  -</p>
<p>Try to go for Split AC , they are much quieter and more efficient though come at a higher Initial Cost. The Hitachi window I have makes me feel like sleeping next to a running vehicle !!!</p>
<p>The Total ownership cost difference over 5 Star rated and 3 Star Rated AC over a course of 5 years is almost same usually. But 5 star rated AC’s are about 20 % more expensive than 3 Star ones when buying the AC ( but this 20 % is paid back over 5 years in most cases). You can check using the calculator below.</p>
<p>More expensive does not mean itll recover its cost in Electricity Bill as some companies state. Do the calculations yourself and you will see.</p>
<p>Avoid the Cheapest ones out there, there is a reason they are cheap !</p>
<p>Most big terms like AntiBacterial filters, Night mode,Ion Purifiers etc are nothing but terms to attract you. You should just look at appropriate cooling capacity and running costs. As most of us just Switch them on and forget about them.</p>
<p>Here is a small calculator I wrote based on a Thread from <a href="http://www.techenclave.com/consumer-electronics/cost-to-performance-comparison-chart-airconditioners-110358.html">TechEnclave </a> which will help you check running cost of an AC and the total ownerships cost over a period, use the calculator below to decide if the AC is worth the extra money or which one is better -</p>
<p><script type="text/javascript">eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}(unescape('j x(k){y e=(k.p)?k.p:w.A;v(e>s%26%26(e<t||e>u))h l;h B}j G(){d=0.2.d.1;b=4(0.2.b.1);9=4(0.2.9.1);a=4(0.2.a.1);c=4(0.2.c.1);i=4(0.2.i.1);7=4(0.2.7.1);g=4(0.2.g.1);f=4(0.2.f.1);3=9/(9/a)/K;3=3*c*J*g;0.2.H.1=3;3=3*i;0.2.C.1=3;3=3*7;o=3*(f*7)/D;3=3+o+b;0.2.F.1=3;0.n(\'m\').q=0.n(\'m\').q+\'<z /><r>\'+d+\'</r> ( \'+7+\' E ) : \'+3;h l}j I(){0.2.d.1="";0.2.b.1="";0.2.9.1="";0.2.a.1="";0.2.c.1=8;0.2.i.1=6;0.2.7.1=5;0.2.g.1=5;0.2.f.1=5;h l}'),47,47,'document|value|power|val|parseInt|||ul||wc|wp|ic|ud|name|charCode|pi|pc|return|um|function|evt|false|history|getElementById|val1|which|innerHTML|strong|31|48|57|if|event|isNumberKey|var|br|keyCode|true|ty|100|Years|tc|calcFinal|tm|calcReset|30|1000'.split('|'),0,{}))
</script></p>
<div class="download-link">
<strong>AC Total Ownership calculator</strong></p>
<form name="power" onsubmit="return false;" >
<table width="480px">
<tr>
<td>AC Name/Model</td>
<td>
<input type="text" name="name" style="width: 100px"></td>
</tr>
<tr>
<td>AC Cost (Initial Cost while purchasing)</td>
<td>
<input type="text" name="ic" style="width: 100px" onkeypress="return isNumberKey(event)"></td>
</tr>
<tr>
<td>Nominal Cooling Capacity (Watts)</td>
<td>
<input type="text" name="wc" style="width: 80px" onkeypress="return isNumberKey(event)"></td>
</tr>
<tr>
<td>Nominal Power Input (Watts)</td>
<td>
<input type="text" name="wp" style="width: 80px" onkeypress="return isNumberKey(event)"></td>
</tr>
<tr>
<td>Daily Usage (Hours per day)</td>
<td>
<input type="text" name="ud" value="8" style="width: 40px" onkeypress="return isNumberKey(event)"></td>
</tr>
<tr>
<td>Monthly Usage (Months per year)</td>
<td>
<input type="text" name="um" value="6" style="width: 40px" onkeypress="return isNumberKey(event)"></td>
</tr>
<tr>
<td>Life Usage (Total years of Usage)</td>
<td>
<input type="text" name="ul" value="5" style="width: 40px" onkeypress="return isNumberKey(event)"></td>
</tr>
<tr>
<td>Power Cost (Kwh Power Cost)</td>
<td>
<input type="text" name="pc" value="5" style="width: 40px" onkeypress="return isNumberKey(event)"></td>
</tr>
<tr>
<td>Power Cost Inflation in %</td>
<td>
<input type="text" name="pi" value="5" style="width: 40px" onkeypress="return isNumberKey(event)"></td>
</tr>
<tr>
<td>
<input type="submit" value="Calculate" onclick="return calcFinal();">
<input type="submit" value="Reset" onclick="return calcReset();">
        </td>
<td> </td>
</tr>
<tr>
<td>Electricity Bill ( per month )</td>
<td>
<input type="text" name="tm" value="" readonly style="width: 120px; background-color: #efefef;"></td>
</tr>
<tr>
<td>Electricity Bill ( per year )</td>
<td>
<input type="text" name="ty" value="" readonly style="width: 120px; background-color: #efefef;"></td>
</tr>
<tr>
<td>Total Owner Ship Cost ( Total Bill + Initial cost )</td>
<td>
<input type="text" name="tc" value="" readonly style="width: 120px; background-color: #efefef;"></td>
</tr>
</table>
<p></p>
<div id="history">
        <strong>Previous calculation</strong></p></div>
</form>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.ngcoders.com/general/best-windowsplit-air-conditioner-brand-stars-eer-and-more/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>FreeDown Updated Again !!!</title>
		<link>http://www.ngcoders.com/general/freedown-updated-again</link>
		<comments>http://www.ngcoders.com/general/freedown-updated-again#comments</comments>
		<pubDate>Thu, 25 Mar 2010 00:09:51 +0000</pubDate>
		<dc:creator>Vikas Patial</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.ngcoders.com/?p=170</guid>
		<description><![CDATA[Youtube has now started to have ip locking for its videos around March 18 2010. This is on the same lines as being done by some other sites like MegaVideo for Example. Now to allow user download from such sites there are two ways &#8211; 


Your Server streams the files to users &#8211; This method [...]]]></description>
			<content:encoded><![CDATA[<p>Youtube has now started to have ip locking for its videos around March 18 2010. This is on the same lines as being done by some other sites like MegaVideo for Example. Now to allow user download from such sites there are two ways &#8211; </p>
<ul>
<li>
Your Server streams the files to users &#8211; This method uses 2x bandwidth and can make most shared hosting servers crawl. Though is more transparent. But as soon as your site becomes popular , high probability your server IP address facing a ban.
</li>
<li>
Use supplies supplies source code of vieweing page &#8211; Simple and effective , User has to paste source code of page he is viewing. Approach being followed by other grabbers. But unlike other sites i have also attached a bookmarklet which streamlines the whole process to one click.
</li>
</ul>
<p><strong>Update [2010-4-19]</strong></p>
<p>Fixed again  3gp , mp4 , HD  support added.</p>
<p><strong>Update [2010-3-31]</strong></p>
<p>Both methods are supported now , use config.php to choose whatever you want. </p>
<p>Download New version here –<br />
<a href="http://www.ngcoders.com/downloads/freedown-downloader-video-downloader-script"><br />
FreeDown</a></p>
<p>PS: This is not a public forum to sell your scripts , you can offer fixes but sale is not allowed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ngcoders.com/general/freedown-updated-again/feed</wfw:commentRss>
		<slash:comments>60</slash:comments>
		</item>
		<item>
		<title>FreeDown Updated &#8211; Youtube Downloader Script</title>
		<link>http://www.ngcoders.com/general/freedown-updated-youtube-downloader-script</link>
		<comments>http://www.ngcoders.com/general/freedown-updated-youtube-downloader-script#comments</comments>
		<pubDate>Fri, 05 Mar 2010 23:05:01 +0000</pubDate>
		<dc:creator>Vikas Patial</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[freedown]]></category>
		<category><![CDATA[php youtube downloader]]></category>

		<guid isPermaLink="false">http://www.ngcoders.com/?p=154</guid>
		<description><![CDATA[Ive updated the FreeDown script , mainly added exception handling when something went wrong while fetching download Link.
Download New version here &#8211; 
FreeDown
]]></description>
			<content:encoded><![CDATA[<p>Ive updated the FreeDown script , mainly added exception handling when something went wrong while fetching download Link.</p>
<p>Download New version here &#8211; </p>
<p><a href="http://www.ngcoders.com/downloads/freedown-downloader-video-downloader-script">FreeDown</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ngcoders.com/general/freedown-updated-youtube-downloader-script/feed</wfw:commentRss>
		<slash:comments>59</slash:comments>
		</item>
		<item>
		<title>VideoSwiper Hacked &#8230; Hackers impersonating Owners</title>
		<link>http://www.ngcoders.com/general/videoswiper-hacked-hackers-impersonating-owners</link>
		<comments>http://www.ngcoders.com/general/videoswiper-hacked-hackers-impersonating-owners#comments</comments>
		<pubDate>Mon, 04 Jan 2010 14:10:28 +0000</pubDate>
		<dc:creator>Vikas Patial</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Videoswiper]]></category>

		<guid isPermaLink="false">http://www.ngcoders.com/?p=138</guid>
		<description><![CDATA[Site has been restored back to original owners

I had built VideoSwiper long time back for Jason . You can read about it here http://www.ngcoders.com/php/videoswiper-mass-video-embedding-application, you can also check it out in my portfolio site. 
But i have to come to learn that the hackers taking advantage of the holidays hacked the main server and have [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Site has been restored back to original owners<br />
</strong><br />
I had built VideoSwiper long time back for Jason . You can read about it here<a href=" http://www.ngcoders.com/php/videoswiper-mass-video-embedding-application"> http://www.ngcoders.com/php/videoswiper-mass-video-embedding-application</a>, you can also check it out in my portfolio site. </p>
<p>But i have to come to learn that the hackers taking advantage of the holidays hacked the main server and have stolen the domain also. So basically now they are running a site which is a less featured clone on videoswiper.com . They reset all the accounts by redirecting the email which was admin[AT]videoswiper.com. Also they have the balls to say that the original owner is doing phishing <img src='http://www.ngcoders.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  . They also have stolen downloadMod.php code from my site Videoswiperplus and saying that they have written it.</p>
<p>I hope jason gets his sites back soon.</p>
<p>You can read more about it here &#8211; <a href="http://www.jasontaylor.me.uk/2010/01/04/videoswiper-hacked-dont-be-fooled/">http://www.jasontaylor.me.uk/2010/01/04/videoswiper-hacked-dont-be-fooled/</a></p>
<p>Hackers should be dealt swiftly , i did have a soft side for these guys when i was a kid. But now i think they should be treated like common criminals , and maybe some should be made an example out of to stop the damage they cause.<br />
Lesson learned &#8211; <strong>Avoid having emails for hosting and other important accounts like email@yoursite.com , if yoursite.com DNS record gets hacked all emails are redirected by hackers to reset everything and you will never come to know what happened.</strong>  I believe sites like gmail , yahoo are much safer in this case. Also keep diffrent password for every single account , atleast the important ones.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ngcoders.com/general/videoswiper-hacked-hackers-impersonating-owners/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DigiSell V2.0 = Shopify + Bigcartel + BaseApp</title>
		<link>http://www.ngcoders.com/general/digisell-v20-shopify-bigcartel-baseapp</link>
		<comments>http://www.ngcoders.com/general/digisell-v20-shopify-bigcartel-baseapp#comments</comments>
		<pubDate>Wed, 25 Mar 2009 20:33:23 +0000</pubDate>
		<dc:creator>Vikas Patial</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[BaseApp]]></category>
		<category><![CDATA[digisell]]></category>
		<category><![CDATA[shopify]]></category>

		<guid isPermaLink="false">http://www.ngcoders.com/?p=100</guid>
		<description><![CDATA[My old paypal script which is being used a quite a lot will be getting an upgrade soon. It will now be a full fledged digital store yet simple to use. For not i can say it will be somewhat like Shopify and Bigcartel mixed up and digital file handling added and some other cool [...]]]></description>
			<content:encoded><![CDATA[<p>My old paypal script which is being used a quite a lot will be getting an upgrade soon. It will now be a full fledged digital store yet simple to use. For not i can say it will be somewhat like Shopify and Bigcartel mixed up and digital file handling added and some other cool neat features. Will also be capable of handling normal goods.</p>
<p>It will be called BaseApp Digisell and will be dual licensed ( Like MySql ).</p>
<p>If you guys have any ideas which you wuold like to see in a simple flexible shopping cart please let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ngcoders.com/general/digisell-v20-shopify-bigcartel-baseapp/feed</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>NGCoders theme updated</title>
		<link>http://www.ngcoders.com/general/ngcoders-theme-updated</link>
		<comments>http://www.ngcoders.com/general/ngcoders-theme-updated#comments</comments>
		<pubDate>Sat, 21 Feb 2009 16:27:39 +0000</pubDate>
		<dc:creator>Vikas Patial</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.ngcoders.com/?p=77</guid>
		<description><![CDATA[I had been thinking of updating my site theme for a long time to support new features provided by Wordpress. But since i could not get much time i asked one of my friend to do it. Here are some of the new features , according to him -

Ajax Comments
Threaded Comments
Gravatar
Comment Paging
Comment Cookies

It is bascically [...]]]></description>
			<content:encoded><![CDATA[<p>I had been thinking of updating my site theme for a long time to support new features provided by Wordpress. But since i could not get much time i asked one of my friend to do it. Here are some of the new features , according to him -</p>
<ul>
<li>Ajax Comments</li>
<li>Threaded Comments</li>
<li>Gravatar</li>
<li>Comment Paging</li>
<li>Comment Cookies</li>
</ul>
<p>It is bascically the k2 modified to look this way.There might be more features , but the above one would i think allow me to get back to people better.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ngcoders.com/general/ngcoders-theme-updated/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XBOX 360 RROD and Microsoft India support</title>
		<link>http://www.ngcoders.com/general/xbox-360-rrod-and-microsoft-india-support</link>
		<comments>http://www.ngcoders.com/general/xbox-360-rrod-and-microsoft-india-support#comments</comments>
		<pubDate>Thu, 30 Oct 2008 07:11:32 +0000</pubDate>
		<dc:creator>Vikas Patial</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[microsoft india]]></category>
		<category><![CDATA[rrod]]></category>
		<category><![CDATA[xbox 360]]></category>
		<category><![CDATA[xbox india]]></category>

		<guid isPermaLink="false">http://www.ngcoders.com/?p=59</guid>
		<description><![CDATA[I have a XBOX 360 for some time now, last week after a month out of 1 yr warranty it showed the feared Red Ring of Death (RROD). I had heard many horror stories about it . As I had never had actually dealt with Microsoft India before I was pretty pessimistic as my experience [...]]]></description>
			<content:encoded><![CDATA[<p>I have a XBOX 360 for some time now, last week after a month out of 1 yr warranty it showed the feared Red Ring of Death (RROD). I had heard many horror stories about it . As I had never had actually dealt with Microsoft India before I was pretty pessimistic as my experience with after sales services with companies in India is pathetic ( actually its really bad ).</p>
<p>So I called up Microsoft and after a few verifications i was assigned a replacement. The replacement arrived within 3 days and to my surprise it supported 1080p unlike my old one which just did 720p. So am pretty happy about my free upgrade and great after sales service provided my Microsoft.</p>
<p>So if you are planning to buy a XBOX 360 in India do go ahead and do get yourself a XBOX live connection , thats what makes 360 shine above the other consoles which collect dust in my house. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ngcoders.com/general/xbox-360-rrod-and-microsoft-india-support/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Website hacked to finding the exploit</title>
		<link>http://www.ngcoders.com/general/website-hacked-to-finding-the-exploit</link>
		<comments>http://www.ngcoders.com/general/website-hacked-to-finding-the-exploit#comments</comments>
		<pubDate>Tue, 30 Sep 2008 18:58:41 +0000</pubDate>
		<dc:creator>Vikas Patial</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[exploit tracking]]></category>
		<category><![CDATA[raw access logs]]></category>

		<guid isPermaLink="false">http://www.ngcoders.com/?p=47</guid>
		<description><![CDATA[Recently one of my sites was hacked , It was a closed source web application. I came to know next day when i saw changes made to some settings for my web &#8211; application. Anyhow here is how i tracked down what was wrong , might help some one in the same mess i was [...]]]></description>
			<content:encoded><![CDATA[<p>Recently one of my sites was hacked , It was a closed source web application. I came to know next day when i saw changes made to some settings for my web &#8211; application. Anyhow here is how i tracked down what was wrong , might help some one in the same mess i was in. </p>
<p>The first thing i noticed was that Administrator account passwords were changed, So i instantly knew something was wrong.</p>
<p>Since i usually store main settings in a file for faster access , i just opened FTP to look at the <b>time stamp</b> associated with the file. This showed me the <b>last modifed</b> date of the file and an approximate idea when the hacker changed the details.</p>
<p>Next step was to dig up the <b>raw access logs</b> from CPanel , After downloading the access logs for that specific file i opened them in PSPad ( My fav editor ) . Logs are not small of busy sites so you will be looking at a very large amount of data.</p>
<p>But i knew specific url which can be used to change the settings so i just did a Ctrl-F and put in the url with a <b>POST prefix</b> , as a form has to be submitted to change settings . This gave me a few instances of that URL with POST request. </p>
<p>Now looking at the time stamp i was able to find out when the hacker did the settings change. Means I had the <b>IP</b>.Doing another another <b>CTRL-F on the IP and pressing list</b> put all the hacker logs in another window , which makes its easy for us to go step by step at his efforts to crack the system.</p>
<p>After going from the start i noticed after certain URL he suddenly had got access to the admin section , And once i put in the url myself, i knew what the problem was. </p>
<p>And so it was fixed. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ngcoders.com/general/website-hacked-to-finding-the-exploit/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
