Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Copyright © 2014 Szymon Wnuk. All rights reserved.
- -->
- <!DOCTYPE html>
- <html>
- <head>
- <meta http-equiv="Content-type" content="text/html; charset=ISO-8859-2" />
- <title>EasyHard</title>
- </head>
- <style type="text/css">
- @font-face{font-family:Baron_Neue;src:url(Baron_Neue.otf);}
- table{margin:60px 0px 0px 0px;}
- tr,td,tbody{font-family:Baron_Neue;color:white;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:solid;border-color:#7b7b7b;border-width:4px;height:20px;}
- h2{font-family:Baron_Neue;color:white;font-size:30px;position:absolute;left:15px;top:-15px;}
- a { position: relative; display: inline-block; }
- a:before { position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; transition: opacity 0.25s ease-in; background: rgba(64, 64,64, 0.6); content: attr(data-title); padding: -100% 0% 3; font-size: 9px; text-align: center; color: white; }
- a:hover:before { opacity: 1; }
- </style>
- <body style="background-color:#7b7b7b">
- <div id="content1" style="background-color:#7b7b7b;">
- <h2 style="position:absolute;top:-20px;">zbanowani gracze</h2>
- <?php
- mysql_connect('db4free.net', 'easyhard', 'kamil1ek505');
- mysql_select_db('easyhard');
- $result = mysql_query("SELECT * FROM guild_database");
- echo "<table style='margin-bottom:0px;position:absolute;top:10px;left:0px'>";
- echo "<th>".$row['tag']."</th>";
- echo "<th>".$row['name']."</th>";
- echo "<th>".$row['leader']."</th>";
- echo "</table>";
- ?>
- </div>
- <!--deathbans-->
- </body>
- </html>
- <!--
- Copyright © 2014 Szymon Wnuk. All rights reserved.
- -->
Advertisement
Add Comment
Please, Sign In to add comment