Advertisement
plas71k

@x_game => ioncube file => decoded

Apr 18th, 2013
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.94 KB | None | 0 0
  1. <?php
  2. /*
  3. * @ Pirate-Sky Crew :: PHP Decoder v2
  4. * @ Author: pLa$71k
  5. * @ Web: http://pirate-sky.com
  6. * @ Pirate-Sky Crew © 2008 - 2013
  7. */
  8.  
  9. echo "<div class=\"footerr\">\r\n\t<div class=\"footer\">\r\n    \t";
  10. if ( !function_exists( "dynamic_sidebar" ) || !dynamic_sidebar( "Footer Menü" ) )
  11. {
  12.     echo "\t\t";
  13. }
  14. echo "        <div class=\"temizle\"></div>\r\n    </div>\r\n    <div class=\"footeralt\">\r\n    \t<div class=\"footerbilgi\">";
  15. if ( get_option( "sip_footer" ) )
  16. {
  17.     echo get_option( "sip_footer" );
  18. }
  19. else
  20. {
  21.     echo "Bu sitede yayınlanan yazılar kaynak gösterilmeden alıntı yapılamaz.Tüm hakları saklıdır.";
  22. }
  23. echo "</div>\r\n        <div class=\"footerimza\">Tema : <a href=\"http://www.ertandonmez.com/kategori/android-uygulamalar\" title=\"Android Uygulamaları\">Sipsi v1</a></div>\r\n        <div class=\"temizle\"></div>\r\n    </div>\r\n</div>\r\n";
  24. wp_footer( );
  25. echo "</body>\r\n</html>\r\n";
  26. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement