angsuman
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: WP 2.0 RC1 Upgrade Feedback> Firstly, can I create a second instance of wordpress off of ONE database?
Technically yes. You just choose a different table prefix for each instance.
> and have them both run off the same database for testing purposes,
No. The schema of 1.5.2 is different from 2.0. The will not run of the same set of tables.
> or do they need a dedicated instance of the php database
MySQL Database actually.> Ask your webhosting provider if you are on shared hosting platform.
Forum: Fixing WordPress
In reply to: Permalinks .htaccess issue – No more ideas… please help!Let me know if this helps:
WordPress Tip on Permalink OptionsForum: Fixing WordPress
In reply to: How to add text next to imageI use a table and center both. Works like a charm.
Forum: Installing WordPress
In reply to: can’t access codex.wordpress.org from ChinaUse an anonymizer or proxy server to access the internet
like http://anonymouse.org/anonwww.html
or much more painful
anonymizer.comForum: Fixing WordPress
In reply to: How to stop content from being stolen?…To summarize:
As MacManx has kindly pointed out there is a plugin to automatically add your copyright message to your RSS / Atom feed items. If you publish your full content via feeds (default) then it add the copyright message to each feed items. So you will have fun watching them displaying your copyright message on their sites. Not only that it will also indicate that it is stolen. Surely it would do world of good to the reputation of such sites.
You can also disable the feeds altogether as MacManx instructed but that is in some way throwing out the baby with the bathwater. Several people do read blogs using feeds, myself included.
Bad Behavior or any spam control plugins will not help in any way. Preventing Magpie RSS from accessing your site will not help either as it takes one line of code to change it to behave like Internet Explorer / Firefox.
BTW: Content-in-images, stopping hotlinking does not solve this issue. Preventing hotlinking merely saves you some bandwidth.
splogreporter.com is a recent effort by a Kerala based blog pinging site – pingoat which tries to catch the splogs. It does allow you to take some action, check the site for details.
BTW: You mentioned you make significant income using blogs, care to provide some rough picture 🙂
Forum: Everything else WordPress
In reply to: Terrific stat counterMy 2 cents…
The problem with free version of statcounter is that it offers most analysis only on last 100 log entries.
It looks entertaining but it lacks real value. When you try to upgrade it costs almost as much as your web hosting, often more.
You are better off with a dedicated installed stat package.
Forum: Installing WordPress
In reply to: Installation path for subdomainhttp://chrismasphoto.slakemoster.dk/wp-admin/install.php
Assuming you have uncompressed the files in your document root for the sub-domain.
Forum: Fixing WordPress
In reply to: Googlebot ProblemTry submitting a sitemap. It should help. Also check if you have any robots.txt with strange rules.
Forum: Fixing WordPress
In reply to: Is my site’s blog marked as spam?The same point stands.
Forum: Fixing WordPress
In reply to: Did I break it by adding .htaccess?Try to access your site using telnet to find out exactly what is happening.
Forum: Fixing WordPress
In reply to: Automatic RSS?I believe so. Check the docs.
Forum: Fixing WordPress
In reply to: Automatic RSS?feedwordpress
Forum: Fixing WordPress
In reply to: REMOVE A USER WITH THE LEVEL 10Renee> Do you know how that could of happen?
Possibly they used a well known exploit in WordPress where you can increase your user level – http://wordpress.org/support/topic/45864
Forum: Fixing WordPress
In reply to: I killed my blog.I too read “I killed my dog”
Between the backup and Google cache you should be able to restore your site fully with a day of extra effort I guess.Forum: Fixing WordPress
In reply to: Site has total crashed.> What tools exist out there to debug a crashing/dead/flatlined install of WP
To elaborate on David’s suggestion..
Manually delete all the plugins (removing them from plugins directory is fine too) and try again.Then add them one by one.