Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- *
- * @ This file is created by deZender.Net
- * @ deZender (PHP5 Decoder for SourceGuardian & phpSHIELD)
- *
- * @ Version : 1.1.6.0
- * @ Author : DeZender
- * @ Release on : 02.06.2013
- * @ Official site : http://DeZender.Net
- *
- */
- function showNoGo($str) {
- 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=iso-8859-1" />
- <title>Can\'t process file request</title>
- <style type="text/css">
- <!--
- .errbox {
- border: thin solid #000000;
- background-color: #CCCCCC;
- width: 450px;
- }
- .errmsg {
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-weight: bold;
- color: #000000;
- background-color: #FFFF99;
- }
- body {
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 14px;
- color: #000000;
- margin-top: 5px;
- margin-right: 10px;
- margin-bottom: 5px;
- margin-left: 10px;
- }
- p {
- margin-top: 10px;
- margin-right: 18px;
- margin-bottom: 5px;
- margin-left: 15px;
- }
- .style1 {
- color: #0000FF
- }
- .style2 {
- color: #FF0000
- }
- .style3 {
- font-size: 12px;
- font-style: italic;
- font-weight: bold;
- }
- .style5 {
- font-size: 12px
- }
- -->
- </style>
- </head>
- <body><div align="center">
- <div class="errbox">
- <h2 class="style2">Can\'t process file request.</h2>
- <p>The error returned was:<br />
- </p>
- <p class="errmsg">' . $str . '</p>
- <p> </p>
- </div>
- <div align="center"><a href="http://7dollartools.com/download-padlock/"><img src="protectedby.gif" alt="protected by Download Padlock" width="195" height="71" border="0" /></a></div></div>
- </body>
- </html>';
- }
- function getFileName($fileURL) {
- if ($pos = strrpos( $fileURL, '/' )) {
- ....................................................
- .........................
- ........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement