<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Arttimus</title>
	<atom:link href="http://yingnarak2000.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://yingnarak2000.wordpress.com</link>
	<description></description>
	<lastBuildDate>Fri, 18 Nov 2011 10:24:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='yingnarak2000.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Arttimus</title>
		<link>http://yingnarak2000.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://yingnarak2000.wordpress.com/osd.xml" title="Arttimus" />
	<atom:link rel='hub' href='http://yingnarak2000.wordpress.com/?pushpress=hub'/>
		<item>
		<title>PHP Connect Juniper Box  Run Telnet</title>
		<link>http://yingnarak2000.wordpress.com/2011/11/18/php-connect-juniper-box-run-telnet/</link>
		<comments>http://yingnarak2000.wordpress.com/2011/11/18/php-connect-juniper-box-run-telnet/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 10:24:05 +0000</pubDate>
		<dc:creator>yingnarak2000</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://yingnarak2000.wordpress.com/?p=129</guid>
		<description><![CDATA[&#60;?php   ob_start(); // output bufering capture start ?&#62; &#60;?php // function __client_macaddress() { $output = Array(); exec( &#8216;nbtstat -A &#8216;.$_SERVER['REMOTE_ADDR'], $output ); $reg = &#8216;([a-f0-9]{2}\-){5}([a-f0-9]{2})&#8217;; for( $a = 0, $b = &#38;count( $output ); $a &#60; $b; $a++ ) { if( preg_match( &#8220;/(?i){$reg}/&#8221;, $output[$a] ) == true ) { return preg_replace( &#8220;/(?iU)(.+)({$reg})(.*)/&#8221;, &#8220;\\2&#8220;, $output[$a] <a href="http://yingnarak2000.wordpress.com/2011/11/18/php-connect-juniper-box-run-telnet/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yingnarak2000.wordpress.com&amp;blog=4697846&amp;post=129&amp;subd=yingnarak2000&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&lt;?php<br />
 <br />
ob_start(); // output bufering capture start<br />
?&gt;<br />
&lt;?php<br />
//<br />
function __client_macaddress() {<br />
$output = Array();<br />
exec( &#8216;nbtstat -A &#8216;.$_SERVER['REMOTE_ADDR'], $output );<br />
$reg = &#8216;([a-f0-9]{2}\-){5}([a-f0-9]{2})&#8217;;<br />
for( $a = 0, $b = &amp;count( $output ); $a &lt; $b; $a++ ) {<br />
if( preg_match( &#8220;/(?i){$reg}/&#8221;, $output[$a] ) == true ) {<br />
return preg_replace( &#8220;/(?iU)(.+)({$reg})(.*)/&#8221;, &#8220;<a href="//0.0.0.2/">\\2</a>&#8220;, $output[$a] );<br />
}<br />
}<br />
return &#8216;not found&#8217;;<br />
}<br />
//<br />
$fp=pfsockopen(&#8220;10.1.1.2&#8243;,23);<br />
fputs($fp,$header1);<br />
sleep(1);<br />
fputs($fp,$header2);<br />
sleep(1);<br />
fputs($fp,&#8221;admin\r&#8221;);<br />
sleep(1);<br />
fputs($fp,&#8221;juniper123\r&#8221;);<br />
sleep(1);<br />
fputs($fp,&#8221;en\r&#8221;);<br />
sleep(1);<br />
fputs($fp,&#8221;juniper123\r&#8221;);<br />
sleep(1);<br />
fputs($fp,&#8221;clear sessions network mac-addr &#8221; . str_replace(&#8216;-&#8217;,':&#8217;,__client_macaddress()) .&#8221;\r&#8221;);<br />
sleep(1);<br />
fputs($fp,&#8221;quit\r&#8221;);<br />
sleep(1);<br />
$output=fread($fp,128);<br />
$stat=socket_get_status($fp);<br />
$output.=fread($fp, $stat["unread_bytes"]);<br />
$output = explode(&#8220;\n&#8221;, $output);<br />
unset($output['0']);<br />
$output = implode(&#8220;\n&#8221;, $output);<br />
$output = str_replace(&#8220;\n&#8221;, &#8220;&lt;br&gt;&#8221;, $output);<br />
echo $output;<br />
echo &#8220;Log out Complete&#8221;;<br />
fclose($fp);<br />
?&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yingnarak2000.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yingnarak2000.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yingnarak2000.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yingnarak2000.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yingnarak2000.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yingnarak2000.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yingnarak2000.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yingnarak2000.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yingnarak2000.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yingnarak2000.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yingnarak2000.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yingnarak2000.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yingnarak2000.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yingnarak2000.wordpress.com/129/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yingnarak2000.wordpress.com&amp;blog=4697846&amp;post=129&amp;subd=yingnarak2000&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yingnarak2000.wordpress.com/2011/11/18/php-connect-juniper-box-run-telnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a6943cddc736c34770d6b69cf318ba20?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yingnarak2000</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP Connect Juniper Box  Run Secure Shell (Error authenticate)</title>
		<link>http://yingnarak2000.wordpress.com/2011/11/18/php-connect-juniper-box-run-secure-shell-error-authenticate/</link>
		<comments>http://yingnarak2000.wordpress.com/2011/11/18/php-connect-juniper-box-run-secure-shell-error-authenticate/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 10:21:39 +0000</pubDate>
		<dc:creator>yingnarak2000</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://yingnarak2000.wordpress.com/?p=127</guid>
		<description><![CDATA[&#60;?php if (!function_exists(&#8220;ssh2_connect&#8221;)) die(&#8220;function ssh2_connect doesn&#8217;t exist&#8221;); if (!($con = ssh2_connect(&#8217;10.1.1.2&#8242;, 22))) {     echo &#8220;fail: unable to establish connection\n&#8221;; } else {     // try to authenticate with username root, password secretpassword    if (!ssh2_auth_password($con, &#8216;admin&#8217;, &#8216;juniper123&#8242;)) {         echo &#8220;fail: unable to authenticate\n&#8221;;     } else {         // allright, we&#8217;re in!         <a href="http://yingnarak2000.wordpress.com/2011/11/18/php-connect-juniper-box-run-secure-shell-error-authenticate/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yingnarak2000.wordpress.com&amp;blog=4697846&amp;post=127&amp;subd=yingnarak2000&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&lt;?php<br />
if (!function_exists(&#8220;ssh2_connect&#8221;)) die(&#8220;function ssh2_connect doesn&#8217;t exist&#8221;);<br />
if (!($con = ssh2_connect(&#8217;10.1.1.2&#8242;, 22))) {<br />
    echo &#8220;fail: unable to establish connection\n&#8221;;<br />
} else {<br />
    // try to authenticate with username root, password secretpassword<br />
   if (!ssh2_auth_password($con, &#8216;admin&#8217;, &#8216;juniper123&#8242;)) {<br />
        echo &#8220;fail: unable to authenticate\n&#8221;;<br />
    } else {<br />
        // allright, we&#8217;re in!<br />
        echo &#8220;okay: logged in&#8230;\n&#8221;;<br />
//////////////////////////////////////////////////////////////////////////<br />
$stream = ssh2_exec($con, &#8216;?&#8217;);<br />
// force PHP to wait for the output<br />
stream_set_blocking($stream, true);<br />
// read the output into a variable<br />
$data = &#8221;;<br />
while($buffer = fread($stream, 4096)) {<br />
  $data .= $buffer;<br />
}<br />
// close the stream<br />
fclose($stream);<br />
// print the response<br />
echo $data;<br />
//////////////////////////////////////////////////////////////////////////<br />
    } //end else can authenticate<br />
} //  end else can  connect<br />
?&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yingnarak2000.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yingnarak2000.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yingnarak2000.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yingnarak2000.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yingnarak2000.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yingnarak2000.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yingnarak2000.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yingnarak2000.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yingnarak2000.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yingnarak2000.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yingnarak2000.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yingnarak2000.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yingnarak2000.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yingnarak2000.wordpress.com/127/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yingnarak2000.wordpress.com&amp;blog=4697846&amp;post=127&amp;subd=yingnarak2000&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yingnarak2000.wordpress.com/2011/11/18/php-connect-juniper-box-run-secure-shell-error-authenticate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a6943cddc736c34770d6b69cf318ba20?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yingnarak2000</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP Connect Linux Server Run Secure Sheel (SSH2)</title>
		<link>http://yingnarak2000.wordpress.com/2011/11/18/php-connect-linux-server-run-secure-sheel-ssh2/</link>
		<comments>http://yingnarak2000.wordpress.com/2011/11/18/php-connect-linux-server-run-secure-sheel-ssh2/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 10:18:30 +0000</pubDate>
		<dc:creator>yingnarak2000</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://yingnarak2000.wordpress.com/?p=125</guid>
		<description><![CDATA[&#60;?php if (!function_exists(&#8220;ssh2_connect&#8221;)) die(&#8220;function ssh2_connect doesn&#8217;t exist&#8221;); if (!($con = ssh2_connect(&#8217;192.168.155.123&#8242;, 22))) {     echo &#8220;fail: unable to establish connection\n&#8221;; } else {     // try to authenticate with username root, password secretpassword    if (!ssh2_auth_password($con, &#8216;root&#8217;, &#8216;juniper@123&#8242;)) {         echo &#8220;fail: unable to authenticate\n&#8221;;     } else {         // allright, we&#8217;re in!         <a href="http://yingnarak2000.wordpress.com/2011/11/18/php-connect-linux-server-run-secure-sheel-ssh2/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yingnarak2000.wordpress.com&amp;blog=4697846&amp;post=125&amp;subd=yingnarak2000&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&lt;?php<br />
if (!function_exists(&#8220;ssh2_connect&#8221;)) die(&#8220;function ssh2_connect doesn&#8217;t exist&#8221;);<br />
if (!($con = ssh2_connect(&#8217;192.168.155.123&#8242;, 22))) {<br />
    echo &#8220;fail: unable to establish connection\n&#8221;;<br />
} else {<br />
    // try to authenticate with username root, password secretpassword<br />
   if (!ssh2_auth_password($con, &#8216;root&#8217;, <a href="mailto:'juniper@123'">&#8216;juniper@123&#8242;</a>)) {<br />
        echo &#8220;fail: unable to authenticate\n&#8221;;<br />
    } else {<br />
        // allright, we&#8217;re in!<br />
        echo &#8220;okay: logged in&#8230;\n&#8221;;<br />
//////////////////////////////////////////////////////////////////////////<br />
$stream = ssh2_exec($con, &#8216;whoami&#8217;);<br />
// force PHP to wait for the output<br />
stream_set_blocking($stream, true);<br />
// read the output into a variable<br />
$data = &#8221;;<br />
while($buffer = fread($stream, 4096)) {<br />
  $data .= $buffer;<br />
}<br />
// close the stream<br />
fclose($stream);<br />
// print the response<br />
echo $data;<br />
//////////////////////////////////////////////////////////////////////////<br />
    } //end else can authenticate<br />
} //  end else can  connect<br />
?&gt;</p>
<p>===============================</p>
<p>*** used  php_ssh2.dll ***  </p>
<p>config  php.ini</p>
<p>================================</p>
<p>extension=php_openssl.dll<br />
extension=php_ssh2.dll</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yingnarak2000.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yingnarak2000.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yingnarak2000.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yingnarak2000.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yingnarak2000.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yingnarak2000.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yingnarak2000.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yingnarak2000.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yingnarak2000.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yingnarak2000.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yingnarak2000.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yingnarak2000.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yingnarak2000.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yingnarak2000.wordpress.com/125/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yingnarak2000.wordpress.com&amp;blog=4697846&amp;post=125&amp;subd=yingnarak2000&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yingnarak2000.wordpress.com/2011/11/18/php-connect-linux-server-run-secure-sheel-ssh2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a6943cddc736c34770d6b69cf318ba20?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yingnarak2000</media:title>
		</media:content>
	</item>
		<item>
		<title>Script PHP call Secure Shell2</title>
		<link>http://yingnarak2000.wordpress.com/2011/11/10/script-php-call-secure-shell2/</link>
		<comments>http://yingnarak2000.wordpress.com/2011/11/10/script-php-call-secure-shell2/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 18:02:27 +0000</pubDate>
		<dc:creator>yingnarak2000</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://yingnarak2000.wordpress.com/?p=118</guid>
		<description><![CDATA[&#60;?php //http://localhost:90/logout.php?portal_ip=10.1.1.2&#38;client_id=e0:91:53:32:6a:80&#38;wbaredirect=http://www.thairath.com/&#38;ssid=Wifi_Captive&#38;bssid=00:26:3e:ba:fb:42 echo &#8220;Mac : &#8220;;  echo $_GET["client_id"]; // Using ssl $ssh = ssh2_connect(&#8217;10.1.1.2&#8242;,22); ssh2_auth_password($ssh, &#8216;admin&#8217;, &#8216;juniper123&#8242;); // exec a command and return a stream $stream = ssh2_exec($ssh, &#8216;whoami&#8217;); // force PHP to wait for the output stream_set_blocking($stream, true); // read the output into a variable $data = &#8221;; while($buffer = fread($stream, 4096)) {    <a href="http://yingnarak2000.wordpress.com/2011/11/10/script-php-call-secure-shell2/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yingnarak2000.wordpress.com&amp;blog=4697846&amp;post=118&amp;subd=yingnarak2000&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&lt;?php<br />
//http://localhost:90/logout.php?portal_ip=10.1.1.2&amp;client_id=e0:91:53:32:6a:80&amp;wbaredirect=http://www.thairath.com/&amp;ssid=Wifi_Captive&amp;bssid=00:26:3e:ba:fb:42<br />
echo &#8220;Mac : &#8220;;<br />
 echo $_GET["client_id"];<br />
// Using ssl<br />
$ssh = ssh2_connect(&#8217;10.1.1.2&#8242;,22);<br />
ssh2_auth_password($ssh, &#8216;admin&#8217;, &#8216;juniper123&#8242;);<br />
// exec a command and return a stream<br />
$stream = ssh2_exec($ssh, &#8216;whoami&#8217;);<br />
// force PHP to wait for the output<br />
stream_set_blocking($stream, true);<br />
// read the output into a variable<br />
$data = &#8221;;<br />
while($buffer = fread($stream, 4096)) {<br />
   $data .= $buffer;<br />
}<br />
// close the stream<br />
fclose($stream);<br />
// print the response<br />
echo $data;<br />
?&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yingnarak2000.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yingnarak2000.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yingnarak2000.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yingnarak2000.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yingnarak2000.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yingnarak2000.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yingnarak2000.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yingnarak2000.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yingnarak2000.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yingnarak2000.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yingnarak2000.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yingnarak2000.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yingnarak2000.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yingnarak2000.wordpress.com/118/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yingnarak2000.wordpress.com&amp;blog=4697846&amp;post=118&amp;subd=yingnarak2000&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yingnarak2000.wordpress.com/2011/11/10/script-php-call-secure-shell2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a6943cddc736c34770d6b69cf318ba20?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yingnarak2000</media:title>
		</media:content>
	</item>
		<item>
		<title>Oracle Exalogic</title>
		<link>http://yingnarak2000.wordpress.com/2011/08/19/oracle-exalogic/</link>
		<comments>http://yingnarak2000.wordpress.com/2011/08/19/oracle-exalogic/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 10:13:53 +0000</pubDate>
		<dc:creator>yingnarak2000</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://yingnarak2000.wordpress.com/?p=110</guid>
		<description><![CDATA[ปัจจุบันผลิตภัณฑ์ของ Oracle ในส่วนของ Fusion Middleware มีเป็นจำนวนมากและ ซึ่งอาจจะต้องใช้เวลาในการออกแบบสถาปัตยกรรมของ Application หรือการติดตั้งใน server ต่างๆ เป็นจำนวนมาก ด้วยเหตุผลดังกล่าว Oracle Exalogic จึงเป็นทางเลือกหนึ่งขององค์กร ที่ต้องการใช้ Oracle Fusion Middleware ให้มีประสิทธิภาพมากที่สุด Oracle Exalogic นำHardware ที่มีศักยภาพและOracle  Fusion Middleware Softwareมาผนวกรวมเพื่อตอบโจทย์ทางด้านความปลอดภัย เสถียรภาพ และประสิทธิภาพเหมาะกับการทำ Application Centerหรือการทำ CloudComputing ทั้ง Private Cloud และ Public Cloudรองรับการใช้งานในองค์ทั้งขนาดกลางและ ขนาดใหญ่ รองรับการให้บริการผู้เช่าพร้อมกันหลายคน (Multi-Tenancy)จึงถือเป็นรากฐานที่ดีสำหรับการทำ Cloud Computing Oracle Exalogic ประกอบไปด้วย Oracle ExalogicHardwareประกอบด้วยCPU Processor Multi-core x86 Xeon หรือSPARC SolarisT-3, <a href="http://yingnarak2000.wordpress.com/2011/08/19/oracle-exalogic/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yingnarak2000.wordpress.com&amp;blog=4697846&amp;post=110&amp;subd=yingnarak2000&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>ปัจจุบันผลิตภัณฑ์ของ Oracle ในส่วนของ Fusion Middleware มีเป็นจำนวนมากและ ซึ่งอาจจะต้องใช้เวลาในการออกแบบสถาปัตยกรรมของ Application หรือการติดตั้งใน server ต่างๆ เป็นจำนวนมาก ด้วยเหตุผลดังกล่าว Oracle Exalogic จึงเป็นทางเลือกหนึ่งขององค์กร ที่ต้องการใช้ Oracle Fusion Middleware ให้มีประสิทธิภาพมากที่สุด</p>
<p>Oracle Exalogic นำHardware ที่มีศักยภาพและOracle  Fusion Middleware Softwareมาผนวกรวมเพื่อตอบโจทย์ทางด้านความปลอดภัย เสถียรภาพ และประสิทธิภาพเหมาะกับการทำ Application Centerหรือการทำ CloudComputing ทั้ง Private Cloud และ Public Cloudรองรับการใช้งานในองค์ทั้งขนาดกลางและ ขนาดใหญ่ รองรับการให้บริการผู้เช่าพร้อมกันหลายคน (Multi-Tenancy)จึงถือเป็นรากฐานที่ดีสำหรับการทำ Cloud Computing</p>
<p><strong>Oracle Exalogic ประกอบไปด้วย</strong></p>
<ul>
<li><strong>Oracle ExalogicHardware</strong>ประกอบด้วยCPU Processor Multi-core x86 Xeon หรือSPARC SolarisT-3, หน่วยความจำECC DIMM และ การติดต่อภายในด้วย InfiniBand ที่ผ่านการทดสอบจากโรงงานโดย Oracleเพื่อให้เหมาะสำหรับApplication ให้ใช้งานได้เต็มประสิทธิภาพ</li>
<li><strong>Oracle Exalogic Software</strong>รองรับโปรแกรมJava Application และ Application อื่นๆที่ทำงานภายใต้ Oracle Software ยกตัวอย่างเช่นWebLogic Server , Oracel Coherence , JRockit และ Hotspot เป็นต้นโดยExalogicสามารถเลือกใช้ Operation Systemได้ทั้ง Oracle Linux หรือ Oracle Solaris</li>
<li><strong>Oracle Exalogic Management</strong>ด้วยSoftwareManagement ที่ชื่อOracle Enterprise Managerซึ่งสามารถMonitor Grid Control ในลักษณะ realtime และรายงานสถานะ แบบอัตโนมัติร่วมทั้ง Admin สามารถทำsystem maintenanceได้อย่างง่ายดาย</li>
</ul>
<p>Oracle Exalogic สามารถทำงานร่วมกับDatabase ได้อย่างมีประสิทธิภาพโดยใช้เทคโนโลยีใหม่ Active GridLink ที่มีอยู่ใน WebLogic ในติดต่อกับ Oracle RAC ทำ load-balancing ระหว่าง RAC nodesช่วยการประมวลผลข้อมูล นอกจากนี้Exalogic เชื่อมต่อโดยตรงกับExadata ด้วย Infinibandทำให้สามารถสื่อสารระหว่างกันได้เร็วมากขึ้นลดระยะเวลาในการติดต่อสื่อสารระหว่าง Application และ Database</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yingnarak2000.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yingnarak2000.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yingnarak2000.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yingnarak2000.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yingnarak2000.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yingnarak2000.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yingnarak2000.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yingnarak2000.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yingnarak2000.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yingnarak2000.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yingnarak2000.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yingnarak2000.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yingnarak2000.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yingnarak2000.wordpress.com/110/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yingnarak2000.wordpress.com&amp;blog=4697846&amp;post=110&amp;subd=yingnarak2000&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yingnarak2000.wordpress.com/2011/08/19/oracle-exalogic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a6943cddc736c34770d6b69cf318ba20?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yingnarak2000</media:title>
		</media:content>
	</item>
		<item>
		<title>ORACLE EXASTACK</title>
		<link>http://yingnarak2000.wordpress.com/2011/08/08/oracle-exastack/</link>
		<comments>http://yingnarak2000.wordpress.com/2011/08/08/oracle-exastack/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 06:14:41 +0000</pubDate>
		<dc:creator>yingnarak2000</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://yingnarak2000.wordpress.com/?p=106</guid>
		<description><![CDATA[EXASTACK ประกอบด้วย Oracle Exadata Database  Machine และ Oracle Exalogic Elastic Cloud เพื่อรองรับกลุ่มผู้ให้บริการอุตสาหกรรมซอว์ฟแวร์ที่มีการเชื่อมโยง และเพิ่มประสิทธิภาพให้กับโครงข่าย ส่วนประกอบสำคัญของ Exastack ประกอบด้วย Oracle servers , storage , networking  และ software Oracle Exastack  รองรับการพัฒนาแอพพลิเคชันสำหรับ ISV (Independent Software Vendor) และสมาชิกอื่นๆ ในเครือข่ายพันธมิตรของ Oracle ซึ่งสามารถลดต้นทุน เวลา และความยุ่งยากซับซ้อนในการให้บริการ พันธมิตรที่ได้รับการรับรอง Oracle Exastack Ready หรือ Oracle Exastack Optimized ภายใต้โครงการ Oracle Exastack  โดยสมาชิก OPN จะสามารถใช้ OPN Resource  เพื่อสร้างและนำเสนอแอพพลิเคชั่นที่มีเสถียรภาพรวดเร็วมากขึ้นให้กับลูกค้า พันธมิตร <a href="http://yingnarak2000.wordpress.com/2011/08/08/oracle-exastack/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yingnarak2000.wordpress.com&amp;blog=4697846&amp;post=106&amp;subd=yingnarak2000&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>EXASTACK ประกอบด้วย Oracle Exadata Database  Machine และ Oracle Exalogic Elastic Cloud เพื่อรองรับกลุ่มผู้ให้บริการอุตสาหกรรมซอว์ฟแวร์ที่มีการเชื่อมโยง และเพิ่มประสิทธิภาพให้กับโครงข่าย</p>
<p>ส่วนประกอบสำคัญของ Exastack ประกอบด้วย Oracle servers , storage , networking  และ software</p>
<p>Oracle Exastack  รองรับการพัฒนาแอพพลิเคชันสำหรับ ISV (Independent Software Vendor) และสมาชิกอื่นๆ ในเครือข่ายพันธมิตรของ Oracle ซึ่งสามารถลดต้นทุน เวลา และความยุ่งยากซับซ้อนในการให้บริการ</p>
<p>พันธมิตรที่ได้รับการรับรอง Oracle Exastack Ready หรือ Oracle Exastack Optimized ภายใต้โครงการ Oracle Exastack  โดยสมาชิก OPN จะสามารถใช้ OPN Resource  เพื่อสร้างและนำเสนอแอพพลิเคชั่นที่มีเสถียรภาพรวดเร็วมากขึ้นให้กับลูกค้า</p>
<p>พันธมิตร สามารถจะเข้าร่วมในโครงการ Oracle Exastack  สามารถปฏิบัติตามข้อกำหนด และพัฒนาสู่สถานะ Oracle Exastack Optimized รวมถึงห้องแล็บ Oracle Exastack  ด้วยการเข้าร่วม Oracle Exastack Program</p>
<p><strong>Oracle Exastack Program  ได้จัดเตรียม Resouce ในการให้บริการสำหรับทดสอบและปรับแต่งแอพพลิเคชั่น ซึ่งประกอบไปด้วย</strong></p>
<ol>
<li> Oracle Exastack Ready<strong>: </strong>สำหรับสมาชิก OPN ระดับ Gold ขึ้นไปนั้น Oracle Exastack Ready เปิดโอกาสให้รับสิทธิประโยชน์ทางด้านแบรนด์และโปรโมชั่น หากแอพพลิเคชั่นของพันธมิตรรองรับผลิตภัณฑ์รุ่นใหม่ล่าสุด ก็จะสามารถใช้โลโก้ในเอกสารการตลาดในได้แก่ Oracle Solaris Ready, Oracle Linux Ready, Oracle Database Ready และ Oracle WebLogic Ready </li>
<li> Oracle Exastack Optimized :  สมาชิก OPN ระดับ Gold ขึ้นไปจะสามารถใช้แอพพลิเคชั่น Oracle Exastack Ready เพื่อพัฒนา OPN Specialized สู่ระดับ Platinum  , Diamond และ  Oracle Exastack Optimized</li>
<li>Oracle Exastack Labs and ISV Enablement :  สำหรับสมาชิก OPN ระดับ Gold ขึ้นไปสามารถเข้าถึงทรัพยากรด้านเทคนิคของ Oracle  รวมถึงห้องแล็บ Oracle Exastack ดังนั้น  จึงสามารถทดสอบและปรับแต่งแอพพลิเคชั่นเพื่อเพิ่มประสิทธิภาพ  ห้องแล็บ Oracle Exastack ซึ่งจะเปิดพร้อมใช้งานในช่วงปลายปี 2554</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yingnarak2000.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yingnarak2000.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yingnarak2000.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yingnarak2000.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yingnarak2000.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yingnarak2000.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yingnarak2000.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yingnarak2000.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yingnarak2000.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yingnarak2000.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yingnarak2000.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yingnarak2000.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yingnarak2000.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yingnarak2000.wordpress.com/106/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yingnarak2000.wordpress.com&amp;blog=4697846&amp;post=106&amp;subd=yingnarak2000&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yingnarak2000.wordpress.com/2011/08/08/oracle-exastack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a6943cddc736c34770d6b69cf318ba20?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yingnarak2000</media:title>
		</media:content>
	</item>
		<item>
		<title>install oracle form report 11.1.1 (32 bit)</title>
		<link>http://yingnarak2000.wordpress.com/2011/06/14/install-oracle-form-report-11g-on-32-bit/</link>
		<comments>http://yingnarak2000.wordpress.com/2011/06/14/install-oracle-form-report-11g-on-32-bit/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 09:17:07 +0000</pubDate>
		<dc:creator>yingnarak2000</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://yingnarak2000.wordpress.com/?p=102</guid>
		<description><![CDATA[install step oracle Database 11gr2 webLogic 10.3.1 oracle portal form report 11.1.1.1<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yingnarak2000.wordpress.com&amp;blog=4697846&amp;post=102&amp;subd=yingnarak2000&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>install step</p>
<ul>
<li>oracle Database 11gr2</li>
<li>webLogic 10.3.1</li>
<li>oracle portal form report 11.1.1.1</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yingnarak2000.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yingnarak2000.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yingnarak2000.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yingnarak2000.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yingnarak2000.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yingnarak2000.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yingnarak2000.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yingnarak2000.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yingnarak2000.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yingnarak2000.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yingnarak2000.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yingnarak2000.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yingnarak2000.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yingnarak2000.wordpress.com/102/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yingnarak2000.wordpress.com&amp;blog=4697846&amp;post=102&amp;subd=yingnarak2000&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yingnarak2000.wordpress.com/2011/06/14/install-oracle-form-report-11g-on-32-bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a6943cddc736c34770d6b69cf318ba20?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yingnarak2000</media:title>
		</media:content>
	</item>
		<item>
		<title>Ksope2 connect WS-.NET</title>
		<link>http://yingnarak2000.wordpress.com/2010/09/18/ksope2-connect-ws-net/</link>
		<comments>http://yingnarak2000.wordpress.com/2010/09/18/ksope2-connect-ws-net/#comments</comments>
		<pubDate>Sat, 18 Sep 2010 09:54:37 +0000</pubDate>
		<dc:creator>yingnarak2000</dc:creator>
				<category><![CDATA[Android Example]]></category>

		<guid isPermaLink="false">http://yingnarak2000.wordpress.com/?p=98</guid>
		<description><![CDATA[try { SoapObject request = new SoapObject(NAMESPACE, METHOD_NAME); request.addProperty(&#8220;user_id&#8221;, str_user_id); SoapSerializationEnvelope envelope = new SoapSerializationEnvelope(SoapEnvelope.VER11); envelope.dotNet=true; envelope.setOutputSoapObject(request); HttpTransportSE androidHttpTransport = new HttpTransportSE(URL); androidHttpTransport.call(SOAP_ACTION, envelope); SoapPrimitive result = (SoapPrimitive)envelope.getResponse(); String strRes = result.toString(); str_user = strRes.substring(7); str_user_id= strRes.substring(0,6); ET02.setText(str_user); dialog.setMessage(str_user_id); dialog.show(); Intent myIntent = new Intent(audit_qualityV1.this, c_menu.class); startActivityForResult(myIntent, 0); } catch (Exception e) { dialog.setMessage(e.getMessage()); dialog.show(); <a href="http://yingnarak2000.wordpress.com/2010/09/18/ksope2-connect-ws-net/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yingnarak2000.wordpress.com&amp;blog=4697846&amp;post=98&amp;subd=yingnarak2000&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">try {</div>
<div id="_mcePaste">SoapObject request = new SoapObject(NAMESPACE, METHOD_NAME);</div>
<div id="_mcePaste">request.addProperty(&#8220;user_id&#8221;, str_user_id);</div>
<div id="_mcePaste">SoapSerializationEnvelope envelope = new SoapSerializationEnvelope(SoapEnvelope.VER11);</div>
<div id="_mcePaste">envelope.dotNet=true;</div>
<div id="_mcePaste">envelope.setOutputSoapObject(request);</div>
<div id="_mcePaste">HttpTransportSE androidHttpTransport = new HttpTransportSE(URL);</div>
<div id="_mcePaste">androidHttpTransport.call(SOAP_ACTION, envelope);</div>
<div id="_mcePaste">SoapPrimitive result = (SoapPrimitive)envelope.getResponse();</div>
<div id="_mcePaste">String strRes = result.toString();</div>
<div id="_mcePaste">str_user = strRes.substring(7);</div>
<div id="_mcePaste">str_user_id= strRes.substring(0,6);</div>
<div id="_mcePaste">ET02.setText(str_user);</div>
<div id="_mcePaste">dialog.setMessage(str_user_id);</div>
<div id="_mcePaste">dialog.show();</div>
<div id="_mcePaste">Intent myIntent = new Intent(audit_qualityV1.this, c_menu.class);</div>
<div id="_mcePaste">startActivityForResult(myIntent, 0);</div>
<div id="_mcePaste">} catch (Exception e) {</div>
<div id="_mcePaste">dialog.setMessage(e.getMessage());</div>
<div id="_mcePaste">dialog.show();</div>
<div id="_mcePaste">}</div>
<pre>
try {
 SoapObject request = new SoapObject(NAMESPACE, METHOD_NAME);       	               	           request.addProperty("user_id", str_user_id);          	              	          
 SoapSerializationEnvelope envelope = new SoapSerializationEnvelope(SoapEnvelope.VER11);    	           envelope.dotNet=true;    	           envelope.setOutputSoapObject(request);
 HttpTransportSE androidHttpTransport = new HttpTransportSE(URL);
 androidHttpTransport.call(SOAP_ACTION, envelope);
 SoapPrimitive result = (SoapPrimitive)envelope.getResponse();
 String strRes = result.toString();    	      	           str_user = strRes.substring(7);    	           str_user_id= strRes.substring(0,6);    	                	        	   ET02.setText(str_user);    	        	   dialog.setMessage(str_user_id);    	        	   dialog.show();    	        	  Intent myIntent = new Intent(audit_qualityV1.this, c_menu.class);    	               startActivityForResult(myIntent, 0); 	              	     	       } catch (Exception e) {    	    	       	    	       	    	   dialog.setMessage(e.getMessage());    	    	   dialog.show();
 }</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yingnarak2000.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yingnarak2000.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yingnarak2000.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yingnarak2000.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yingnarak2000.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yingnarak2000.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yingnarak2000.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yingnarak2000.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yingnarak2000.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yingnarak2000.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yingnarak2000.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yingnarak2000.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yingnarak2000.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yingnarak2000.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yingnarak2000.wordpress.com&amp;blog=4697846&amp;post=98&amp;subd=yingnarak2000&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yingnarak2000.wordpress.com/2010/09/18/ksope2-connect-ws-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a6943cddc736c34770d6b69cf318ba20?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yingnarak2000</media:title>
		</media:content>
	</item>
		<item>
		<title>Add jar File</title>
		<link>http://yingnarak2000.wordpress.com/2010/09/17/add-jar-file/</link>
		<comments>http://yingnarak2000.wordpress.com/2010/09/17/add-jar-file/#comments</comments>
		<pubDate>Fri, 17 Sep 2010 11:30:35 +0000</pubDate>
		<dc:creator>yingnarak2000</dc:creator>
				<category><![CDATA[Android Example]]></category>

		<guid isPermaLink="false">http://yingnarak2000.wordpress.com/?p=95</guid>
		<description><![CDATA[http://www.wikihow.com/Add-JARs-to-Project-Build-Paths-in-Eclipse-(Java)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yingnarak2000.wordpress.com&amp;blog=4697846&amp;post=95&amp;subd=yingnarak2000&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wikihow.com/Add-JARs-to-Project-Build-Paths-in-Eclipse-(Java)">http://www.wikihow.com/Add-JARs-to-Project-Build-Paths-in-Eclipse-(Java)</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yingnarak2000.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yingnarak2000.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yingnarak2000.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yingnarak2000.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yingnarak2000.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yingnarak2000.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yingnarak2000.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yingnarak2000.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yingnarak2000.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yingnarak2000.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yingnarak2000.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yingnarak2000.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yingnarak2000.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yingnarak2000.wordpress.com/95/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yingnarak2000.wordpress.com&amp;blog=4697846&amp;post=95&amp;subd=yingnarak2000&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yingnarak2000.wordpress.com/2010/09/17/add-jar-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a6943cddc736c34770d6b69cf318ba20?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yingnarak2000</media:title>
		</media:content>
	</item>
		<item>
		<title>Zxing Scanner</title>
		<link>http://yingnarak2000.wordpress.com/2010/09/15/zxing-scanner/</link>
		<comments>http://yingnarak2000.wordpress.com/2010/09/15/zxing-scanner/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 16:54:07 +0000</pubDate>
		<dc:creator>yingnarak2000</dc:creator>
				<category><![CDATA[Android Example]]></category>

		<guid isPermaLink="false">http://yingnarak2000.wordpress.com/?p=91</guid>
		<description><![CDATA[public Button.OnClickListener mScan = new Button.OnClickListener() {     public void onClick(View v) {         Intent intent = new Intent("com.google.zxing.client.android.SCAN");         intent.putExtra("SCAN_MODE", "QR_CODE_MODE");         startActivityForResult(intent, 0);     } }; public void onActivityResult(int requestCode, int resultCode, Intent intent) {     if (requestCode == 0) { <a href="http://yingnarak2000.wordpress.com/2010/09/15/zxing-scanner/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yingnarak2000.wordpress.com&amp;blog=4697846&amp;post=91&amp;subd=yingnarak2000&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<pre><code>public Button.OnClickListener mScan = new Button.OnClickListener() {
    public void onClick(View v) {
        Intent intent = new Intent("com.google.zxing.client.android.SCAN");
        intent.putExtra("SCAN_MODE", "QR_CODE_MODE");
        startActivityForResult(intent, 0);
    }
};

public void onActivityResult(int requestCode, int resultCode, Intent intent) {
    if (requestCode == 0) {
        if (resultCode == RESULT_OK) {
            String contents = intent.getStringExtra("SCAN_RESULT");
            String format = intent.getStringExtra("SCAN_RESULT_FORMAT");
            // Handle successful scan
        } else if (resultCode == RESULT_CANCELED) {
            // Handle cancel
        }
    }
}</code></pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yingnarak2000.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yingnarak2000.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yingnarak2000.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yingnarak2000.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yingnarak2000.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yingnarak2000.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yingnarak2000.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yingnarak2000.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yingnarak2000.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yingnarak2000.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yingnarak2000.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yingnarak2000.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yingnarak2000.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yingnarak2000.wordpress.com/91/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yingnarak2000.wordpress.com&amp;blog=4697846&amp;post=91&amp;subd=yingnarak2000&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yingnarak2000.wordpress.com/2010/09/15/zxing-scanner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a6943cddc736c34770d6b69cf318ba20?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yingnarak2000</media:title>
		</media:content>
	</item>
	</channel>
</rss>
