Advertisement
Guest User

Untitled

a guest
Apr 4th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 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 azt_pages_blog() {
  15. add_menu_page( __( 'WP2Blogspot ', 'wp2bp-menu' ), __( 'WP2Blogspot', 'wp2bp-menu' ), 'manage_options', 'wp2blogspot', 'azt_wp2blogspot' );
  16. }
  17.  
  18. function azt_wp2blogspot() {
  19. global $wpdb;
  20.  
  21. echo '<a target=\'_blank\' href=\'http://www.wp2blogspot.com\'><h2><img src=' . plugins_url( 'img/wp2blogspot.png', __FILE__ ) . ' style=\'height:40px;margin-right:10px\'></h2></a> ';
  22. echo '<s';
  23. echo 'tyle>
  24. #loading { display:none; }
  25. #download { display:none; }
  26. #container {
  27. display: none;
  28. }
  29.  
  30. </style>
  31. <table style="width:100%" >
  32. <tr><td valign=\'top\' style="width:800px">
  33. <div class="wrap" >
  34. ...................................................................
  35. ...............................
  36. .............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement