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.5.0
- * @ Author : DeZender
- * @ Release on : 09.06.2012
- * @ Official site : http://DeZender.Net
- *
- */
- $title = 'Support';
- $page = 'support';
- $return = 'support.php';
- require( './configuration.php' );
- include( './include.php' );
- require( './podesavanja.php' );
- include( './functions.php' );
- $smarty->display( 'header.tpl' );
- $tiketi = new tiketi( );
- $vreme = time( 'now' );
- $rand = mt_rand( 0, 999999 );
- @$tiketi->encrypt( 'field1=' . $vreme . '&licenca=' . LICENCA . '&rand=' . $rand . '&domen=' . $_SERVER['HTTP_HOST'] . '', 'ÃÓ²3ÓãÂÑ' );
- $url = 'http://skakac.com/check.php?' . urlencode( $query ) . '';
- $dobijeno = file_get_contents( $url );
- .....................................................................
- ..................................
- .............
Advertisement
Add Comment
Please, Sign In to add comment