Advertisement
Guest User

Untitled

a guest
Jun 18th, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 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. include( '../banner/config.php' );
  15. $c = getcwd( );
  16. chdir( $ppc_script_path );
  17. include( 'global.php' );
  18.  
  19. if (( !$core->hasHit( ) && $_GET['t'] == '11' )) {
  20. $core->addHit( );
  21. }
  22. ........................................
  23. ......................
  24. ...........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement