guardog
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: modified wp-admin/user.php file – possibly hacked?bumped
Forum: Fixing WordPress
In reply to: modified wp-admin/user.php file – possibly hacked?timestamp are not altered, just the same as I’d uploaded it.
put it like this, i uploaded them on 12/8, the problem arised on 14/8, the timestamp of the files are all still 12/8.
Can’t really confirm the incident now, because I had reinstalled the whole wordpress with a clean 2.8.4, so I can’t really diff those files anymore.
If it looks benign then I’ll report that to my hosting company.
Forum: Fixing WordPress
In reply to: modified wp-admin/user.php file – possibly hacked?sorry, i misinterpreted my diff engine as “extra line of code”
there’s a difference over here
$wpdb->query( $wpdb->prepare("UPDATE $wpdb->links SET link_owner = %d WHERE link_owner = %d", $reassign, $id) );in my so-called modified user.php, it’s
WHERE link_owner = %d2,Any idea why this can happen? Server routine jobs which spoils my php file?
Forum: Fixing WordPress
In reply to: modified wp-admin/user.php file – possibly hacked?sorry, it’s
wp-admin/includes/user.php
I’m using 2.8.4, but was upgraded from 2.8.3 – not a clean install of 2.8.4