Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php include"./includes/adminheader.php";echo "
- <link href=\"../images/favicon.ico\" rel=\"icon\" />
- <html>
- <head><link rel=\"stylesheet\" href=\"style.css\" type=\"text/css\" media=\"screen\" />
- <style type=\"text/css\">
- <!--
- body {
- background: #FFFFFF;
- margin: 0px;
- padding: 0px;
- color: #000000;
- font-family: Verdana;
- font-size: 11px;
- }
- .formstyle {
- font-family: verdana;
- font-size: 11px;
- padding-left: 1px;
- background-color: #fcfcfc;
- border-top: 1px solid #d9d9d9;
- border-left: 1px solid #d9d9d9;
- border-right: 1px solid #cccccc;
- border-bottom: 1px solid #cccccc;
- color: #4c4c4c;
- }
- .formstyle:focus {
- font-family: verdana;
- font-size: 11px;
- padding-left: 1px;
- background-color: #f7f7f7;
- border-top: 1px solid #999999;
- border-left: 1px solid #999999;
- border-right: 1px solid #7f7f7f;
- border-bottom: 1px solid #7f7f7f;
- color: #0d0d0d;
- }
- .formstyle:hover {
- font-family: verdana;
- font-size: 11px;
- padding-left: 1px;
- background-color: #f7f7f7;
- border-top: 1px solid #999999;
- border-left: 1px solid #999999;
- border-right: 1px solid #7f7f7f;
- border-bottom: 1px solid #7f7f7f;
- color: #0d0d0d;
- }
- p, form {
- margin: 0px;
- padding: 0px;
- }
- #wrap {
- width: 925px;
- /*margin:0 auto;*/
- border: 1px solid silver;
- background: #ffffff;
- padding: 20px;
- position: absolute;
- top: 20px;
- left: 44%;
- margin-left: -400px;
- /*margin: 30px;*/
- -moz-border-radius: 8px;
- }
- #error {
- font-family: verdana;
- font-size: 11px;
- color: #FF0000;
- }
- a:link {
- color: #000000;
- }
- a:visited {
- color: #000000;
- }
- .style1 {
- font-size: 10px;
- color: #333333;
- }
- .redboldy
- {
- color:#FF0000;
- font-weight:bold;
- }
- -->
- </style>
- <script>
- function removeAccount(username)
- {
- top.document.location.href = \"unsold.php?job=delete&account=\"+username;
- }
- </script>
- <link rel=\"shortcut icon\" href=\"http://freshshop.net/favicon.ico\"/>
- <meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\"><title>";echo$SHOP["name"];echo " :: Admin Area</title></head>
- <div id=\"wrap\" align=\"center\">
- <p><a href=\"index.php\">Home</a> | <a href=\"news.php\">News</a> | <a href=\"orders.php\">Payments</a> | <a href=\"alluser.php\">Manage Users</a> | <a href=\"users.php\">Add Balance</a> | <a href=\"sold.php\"> Sold Tools </a> | <a href=\"unsold.php\"> Unsold Tools </a> | <a href=\"accts.php\"> Manage Accounts </a> | <a href=\"index.php?act=logout\">Log off (";echo$_SESSION["member"];echo ")</a></p><p> </p>
- <p> </p>
- <p><strong>Sector Privileges</strong></p>
- <p> </p>
- <p> </p>
- <p><font color=\"#000000\"><strong><u>
- Sorry , You have no access at this sector
- </u></strong></font></p>
- <p> </p>
- <p> </p>
- <p> </p>
- <p> </p>
- </div>
- </div>
- </body>
- </html>
- </body>
- </html>
- ";
- ?>
Advertisement
Add Comment
Please, Sign In to add comment