jefferisp7
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: security breach, unknown cause…?thanks, following your example.
Forum: Fixing WordPress
In reply to: security breach, unknown cause…?Which folder did you delete? I deleted the folder of bad links but the exploit has returned. Did you delete tinymc also?
Forum: Fixing WordPress
In reply to: Security breach, unknown cause…?Thanks, I appreciate it.
Forum: Fixing WordPress
In reply to: Security breach, unknown cause…?Any translator that you recommend?
Forum: Fixing WordPress
In reply to: Security breach, unknown cause…?We found that the owner’s computer was breached via a spam hack on his windows based computer. An IP in IRAN uploaded files using his ftp account! We’ve changed passwords, but I just want to check something else. I’m getting continuous warnings about files being modified. Some of the changes I recognize as my own, and I tried to turn off file warnings in the file monitor, but they keep coming. I just want to make sure that nothing is going wrong. We’re trying to use Tribulant software’s Checkout shopping cart and I think part of the path indicates those files EVEN THOUGH it disabled:
This email is to alert you of the following changes to the file system of your website at http://www.igotasti.com
Timestamp: Tue, 15 Mar 2011 23:36:14 +0000[A] wp-content/gt-cache/mk/_mk
[A] wp-content/gt-cache/de/_de_about_contact
[A] wp-content/gt-cache/pt/_pt_vBforum_showthread.php_1116-Paint-Bay-need-ideas-thoughts-info-etc………._page2
[A] wp-content/gt-cache/hr/_hr_vBforum_album-picture.php
[A] wp-content/gt-cache/ro/_ro_products-page
[A] wp-content/gt-cache/vi/_vi
[D] wp-content/gt-cache/stale/mk/_mk
[D] wp-content/gt-cache/stale/de/_de_about_contact
[D] wp-content/gt-cache/stale/hr/_hr_vBforum_album-picture.php
[D] wp-content/gt-cache/stale/ro/_ro_products-page
[D] wp-content/gt-cache/stale/vi/_vi
[M] error_log[A] vBforum/error_log
[A] wp-content/gt-cache/lv/_lv
[A] wp-content/gt-cache/pl/_pl_category_news-updates
[A] wp-content/gt-cache/pl/_pl_2010_10_sti-month-october-2010
[A] wp-content/gt-cache/et/_et_products-page_stickers-and-decals_igotasti-car-logo-sticker-white-size-5×3
[A] wp-content/gt-cache/sv/_sv_sti-monthIf anyone recognizes these as dangerous, please let me know. We’ll have to do something deep.
FWIW, we’ve changed all passwords, and I tried to turn on Bulletproof security but it seems to be interfering with our vBulletin forums in a subfolder.Forum: Fixing WordPress
In reply to: Security breach, unknown cause…?thanks guys
Forum: Fixing WordPress
In reply to: Image Enlargements go off screenAlso, the ecommerce is looking for images in the wrong place:
loadingAnimation.gifFailed to load resource: the server responded with a status of 404 (Not Found)
http://www.igotasti.com/products-page/wp-includes/js/thickbox/loadingAnimation.gifIt should be looking for the images in http://www.igotasti.com/wp-includes/js/thickbox/loadingAnimation.gif
Forum: Fixing WordPress
In reply to: Image Enlargements go off screenSeems the uploads with wp-commerce may be doing something funky with images:
Resource interpreted as image but transferred with MIME type text/html.
It should be uploading images as binary…
Forum: Fixing WordPress
In reply to: Image Enlargements go off screenack, most of these mark up errors have occurred with the install of wp-ecommerce How do I fix THEIR code?
Forum: Fixing WordPress
In reply to: Image Enlargements go off screenhttp://www.igotasti.com/products-page/t-shirts/
Thanks.
IT seems to happen only on the first time you click on a thumbnail and not the second, as if the image processor has not finished scaling the image. The image, when it happens, appears twice, one on top of the other duplicated. This is what it looks like:
http://petersonsales.net/imagebehavior.jpgForum: Fixing WordPress
In reply to: Image Enlargements go off screenA friend on Windows Chrome is seeing the same behavior. I don’t think it is a problem just in ecommerce, but in any forum post as well.
Forum: Fixing WordPress
In reply to: How to turn off Memory Warnings?Thanks, No. I did tell them, and my limit is 64megs. It may be set off by TCP! memory plugin I set it to 64 but it doesn’t have any recipients set in the notifications…
Forum: Fixing WordPress
In reply to: TinyMCE disappears, config file lacks closeNevermind. I found that the htacess file ini the wp-includes was the culprit.
Forum: Plugins
In reply to: vBulletin integration? drawbacks?I know there is a bridge, but it was written for vB 3.8 and v.4 is now the standard.
Forum: Hacks
In reply to: New help with a 301 mod rewriteWell, i found info in the wiki to use the config file:
/** rewrite to www */
define(‘WP_HOME’,’http://www.igotasti.com’);
define(‘WP_SITEURL’,’http://www.igotasti.com’);I hope that is the best method