Jorge
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: [TimThumb Vulnerability] iframe hacknot sure if this will help to make my sites a little safer
So long as you do as Ipstenu says, you’ll have a reasonably secure WP install. In my instance, it was a vulnerability because of TimThumb.php and even after everything was flushed, the cache in my browser was to blame. After a quick purge, it hasn’t returned.
This is after I deleted ALL WordPress files, used a new database, etc. In short, this was a virus and I had to reformat my Website. At the present, I’m rebuilding the site from the ground up because that’s the length I’m willing to go to insure a reasonably secure Website.
Changing your passwords is a simple, bare-bones method from being attacked using old information on the hackers’ database which MIGHT have been harvested using those evil iframes.
Best Wishes
Forum: Everything else WordPress
In reply to: [TimThumb Vulnerability] iframe hackGood news, it’s gone.
Strange though. After the fresh upload, I saw said iframe in the wp-admin area. I left the office to visit my designer and we checked it out on his Chrome browser, no iframe.
I use PC, he uses Mac – I don’t hold it against him.
I returned to my office computer and cleared the cache on my Chrome browser and the iframe is gone. Since the beginning, the iframe would pop up in different areas within the theme and the wp-admin area, but after a good run through, it appears the site has been sanitized from the infection.
I’m going to change the PW just for good measure.
Forum: Everything else WordPress
In reply to: [TimThumb Vulnerability] iframe hackCall your webhost
That’s a big 10-04
I’ll keep you all posted.
Forum: Everything else WordPress
In reply to: [TimThumb Vulnerability] iframe hackDid you delete the files AND change your password AND scan your wp-config.php and .htaccess for possible violations?
Did you remove EVERYTHING in wp-content (except for the /uploads/ folder)?
Did you change all your passwords?
Yes, just finished another install with a fresh database.
Went to the wp-admin area, and nothing. I went to the Manage Themes page and bam, it’s there.
I’m using Chrome – I right click and click on “Inspect Element” – the iframe is there.
iframe id="iframe" style="width: 1px; height: 1px; " src="http://counter-wordpress.com/frame.php" /iframeView source shows nothing but that’s a given. This is driving me bonkers.
EDIT: If the malicious script was in the DB, it would not have been an issue because like I said, it was a fresh install with a new DB with different passwords, etc.
Forum: Everything else WordPress
In reply to: [TimThumb Vulnerability] iframe hackI wish it was easier π
Me too, I have been battling this iframe for the past week. I deleted the entire WP install and reinstalled.
First I found the iframe in the theme and after the reinstall, it’s in the wp-admin area…not good.
I’m thinking the injection might be in the DB because how else can it contaminate my installation AND not be purged when I deleted all the files?
I’m going to have to do a complete reinstallation with a new DB and see how it goes.
Forum: Everything else WordPress
In reply to: I'm getting odd referrers to my WP websiteJust block or ignore ’em.
but sometimes they have real nice things to say…lies!
seriously though, does Akismet block against this junk? i’ve never used it but i’ve been thinking about ip banning, but that could cut legitimate traffic.
Forum: Networking WordPress
In reply to: One Navigation (menu) for all sitesthat’s exactly what he means.
figured.
Forum: Networking WordPress
In reply to: One Navigation (menu) for all sitesI use this code in a plugin for stuff like that. What I would do is add either a footer navigation or header navigation. the problem with the header nav is that wp already has a navbar if the user opts for it in the dashboard.
i activate it network wide but it works on both single install or network.
function the_wp_header_html () {
echo ‘
<style type=”text/css”>
// style up your navigation
</style>
‘;
}
function the_wp_footer_html () {
echo ‘Add your HTML, Javascript, PHP, or other code’;
}
add_action (‘wp_head’,’the_wp_header_html’);
add_action (‘wp_footer’,’the_wp_footer_html’);OR are you talking about Menus (where you would edit the Menu from inside the main blog) and each user theme only supports the main site’s Menu?
wont happen again π
Note to self: When activating “Super Admin Plugin Manager” don’t forget to activate “Super Admin Menu Manager” because you’ll get an fatal error when you’re trying to add new premium items.
http://codex.wordpress.org/Create_A_Network
I followed the instructions here to create the network. From Sub-Dir to Sub-Dom is another deal.
the line "define( 'SUBDOMAIN_INSTALL', false);" was not already in the config file.I believe you have to add them from your Network Admin Dashboard. Go to your Dashboard, go to Network Admin > Settings > Network Setup. There’s a code you have to copy and paste into your wp-config.php file and another code for your .htaccess file.
Hope this helps
6 plugins, yes
uploaded the development version, fatal error repeats
the “Check out our Upgrades…” ticker works – when I click the “dismiss” link, the ticker closes.
i tested this on non-super-admin account, and super-admin account.
thanks, found it
i get the same problem on my MU site on the example.com site…
What should happen
I go to /wp-login.php > Login with Facebook > redirected to /wp-admin.phpThis is what happens
I go to /wp-login.php > Login with Facebook > stays on Login screen > I type in the wp-admin url and I’m logged in.