gameslopedy
Forum Replies Created
-
When I click to “My Jetpack” button it returns with the same erro:
" You do not have sufficient permissions to access this page."
Yes it shows 128M for both the Local Value and the Master Value.
Okay it shows what you have asked.(on our php info file)
So, now?
FIXED. Is it?
Okay it has resolved by us.
Just made the code out of the div on html code.
FIXED.
Hmm that is odd. How did you increase the maximum memory limit?
I just called godaddy support and they said: cpanel>Select PHP Version > Memory Limit.
So, I just changed it to 128M.
But now PHP Actual Configuration Memory Limit: The Memory Limit value is not available from your Server. shown on system info of bulletproof plugin.
Okay Ive talked with Hosting Provider and he said you need to reduce wordpress plugins or upgrade to vps hosting.
I think nothing wrong with BPS Security Plugin or the attacks of our website.
What are your suggestions to minimize system resource usage of BPS Security Plugin?
Our forum site on a heavy day gets attacked over 1 million times in a day. Just is how it is now these days.
So which hosting (VPS , Dedicated) do you use to overcome from these attacks?
I cant post the website link here because its NSFW.
– I mean that I got lots of attacks before the placement of POST Request attack code into BPS
So I believed that the attacks are causing the website speed downThen I placed the POST Request Code into BPS Custome code section.
-But the attacks are still continue.
-Also I get the same results on cpanel Number of Processes
100 / 100 !
This makes site down and so slow..No, I mean that the request spam/hacker attacks are slowing down the site.
So I believe ; when I get request attacks the Process Rates goes to max . Also the ram usage and processing unit gets higher results.I applied the above Request attacks code into my custom code of BPS. I hope this must fix the issue. I also hope this code will not happen any other whitelist blockings..
I mean ; actually I dont understand what the request attack code of BPS gave us. But want to use everything on BPS..
It affects Number of Processes on cpanel it gets 100/100 and also the CPU gets high loads.
I finally added this code: https://forum.ait-pro.com/forums/topic/post-request-protection-post-attack-protection-post-request-blocker/
into Custom Code Section.
# BPS POST Request Attack Protection RewriteCond %{REQUEST_METHOD} POST [NC] # XML-RPC Pingbacks, JetPack and Remote Posting POST Requests RewriteCond %{REQUEST_URI} !^.*/xmlrpc.php [NC] # WP Cron wp_remote_post & similar Cron HTTP API POST Requests RewriteCond %{REQUEST_URI} !^.*/wp-cron.php [NC] # Login, Register, Lost Password POST Form Requests RewriteCond %{REQUEST_URI} !^.*/wp-login.php [NC] # Network|Multisite Signup POST Form Requests RewriteCond %{REQUEST_URI} !^.*/wp-signup.php [NC] # Network|Multisite Activate POST Form Requests RewriteCond %{REQUEST_URI} !^.*/wp-activate.php [NC] # Trackback POST Requests RewriteCond %{REQUEST_URI} !^.*/wp-trackback.php [NC] # Comments POST Form Requests RewriteCond %{REQUEST_URI} !^.*/wp-comments-post.php [NC] # Example 1: Star Rating Calculator POST Form Requests RewriteCond %{REQUEST_URI} !^.*/star-rating-calculator.php [NC] # Example 2: Contact Form POST Requests RewriteCond %{REQUEST_URI} !^.*/contact/ [NC] # Example 3: PayPal IPN API Script POST Requests RewriteCond %{REQUEST_URI} !^.*/ipn_handler.php [NC] RewriteRule ^(.*)$ - [F]
Forum: Fixing WordPress
In reply to: Why is Number of Processes are every time at MAX? (100/100)https://i61.tinypic.com/2iqyf42.jpg
please look at the above picture you will understand the problem.
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Fatal Error Called Undefined functionOkay i will do your suggestion too.
Deleting non-edited files from the current child theme…
Because I added much more ads code into some files on child theme so I dont wanna lose them all.
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Fatal Error Called Undefined functionOkay deleted the navigation code and it has fixed . thanks..
RESOLVED BY ME.
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Fatal Error Called Undefined functioncomments.php deleted on child folder but the error still continues…
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Fatal Error Called Undefined functionI copied all of the files from parent directory to child because I want to edit all of them.