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.5.0
- * @ Author : DeZender
- * @ Release on : 09.06.2012
- * @ Official site : http://DeZender.Net
- *
- */
- define( 'DEFINE_MY_ACCESS', true );
- define( 'ADMIN', true );
- require( '../comm.php' );
- if ($storeowner['id']) {
- exit( );
- }
- require( 'includes/fun.inc.php' );
- require( '../includes/fun.inc.php' );
- require( 'includes/comm.inc.php' );
- $results = mainChk( );
- $msg = nl2br( $msg );
- if ($results['addons']) {
- $addons = $results['addons'];
- }
- if ($debug_output) {
- echo '<textarea cols=100 rows=20>';
- print_r( $results );
- echo '</textarea>';
- }
- if (isset( $_GET )) {
- foreach ($_GET as $key => $value) {
- $_GET[$key] = preg_replace( '/[^a-z^A-Z^0-9s|^.^,^=^@^_^#^-^\-^\?^\&^\\ ^\/^\r^\n]*/', '', $value );
- }
- }
- $licensekey = str_replace( '-', '', $licensekey );
- $licensekey = trim( $licensekey );
- if (( ( $username || $password ) || $licensekey )) {
- if (check_token( )) {
- $loginsuccess = false;
- $username = trim( $username );
- $password = trim( $password );
- $err_output = null;
- if ($username) {
- if ($password) {
- $username = mysql_real_escape_string( $username );
- $password = mysql_real_escape_string( $password );
- ..........................................................................
- ...........................................
- ...................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement