Advertisement
Guest User

Untitled

a guest
Feb 4th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by deZender.Net
  5. * @ deZender (PHP5 Decoder for Zend Encoder/SafeGuard & PhpExpress)
  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. include( 'data/findconfig.php' );
  15. include( $configpath );
  16. include( 'data/nifties.php' );
  17. session_start( );
  18.  
  19. if (s( 'l_username' )) {
  20. if (s( 'l_password' )) {
  21. ................................................................
  22. .........................
  23. ........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement