djixas
Forum Replies Created
-
Forum: Plugins
In reply to: [301 Redirects - Easy Redirect Manager] MyISAM locking tablesThank you, in that case will just wait so plugin does it automatically
Are these lines there no more because you removed features from basic tear? I also can’t find these no more in htaccess after upgrade:
iThemes Security Config Details: 2
# Enable HackRepair.com's blacklist feature - Security > Settings > Banned Users > Default Blacklist # Start HackRepair.com Blacklist RewriteEngine on
Also this was removed too. Where can I turn this back on?
# Filter Request Methods - Security > Settings > System Tweaks > Request Methods RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK) [NC] RewriteRule ^.* - [F] # Filter Suspicious Query Strings in the URL - Security > Settings > System Tweaks > Suspicious Query Strings RewriteCond %{QUERY_STRING} \.\.\/ [OR] RewriteCond %{QUERY_STRING} \.(bash|git|hg|log|svn|swp|cvs) [NC,OR] RewriteCond %{QUERY_STRING} etc/passwd [NC,OR] RewriteCond %{QUERY_STRING} boot\.ini [NC,OR] RewriteCond %{QUERY_STRING} ftp: [NC,OR] RewriteCond %{QUERY_STRING} https?: [NC,OR] RewriteCond %{QUERY_STRING} (<|%3C)script(>|%3E) [NC,OR] RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|%3D) [NC,OR] RewriteCond %{QUERY_STRING} base64_decode\( [NC,OR] RewriteCond %{QUERY_STRING} %24&x [NC,OR] RewriteCond %{QUERY_STRING} 127\.0 [NC,OR] RewriteCond %{QUERY_STRING} (^|\W)(globals|encode|localhost|loopback)($|\W) [NC,OR] RewriteCond %{QUERY_STRING} (^|\W)(concat|insert|union|declare)($|\W) [NC,OR] RewriteCond %{QUERY_STRING} %[01][0-9A-F] [NC] RewriteCond %{QUERY_STRING} !^loggedout=true RewriteCond %{QUERY_STRING} !^action=jetpack-sso RewriteCond %{QUERY_STRING} !^action=rp RewriteCond %{HTTP_COOKIE} !wordpress_logged_in_ RewriteCond %{HTTP_REFERER} !^https://maps\.googleapis\.com RewriteRule ^.* - [F] # Filter Non-English Characters - Security > Settings > System Tweaks > Non-English Characters RewriteCond %{QUERY_STRING} %[A-F][0-9A-F] [NC] RewriteRule ^.* - [F]
- This reply was modified 9 months, 2 weeks ago by djixas.
Not sure what this implies as in settings there are no entered file types or anything, but file is as follows
{ "file_list": [], "types": { "0": ".log", "1": ".mo", "2": ".po", "3": ".bmp", "4": ".gif", "5": ".ico", "6": ".jpe", "7": ".jpeg", "8": ".jpg", "9": ".png", "10": ".psd", "11": ".raw", "12": ".svg", "13": ".tif", "14": ".tiff", "15": ".aif", "16": ".flac", "17": ".m4a", "18": ".mp3", "19": ".oga", "20": ".ogg", "22": ".ra", "23": ".wav", "24": ".wma", "25": ".asf", "26": ".avi", "27": ".mkv", "28": ".mov", "29": ".mp4", "30": ".mpe", "31": ".mpeg", "32": ".mpg", "33": ".ogv", "34": ".qt", "35": ".rm", "36": ".vob", "37": ".webm", "38": ".wm", "39": ".wmv" }, "notify_admin": true, "expected_hashes": [], "last_scan": 0, "split": false, "method": "exclude", "last_run": 1525740315, "last_chunk": false, "compare_file_hashes": true }
- This reply was modified 9 months, 2 weeks ago by djixas.
Thank you, here’s the org file, it already had that one as false, the other file, i removed show_warning, but when loading site check, and saving, i still get Ignore File Types should be array., while trying to add a single folder or anything
{ "lockout_message": "error", "user_lockout_message": "", "community_lockout_message": "", "blacklist": true, "blacklist_count": 2, "blacklist_period": 10, "lockout_period": 90, "lockout_white_list": [ "REMOVED", "REMOVED" ], "log_rotation": 1, "file_log_rotation": 180, "log_type": "database", "log_location": "/home/REMOVED/public_html/wp-content/uploads/ithemes-security/logs", "allow_tracking": false, "write_files": false, "nginx_file": "/home/REMOVED/public_html/nginx.conf", "proxy": "disabled", "proxy_header": "HTTP_X_FORWARDED_FOR", "hide_admin_bar": false, "show_error_codes": false, "build": 4128, "initial_build": 4112, "activation_timestamp": 1510185183, "cron_status": 0, "use_cron": false, "cron_test_time": 1716449343, "server_ips": [ "-------REMOVED-", "--------REMOVED-" ], "feature_flags": [], "manage_group": [], "licensed_hostname_prompt": false, "automatic_temp_auth": true, "onboard_complete": true, "enabled_tools": [], "enable_remote_help": false, "log_info": "" }
- This reply was modified 9 months, 2 weeks ago by djixas.
When saving any settings, on three different sites
View post on imgur.com
When saving file types, no matter default ones or just PNG
View post on imgur.com
Forum: Plugins
In reply to: [Swifty Bar, sticky bar by WPGens] Attempt to read property “ID” on null inChatGTP suggested this fix, maybe you can implement it
public function enqueue_scripts() {
// Call scripts only if swifty is enabled and for chosen post types.
$options = (get_option('sb_bar_options') ? get_option('sb_bar_options') : false);
//Post Type
$posttype = array();
if(isset($options["post-type"]) && $options["post-type"] != '') {
$posttype = $options["post-type"];
}if($options == false || (!isset($options["disable-bar"]) && is_singular() && in_array(get_post_type(), $posttype))) { global $post; if (!is_null($post)) { wp_enqueue_script( $this->sb_bar, plugin_dir_url( __FILE__ ) . 'assets/js/sb-bar-public.js', array( 'jquery' ), $this->version, false ); wp_localize_script($this->sb_bar, 'admin_urls', array( 'admin_ajax' => admin_url( 'admin-ajax.php'), 'post_id' => $post->ID, 'postNonce' => wp_create_nonce( 'myajax-post-nonce' ) ) ); } else { // Handle the case when $post is null // Maybe log an error or do something else } }
}
- This reply was modified 9 months, 3 weeks ago by djixas.
Forum: Plugins
In reply to: [Easy Affiliate Links] Safe way to trim wp_eafl_clicksOoooh, that’s awesome, I suggest adding this button setting inside “Settings” window too! Thank you for super fast response.
- This reply was modified 1 year, 2 months ago by djixas.
Forum: Plugins
In reply to: [Contact Form 7] After update CF7 adds /schema to all forms (indexable)Still no way to solve this ? I get refill even when not using recaptcha
Forum: Plugins
In reply to: [WP Fastest Cache] Can someone expand on premium options?I apologize for asking a forbidden question, may god have mercy on my soul
Oh shiiii, the FBI is knocking on my door, they rr… . .. .
Forum: Plugins
In reply to: [Mighty Classic Pros And Cons] Google Pros & Cons Update+1
Is it maybe possible to “disable” the smart downloads or whatever that feature is, which loads from 0 to 100% on site itself rather than just linking to file so browser can handle this and not plugin.
Forum: Plugins
In reply to: [301 Redirects - Easy Redirect Manager] PHP 8.1 Warning / ErrorHi, it looks like this error is coming from non PRO version part? So I would love for anyone else who googles this to find issue and solution, also this error
[14-Jan-2023 02:43:42 UTC] PHP Warning: Undefined property: WhichBrowser\Model\Browser::$version in /home/xxxxx/public_html/wp-content/plugins/301-redirects/libs/utility.php on line 373
- This reply was modified 2 years, 1 month ago by djixas.
Forum: Plugins
In reply to: [Autoptimize] Easy Affiliate Links CompatibilityJust two options enablled
Optimize JavaScript Code
Also defer inline JSNo HTML optimize either
In Misc, everything is checked,
- This reply was modified 2 years, 3 months ago by djixas.
Forum: Plugins
In reply to: [Autoptimize] Easy Affiliate Links CompatibilityIs there any way we can work on this so AO becomes compatible with plugin? Asked plugin author and he said it’s AO logic fault