<?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 on: How to get currently logged on windows username in PHP and Javascript</title>
	<atom:link href="http://abcoder.com/javascript/how-to-get-currently-logged-on-windows-username-in-php-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://abcoder.com/javascript/how-to-get-currently-logged-on-windows-username-in-php-javascript/</link>
	<description>ABCoder - Coding is Simple as A b c</description>
	<lastBuildDate>Sun, 29 Aug 2010 15:49:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: haringhabagat</title>
		<link>http://abcoder.com/javascript/how-to-get-currently-logged-on-windows-username-in-php-javascript/comment-page-1/#comment-6694</link>
		<dc:creator>haringhabagat</dc:creator>
		<pubDate>Thu, 17 Jun 2010 09:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=23#comment-6694</guid>
		<description>guys i finally decided to make my own blog :) cheers you can find the script at my blog below 

_http://javajave.weblog.com/how-to-get-currently-logged-on-windows-username-and-domain-name-using-javascript/ 

hope this helps :)</description>
		<content:encoded><![CDATA[<p>guys i finally decided to make my own blog :) cheers you can find the script at my blog below </p>
<p>_http://javajave.weblog.com/how-to-get-currently-logged-on-windows-username-and-domain-name-using-javascript/ </p>
<p>hope this helps :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: haringhabagat</title>
		<link>http://abcoder.com/javascript/how-to-get-currently-logged-on-windows-username-in-php-javascript/comment-page-1/#comment-6688</link>
		<dc:creator>haringhabagat</dc:creator>
		<pubDate>Mon, 07 Jun 2010 03:07:40 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=23#comment-6688</guid>
		<description>@Adnan and @paskuale Ive tried posting the script here twice but there seems to be a problem when you try posting with special characters since the script im trying to post is javascript in nature.  I get forwarded to a blank page and when i navigate back to your blog my post doesnt reflect.  You can just email me at joseroyjavelosa@gmail.com and ill reply with the script.  Thanks and more power</description>
		<content:encoded><![CDATA[<p>@Adnan and @paskuale Ive tried posting the script here twice but there seems to be a problem when you try posting with special characters since the script im trying to post is javascript in nature.  I get forwarded to a blank page and when i navigate back to your blog my post doesnt reflect.  You can just email me at <a href="mailto:joseroyjavelosa@gmail.com">joseroyjavelosa@gmail.com</a> and ill reply with the script.  Thanks and more power</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ABM Adnan</title>
		<link>http://abcoder.com/javascript/how-to-get-currently-logged-on-windows-username-in-php-javascript/comment-page-1/#comment-6687</link>
		<dc:creator>ABM Adnan</dc:creator>
		<pubDate>Mon, 07 Jun 2010 02:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=23#comment-6687</guid>
		<description>@haringhabagat, I see. May I have a look at your script. Send me a link pls.

Thanks
Adnan</description>
		<content:encoded><![CDATA[<p>@haringhabagat, I see. May I have a look at your script. Send me a link pls.</p>
<p>Thanks<br />
Adnan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: haringhabagat</title>
		<link>http://abcoder.com/javascript/how-to-get-currently-logged-on-windows-username-in-php-javascript/comment-page-1/#comment-6686</link>
		<dc:creator>haringhabagat</dc:creator>
		<pubDate>Mon, 07 Jun 2010 02:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=23#comment-6686</guid>
		<description>My friends it is possible to get the username of the user browsing your application using javascript and active X also the domain name.  Though this may be a security risk for some, thats why you have to manually configure your users browser to allow the activeX script to run.  Just a one time configuration thats it.  Been doing this for 3 yrs now on all our intranet applications that ive developed.  
Another option id suggest is to use LDAP Authentication since its more secure.</description>
		<content:encoded><![CDATA[<p>My friends it is possible to get the username of the user browsing your application using javascript and active X also the domain name.  Though this may be a security risk for some, thats why you have to manually configure your users browser to allow the activeX script to run.  Just a one time configuration thats it.  Been doing this for 3 yrs now on all our intranet applications that ive developed.<br />
Another option id suggest is to use LDAP Authentication since its more secure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zenshai</title>
		<link>http://abcoder.com/javascript/how-to-get-currently-logged-on-windows-username-in-php-javascript/comment-page-1/#comment-5019</link>
		<dc:creator>Zenshai</dc:creator>
		<pubDate>Fri, 12 Feb 2010 15:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=23#comment-5019</guid>
		<description>mod_auth_sspi can help you get the domain/username of the logged on user. too bad its barely supported at this time and has some bugs.</description>
		<content:encoded><![CDATA[<p>mod_auth_sspi can help you get the domain/username of the logged on user. too bad its barely supported at this time and has some bugs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adnan</title>
		<link>http://abcoder.com/javascript/how-to-get-currently-logged-on-windows-username-in-php-javascript/comment-page-1/#comment-4105</link>
		<dc:creator>adnan</dc:creator>
		<pubDate>Mon, 21 Dec 2009 04:56:49 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=23#comment-4105</guid>
		<description>Gracias @NB :)

&lt;em&gt;Spanish to English translation: http://bit.ly/718AHI
Good Afternoon.! if the q creo q es ..! Thanks so much.!

the user name variable q is the boot that you&#039;re logged on windows? ago however as to have the linux user? the code remains the same? greetings.&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>Gracias @NB :)</p>
<p><em>Spanish to English translation: <a href="http://bit.ly/718AHI" rel="nofollow">http://bit.ly/718AHI</a><br />
Good Afternoon.! if the q creo q es ..! Thanks so much.!</p>
<p>the user name variable q is the boot that you&#8217;re logged on windows? ago however as to have the linux user? the code remains the same? greetings.</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NB</title>
		<link>http://abcoder.com/javascript/how-to-get-currently-logged-on-windows-username-in-php-javascript/comment-page-1/#comment-4100</link>
		<dc:creator>NB</dc:creator>
		<pubDate>Sun, 20 Dec 2009 20:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=23#comment-4100</guid>
		<description>Buenas Tardes.! si es lo q creo q es..! Muchisimas gracias.!

el nombre de usuario q bota esa variable es el que està logado en windows? ahora bien como ago para tener el usuario de linux?? el código sigue siendo el mismo? saludos.</description>
		<content:encoded><![CDATA[<p>Buenas Tardes.! si es lo q creo q es..! Muchisimas gracias.!</p>
<p>el nombre de usuario q bota esa variable es el que està logado en windows? ahora bien como ago para tener el usuario de linux?? el código sigue siendo el mismo? saludos.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adnan</title>
		<link>http://abcoder.com/javascript/how-to-get-currently-logged-on-windows-username-in-php-javascript/comment-page-1/#comment-4047</link>
		<dc:creator>adnan</dc:creator>
		<pubDate>Wed, 16 Dec 2009 16:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=23#comment-4047</guid>
		<description>@djpic, No, It&#039;s not possible even in ASP.Net</description>
		<content:encoded><![CDATA[<p>@djpic, No, It&#8217;s not possible even in ASP.Net</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paskuale</title>
		<link>http://abcoder.com/javascript/how-to-get-currently-logged-on-windows-username-in-php-javascript/comment-page-1/#comment-4044</link>
		<dc:creator>paskuale</dc:creator>
		<pubDate>Wed, 16 Dec 2009 14:16:49 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=23#comment-4044</guid>
		<description>... we are the competition !!!!! :) Php lovers !

thanks djpic</description>
		<content:encoded><![CDATA[<p>&#8230; we are the competition !!!!! :) Php lovers !</p>
<p>thanks djpic</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: djpic</title>
		<link>http://abcoder.com/javascript/how-to-get-currently-logged-on-windows-username-in-php-javascript/comment-page-1/#comment-4043</link>
		<dc:creator>djpic</dc:creator>
		<pubDate>Wed, 16 Dec 2009 14:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://abcoder.com/?p=23#comment-4043</guid>
		<description>It is possible in ASP.Net</description>
		<content:encoded><![CDATA[<p>It is possible in ASP.Net</p>
]]></content:encoded>
	</item>
</channel>
</rss>
