EricG
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to use wordpress-fix.php from SSH?Got some info from my webhost about this, sort of.
“The grep we use to find the code on your account is:
find public_html/ -type f -size -10000k ! -wholename "*/cache/*" -print0 | xargs -0 grep -Hli aWYoZnVuY3Rpb25fZ
I then added
|wc -l
to get a count of how many files (1,598)
I also added >> hackfiles2.txt so you have an updated list in your root directory.”
____I’m able to run this command to get the same results they do, but that doesn’t fix anything. Anybody able to spot why I’m getting those -bash errors?
Forum: Fixing WordPress
In reply to: How to use wordpress-fix.php from SSH?Thanks darrellonsite!
When I ran the second line from your post, I got these warnings:
-bash: xargs: command not found -bash: 1$: ambiguous redirect find: ./public_ftp: Permission denied
Does it matter how many spaces appear before xargs?
Forum: Plugins
In reply to: Flashfader vs. LightboxIt worked!!! Whooami, you are the most awesome of all awesomness.
Thanks a ton for taking the time to do that, it’s really appreciated.
Forum: Plugins
In reply to: Flashfader vs. LightboxThanks for the offer to help whooami, unfortunately I still am having no luck connecting to your site. I’ve tried from work and from home…no luck. 8(
There were 2 places in the plugin where I added the param line
<param name=”wmode” value=”transparent”>
one was here:
width="'.$width.'" height="'.$height.'" id="flashfader" align=""><param name="movie" value="'.get_settings('siteurl').'/wp-content/plugins/flashfader.swf" /><param name="FlashVars" value="path2xml='.get_settings('siteurl').'/wp-content/flashfader/images.xml"><param name="quality" value="high" /><param name="bgcolor" value="'.$color.'" /><param name="wmode" value="transparent" /><embed src="'.get_settings('siteurl').'/wp-content/plugins/flashfader.swf"
and the other was here:
$tmpl = '<object type="application/x-shockwave-flash" data="'.get_settings('siteurl').'/wp-content/plugins/flashfader.swf" width="'.$width.'" height="'.$height.'"><param name="wmode" value="transparent" /><param name="bgcolor" value="'.$color.'" /><param name="movie" value="'.get_settings('siteurl').'/wp-content/plugins/flashfader.swf" /><param name="FlashVars" value="path2xml='.get_settings('siteurl').'/wp-content/flashfader/images.xml" /><param name="quality" value="high" /></object>';
As you can see, I’m guessing as to whether or not I added these at the right place.
If you get the chance to download the Flashfader plugin, it’s lines 167 and 178.
Thanks!
Forum: Plugins
In reply to: Flashfader vs. LightboxThanks whooami, the Lightbox plugin I’m using is Lightbox 2:
https://www.m3nt0r.de/blog/lightbox-wordpress-plugin/but I think the problem is with the Flashfader plugin:
https://www.lynk.de/wordpress/flashfader/as the flashfader is what’s drawing on top of the Lightbox image. (I’ve got a temporary post in place, at https://www.ericgooch.com and if you click on the thumbnail, when the larger image pops up, the Flashfader draws on top of it.)
I could easily be wrong though…maybe a different Lightbox plugin wouldn’t have the same problem?
Forum: Plugins
In reply to: Flashfader vs. LightboxHmmm…thanks for the responses. I’ve added
<param name="wmode" value="transparent" />
to both lines in the plugin that have any params, but it’s still showing on top.I don’t suppose any of you brave and stalwart plugin writers could tweak that plugin so that it it’s transparent and doesn’t cause this conflict?
Forum: Fixing WordPress
In reply to: thumbnail sizevkaryl, thanks for those links. ImageManager is just the kind of image plugin I was looking for. And I tried out WindowsLiveWriter, and it’s so easy to use it’s scary.
Forum: Plugins
In reply to: Flashfader vs. LightboxThanks Doodlebee…I’ve got the call to Flashfader in the sidebar like so:
<?php include (ABSPATH.'wp-content/flashfader/flashfaderhtml.txt'); ?>
and the embed src that you mentioned is in the plugin php like this:
width="'.$width.'" height="'.$height.'" id="flashfader" align=""><param name="movie" value="'.get_settings('siteurl').'/wp-content/plugins/flashfader.swf" /><param name="FlashVars" value="path2xml='.get_settings('siteurl').'/wp-content/flashfader/images.xml"><param name="quality" value="high" /><param name="bgcolor" value="'.$color.'" /><embed src="'.get_settings('siteurl').'/wp-content/plugins/flashfader.swf"
Should the lines you mentioned go in the sidebar, or the plugin? (I’m a total noob to this)
Forum: Plugins
In reply to: Flashfader vs. LightboxI tried a Google for “Lightbox and Flashfader”, but only got comments on one or the other. And I am unfortunately not able to bring up your site…will keep trying!
Thanks