hahahah amol hacked ur ip address

Sign by Danasoft - For Backgrounds and Layouts

Author

Amol Bhure (ultra l33t) was born in Maharashtra, Seventh July Of Nineteen Hundred Nineteen Ninety A.D. He's currently pursuing his B.E in Bangalore. A cyber Security Professional, Hacker, Designer, Programmer. Keen interest in hacking and network security and he developed several techniques of defending and defacing websites. He's of the opinion that people should learn this art to prevent any cyber attacks. Currently Amol works as a member of 'Null International', Bangalore chapter as a network security guy. Apart from this, he has done internships at YAHOO! India, AMAZON India, etc. He has also attended various International conferences like NullCon GOA, c0c0n, ClubHack, Defcon , SecurityByte, ICFoCS, OWASP, etc.. He is certified with RHCE, LPT, CEH v7, SCJP, AFCEH. In programming he knows stuffs on C, C++, C# , JAVA (SCJP), .NET , and PHP. Additionally he knows few hardware languages like HDL, VHDL, Verilog, Embedded Micro controller Programming. He has been featured on google hall of fame. Amol was named a "India's top 10 hacker" by google. "World's top 50 hacking blog" by google.

Daily Page Views

Monday, April 23, 2012

New Smiley Code for Facebook 2012


Many people still dont know how to use Facebook Smiley when they are chatting on facebook.



Facebook has actually upgraded their chat modul several times so we can add more smileys than the old ones.
This new chat code we are talking about is really a new ones released in the year of 2012. This list of smileys is not animated though,
we will discuss it on another post for Animated Smiley Code on Facebook
What we have to do to insert the new smileys is simply type or paste the code on your message or chat box at facebook. Here are the chat codes :




That’s all for now. The above list of smiley will probably be updated later depends on their update. Happy chatting on facebook

Add Profile Box Using Facebook Application


Most of my friends who are eager on developing facebook application ask me about how to create add profile box to their profile.
Here, i’m gonna show you how to make it. Lets assume that you already understand the basic steps to create facebook application using php platform.
Profile.
setFBML – That’s what we’re gonna use to add the profile box, you can read more about it on Facebook Developer Wiki
Sets the FBML for a user’s profile or Facebook Page, including:

The content for the profile box on the Wall tab
The profile box for the Boxes tab, both narrow and wide
The FBML for a mobile device
There are several steps to add content to a User’s profile with profile.setFBML:
@amol
interact with the user to gather compelling content
call profile.setFBML
induce the user to click on an Add to Profile button
(optional) induce the user click on an Offline Access button or otherwise grant this permission
Interacting with the user to gather compelling content is highly dependent on your application.
You may achieve this in one session, or it might require several interactions with the user.