<?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>am3n portfolio &#187; yahoo messenger</title>
	<atom:link href="http://am3n.net/tag/yahoo-messenger/feed/" rel="self" type="application/rss+xml" />
	<link>http://am3n.net</link>
	<description>career, freelance and some stupid thing I do</description>
	<lastBuildDate>Thu, 09 Sep 2010 12:15:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Add YM Online Status on your site</title>
		<link>http://am3n.net/2009/04/25/add-ym-online-status-on-your-site/</link>
		<comments>http://am3n.net/2009/04/25/add-ym-online-status-on-your-site/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 13:20:44 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[online status]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[yahoo messenger]]></category>
		<category><![CDATA[ym]]></category>

		<guid isPermaLink="false">http://am3n.net/?p=114</guid>
		<description><![CDATA[It&#8217;s very easy to add YM Online status on your site just copy paste several codes, configure it to detect your YM!ID and it&#8217;s done.Use this code and replace my ID with yours (sendIM? and u=) and choose a graphic (t=) from 0 &#8211; 15. &#60;a href="ymsgr:sendIM?am3n_group"&#62; &#60;img src="http://opi.yahoo.com/online?u=am3n_group&#38;m=g&#38;t=14" border="0" /&#62;&#60;/a&#62; If you use WordPress [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s very easy to add YM Online status on your site just copy paste several codes, configure it to detect your YM!ID and it&#8217;s done.Use this code and replace my ID with yours (sendIM? and u=) and choose a graphic (t=) from 0 &#8211; 15.</p>
<pre>&lt;a href="ymsgr:sendIM?am3n_group"&gt;
&lt;img src="http://opi.yahoo.com/online?u=am3n_group&amp;m=g&amp;t=14"
border="0" /&gt;&lt;/a&gt;</pre>
<p>If you use WordPress or Joomla even better, there are plugin for those script.Wordpress users can use <a href="http://wordpress.org/extend/plugins/ym-online-status/" target="_blank">Yahoo Messenger Online Status</a> and for Joomla can use <a href="http://extensions.joomla.org/extensions/clients/online-status/7708/details" target="_blank">JP Yahoo Messenger Status With Custom Image</a></p>
<p>But there is a catch, the visitor need to install Yahoo Messenger client on his/her PC and also need to have Yahoo ID. My friend at <a href="http://rawabokor.web.id/" target="_blank">Rawabokor</a> use another method, he is redirecting visitor to use YM WebMessenger chat with him. So visitor doesn&#8217;t have to install Yahoo Messenger on his/her PC but rather straight open up a new site, login with their Yahoo ID. and have a chat with you. Below is the code: (change with your id after target=)</p>
<pre>&lt;a href="http://messenger.yahoo.com/edit/send/?.target=am3n_group"&gt;&lt;img
src="http://opi.yahoo.com/online?u=am3n_group&amp;m=g&amp;t=14" border="0"  /&gt;&lt;/a&gt;</pre>
<p>Now what if your visitor don&#8217;t have a Yahoo ID but you still want them to have a chat with you. Here&#8217;s the simple how-to you can follow:<br />
<span id="more-114"></span></p>
<p>1. Put this Javascript in your head section, it will open livechat.html on the center of the screen.Change am3n.net with your site.</p>
<pre>&lt;script type="text/javascript"&gt;
// custom size, centered popup
function custom_sized_centered_popup(width, height)
{
mypopup = window.open("http://am3n.net/livechat.html","PopupWindow",
"menubar=0,toolbar=0,resizable=1,width=" + width + ",height=" + height);

// calculate the center of the page
x = (screen.availWidth - width) / 2;
y = ((screen.availHeight - height) / 2);

// move to the center of the page
mypopup.moveTo(x, y);
}
&lt;/script&gt;</pre>
<p>2.Put this php script on your body, the place where you want the YM Status will show. Change $id with your YM ID and  $online/$offline with your own picture/graphic showing that you are online or offline. You should create those picture by yourself. <img src='http://am3n.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  You can also change the width and height of the popup window (410,490).</p>
<pre>&lt;a href="#" onClick="custom_sized_centered_popup(410, 490);"&gt;
&lt;?php
$id = "am3n_group";
$online = "http://am3n.net/online.png";
$offline = "http://am3n.net/offline.png"; 

$buka = fopen("http://opi.yahoo.com/online?u=".$id."&amp;m=t","r")
or die
("&lt;img src='http://opi.yahoo.com/online?u=".$id."&amp;m=g&amp;t=2'/&gt;");
while ($baca = fread( $buka, 2048 ))
{ $status .= $baca; }
fclose($buka);

if($status == $id." is ONLINE"){
echo "&lt;img border=0 src='".$online."'/&gt;";
} else {
echo "&lt;img border=0 src='".$offline."'/&gt;";
}
?&gt;
&lt;/a&gt;</pre>
<p>3. Create livechat.html with content like below. You should get your own personal pingbox from <a href="http://messenger.yahoo.com/pingbox/" target="_blank">Yahoo! Messenger Pingbox</a>, replace below sample with what you get from Yahoo!</p>
<pre>&lt;object id="pingbox" type="application/x-shockwave-flash"
data="http://wgweb.msg.yahoo.com/badge/Pingbox.swf" width="400" height="480"&gt;
&lt;param name="movie" value="http://wgweb.msg.yahoo.com/badge/Pingbox.swf" /&gt;
&lt;param name="allowScriptAccess" value="always" /&gt;
&lt;param name="flashvars" value="wid=PlBHMui6TjFTEEQgAp.hC7OsIWc-" /&gt;&lt;/object&gt;</pre>
<p>And for shortcut, you can generate a simple code on <a href="http://YMGen.com" target="_blank">YMGen.com</a> <img src='http://am3n.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  There are many opensource script that can provide live chat feature for your site, like the famouse <a href="http://www.livezilla.net" target="_blank">LiveZilla</a>, but the fantastic of using Yahoo ID is that you can always online using your phone, Blackberry or just SMS. So you can provide 24&#215;7 support (or chat <img src='http://am3n.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> )</p>
<script type="text/javascript" src="http://cdn.socialtwist.com/2009042316105/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/2009042316105/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '2009042316105', 'http%3A%2F%2Fam3n.net%2F2009%2F04%2F25%2Fadd-ym-online-status-on-your-site%2F', 'Add+YM+Online+Status+on+your+site')" onclick="STTAFFUNC.cw(this, {id:'2009042316105', link: 'http%3A%2F%2Fam3n.net%2F2009%2F04%2F25%2Fadd-ym-online-status-on-your-site%2F', title: 'Add+YM+Online+Status+on+your+site' });"/></a>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://am3n.net/2009/04/25/add-ym-online-status-on-your-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove Yahoo Messenger Ads</title>
		<link>http://am3n.net/2008/10/21/remove-yahoo-messenger-ads/</link>
		<comments>http://am3n.net/2008/10/21/remove-yahoo-messenger-ads/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 14:14:40 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
				<category><![CDATA[Technical Support Specialist]]></category>
		<category><![CDATA[remove ads]]></category>
		<category><![CDATA[yahoo messenger]]></category>
		<category><![CDATA[ym]]></category>

		<guid isPermaLink="false">http://am3n.net/?p=35</guid>
		<description><![CDATA[Do you use Yahoo Messenger? if so sometimes the ads a little bit bothering..?? if not then it takes up space to display your friends and it also consume a bandwidth (especially bothering home user with dial-up). If you want to chat comfortly using YM 8 or 9 but dont want to displaying the ads [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Do you use Yahoo Messenger? if so sometimes the ads a little bit bothering..?? if not then it takes up space to display your friends and it also consume a bandwidth (especially bothering home user with dial-up). If you want to chat comfortly using YM 8 or 9 but dont want to displaying the ads and also dont want to use GAIM then use this steps:</p>
<p>- Copy paste below script on notepad.<br />
- Save as .bat file (i.e. noYMads.bat)<br />
- Run it (double-click on the file)</p>
<p><span id="more-35"></span></p>
<pre>@ECHO OFF
TITLE Remove ads from Yahoo Messenger 8-9

ATTRIB -R "%PROGRAMFILES%\Yahoo!\Messenger\Cache\urls.xml"
ECHO "" &gt;"%PROGRAMFILES%\Yahoo!\Messenger\Cache\urls.xml"
ATTRIB +R "%PROGRAMFILES%\Yahoo!\Messenger\Cache\urls.xml"
SET CONTENTPATH=""
IF ERRORLEVEL 1 SET CONTENTPATH="*"

&gt; %TEMP%.\noYMads.reg ECHO REGEDIT4
&gt;&gt;%TEMP%.\noYMads.reg ECHO.
&gt;&gt;%TEMP%.\noYMads.reg ECHO [HKEY_CURRENT_USER\Software\Yahoo\Pager\YUrl]
&gt;&gt;%TEMP%.\noYMads.reg ECHO "Messenger Ad"="*"
&gt;&gt;%TEMP%.\noYMads.reg ECHO "Webcam Upload Ad"="*"
&gt;&gt;%TEMP%.\noYMads.reg ECHO "Webcam Viewer Ad"="*"
&gt;&gt;%TEMP%.\noYMads.reg ECHO "Webcam Viewer Ad Big"="*"
&gt;&gt;%TEMP%.\noYMads.reg ECHO "Webcam Viewer Ad Medium"="*"
&gt;&gt;%TEMP%.\noYMads.reg ECHO "Change Room Banner"="*"
&gt;&gt;%TEMP%.\noYMads.reg ECHO "Conf Adurl"="*"
&gt;&gt;%TEMP%.\noYMads.reg ECHO "Chat Adurl"="*"
&gt;&gt;%TEMP%.\noYMads.reg ECHO "Y Content"=%CONTENTPATH%
&gt;&gt;%TEMP%.\noYMads.reg ECHO [HKEY_CURRENT_USER\Software\Yahoo\Pager\Locale]
&gt;&gt;%TEMP%.\noYMads.reg ECHO "Enable Messenger Ad"="0"
REGEDIT /S %TEMP%.\noYMads.reg
DEL %TEMP%.\noYMads.reg</pre>
<p>Update: 24 Dec 2008<br />
Yahoo release new Messenger and the ads can&#8217;t be removed using the above tricks. You should patch YM in order to remove the ads.</p>
<p>1) Make sure you are logged in with Administrator privileges<br />
2) Make sure that the YM_Patch.bat and YMPatch.bin files are in the same location<br />
3) Run the YM_Patch.bat batch file</p>
<p>Note:<br />
This is the preliminary version. It performs minimal error<br />
handling, etc. It only supports versions 9.0.0.2018 and<br />
9.0.0.2034. It does not remove ads in chat rooms and webcam.<br />
In the near future, I will upgrade this to a more elegant<br />
patch program that supports all versions of Messenger.</p>
<p>by dedndave</p>
<p><a href="http://5777108451351.usercash.com">Download YM Patch No Ads</a></p>
<p>=========================================</p>
<p>Update January 18th, 2009 (directly from dedndave-self)</p>
<p><a href="http://www.4shared.com/file/80921496/58c44aad/YPatch9.html" target="_blank">YM Remove Ads Patch for 9.0.0.2018/2034/2112</a><br />
It provides links to download the pre-patched exe files for all 28 countries.</p>
<script type="text/javascript" src="http://cdn.socialtwist.com/2009042316105/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/2009042316105/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '2009042316105', 'http%3A%2F%2Fam3n.net%2F2008%2F10%2F21%2Fremove-yahoo-messenger-ads%2F', 'Remove+Yahoo+Messenger+Ads')" onclick="STTAFFUNC.cw(this, {id:'2009042316105', link: 'http%3A%2F%2Fam3n.net%2F2008%2F10%2F21%2Fremove-yahoo-messenger-ads%2F', title: 'Remove+Yahoo+Messenger+Ads' });"/></a>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://am3n.net/2008/10/21/remove-yahoo-messenger-ads/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>
