Total Pageviews

Google Ads

Friday, April 27, 2012

GET Yahoo IP in Yahoo Messenger in 15 seconds

Yes !! 15 Second !! You can do that
Just use this free web tool at http://tools.vngoogle.com OR http://tool.vngoogle.com


Step 1 : Click Copy Link
Step 2 : Send Link to Account you need IP
Step 3 : Waiting 10 seconds and click GET IP

Just very Easy to get IP from yahoo messenger

Good Luck

More today : You will get location of victim!! you can use it to check victim invisible or not !!!

Get Yahoo IP, Check Yahoo Invisible

Video Demo

Because This way realy Effect so Youtube has lock me in Hacker and they lock my video but i has upload another one...



Send Yahoo Messenger With PHP - Create Yahoo BOT with PHP

Too Easy to make a yahoo bot with PHP code sample from Yahoo API

Just do step by step
http://adf.ly/437927/www.google.com
1. Download Source Code PHP in here 
2. Get Yahoo API Key in here 
3. Find Hosting support Curl (Require) to start (*)
4. Upload Your Code ... Find in File Client.php

define('USERNAME', 'SAMPLEYAHOO@yahoo.com');
define('PASSWORD', 'passwordInHere');
define('CONSUMER_KEY', 'Consumer Key You have gotten from step 2');
define('SECRET_KEY', 'Secret Key You have gotten from step 2');

Username is account you use to get API and Password of it.

Run file Client.php in your host.

(*) to enable Curl from your localhost (XAMPP) let config it in file php.ini. Find with key "curl" and delete ";" before it to enable. After that you let restart Apache.