Chris
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Members Only] Bypassed by adding variable to urlSorry for not responding, been away…
Anywaste, I uploaded the new version now I get this error:
Warning: require(/home/—/public_html/wp-config.php) [function.require]: failed to open stream: No such file or directory in /home/—/public_html/wp-login.php on line 2
Fatal error: require() [function.require]: Failed opening required ‘/home/—/public_html/wp-config.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/—/public_html/wp-login.php on line 2
My config file is located here: /home/—/public_html/journal/wp-config.php So I’m unsure why it’s being looked for in the blog url not the installation url.
Forum: Fixing WordPress
In reply to: Removing all RSS Feeds from a SiteI tried the plugin, it doesn’t seem to work for 2.5.
I don’t want feeds coming out of my private blog ever and do believe the option to disable them should be included. Having feeds on a private journal is like going to bed with the front door locked and the back door open.
Forum: Plugins
In reply to: [Plugin: Members Only] Bypassed by adding variable to urlBTW I’m using wp 2.5. I turned all other plugins off but this one switched to the default wp theme and it’s still not working and I’m still getting an error:
Warning: Cannot modify header information – headers already sent by (output started at /home/*/public_html/journal/wp-content/themes/default/header.php:2) in /home/*/public_html/journal/wp-content/plugins/members-only.php on line 97
Forum: Plugins
In reply to: [Plugin: Members Only] Bypassed by adding variable to urlOk, it’s on, it’s configured and at least now I’m getting an error:
Warning: Cannot modify header information – headers already sent by (output started at /home/*/public_html/journal/wp-content/themes/*/header.php:11) in /home/*/public_html/journal/wp-content/plugins/members-only.php on line 97
Line 11 in my theme’s header.php is:
<title><?php bloginfo(‘name’); ?><?php if ( is_single() ) { ?>» journal <?php } ?><?php wp_title(‘ » ‘,true); ?></title>
So, I don’t doubt that it works, it’s just not working for me. I’ll report back if I find the specified issue.
Forum: Plugins
In reply to: [Plugin: Members Only] Bypassed by adding variable to urlIt’s still not secure. If you load a post by the permalink (/archives/%year%/%monthnum%/%postname%/) login is completely bypassed.
Forum: Plugins
In reply to: Should come standard…Standard! Yes please?!
Forum: Plugins
In reply to: not importing everythingFixed it, it was me not the plugin. For anyone having this issue in the future, use the RSS 2.0, flickr defaults to Atom, which was the problem.
Forum: Fixing WordPress
In reply to: Limiting users to certain categories.I use Category Access from here: https://www.coppit.org/code/ (at the bottom of the page) to restrict access to certain categories.
As far as the login, try searching the codex. I’m sure it’s there.
Forum: Plugins
In reply to: wp-cron.php server loadThis behavior continued after the wp-cron plugin was removed. I do not believe it was the plugin. I have NO sites in my ping list. I do not accept pings. I have no auto processes set up ie check links for updates. My rss files are removed.
Forum: Plugins
In reply to: wp-cron.php server loadHmm..
Line 70:
$cron_url = get_settings( 'siteurl' ) . '/wp-cron.php';
$parts = parse_url( $cron_url );$argyle = @ fsockopen( $parts['host'], $_SERVER['SERVER_PORT'], $errno, $errstr, 0.01 );
if ( $argyle )
fputs( $argyle,
"GET {$parts['path']}?check=" . md5(DB_PASS . '187425') . " HTTP/1.0\r\n"
. "Host: {$_SERVER['HTTP_HOST']}\r\n\r\n"
);
}Forum: Plugins
In reply to: wp-cron.php server loadEmail from host:
The issue with your site causing loads has been identified,
The calling of wp-cron.php even though it was removed by the script cron.php was the culprit.
I have renamed the cron.php to cronBAD.php so it does not cause issues
I have unsuspended your site and will monitor the loads.
please do not enable that cron job as it will cause server load issues and in turn get your site suspended.Forum: Plugins
In reply to: wp-cron.php server loadAhhh my host was able to settle a few things.
First its not the plugin wp-cron! It’s the cron.php in wp-includes. They have not been able to figure out exactly what’s going wrong with it but that’s a start.
Forum: Plugins
In reply to: wp-cron.php server loadNo one is enterested even though this could mean there’s a way to hack wp-cron.php and use your site for sending spam?
Forum: Plugins
In reply to: wp-cron.php server loadCan someone give me any information. My account remains suspended. All I am running is a wp journal.
Forum: Fixing WordPress
In reply to: redeclare problem after upgradeDid you ever find out what plugins where causing the error and how to fix them? I’m having this very issue.