Advertisement
Guest User

Untitled

a guest
Jul 15th, 2011
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 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.3.0
  8. * @ Author : DeZender
  9. * @ Release on : 17.05.2011
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. global $license;
  15.  
  16. echo '<html><title>Noah\'s Classifieds - Enter License Number</title><body>';
  17.  
  18. if (( ( isset( $_POST['serial'] ) || isset( $_GET['serial'] ) ) || $_COOKIE['setserial'] )) {
  19. include( 'initdirs.php' );
  20. require( NOAH_APP . '/config.php' );
  21. include( NOAH_APP . '/constants.php' );
  22. include( NOAH_APP . '/error.php' );
  23. include( NOAH_APP . '/include.php' );
  24. gorumMain( );
  25.  
  26. if (isset( $_POST['serial'] )) {
  27. $license = htmlspecialchars( $_POST['serial'] );
  28. } else {
  29. $license = htmlspecialchars( $_GET['serial'] );
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement