Advertisement
Guest User

Untitled

a guest
Nov 26th, 2012
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 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_once( '../include/config.inc.php' );
  15.  
  16. if (( !isset( $_GET['hash'] ) || $_GET['hash'] != $config['hash'] )) {
  17. header( 'HTTP/1.1 404 Not Found' );
  18. exit( );
  19. }
  20.  
  21. include_once( HOME_DIR . '/include/class_interface_servers.php' );
  22. $ssh2 = new shell2( );
  23. $query = $pdo->query( 'SELECT * FROM `box_list` WHERE `status` = 1' );
  24. $box = $query->fetchAll( );
  25. $query->closeCursor( );
  26. ...........................................
  27. .....................
  28. .......
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement