Una imagen :
Los codigos :
index.php
Código
<?php // Ban System 0.3 // (C) Doddy Hackman 2015 // Login $username = "admin"; // Edit $password = "21232f297a57a5a743894a0e4a801fc3"; // Edit // $index = "admin.php"; // Edit echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Login</title> <link rel="shortcut icon" href="images/icono.png"> <link href="style.css" rel="stylesheet" type="text/css" /> </head> <body> <center><br> <div class="post"> <h3>Login</h3> <div class="post_body"> <img src="images/login.jpg" width="562" height="440" /> <br /> <form action="" method=POST> Username : <input type=text size=30 name=username /><br /><br /> Password : <input type=password size=30 name=password /><br /><br /> <input type=submit name=login style="width: 100px;" value=Login /><br /><br /> </form> </div> </div> </center> </body> </html>'; $test_username = $_POST['username']; if ($test_username == $username && $test_password == $password) { echo "<script>alert('Welcome idiot');</script>"; />'; } else { echo "<script>alert('Fuck You');</script>"; } } } else { echo '<meta http-equiv="refresh" content="0; url=http://www.petardas.com" />'; } // The End ? ?>
admin.php
Código
<?php // Ban System 0.3 // (C) Doddy Hackman 2015 // Login $username = "admin"; // Edit $password = "21232f297a57a5a743894a0e4a801fc3"; // Edit // DB $host = "localhost"; // Edit $userw = "root"; // Edit $passw = ""; // Edit $db = "ban"; // Edit $user = $plit[0]; $pass = $plit[1]; if ($user == $username and $pass == $password) { echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Ban System 0.3</title> <link href="style.css" rel="stylesheet" type="text/css" /> <link rel="shortcut icon" href="images/icono.png"> </head> <body> <center>'; echo ' <br><img src="images/ban.png" /><br><br>'; $todo = "create table ban_system ( id int(10) UNSIGNED NOT NULL AUTO_INCREMENT, ip TEXT NOT NULL, PRIMARY KEY(id)); "; echo "<script>alert('Installed');</script>"; echo '<meta http-equiv="refresh" content=0;URL=>'; } else { echo "<script>alert('Error');</script>"; } } echo "<title>Ban System 0.3 Administracion</title>"; $ipaz = $_POST['ipadd']; if ($ipfinal == -1 || $ipfinal === FALSE) { echo "<script>alert('IP invalid');</script>"; } else { echo "<script>alert('IP added');</script>"; } else { echo "<script>alert('Error');</script>"; } } } $id = $_GET['del']; echo "<script>alert('IP Deleted');</script>"; } else { echo "<script>alert('Error');</script>"; } } echo ' <div class="post"> <h3>Add IP</h3> <div class="post_body">'; echo "<br> <form action='' method=POST> <b>IP : </b><input type=text name=ipadd value=127.0.0.1> <input type=submit style='width: 100px;' value=Add> </form><br>"; echo ' </div> </div>'; $sql = "select id from ban_system"; echo ' <div class="post"> <div class="post_body"><br>'; if ($cantidad <= 0) { echo '<b>No entries found</b><br>'; } else { echo '<table> <td><b>ID</b></td><td><b>IP</b></td><td><b>Option</b></td><tr>'; echo "<td>" . htmlentities($ab[0]) . "</td><td>" . htmlentities($ab[1]) . "</td><td><a href=?del=" . htmlentities($ab[0]) . ">Delete</a></td><tr>"; } echo '</table>'; } echo ' <br></div> </div>'; echo "</table> </center> "; // } else { echo ' <div class="post"> <h3>Installer</h3> <div class="post_body">'; echo " <form action='' method=POST> <h2>Do you want install Ban System ?</h2><br> <input type=submit style='width: 100px;' name=instalar value=Install><br><br> </form>"; echo ' </div> </div>'; } echo ' <br><h3>(C) Doddy Hackman 2015</h3><br> </center> </body> </html>'; } else { echo "<script>alert('Fuck You');</script>"; } } else { echo '<meta http-equiv="refresh" content="0; url=http://www.petardas.com" />'; } ?>
style.css
Código
/* ==-----------------------------------== || Name : DH Theme || || Version : 0.8 || || Author : Doddy H || || Description: Templante || || Date : 14/1/2015 || ==-----------------------------------== */ body { background:transparent url("images/fondo.jpg") repeat scroll 0 0; color:gray; font-family:helvetica,arial,sans-serif; font-size:14px; text-align:center; } a:link { text-decoration:none; color:orange; } a:visited { color:orange; } a:hover { color:orange; } td,tr { border-style:solid; border-color: gray; border-width: 1px; background: black; border: solid #222 2px; color:gray; font-family:helvetica,arial,sans-serif; font-size:14px; text-align:center; word-wrap: break-word; word-break:break-all; } input { border-style:solid; border-color: gray; border-width: 1px; background: black; border: solid #222 2px; color:gray; font-family:helvetica,arial,sans-serif; font-size:14px; } .post { background-color:black; color:gray; margin-bottom:10px; width:600px; word-wrap: break-word; } .post h3 { background-color:black; color:orange; background-color:#000; border: solid #222 2px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; padding:5px 10px; } .post_body { background-color:black; margin:-20px 0 0 0; color:white; background-color:#000; border: solid #222 2px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; padding:5px 10px; } /* The End ? */
ban.php
Código
<?php // Ban System 0.3 // (C) Doddy Hackman 2015 // DB $host = "localhost"; // Edit $userw = "root"; // Edit $passw = ""; // Edit $db = "ban"; // Edit // $texto = "Acceso Denegado"; // Edit $ip = $_SERVER['REMOTE_ADDR']; if ($ip == "::1") { $ipa = 1; } if ($ipa == -1 || $ipa === FALSE) { echo "<script>alert('Good try');</script>"; } else { if ($ip == "::1") { $ip = "127.0.0.1"; } } } // The End ? ?>
test.php
Código
<?php include("ban.php"); echo "aca toy"; ?>
Si quieren bajar el programa lo pueden hacer de aca.