How can you find the ip of the person you communicate using Yahoo Messenger
The simplest options for finding an ip from a person you’re talking on yahoomesenger are:
option 1
1. Communicate with Yahoo Messenger ID (not more)
2. Click on: Start -> Run
2. Write: cmd
3. ENTER or OK (usually occurs dos prompt: C: \ Documents and Settings \your_username>)
and write DOS prompt: netstat -a
4. Open the file c: \ log.txt (with notepad) [if it was created]
5. Find the following: ypager.exe (attention: sometimes the name of the executableis are different, but generally begins with Y for Yahoo, or not appear at all) …. Or your computer … TCP: 3447 84.38.123.54:5101 ESTABLISHED
6. Result is usually the first IP search. If you are unsure, look after the port which can be up to 5000 (this is 5101)
where in the above exmplul IP 84.38.123.54 is the search
option 2
1. Communicate with Yahoo Messenger ID (not more)
2. Click on: Start -> Run
2. Write: cmd
3. ENTER or OK (usually occurs dos prompt: C: \ Documents and Settings \userul_tau>)
and write DOS prompt: netstat
4. Now make a txt file, but you privii in DOS window
5. Find the following: ypager.exe (attention: sometimes the name of the executableis different, but generally begins with Y for Yahoo, or not appear at all) …. Or your computer … TCP: 3447 84.38.123.54:5101 ESTABLISHED
6.De result is usually the first IP search. If you are unsure, look after the port which can be up to 5000 (this is 5101)
where in the above example the IP 84.38.123.54 is sought
option 3
You can use one of the following programs TCP / IP View, Ostrosoft Internet Toolsdownload links do not work but are easy to find with google.
How to add the button “Send by Y! Messenger ” on every post of your blog
This tutorial is for blogs hosted on Blogger or WordPress, but the maneuver is similar on other platforms.BloggerFirst thing, go to the tab “Layout” (Layout) from the main menu of your Blogger account and click on sub tab “Edit HTML” (Edit HTML). Safety Saves a copy of your template (template) on your computer in case something goes wrong.
Now, make sure the “Expand Widget Templates” (Expand Widget Template) is selected in the top right corner of the HTML editing box.
Are you ready to work. First, you must create a CSS class in which to customize how you show your link. Find code ]]></ b: skin> and paste the following code just below it:
. Button {margin-top-messenger: 15px;
font-size: 11px;
line-height: 18px;}
If you know your CSS, you can configure the class above as they please.
Then look in the HTML edit box after a row containing <div class=’post-footer’>.Once found, if you want the button “Send by Y! Messenger “appears at the bottom (footer) of each posts (over the details of the author, comments, etc.) stick the following code just before this line. You can play CSS least: if you change the location code below, reference link by Y! Messenger will appear in various parts of your post.
<div class=’buton-messenger‘>
<a expr:href=’”ymsgr:im?+&msg=” + data:post.title + “:%20″ + data:post.url’> Send by Y! Messenger </ a>
</ Div>
Ready, click “Save Template” (Save Template). From now on, visitors will see your blog after every post a button “Send by Y! Messenger “that can send the title and a link to that post their Yahoo Messenger friends.
WordPress
Similarly, for WordPress, you must first create a class in your CSS style of your theme (it’s usually style.css), just as we saw above for Blogger. Then open single.phpîntr a text editor and insert the following code where you want to show the link Y! M:
<div>
<A href = “ymsgr: im? + & Msg = <? Php echo wp_title (”)?>: <? Php echo get_permalink ()?>”> Send by Y! Messenger </ a>
</ Div>
Note: WordPress theme files installed you can access through your site control panel: cPanel log in to http://www.situl-meu.ro/cpanel, then go into File Manager, and from there browse rutapublic_html / wp-content/themes to your theme.
Recent Comments