Advertisement
Guest User

Untitled

a guest
Jul 19th, 2012
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by deZender.Net
  5. * @ deZender (PHP5 Decoder for Zend Encoder/SafeGuard & PhpExpress)
  6. *
  7. * @ Version : 1.1.4.0
  8. * @ Author : DeZender
  9. * @ Release on : 30.03.2012
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. header( 'Content-type: text/html; charset=UTF-8' );
  15.  
  16. if (sha1( $_POST['r'] . $_POST['t'] . 'archivesCS' . $_POST['p'] . $_POST['s'] ) == $_POST['h']) {
  17. require( './class/archive.class.php' );
  18. require( './class/boot.php' );
  19. $archive = new archive( );
  20. $archive->setTitle( $_POST['title'] );
  21. $archive->setDescription( $_POST['description'] );
  22. $archive->setPage_id( $_POST['p'] );
  23. $archive->setTable( $_POST['t'] );
  24. .............................................................
  25. ..............................
  26. ..........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement