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
- *
- */
- function get($data) {
- return suzgec( $_GET[$data] );
- }
- function suzgec($veri) {
- $veri = addslashes( $veri );
- $veri = mysql_escape_string( $veri );
- $veri = strip_tags( $veri );
- return $veri;
- }
- ...............................................................
- ....................................
- ..................
Advertisement
Add Comment
Please, Sign In to add comment