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 ionCube Encoder)
- *
- * @ Version : 1.1.4.0
- * @ Author : DeZender
- * @ Release on : 30.03.2012
- * @ Official site : http://DeZender.Net
- *
- */
- header( 'Expires: Mon, 26 Jul 1997 05:00:00 GMT' );
- header( 'Last-Modified: ' . gmdate( 'D, d M Y H:i:s' ) . ' GMT' );
- header( 'Cache-Control: no-store, no-cache, must-revalidate' );
- header( 'Cache-Control: post-check=0, pre-check=0', false );
- header( 'Pragma: no-cache' );
- require( '../config.inc.php' );
- require_once( 'mysql.php' );
- if (!( $dbconnect = @db_connect( $gdbhost, $gdbuname, $gdbpass ))) {
- exit( 'Could not connect to MySQL' );
- (bool)true;
- }
- if (!( $dd = @mysql_select_db( $gdbname ))) {
- exit( 'Could not select database' );
- (bool)true;
- }
- if (( !strpos( $_SERVER['HTTP_REFERER'], '' . $yourdom ) && $_POST )) {
- echo '<b>Do not try :)</b>';
- exit( );
- }
- $cookiea = $_COOKIE['username'];
- $cookieb = $_COOKIE['password'];
- $cookiex = $_COOKIE['user_id'];
- $hffjfjfjf = $_COOKIE['pcode'];
- if (( ( ( !$cookiea || !$hffjfjfjf ) || !$cookiex ) || !$cookieb )) {
- include( 'login.php' );
- exit( );
- } else {
- if ($hffjfjfjf != $cookeProtectioncode) {
- include( 'login.php' );
- exit( );
- }
- $srquery = @mysql_query( '' . 'SELECT userid,username,password,mstoaaluser,functions FROM ac4pcom_users where username=\'' . $cookiea . '\' and password=\'' . $cookieb . '\' and userid=\'' . $cookiex . '\'' );
- $num = @mysql_num_rows( $srquery );
- if ($num == 0) {
- include( 'login.php' );
- exit( );
- }
- }
- ...........................................
- ..............................
- .................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement