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 Zend Encoder/SafeGuard & PhpExpress)
- *
- * @ Version : 2.0.0.3
- * @ Author : DeZender
- * @ Release on : 06.05.2013
- * @ Official site : http://DeZender.Net
- *
- */
- require_once "../globals/globals.php";
- require_once INCLICK_CLASSES_DIR . "/ads/ClickProcessor.php";
- require_once INCLICK_CLASSES_DIR . "/utility/ErrorHandler.php";
- $error_handler = ErrorHandler::getInstance(false);
- $click_processor = new ClickProcessor($_GET, $error_handler);
- $click_processor->process(true);
- $redirect_url = $click_processor->getRedirectURL();
- ......................................................
- .........................
- .........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement