Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- *
- * @ This file is created by deZender.Net
- * @ deZender (PHP5 Decoder for Zend Encoder/SafeGuard & PhpExpress)
- *
- * @ Version : 1.1.4.0
- * @ Author : DeZender
- * @ Release on : 30.03.2012
- * @ Official site : http://DeZender.Net
- *
- */
- header( 'Content-type: text/html; charset=UTF-8' );
- if (sha1( $_POST['r'] . $_POST['t'] . 'archivesCS' . $_POST['p'] . $_POST['s'] ) == $_POST['h']) {
- require( './class/archive.class.php' );
- require( './class/boot.php' );
- $archive = new archive( );
- $archive->setTitle( $_POST['title'] );
- $archive->setDescription( $_POST['description'] );
- $archive->setPage_id( $_POST['p'] );
- $archive->setTable( $_POST['t'] );
- .............................................................
- ..............................
- ..........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement