Plugin Directory

Changeset 3126708


Ignore:
Timestamp:
07/28/2024 07:09:53 AM (19 months ago)
Author:
aminnz
Message:

Add new version

Location:
disable-xml-rpc-api
Files:
173 added
5 edited

Legend:

Unmodified
Added
Removed
  • disable-xml-rpc-api/trunk/disable-xml-rpc-api.php

    r3074126 r3126708  
    44Plugin URI: https://neatma.com/dsxmlrpc-plugin/
    55Description: Lightweight plugin to disable XML-RPC API and Pingbacks,Trackbacks for faster and more secure website.
    6 Version: 2.1.5
    7 Tested up to: 6.5
     6Version: 2.1.6
     7Tested up to: 6.6
    88Requires at least: 5.0
    99Author: Neatma
     
    189189Allow from 192.0.96.0/20
    190190Allow from 192.0.112.0/20
    191 Allow from 195.234.108.0/22';
     191Allow from 195.234.108.0/22
     192Allow from 192.0.64.0/18';
    192193            } else {
    193194                $jp_allowed_ips = '';
  • disable-xml-rpc-api/trunk/index.php

    r2773258 r3126708  
    11<?php // silence is golden
    2 
  • disable-xml-rpc-api/trunk/lib/skelet/framework.config.php

    r2952836 r3126708  
    5757    'parent' => 'general_setting', // The slug id of the parent section
    5858    'icon'  => 'fa fa-plug',
    59     'title'  => 'XMP-RPC',
     59    'title'  => 'Secure XMP-RPC',
    6060    'fields' => array(
    6161    // A Submessage
     
    157157    )
    158158  ) );
    159  
    160    //
    161   /// sub menu
    162   SKELET::createSection( $prefix, array(
    163     'parent' => 'general_setting', // The slug id of the parent section
    164     'icon'  => 'fas fa-shield-virus',
    165     'title'  => 'WPS Firewall',
    166     'fields' => array(
    167     array(
    168       'type'    => 'subheading',
    169       'content' => 'Prevent hackers to access your site. It will protect you against XSS, XXE, SQL injection, bad bots, username fishing, and more ',
    170     ),
    171         /* Enable firewall */
    172     array(
    173   'type'    => 'notice',
    174   'style'   => 'info',
    175   'content' => 'You can find this setting and more security options in WP Security Guard plugin <a target="_blank" href="http://neatma.com/wpsg-plugin/">Lean More</a>.',
    176         ),
    177     )
    178   ) );
    179 
    180 
    181   //
    182   /// sub menu
    183   SKELET::createSection( $prefix, array(
    184     'parent' => 'general_setting', // The slug id of the parent section
    185     'icon'  => 'fas fa-comment-slash',
    186     'title'  => 'Anti Spam Comments',
    187     'fields' => array(
    188     array(
    189       'type'    => 'subheading',
    190       'content' => 'Prevent robots to add comments to your posts with javascript method',
    191     ),
    192         /* Enable comments antispam */
    193 
    194     array(
    195   'type'    => 'notice',
    196   'style'   => 'info',
    197   'content' => 'You can find this setting and more security options in WP Security Guard plugin <a target="_blank" href="http://neatma.com/wpsg-plugin/">Lean More</a>.',
    198         ),
    199     )
    200   ) );
    201 
    202 
    203  
    204    //
    205   /// sub menu
    206   SKELET::createSection( $prefix, array(
    207     'parent' => 'general_setting', // The slug id of the parent section
    208     'icon'  => 'fas fa-key',
    209     'title'  => 'Hide Login Page',
    210     'fields' => array(
    211         array(
    212       'type'    => 'subheading',
    213       'content' => 'Change your wp-login slug to anything you want and prevent robots to access it easily',
    214     ),
    215     // A Content Field Example
    216     array(
    217   'type'    => 'notice',
    218   'style'   => 'info',
    219   'content' => 'You can find this setting and more security options in WP Security Guard plugin <a target="_blank" href="http://neatma.com/wpsg-plugin/">Lean More</a>.',
    220         ),
    221 
    222    
    223     )
    224   ) );
    225159
    226160 
     
    230164  //  'parent' => 'general_setting', // The slug id of the parent section
    231165    'icon'  => 'fas fa-shield-alt',
    232     'title'  => 'Security Settings',
     166    'title'  => 'Extra Security',
    233167    'fields' => array(
    234168    array(
     
    236170      'type'    => 'switcher',
    237171      'title'   => 'Disable JSON REST API',
    238       'desc'    => 'disable the JSON REST API for not logged in users',
     172      'desc'    => 'Disable the JSON REST API for not logged in users',
    239173      'default' => false,
    240174    ),
     
    271205    )
    272206  ) );
    273  
    274207 
    275208 
     
    292225      'type'    => 'switcher',
    293226      'title'   => 'Hotlink Fix',
    294       'desc'    => 'Disable Hotlinking and Leaching of Your Content (On means it will prevent hotlinking)',
     227      'desc'    => 'Disable Hotlinking and leaching of your Content, prevent other websites to use your images and other files on their site (works only with .htaccess)',
    295228      'help'    => 'disable hotlinking of images with forbidden',
    296229      'default' => false,
     
    300233      'type'    => 'switcher',
    301234      'title'   => 'Remove built in emojis',
    302       'desc'    => 'If you dont use emojis you can diable it in here',
     235      'desc'    => 'This option will disbale default wordpress emojis',
    303236      'default' => true,
    304237     
     
    308241      'type'    => 'switcher',
    309242      'title'   => 'Remove RSS and RSD',
    310       'desc'    => 'RSS is outdated technology and should be removed',
     243      'desc'    => 'This option will disable RSS and RSD on your website',
    311244      'default' => false,
    312245     
  • disable-xml-rpc-api/trunk/readme.txt

    r3074126 r3126708  
    55Contributors: aminnz,neatmarketing
    66Description: Simple plugin to disable XML-RPC API and X-Pingback for faster and more secure website.
    7 Tags: disable xml-rpc, xmlrpc, disable xmlrpc,remove xmlrpc, XML-RPC, pingback, stop brute force attacks
    8 Tested up to: 6.5
     7Tags: disable xml-rpc, xmlrpc, disable xmlrpc, pingback, stop brute force attacks
     8Tested up to: 6.6
    99Requires at least: 5.0
    1010Author: Neatma
     
    140140
    141141= 2.1.4.3 =
    142 * Hotfix for error on removing wordpress metadata
     142* Hotfix for error on removing v metadata
    143143
    144144= 2.1.4.4 =
     
    147147
    148148= 2.1.4.5 =
    149 * Fix removing pingback header issue in the last major update
     149* Fix removing vpingback header issue in the last major update
    150150* Update tested up to wp 6.1
    151151
    152152= 2.1.4.7 =
    153 * Fix issues on uninstallation hook
     153* Fix issues on vuninstallation hook
    154154* Minor improvements on admin review notification
    155155
    156156= 2.1.4.8 =
    157 * Fix bug with disable wp reset API option
     157* Fix bug v wp reset API option
    158158
    159159= 2.1.4.9 =
     
    165165= 2.1.5 =
    166166* Hotfix for .htaccess error and disabling the admin notices
     167
     168= 2.1.6 =
     169* Clean Up the plugin codes (remove unnecessary codes)
     170* Add VaultPress IPs to JetPack allowlist
     171* Test compatibility with WordPress 6.6.1
  • disable-xml-rpc-api/trunk/uninstall.php

    r2845277 r3126708  
    88delete_option('pand-' . md5('wpsg-notice'));
    99delete_option('pand-' . md5('dsxmlrpc-notice'));
    10 
Note: See TracChangeset for help on using the changeset viewer.