Ham Radio
Forum Replies Created
-
Forum: Plugins
In reply to: [BulletProof Security] BPS preventing me from podcasting…….Awesome! I re-enabled all three lines, and removed |Java| and it still works! That is great! Thank you soooooo much!!!! I love BPS!!!!!!!
About the outdated Server Protocol, I am not sure……I have several of those in my log.
>>>>>>>>>>> 403 GET or Other Request Error Logged - August 19, 2013 - 4:17 pm <<<<<<<<<<< REMOTE_ADDR: 173.254.28.43 Host Name: just43.justhost.com SERVER_PROTOCOL: HTTP/1.0 HTTP_CLIENT_IP: HTTP_FORWARDED: HTTP_X_FORWARDED_FOR: HTTP_X_CLUSTER_CLIENT_IP: REQUEST_METHOD: GET HTTP_REFERER: REQUEST_URI: /archives/thewordtoliveby/2013/the_word_to_live_by_08-17-13.mp3.mp3 QUERY_STRING: HTTP_USER_AGENT: WordPress/3.6; https://lwhf.com >>>>>>>>>>> 403 GET or Other Request Error Logged - August 19, 2013 - 4:17 pm <<<<<<<<<<< REMOTE_ADDR: 173.254.28.43 Host Name: just43.justhost.com SERVER_PROTOCOL: HTTP/1.0 HTTP_CLIENT_IP: HTTP_FORWARDED: HTTP_X_FORWARDED_FOR: HTTP_X_CLUSTER_CLIENT_IP: REQUEST_METHOD: GET HTTP_REFERER: REQUEST_URI: /archives/thewordtoliveby/2013/the_word_to_live_by_08-17-13.mp3.mp3 QUERY_STRING: HTTP_USER_AGENT: WordPress/3.6; https://lwhf.com
Forum: Plugins
In reply to: [BulletProof Security] BPS preventing me from podcasting…….Figured it out. I have to comment out these three lines:
#RewriteCond %{HTTP_USER_AGENT} (havij|libwww-perl|wget|python|nikto|curl|scan|java|winhttp|clshttp|loader) [NC,OR] #RewriteCond %{HTTP_USER_AGENT} (%0A|%0D|%27|%3C|%3E|%00) [NC,OR] #RewriteCond %{HTTP_USER_AGENT} (;|<|>|'|"|\)|\(|%0A|%0D|%22|%27|%28|%3C|%3E|%00).*(libwww-perl|wget|python|nikto|curl|scan|java|winhttp|HTTrack|clshttp|archiver|loader|email|harvest|extract|grab|miner) [NC,OR]
Forum: Plugins
In reply to: [BulletProof Security] BPS preventing me from podcasting…….This might be a problem, you say in the .htaccess file “# IMPORTANT!!! If you add or remove a skip rule you must change S= to the new skip number” However, it seems you are missing [S=2], you go straight from [S=1] to [S=3]
Forum: Plugins
In reply to: [BulletProof Security] BPS preventing me from podcasting…….Narrowing the problem, it’s between line 57, and 183.
Forum: Plugins
In reply to: [BulletProof Security] BPS preventing me from podcasting…….The code must work together somehow. If I delete the first 183 lines of code, it works. If I delete the first 126 lines of code, it doesn’t work. So, naturally, the problem is in the code in the middle. Well, I deleted the code in the middle, and now I get a different error! When I do that, I am not getting a 404 error.
Forum: Plugins
In reply to: [BulletProof Security] BPS preventing me from podcasting…….Hm, very odd. I am not an expert by any means when it comes to the .htaccess file, however I am pretty good at editing, and finding problems. I am not 100% sure how the .htacces works, but since there are about 239 lines, I went ahead an deleted 50 lines at a time, trying to narrow down the problem area, and I couldn’t do it. If I delete the entire .htaccess file, AntennaPod works, but just deleteing 50 lines at a time, doesn’t seem to work.
What I would do, it delete lines 1-50, try it. Doesn’t work.
Restore lines 1-50, delete lines 51-100, try it. Doesn’t work.
Restore lines 51-100, delete lines 101-150, try it. Doesn’t work…etc all the way through 239.Forum: Plugins
In reply to: [BulletProof Security] BPS preventing me from podcasting…….Unfortunately, none of that works. ?? I went ahead and deleted the .htacces file, and it does work after I delete it, so it is something that is in my .htaccess file. Thanks for helping me out, I really apreciate it. I didn’t expect you to download the app, ??
Forum: Plugins
In reply to: [BulletProof Security] BPS preventing me from podcasting…….Thanks! I will try that stuff out. In the mean time, here is the security log.
>>>>>>>>>>> 403 GET or Other Request Error Logged – August 19, 2013 – 4:17 pm <<<<<<<<<<<
REMOTE_ADDR: 173.254.28.43
Host Name: just43.justhost.com
SERVER_PROTOCOL: HTTP/1.0
HTTP_CLIENT_IP:
HTTP_FORWARDED:
HTTP_X_FORWARDED_FOR:
HTTP_X_CLUSTER_CLIENT_IP:
REQUEST_METHOD: GET
HTTP_REFERER:
REQUEST_URI: /archives/thewordtoliveby/2013/the_word_to_live_by_08-17-13.mp3.mp3
QUERY_STRING:
HTTP_USER_AGENT: WordPress/3.6; https://lwhf.comForum: Plugins
In reply to: [BulletProof Security] BPS preventing me from podcasting…….It is very odd, I can open the URL in my browser, and play the file in my browser. However, the PowerPress plugin, and my podcasting app gives me a 403 error.
Forum: Plugins
In reply to: [BulletProof Security] BPS preventing me from podcasting…….lwhf.com/feed/podcast
Forum: Plugins
In reply to: [BulletProof Security] BPS preventing me from podcasting…….Thanks for responding. I already looked at that, and it doesn’t log it. Error Logging is turned on, but it doesn’t see the request I quess. I can try again and see if it will log the error.
Forum: Themes and Templates
In reply to: [Custom Community] Featured image does not show editingYeah, I highly doubt this is a theme issue. I would do what Konrad said. Here are some steps to take. Try it after every step to see if the issue has been resolved.
1. Deactivate all plugins. (If that works, start activating them one at a time to find the culprit)
2. Upload the photo using FTP
3. Create a new wordpress installationForum: Themes and Templates
In reply to: [Custom Community] slideshow, where do I select the other picsForum: Themes and Templates
In reply to: [Custom Community] menu / nav bar positioningYour Welcome, and thank you…..Happy to Help ??
Forum: Themes and Templates
In reply to: [Custom Community] menu / nav bar positioningTo change the width of the containers themselves, you need to change the responsive setting from “enabled” to disabled”. That will give you options to change the container widths.
As for puting ‘container: 350px;’ under “div#sidebar”, you can’t do that or anything like that. CSS has rules, and the browser interepts those rules. You can only use rules that are specifically used for CSS.
You can try this to change the main container:
#container .row-fluid .span8, .row-fluid .span8 { width: 975px; }
And this for the sidebar:
div#sidebar { width: 225px; margin-left: -225px; }
Otherwise, you are going to have to turn responsive off, and chage the width from there.