Advertisement
Guest User

Untitled

a guest
Jun 25th, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by deZender.Net
  5. * @ deZender (PHP5 Decoder for Zend Encoder/SafeGuard & PhpExpress)
  6. *
  7. * @ Version : 2.0.0.3
  8. * @ Author : DeZender
  9. * @ Release on : 06.05.2013
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. require_once "../globals/globals.php";
  15. require_once INCLICK_CLASSES_DIR . "/ads/ClickProcessor.php";
  16. require_once INCLICK_CLASSES_DIR . "/utility/ErrorHandler.php";
  17. $error_handler = ErrorHandler::getInstance(false);
  18. $click_processor = new ClickProcessor($_GET, $error_handler);
  19. $click_processor->process(true);
  20. $redirect_url = $click_processor->getRedirectURL();
  21. ......................................................
  22. .........................
  23. .........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement