billdancourtney
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Why does my hotlinking not work?am now trying to use the pictPocket plugin and still nothign is working:
RewriteEngine on
# BEGIN WPSuperCache
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
AddDefaultCharset UTF-8
RewriteCond %{REQUEST_URI} !^.*[^/]$
RewriteCond %{REQUEST_URI} !^.*//.*$
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\”]+ [NC]
RewriteCond %{HTTP:Profile} !^[a-z0-9\”]+ [NC]
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz -f
RewriteRule ^(.*) “/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz” [L]RewriteCond %{REQUEST_URI} !^.*[^/]$
RewriteCond %{REQUEST_URI} !^.*//.*$
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\”]+ [NC]
RewriteCond %{HTTP:Profile} !^[a-z0-9\”]+ [NC]
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html -f
RewriteRule ^(.*) “/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html” [L]
</IfModule># END WPSuperCache
<Files 403.shtml>
order allow,deny
allow from all
</Files># BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^https://feeds.feedburner.com/NecroticCinema/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://feeds.feedburner.com/NecroticCinema$ [NC]
RewriteCond %{HTTP_REFERER} !^https://feeds.feedburner.com/uraniumcafe-the/MHBe/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://feeds.feedburner.com/uraniumcafe-the/MHBe$ [NC]
RewriteCond %{HTTP_REFERER} !^https://feeds.feedburner.com/uraniumcafe-the/gkNq/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://feeds.feedburner.com/uraniumcafe-the/gkNq$ [NC]
RewriteCond %{HTTP_REFERER} !^https://feeds.feedburner.com/uraniumcafe-the/jQDo/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://feeds.feedburner.com/uraniumcafe-the/jQDo$ [NC]
RewriteCond %{HTTP_REFERER} !^https://feeds.feedburner.com/uraniumcafe-the/rxrM/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://feeds.feedburner.com/uraniumcafe-the/rxrM$ [NC]
RewriteCond %{HTTP_REFERER} !^https://uraniumcafe-the.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://uraniumcafe-the.com$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.google.com/reader/m/view/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.google.com/reader/m/view$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.google.com/reader/view/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.google.com/reader/view$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.uraniumcafe-the.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.uraniumcafe-the.com$ [NC]
RewriteRule .*\.(jpeg|jpg|gif|png|bmp)$ https://pics.livejournal.com/necrotic_cinema/pic/0000d5tg [R,NC]# BEGIN pictPocket
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_REFERER} !^$ [NC]
RewriteCond %{HTTP_REFERER} !^https://uraniumcafe-the.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.feedburner.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://(www.)?google.com/reader(/)?.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://(www.)?google..*(/)?.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://images.google..*(/)?.*$ [NC]
RewriteRule (.*)\.(gif|jpe?g|png)$ wp-content/plugins/pictpocket/pictPocketMoteur.php?pic=$1.$2 [L]# END pictPocket
Forum: Fixing WordPress
In reply to: Why does my hotlinking not work?I changed rewrite rules, or something, I Super Cache and the .htaccess file changed to this:
RewriteEngine on
# BEGIN WPSuperCache
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
AddDefaultCharset UTF-8
RewriteCond %{REQUEST_URI} !^.*[^/]$
RewriteCond %{REQUEST_URI} !^.*//.*$
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\”]+ [NC]
RewriteCond %{HTTP:Profile} !^[a-z0-9\”]+ [NC]
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz -f
RewriteRule ^(.*) “/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz” [L]RewriteCond %{REQUEST_URI} !^.*[^/]$
RewriteCond %{REQUEST_URI} !^.*//.*$
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\”]+ [NC]
RewriteCond %{HTTP:Profile} !^[a-z0-9\”]+ [NC]
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html -f
RewriteRule ^(.*) “/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html” [L]
</IfModule># END WPSuperCache
<Files 403.shtml>
order allow,deny
allow from all
</Files>RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^https://feeds.feedburner.com/NecroticCinema/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://feeds.feedburner.com/NecroticCinema$ [NC]
RewriteCond %{HTTP_REFERER} !^https://feeds.feedburner.com/uraniumcafe-the/MHBe/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://feeds.feedburner.com/uraniumcafe-the/MHBe$ [NC]
RewriteCond %{HTTP_REFERER} !^https://feeds.feedburner.com/uraniumcafe-the/gkNq/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://feeds.feedburner.com/uraniumcafe-the/gkNq$ [NC]
RewriteCond %{HTTP_REFERER} !^https://feeds.feedburner.com/uraniumcafe-the/jQDo/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://feeds.feedburner.com/uraniumcafe-the/jQDo$ [NC]
RewriteCond %{HTTP_REFERER} !^https://feeds.feedburner.com/uraniumcafe-the/rxrM/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://feeds.feedburner.com/uraniumcafe-the/rxrM$ [NC]
RewriteCond %{HTTP_REFERER} !^https://uraniumcafe-the.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://uraniumcafe-the.com$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.google.com/reader/m/view/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.google.com/reader/m/view$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.google.com/reader/view/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.google.com/reader/view$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.uraniumcafe-the.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.uraniumcafe-the.com$ [NC]
RewriteRule .*\.(.*jpeg|jpg|gif|png|bmp)$ https://pics.livejournal.com/necrotic_cinema/pic/0000d5tg [R,NC]# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
but images stilla re not protected. real drag ??
Forum: Fixing WordPress
In reply to: Aain no visit site/homepage button on WP 3.0 dashboard?I still have this issue: I have a custom header and if I add a site name in Settings/General it will place whatever I type there on my homepage header image and it looks like crap to be frank. I have never had to do add anything to Settings before and there was a button in the upper left hand corner to take me immediately to my homepage.
Forum: Fixing WordPress
In reply to: Aain no visit site/homepage button on WP 3.0 dashboard?Ah actually did not work. It did put the button to click to go to my homepage but it also put the name of my blog in ugly letters on my custom header. Also, as I recall I never had to do that before. Seems to me to be a basic function that is missing on my dashboard and wonder if anyone else has this issue. But thanks esmi.
Forum: Fixing WordPress
In reply to: Aain no visit site/homepage button on WP 3.0 dashboard?Okay, that did the trick it seems. Thanks.
Forum: Fixing WordPress
In reply to: Aain no visit site/homepage button on WP 3.0 dashboard?Okay I will give that a go… thanks.
Bill
Forum: Fixing WordPress
In reply to: WP 3.0 Issue with Super cacheI guess I am lucky so far and getting no blank screens but my site is loading super slow now. I cannot clear the cache it seems either. My number of cached pages and expired pages ahs not changed since 1) I upgraded my Super cache last night and 2) upgraded to WP 3.0 today. I do not think my supercache is even caching anything but not sure how to tell. Ran soem test on the Suercache page but not sure I trust it. Contacted my tech support but will be awhile before they can check.
Forum: Plugins
In reply to: Audio Player Not Appearing – and it used to appearMy Audio Shows but no new files will play. Files I had on in my Audio Folder before upgrading to the new player (v. 2.0.4.1) and 2.9.1 play fine but nothing new will play. I get a file not found message. Even if I take an old file that works now and re-upload it to my audio folder it will not longer play and I get a file not found message. For now this means all previously existing audio files will play but I cannot add anything new to the site and i do a podcast. Great. I had to remove my podcasts plugins becasue of some whacky malware virus that kept finding vulnerabilities in them. The 1 Pixel Audio Player was so straight forward and simple. What is up?
Bill
Forum: Plugins
In reply to: powerpress has malware?The issue does not seem to the problem of the powerpress plugin. I am not sure what it is really but I have been working with Angelo Mandato and the problem seems to be either my computer infecting the protoype.js file of the server I am hosted on is doing it. Not sure at all. I removed powerpress and used another podcasting plugin only to have the issue return. The virus called HTML:IFrame-JQ[Tr] seems to be infecting a file called protoype.js in my wp-includes folder over and over. This file has something to do with Flash Players.I have a clean copy of the file to upload and overwrite the infected file until the matter is fixed. Working with Angelo and my tech support and probably this weekend will at least clean my c-drive.
Powerpress is, in my opinion, perfectly okay to use. Sorry for any confusion.
Bill
Forum: Plugins
In reply to: powerpress has malware?Amandato
I sent you an email.
Thanks fro getting back
Bill
Forum: Plugins
In reply to: powerpress has malware?Downloaded it from the WordPress Page.
I am still using it as the other podcast plugin would not work for me, Mighty Seek. I had to go back to an older version I had and take the jsplayer file from there and replace the current jsplayer file in my plugins folder. So far no problems. I have not sen anyone having this issue. I uninstalled and reinstalled a couple times but the problem came back. So far by using the old jsplayer file no problem except that the default player will not work. I could not find the malware code in the plugin edit area. Did not really know what to look for to remove it. If I
Bill
Forum: Fixing WordPress
In reply to: 2.9 cannot revise or publish pagesI seemed to have accidentally solved the problem. You need to switch the page to 2 columns to get the publish/update button to appear (or I had to) and then can switch back to one column. No need t panic I guess.
Bill
Forum: Fixing WordPress
In reply to: Tags, Categories, Links lost in 2.8.4Fox365
I sent a request to my hosting service and asked them what they did basically and if they get back I will copy/paste their reply here okay. Hope it will help.
Bill
Forum: Fixing WordPress
In reply to: Tags, Categories, Links lost in 2.8.4All things seem to working and the message I got form my host was:
It was a local issue with one of the mysql tables. We have repaired it and it should work OK now. We don’t expect this to happen again.
I could not have fixed it myself and if you have this issue and can do it yourself or have a host service or support staff person who can help this seems to be the issue.
Bill
Forum: Fixing WordPress
In reply to: Tags, Categories, Links lost in 2.8.4NOTE: My hosting service did something and (for now) the problems is fixed other than for the absence of the category widget on my widget page. I can get another widget I assume. I am not sure what the problem was but asked if it explainable and will post any explanation I get back from them here.