linickx
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: phpbb_recent_topics] Activating in 2.6 doesnt workForum: Installing WordPress
In reply to: phpbb_recent_topics fix/install adviceyeah, should work fine as 2.5 & 2.5.1 are very similar, I guess I should update the plugin page ??
Forum: Plugins
In reply to: wp-super-cache and bad behaviourNever mind, found it ??
Edit the wp-content/plugins/wp-cache/wp-cache-phase1.php or wp-content/plugins/wp-super-cache/wp-cache-phase1.php file and find the following two lines at around line 34 (line 56 in WP Super Cache):
` if (! ($meta = unserialize(@file_get_contents($meta_pathname))) )
return;`Immediately after this, insert the following line:
require_once( ABSPATH . wp-content/plugins/Bad-Behavior/bad-behavior-generic.php');
Then visit your site. Everything should work normally, but spammers will not be able to access your cached pages either.
Forum: Plugins
In reply to: wp-super-cache and bad behaviourHi aronchi, what hack are you referring too?
I’ve been a happy user of both wp-cache & BB for some time now, I’ve been thinking about upgrading/migrating to WP-SuperCache, but have worried about on the documentation…
Some plugins like SK2, Bad Behaviour and others that depend on “fresh” data may not work very well
Thanks!
Forum: Plugins
In reply to: [Plugin: phpbb_recent_topics] Looking for help with configurationHi Ysampy
For (1) Look in config.php of your phpBB install directory, you’ll see a line like
$dbname = 'forum';
“forum” would be the name you use(2) on the most part yes, the default phpbb_topics will do, this option is only here for people that have messed around with the phpbb table structure.
Hope that helps ??
NickForum: Installing WordPress
In reply to: phpbb_recent_topics fix/install adviceThanks for posting this chrisdoth, I’ve just released version 0.4 (when wp.org updates) so it shouldn’t be a problem anymore.
I’ll subscribe to this feed so that I can see any further issues.
Cheers,
NickForum: Requests and Feedback
In reply to: WordPress 2.2 (xmlrpc.php) Remote SQL Injection Exploitwhooamu & Otta42, thanks ??
Forum: Requests and Feedback
In reply to: WordPress 2.2 (xmlrpc.php) Remote SQL Injection Exploitdoes this effect 2.0.10 ?
cheers.
Forum: Fixing WordPress
In reply to: Permissions on thumbnail vs. normal imageHi All,
I fixed the problem on my host. I’m running suphp to separate website privileges, I needed to change the umask in /etc/suphp.conf to
umask=0022
, and now any files created by php (wordpress) have the correct permissions.Hope that helps ??
Forum: Everything else WordPress
In reply to: Month of PHP Bugsthanks for the link ??
Forum: Fixing WordPress
In reply to: Permissions on thumbnail vs. normal imageHi Jon, did you ever get a resolution ? I’m experiencing exactly the same problem ??
Cheers,
NickForum: Fixing WordPress
In reply to: members only accessingForum: Everything else WordPress
In reply to: Problem with www.ads-software.com/supportthanks for the quick responce – I thought I was going mad ??
Forum: Fixing WordPress
In reply to: Images Not Displayed in FirefoxHave you checked firefox’s java script settings ? (Edit -> Preferences -> Web Features -> Java script) – By default doesn’t firefox disable image manipulation by javascript ?
hth
Forum: Fixing WordPress
In reply to: mod_security – would these rules break WP ?AlanSmithee Said:”I thought it was a rewrite problem”
.. ahh that makes sense, didn’t think of that.