Thursday, April 18, 2013
Update status Facebook with command prompt

First, you must install PHP on your computer windows.Download link:- http://windows.php.net/downloads/releases/php-5.3.24-nts-Win32-VC9-x86.msi
After that,you choose on "Do not setup a web server" and click next .
Make sure you click on "Will be installed on local hard drive" for all extensions.
Now,after complete install PHP on your computer windows , you must check for this file"extension=php_curl.dll" and "extension=php_openssl.dll" on C:\Program Files\PHP\php.ini .Ok now must download Fbcmd file..Download link:- http://fbcmd.dtompkins.com/downloads/fbcmd-1-1.zip?attredirects=0&d=1Extract the file on your desktop and open up command prompt aka cmd .Execute the command below:-
1.cd desktop(Go to desktop)2.cd...
Thursday, March 28, 2013
Facebook Fonts
Fonts Generator
.inputdados {
background-color:Black;
border:1px solid violet;
color:white;
font-family:tahoma;
font-size:15px;
}
var offsetxpoint=-60
var offsetypoint=20
var ie=document.all
var ns6=document.getElementById && !document.all
var enabletip=false
if (ie||ns6)
var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""
function ietruebody(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}
function ddrivetip(thetext, thecolor, thewidth){
if (ns6||ie){
if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
tipobj.innerHTML=thetext
enabletip=true
return...
Tuesday, March 26, 2013
hide files and folders with command Prompt
Hello Guys. I hope you all are fine. Its Exams time, Manny must be busy with studies like me. So today we gonna see how to hide Files And Folders With Command Promt.Today we will see how to hide Files and Folders with Command promt.
If you have any personal or confidencial data in your pc and you dont
wanna let other to peep it. then this trick will be very helpfull to
you.So lets get started with it.For instance: Say you
have a folder with name "Photos" which is stored in drive " D " and you
think strangers should not see this folder then to hide that folder do
the followings. STEPS :
Press Windows key + Run , Run command will appear. In that type cmd and press enter.
This will open Command prompt Now Type
"attrib...
Watch youtube videos without buffering
Hey guys. We all Want to watch Youtube videos without buffering or any loading.But people with Slow Internet Connection has this major Problem, as youtube takes lot of time to load the videos.Today we will see how to watch Youtube videos in Slow internet Connection. earlier we saw How to increase youtube buffering speed, Today we will see another trick to Load youtube video Faster in Slow Internet connection.
YOUTUBE FEATHER
Youtube Feather is the new Technique introduced by Youtube. This
Technique will help you to Steam youtube video in Slow Internet
Connection.Click Here To Go to Youtube Feather.
...
Sunday, March 10, 2013
Different Ways To Access Blocked Sites

In our schools , colleges , offices or any other places some websites are blocked like facebook, Twitter, etc. so that you can not acess them. Don’t worry i have many solutoins for accessing blocked websites on internet. These different ways are -
1) Use Ip Address Insted Of Domain Name
Sometimes blocked sites are stored as a list of URLs (example- www.facebook.com, www.twitter.com, etc.) and by typing the IP instead of the URL might sometimes work. You can also do it online via www.domaintoip.com. In a local computer, We can check the IP address of any website by executingping <Website URL> command in the command prompt.
2) Redirection With Short...