<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Sumit Gupta</title>
	<atom:link href="http://www.sumitgupta.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sumitgupta.net</link>
	<description>bookmarking my life</description>
	<lastBuildDate>Wed, 05 Sep 2012 03:33:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Short Note: Colorbox moving Close button on Top right by Murtaza Jafferji</title>
		<link>http://www.sumitgupta.net/short-note-colorbox-moving-close-button-on-top-right/comment-page-1/#comment-1638</link>
		<dc:creator>Murtaza Jafferji</dc:creator>
		<pubDate>Wed, 05 Sep 2012 03:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.sumitgupta.net/?p=550#comment-1638</guid>
		<description><![CDATA[Thanks. I only had to change bottom to top for #cboxClose.]]></description>
		<content:encoded><![CDATA[<p>Thanks. I only had to change bottom to top for #cboxClose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Comparing Date Range (Date Interaction checking through SQL) by Sumit Gupta</title>
		<link>http://www.sumitgupta.net/comparing-date-range-date-interaction-checking-through-sql/comment-page-1/#comment-1637</link>
		<dc:creator>Sumit Gupta</dc:creator>
		<pubDate>Fri, 24 Aug 2012 10:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.sumitgupta.net/?p=80#comment-1637</guid>
		<description><![CDATA[what what ? LOL]]></description>
		<content:encoded><![CDATA[<p>what what ? LOL</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Comparing Date Range (Date Interaction checking through SQL) by Daniel</title>
		<link>http://www.sumitgupta.net/comparing-date-range-date-interaction-checking-through-sql/comment-page-1/#comment-1636</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 24 Aug 2012 09:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.sumitgupta.net/?p=80#comment-1636</guid>
		<description><![CDATA[What?]]></description>
		<content:encoded><![CDATA[<p>What?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PWNAT: Windows Complied Version by xiaomao</title>
		<link>http://www.sumitgupta.net/pwnat-windows-complied-version/comment-page-1/#comment-1635</link>
		<dc:creator>xiaomao</dc:creator>
		<pubDate>Sat, 18 Aug 2012 00:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.sumitgupta.net/?p=368#comment-1635</guid>
		<description><![CDATA[The makefile can be made faster by using an inference rule, which allows all .c files to be compiled in one run of cl.exe:

list.obj: list.c list.h common.h
socket.obj: socket.c socket.h common.h
client.obj: client.c client.h common.h
message.obj: message.c message.h common.h
destination.obj: destination.c destination.h
udpclient.obj: udpclient.c list.h socket.h client.h message.h common.h
udpserver.obj: udpserver.c list.h socket.h client.h message.h common.h
pwnat.obj: pwnat.c common.h
xgetopt.obj: xgetopt.c xgetopt.h
gettimeofday.obj: gettimeofday.c gettimeofday.h
packet.obj: packet.c packet.h

.c.obj::
	$(CC) $(CFLAGS) $&lt;

Patch the middle section that is repetitive.]]></description>
		<content:encoded><![CDATA[<p>The makefile can be made faster by using an inference rule, which allows all .c files to be compiled in one run of cl.exe:</p>
<p>list.obj: list.c list.h common.h<br />
socket.obj: socket.c socket.h common.h<br />
client.obj: client.c client.h common.h<br />
message.obj: message.c message.h common.h<br />
destination.obj: destination.c destination.h<br />
udpclient.obj: udpclient.c list.h socket.h client.h message.h common.h<br />
udpserver.obj: udpserver.c list.h socket.h client.h message.h common.h<br />
pwnat.obj: pwnat.c common.h<br />
xgetopt.obj: xgetopt.c xgetopt.h<br />
gettimeofday.obj: gettimeofday.c gettimeofday.h<br />
packet.obj: packet.c packet.h</p>
<p>.c.obj::<br />
	$(CC) $(CFLAGS) $&lt;</p>
<p>Patch the middle section that is repetitive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PWNAT : Example by Sumit Gupta</title>
		<link>http://www.sumitgupta.net/pwnat-example/comment-page-1/#comment-1634</link>
		<dc:creator>Sumit Gupta</dc:creator>
		<pubDate>Thu, 19 Jul 2012 13:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.sumitgupta.net/?p=366#comment-1634</guid>
		<description><![CDATA[Hey, I cannot really tell much, as I too see those uncertaininty in pwnat&#039;s operation. I really never use it for my purpose as it never is 100% reliable, but I guess it is only 50-60% reliable way. Though did you try to use different port on Client machine, you try to open 2222 on client machine as well, this can confuse the NAT device if they are on same NAT. 

Also, when you try to connect to LAN server don&#039;t use 91.xx IP it most probably don&#039;t work, but use that ip only if you are on different networks. Hope that information helps. 

Also, if you are trying to use Teamviewer that it do not need pwnat, as Teamviewer works on it&#039;s internet server configuration. I use teamviewer over NAT a lot and it never had problem. just use it directly.]]></description>
		<content:encoded><![CDATA[<p>Hey, I cannot really tell much, as I too see those uncertaininty in pwnat&#8217;s operation. I really never use it for my purpose as it never is 100% reliable, but I guess it is only 50-60% reliable way. Though did you try to use different port on Client machine, you try to open 2222 on client machine as well, this can confuse the NAT device if they are on same NAT. </p>
<p>Also, when you try to connect to LAN server don&#8217;t use 91.xx IP it most probably don&#8217;t work, but use that ip only if you are on different networks. Hope that information helps. </p>
<p>Also, if you are trying to use Teamviewer that it do not need pwnat, as Teamviewer works on it&#8217;s internet server configuration. I use teamviewer over NAT a lot and it never had problem. just use it directly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PWNAT : Example by Rob</title>
		<link>http://www.sumitgupta.net/pwnat-example/comment-page-1/#comment-1633</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Thu, 19 Jul 2012 13:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.sumitgupta.net/?p=366#comment-1633</guid>
		<description><![CDATA[I tried the above example like you did but with no luck. That is what i had and what it did:
- 2 PCs (Windows 7) behind different NATs
- No firewalls (no local and no network firewall)

Server side (internal IP: 192.168.2.100; external IP: 91.2.xxx.xxx) with a webserver on port 80
Command: pwnat.exe -s 192.168.2.100 2222

Output: Listening on UDP 192.168.2.100:2222 (looked quite well)

Client side: (IP: 192.168.2.105)
Command: pwnat.exe -c 192.168.2.105 2222 91.2.xxx.xxx 2222 locahlost 80

Output: Listening on TCP 192.168.2.105:2222 (something like that)

So now i tried to connect to port 2222 at 192.168.2.105 (http://192.168.2.105:2222) in the browser at the client side. Something like a time out appeared and it blocked nearly the whole internet traffic so that i was not able anymore to control the machine via TeamViewer.

I even used google.com 80 instead localhost 80 but no difference. Neither an output at the client side nor at the server side was given. Did i make anything wrong?]]></description>
		<content:encoded><![CDATA[<p>I tried the above example like you did but with no luck. That is what i had and what it did:<br />
- 2 PCs (Windows 7) behind different NATs<br />
- No firewalls (no local and no network firewall)</p>
<p>Server side (internal IP: 192.168.2.100; external IP: 91.2.xxx.xxx) with a webserver on port 80<br />
Command: pwnat.exe -s 192.168.2.100 2222</p>
<p>Output: Listening on UDP 192.168.2.100:2222 (looked quite well)</p>
<p>Client side: (IP: 192.168.2.105)<br />
Command: pwnat.exe -c 192.168.2.105 2222 91.2.xxx.xxx 2222 locahlost 80</p>
<p>Output: Listening on TCP 192.168.2.105:2222 (something like that)</p>
<p>So now i tried to connect to port 2222 at 192.168.2.105 (<a href="http://192.168.2.105:2222" rel="nofollow">http://192.168.2.105:2222</a>) in the browser at the client side. Something like a time out appeared and it blocked nearly the whole internet traffic so that i was not able anymore to control the machine via TeamViewer.</p>
<p>I even used google.com 80 instead localhost 80 but no difference. Neither an output at the client side nor at the server side was given. Did i make anything wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Classic ASP : Enable Debug mode on IIS7 by Woopsy</title>
		<link>http://www.sumitgupta.net/classic-asp-enable-debug-mode-on-iis7/comment-page-1/#comment-1632</link>
		<dc:creator>Woopsy</dc:creator>
		<pubDate>Thu, 05 Jul 2012 11:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.sumitgupta.net/?p=480#comment-1632</guid>
		<description><![CDATA[Thank you so much! This have been annoying me for ages. To be more detailed in the last step (3), there are three options:

&quot;Custom error pages&quot;
&quot;Detailed errors&quot;
&quot;Detailed errors for local requests and...&quot;

Select the middle one: &quot;Detailed Errors&quot;

Below that, &quot;Path&quot; can be empty and &quot;Path type&quot; set to File. Not sure about these, but that worked for me.
 
Have a great life!]]></description>
		<content:encoded><![CDATA[<p>Thank you so much! This have been annoying me for ages. To be more detailed in the last step (3), there are three options:</p>
<p>&#8220;Custom error pages&#8221;<br />
&#8220;Detailed errors&#8221;<br />
&#8220;Detailed errors for local requests and&#8230;&#8221;</p>
<p>Select the middle one: &#8220;Detailed Errors&#8221;</p>
<p>Below that, &#8220;Path&#8221; can be empty and &#8220;Path type&#8221; set to File. Not sure about these, but that worked for me.</p>
<p>Have a great life!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Another Happy Moment by gaurav rathore</title>
		<link>http://www.sumitgupta.net/another-happy-moment/comment-page-1/#comment-1630</link>
		<dc:creator>gaurav rathore</dc:creator>
		<pubDate>Wed, 13 Jun 2012 10:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.sumitgupta.net/?p=586#comment-1630</guid>
		<description><![CDATA[like
this]]></description>
		<content:encoded><![CDATA[<p>like<br />
this</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Photoshop: Making a Pencil sketch of an Image by rajesh</title>
		<link>http://www.sumitgupta.net/photoshop-making-a-pencil-sketch-of-an-image/comment-page-1/#comment-1628</link>
		<dc:creator>rajesh</dc:creator>
		<pubDate>Sat, 26 May 2012 09:48:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.sumitgupta.net/?p=307#comment-1628</guid>
		<description><![CDATA[nil]]></description>
		<content:encoded><![CDATA[<p>nil</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Upgrade on Plesk/Linux by Sumit Gupta</title>
		<link>http://www.sumitgupta.net/php-upgrade-on-plesklinux/comment-page-1/#comment-1627</link>
		<dc:creator>Sumit Gupta</dc:creator>
		<pubDate>Tue, 10 Apr 2012 06:56:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.sumitgupta.net/?p=527#comment-1627</guid>
		<description><![CDATA[@Ranjith, this is just a blog not a forum. try keep it clean :). To answer your question from your [now deleted from comment] transaction log shows that you already have mysql 5.0.77 installed and that doesn&#039;t allow your to install mysql 5.5.22. Please note that MySql 5.0 was launch before Oracle purchase MySql, and hence the two version are not upgradable directly. You have to uninstall to install newer version [as I know] otherwise check the MySql website if there is direct method. I think they have a guide on how to upgrade these 2 version.]]></description>
		<content:encoded><![CDATA[<p>@Ranjith, this is just a blog not a forum. try keep it clean <img src='http://www.sumitgupta.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . To answer your question from your [now deleted from comment] transaction log shows that you already have mysql 5.0.77 installed and that doesn&#8217;t allow your to install mysql 5.5.22. Please note that MySql 5.0 was launch before Oracle purchase MySql, and hence the two version are not upgradable directly. You have to uninstall to install newer version [as I know] otherwise check the MySql website if there is direct method. I think they have a guide on how to upgrade these 2 version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Upgrade on Plesk/Linux by Ranjith</title>
		<link>http://www.sumitgupta.net/php-upgrade-on-plesklinux/comment-page-1/#comment-1625</link>
		<dc:creator>Ranjith</dc:creator>
		<pubDate>Wed, 04 Apr 2012 08:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.sumitgupta.net/?p=527#comment-1625</guid>
		<description><![CDATA[I tried the steps and got the following

What can be be done ?

Transaction Check Error: file /etc/my.cnf from install of mysql-libs-5.5.22-4.el5.art.i386 conflicts with file from package mysql-5.0.77-4.el5_4.1.i386  =========================]]></description>
		<content:encoded><![CDATA[<p>I tried the steps and got the following</p>
<p>What can be be done ?</p>
<p>Transaction Check Error: file /etc/my.cnf from install of mysql-libs-5.5.22-4.el5.art.i386 conflicts with file from package mysql-5.0.77-4.el5_4.1.i386  =========================</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pagination Query for SQL Server by Jaskaran Singh</title>
		<link>http://www.sumitgupta.net/pagination-query-for-sql-server/comment-page-1/#comment-1624</link>
		<dc:creator>Jaskaran Singh</dc:creator>
		<pubDate>Tue, 03 Apr 2012 12:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.sumitgupta.net/?p=246#comment-1624</guid>
		<description><![CDATA[It was very helpful.]]></description>
		<content:encoded><![CDATA[<p>It was very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Encounter with Computer Hardware by mua sam vui</title>
		<link>http://www.sumitgupta.net/encounter-with-computer-hardware/comment-page-1/#comment-1623</link>
		<dc:creator>mua sam vui</dc:creator>
		<pubDate>Tue, 27 Mar 2012 03:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.sumitgupta.net/?p=372#comment-1623</guid>
		<description><![CDATA[haha :D it&#039;s a bit stupit that what we think it can not be , it can be ...]]></description>
		<content:encoded><![CDATA[<p>haha <img src='http://www.sumitgupta.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  it&#8217;s a bit stupit that what we think it can not be , it can be &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Static Object in ASP.NET by Sumit Gupta</title>
		<link>http://www.sumitgupta.net/static-object-in-asp-net/comment-page-1/#comment-1621</link>
		<dc:creator>Sumit Gupta</dc:creator>
		<pubDate>Mon, 19 Mar 2012 06:07:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.sumitgupta.net/?p=520#comment-1621</guid>
		<description><![CDATA[@Shyamal Hope you correct your problem now, do not use shared SQL Connection object...]]></description>
		<content:encoded><![CDATA[<p>@Shyamal Hope you correct your problem now, do not use shared SQL Connection object&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Static Object in ASP.NET by Shyamal Majumder</title>
		<link>http://www.sumitgupta.net/static-object-in-asp-net/comment-page-1/#comment-1620</link>
		<dc:creator>Shyamal Majumder</dc:creator>
		<pubDate>Mon, 19 Mar 2012 05:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.sumitgupta.net/?p=520#comment-1620</guid>
		<description><![CDATA[Exactly same thing happened to me,I am faciing lots of problem during this days.]]></description>
		<content:encoded><![CDATA[<p>Exactly same thing happened to me,I am faciing lots of problem during this days.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
