ballinascreen
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: GD Press Tools] timestampdiff MySQL error for delayed RSS feedsMySQL: 5.0.88-userstats-log
PHP: 5.2.9Forum: Everything else WordPress
In reply to: Spam Links InjectionAs far as I can tell, the database is completely untouched. No unexpected iframes, hidden visibility CSS, noscripts or base64 decoding going on. Thankfully I keep regular backups of the database, and its not a high volume/activity website, so even going back to a snapshot a day or so old won’t be a big issue.
As a further precaution, I’ve also upgraded all the plugins just in case they represent the attack vector being used by the bad guys.
As far as alternate access – well, thats a possibility since it is a shared sever. I’ve changed the FTP password and I’ll be keeping a close watch on the site to see if the infection returns.
Was just curious to see if this is a wider issue… I guess only time will tell…
Forum: Everything else WordPress
In reply to: Spam Links InjectionAlready on it. Upgraded to 2.9.1 yesterday. As it turns out, only the index.php file in the root directory of my installation had been tampered with. Still trying to track down the initial point of entry though.
Forum: Everything else WordPress
In reply to: WordPress Plugin Directory Plugin WantedLike this you mean:
Forum: Everything else WordPress
In reply to: Someone accessing wp-admin filesCan you provide more detail about how you know this – I assume you’ve seen this activity by analyzing your server log files.
Do you allow users to register accounts on your WordPress blog – if so, then it’s entirely normal for them to access the Administration area of your site to update their user profile etc and this may explain accesses to the files you mention.
Forum: Plugins
In reply to: Custom login logo not centeredYeah – if you inspect the HTML source now, it seems to have added additional inline stylesheet info – setting the width of the ‘login h1 a’ block to 326px – that wasn’t there before ?? Bizarre!
Well done for sorting it out though ??
Forum: Plugins
In reply to: Custom login logo not centeredJust quickly looking at it, I think it’s an issue with your stylesheets – more specifically the ‘h1 a’ modifiers – if you view the source of your login page, you’ll see some inline CSS (between the <style></style> tags) which sets the width of the ‘h1 a’ block to 290 pixels (290px) – I think you should either increase this to 326px or remove it, to match the size of the enclosing block (h1) – or change the image so that it’s 326 pixels wide ??
Just a guess.
Forum: Plugins
In reply to: [Plugin: GD Press Tools] Disable Plugin Upgrade check not working as expectedThats good news. Many thanks for this. I was beginning to wonder if I was imagining things ??
I assume that the user your webserver executes as has permissions to write to the destination directories where you’re trying to write the files to – it’s one thing to create a file with 777 permissions – but if the parent directory is owned by another user and it doesn’t have appropriate permissions also – then you’re likely to run into the same problem. Perhaps try changing the configuration to write a test file to somewhere public like /tmp to see if it is a permissions problem….
Simply rename, move or delete the folder containing the Follow Me plugin (i.e. {wordpress_root}/wp-content/plugins/follow-me) – assuming that this is indeed the plugin which is causing the problem, then it should be automatically deactivated and you should get back into your blog – then try installing and reactivating the plugin again to see if this is what is causing the problem.
Also – you really should give your post a more meaningful subject in future – otherwise more often than not it will be ignored.
Forum: Plugins
In reply to: how to change /wp-admin/How about this:
Do you have access to your PHP error log (or even your webserver error log) – might be worth taking a look in there to see if PHP is reporting additional information about why it cannot write the sitemap.xml file to your chosen location. Also, have you tried creating an empty sitemap.xml and sitemap.xml.gz files with the appropriate permissions in the correct locations?
Forum: Plugins
In reply to: [Plugin: Sexy Comments] Parse errorHave a look at my recent post on this topic – this is the reason you’re seeing that error:
Forum: Fixing WordPress
In reply to: Log out link with redirect to front pageSadly no – I’ve not managed to get to the bottom of it yet – its a low priority issue for me at the minute – I had hoped there was an obvious solution or reason for why WordPress is behaving this way. Like you, the theme template I’m using (TheStars) uses a custom front page. It’s just frustrating that wp_logout_url() does appear to be generating a valid redirect URL, but then WordPress (in its infinite wisdom, decides to map this internally to the latest post). I did start tracing my way through the code at one point, but gave up when it started getting a little too involved for me – its a little side-effect that I (and my users) can put up with for now….
Ico,
I’ve downloaded and tested 1.9.6 and the problem has now been resolved (for me at least!).
Thanks!