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 ionCube Encoder)
- *
- * @ Version : 1.1.6.0
- * @ Author : DeZender
- * @ Release on : 02.06.2013
- * @ Official site : http://DeZender.Net
- *
- */
- if (file_exists("../reg.php"))
- {
- include "../reg.php";
- if ($validDomain == "false")
- {
- exit("Unauthorized Domain: Please contact support.");
- }
- }
- else
- {
- exit("Missing Files: Please contact support.");
- }
- if (!file_exists("../config.php"))
- {
- ........................................................................
- ..........................................
- ...................
Advertisement
Add Comment
Please, Sign In to add comment