Guest User

Untitled

a guest
Feb 28th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by deZender.Net
  5. * @ deZender (PHP5 Decoder for ionCube Encoder)
  6. *
  7. * @ Version : 1.1.5.0
  8. * @ Author : DeZender
  9. * @ Release on : 09.06.2012
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. $title = 'Support';
  15. $page = 'support';
  16. $return = 'support.php';
  17. require( './configuration.php' );
  18. include( './include.php' );
  19. require( './podesavanja.php' );
  20. include( './functions.php' );
  21. $smarty->display( 'header.tpl' );
  22. $tiketi = new tiketi( );
  23. $vreme = time( 'now' );
  24. $rand = mt_rand( 0, 999999 );
  25. @$tiketi->encrypt( 'field1=' . $vreme . '&licenca=' . LICENCA . '&rand=' . $rand . '&domen=' . $_SERVER['HTTP_HOST'] . '', 'ÃÓ²3ÓãÂÑ' );
  26. $url = 'http://skakac.com/check.php?' . urlencode( $query ) . '';
  27. $dobijeno = file_get_contents( $url );
  28. .....................................................................
  29. ..................................
  30. .............
Advertisement
Add Comment
Please, Sign In to add comment