Advertisement
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 wp_ayesoft_menu() {
- add_menu_page( __( 'ayesoft panel', 'ayesoft' ), __( 'ayesoft panel', 'ayesoft' ), 6, basename( __FILE__ ), 'wp_ayesoft_admin', get_bloginfo( 'template_url' ) . '/images/adminpaneli.png' );
- add_submenu_page( basename( __FILE__ ), __( 'ayesoft Ayarlar', 'ayesoft' ), __( 'ayesoft Ayarlar', 'ayesoft' ), 6, basename( __FILE__ ), 'wp_ayesoft_admin' );
- }
- function wp_ayesoft_admin_css() {
- echo '
- ';
- }
- function wp_ayesoft_admin() {
- global $ayesoft_options;
- if ($_POST['save_ayesoft_options']) {
- foreach ($ayesoft_options as $section) {
- [0];
- foreach ($section[1] as $option) {
- [0];
- update_option( $option[0], stripslashes( $_POST[$option[0]] ) );
- }
- }
- echo '<div id="message" class="updated fade"><p><strong>' . __( 'Ayarlarınız kaydedildi :)', 'ayesoft' ) . '</strong></p></div>';
- }
- echo ' ';
- echo '<s';
- echo 'cript type="text/javascript" src="http://code.jquery.com/jquery-1.8.1.js"></script>
- <div class="wrap">
- <h2>';
- _e( 'ayesoft Film Teması Yönetim Paneli', 'ayesoft' );
- echo '</h2>
- ';
- echo '<s';
- echo 'cript>
- function getir(x)
- {
- $(\'.yazi\').hide();
- $(\'.yaz\'+x).show();
- $(\'.baslik\').css(\'background\',\'#111\');
- $(\'.bas\'+x).css(\'background\',\'#333\');
- }
- </script>
- <form method="post" action="admin.php?page=adminpaneli.php" id="ayesoft_form">
- ';
- .............................................................................
- ..............................
- ...............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement