Guest User

Untitled

a guest
Dec 8th, 2012
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by deZender.Net
  5. * @ deZender (PHP5 Decoder for ionCube Encoder)
  6. *
  7. * @ Version : 1.1.5.0
  8. * @ Author : DeZender
  9. * @ Release on : 09.06.2012
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. function get($data) {
  15. return suzgec( $_GET[$data] );
  16. }
  17.  
  18. function suzgec($veri) {
  19. $veri = addslashes( $veri );
  20. $veri = mysql_escape_string( $veri );
  21. $veri = strip_tags( $veri );
  22. return $veri;
  23. }
  24. ...............................................................
  25. ....................................
  26. ..................
Advertisement
Add Comment
Please, Sign In to add comment