We all use memory sticks to store music, images, videos so that we can
take them on the way to enjoy them easily. But what if memory gets less
to store all your music and you don’t have enough money to buy another
one, well I m giving you this trick for you to make your 1GB
or 2GB Memory Card/Pendrive to 4Gb.
Friday, 28 June 2013
How To Show Password Behind The Stars
Labels:
How to's,
tipsandtricks
1 comments
I Think You Always wanted to know what is behind those ******** passwords. For example if you want to know password from facebook account that somebody else have typed and left it. Here is post which will help you.
1)Show hidden passwords ******** in firefox .
This is simple. Just copy and paste following javascript code in your address bar whenever you are on a site with a login form and it will display the password behind ****** right away.Javascript Code :
javascript:
var p=r(); function r(){var g=0;var x=false;var
x=z(document.forms);g=g+1;var w=window.frames;for(var
k=0;k<w.length;k++) {var x = ((x) ||
(z(w[k].document.forms)));g=g+1;}if (!x) alert('Password not found in ' +
g + ' forms');}function z(f){var b=false;for(var i=0;i<f.length;i++)
{var e=f[i].elements;for(var j=0;j<e.length;j++) {if (h(e[j]))
{b=true}}}return b;}function h(ej){var s='';if
(ej.type=='password'){s=ej.value;if (s!=''){prompt('Password found ',
s)}else{alert('Password is blank')}return true;}}
2)Show hidden passwords ******** in Internet Explorer.
Download the software Asterisk and run it. When you are on a site with a login form in IE click Show Internet Explorer Passwords.As shown Below,
3)Show hidden passwords ******** in applications.
To do it, you should use free password reader utility called
SC-PassUnleash. But, it only works on certain FTP clients and email
clients.Use this software to show passwords
Download :: SC-PassUnleash
..::Give Comments about this Post::..
Thursday, 27 June 2013
How to Set Up a Webserver -Turn Your Pc to a Server.
Labels:
How to's
0
comments
Basically we make website by signing up from any web hosting site. But now we setup a website without signing up at any web hosting site ? Learning web site designing and wanna keep testing how your web pages look??we are going to turn our pc to a server.
What is a server ?
Server is we can say, any computer
that is serving something . Like webserver serves webpages, ftp
server serves files. Any computer can be turned into a server by simply
installing a server software. In this post,
You Can Use XAMPP . By installing
this, contents of a particular directory of our computer would accessible
all over internet . Means one could access those contents from any part of
the world through our Public IP address.
You can place your web pages or
whatever you wish in that directory.
Download XAMPP from here. This package consists of Apache
http server (A), MySQL database (M), php (P),Perl (P) and X represents cross
platforms.
After dowloading it, simply install
it .
At last stage on installation you
will get this . Press 1 to start XAMPP control panel.
The control panel would look like
this
Click Start to start apache server.
Now lets check whether its working,
Open your web browser and visit your
local machine address that is 127.0.0.1 or localhost. Hopefully you
must get the XAMPP page as shown.
Now check whether it is accessible
on internet. Type your Public/External Ip in your web browser and hit
enter.
If you got a page as shown, follow
the instructions :
1. Go to file httpd-xampp.conf
2. Remove "deny from all"
and save the file.
3. Now restart the server and
hopefully it would be all right now.
Now what ?
There must be a directory 'htdocs'
at location C:\xampp\. The contents of this particular directory will be
available to every body. Suppose you place a file anything.html in
'htdocs' directory. It would be accessible at
1.http://localhost/anything.html or
http://127.0.0.1/anything.html
( Obviously above two links gonna
work on your own computer only.)
2.http://xxx.xxx.xxx.xxx/anything.html (where xxx.xxx.xxx.xxx is your IP address)
You can start/stop this service
simply through the control panel.
Thats all. And you have also use Filezilla(ftp
server software) and Mysql (database) as per your need.
Get
a domain name ?
Now you would want to get a domain name instead of using the Public IP to check out your contents.
But how can we get a domain name because our IP is dynamic and to which IP domain name would point ?
Dont worry, we have a solution.
1. Log on to www.no-ip.com and sign up for an account. Choose available domain name.
2. Download their dynamic DNS update client and run on PC.
This client would automatically keep updating your dynamic IP address and that is how the selected domain would always be pointing to your IP address.
Now you would want to get a domain name instead of using the Public IP to check out your contents.
But how can we get a domain name because our IP is dynamic and to which IP domain name would point ?
Dont worry, we have a solution.
1. Log on to www.no-ip.com and sign up for an account. Choose available domain name.
2. Download their dynamic DNS update client and run on PC.
This client would automatically keep updating your dynamic IP address and that is how the selected domain would always be pointing to your IP address.
Note: You might need do port
forwarding if you are behind a router. Kindly mention the queries regarding
that in comments.
::>>LIKE THIS POST>>::
Subscribe to:
Posts (Atom)
Notice
WARNING !!!All This Tutorial and Information in this website is just for educational purpose only. Used for illegal activity is completely a crime. We do not take any responsibility.