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 SourceGuardian & phpSHIELD)
- *
- * @ Version : 1.1.6.0
- * @ Author : DeZender
- * @ Release on : 02.06.2013
- * @ Official site : http://DeZender.Net
- *
- */
- $ip = $_SERVER['REMOTE_ADDR'];
- $file = '../sys/code.inc';
- $val = 0;
- if (( isset( $_POST['code'] ) && strlen( $_POST['code'] ) )) {
- $code = $_POST['code'];
- $result = file_get_contents( $file );
- if ($code == $result) {
- shell_exec( 'sudo iptables -F admin_IP' );
- shell_exec( 'sudo iptables -A admin_IP -s ' . $ip . ' -j ACCEPT' );
- file_put_contents( $file, '' );
- ......................................................................
- ..........................
- .........
Advertisement
Add Comment
Please, Sign In to add comment