angsuman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: What permalink structure do you use?@miklb
What if your post belongs to multiple categories?Forum: Fixing WordPress
In reply to: SimpleHost and WP–Anyone else not able to see their site tonight?I would not normally go for any provider with unlimited space deal ๐
> Is somebody know any good reliable hosting .
I have been using WestHost from 2000. They are hosting Taragana.Com and my Simple Thoughts Blog & Free eye care book. Never had problems. Their support is very prompt and capable. The VPS (Virtual Private Server) is actually the deal clincher for me.Forum: Fixing WordPress
In reply to: 1.5.1 Track & PingbacksI will make it available. I just have to write some pretty documentation to go with it. I am sucker for good documentation ๐
@macmanx This is truly confusing what you are facing. I will check the 1.5.1 code to see if I notice something out of ordinary.
Forum: Fixing WordPress
In reply to: Upgrade 1.5 > 1.5.1I am reading several posts by members here complaining of problems with 1.5.1 upgrade. Check out MacManx blog for some details too. Some like Tom Raftery feels it is ok, but when I went to comment on a post on his site, I found that it is broken. So people feeling ok may just haven’t explored enough to know, specially non-visible like trackbacks or pings.
Is 1.5.1 still a recommended upgrade? Matt?
I was wondering if Matt and his team could just roll out a patch for the security vulnerabilities.
Personally I will hold of any upgrade till WP goes to a more stable debugged release.
@dseville
What you said is theoretically correct. In real-life I am yet to see a spammer who realized it and used a bot to break it.
Having said that variety of solutions are good and fixing it is good too.
That gives spammers more task ๐I have been running spam free (comment spam or referrer spam or trackback spam) for last 3-4 months using Hashcash etc. You can find the details here.
Forum: Fixing WordPress
In reply to: changing wordpress design to tablesI use tables. You can check my site – blog.taragana.com
Most of the wordpress functions accept a prefix and suffix. There you can use table tags instead of the default list tags. Some functions do ot accept prefix and suffix. You need to replace them with your own version.
It shouldn’t take you more then 1-2 days or so to do it.As to why, it was just easier to achieve what I wanted using tables then div’s.
> Maybe you can find a theme that’s already been rebuilt with tables and modify that?
You can start with Bionic Jive theme which is table based. There are others too.
Forum: Fixing WordPress
In reply to: referral spam from random wordpress blogs@dualravens I think you should contact them as vkaryl said.
In wordpress and other blogging software you can trackback people, without having a mention about them in your post. This is why trackback is so vulnerable to spamming.
However the same cannot be done with pingback as WordPress code actually checks the site to see if a link is actually there. Though I can think of few ways spammers can fool that, it is still more difficult than trackback.
Forum: Installing WordPress
In reply to: 404 from any link involving permalinks.Your permalink structure is wrong. It works if I use:
http://freedomdown.silverfir.net/index.php/25/hooked-up-with-the-new-host-proxies-coming/You have two options:
1. Fix the .htaccess (mod_rewrite and all). I cannot help but there are others in this forums who can. Personally I don’t mess with htaccess.
2. Do not use .htaccess. You can refer to my article on permalinks for step by step instructions on this which will fix your problem.Forum: Plugins
In reply to: Spam Karma – blocking EVERYTHING???@podz I have responded at other places so I will not repeat. In essence I never attack a person, however I do speak strongly against any software, even if it is written by high and mighty. And I also expect the same for my software. Is a software is bad we should say it is bad. It is not bad-mouthing. It is telling the truth as it is.
BTW: Thanks for clarifying your position. I felt quite insulted by your tone of (virtual that is) voice.
@sproke I wish I could help you. However my only suggestion would be to uninstall SK and try other options like HashCash etc.
Forum: Your WordPress
In reply to: Making Money With WordPress BlogThanks for chiming in folks.
Yes, unfortunately people do go for stupid ideas instead of real content and value. No wonder spam works ๐
@clarke1866
My goal is to have the site (my hobby) pay for itself by the end of the three years.I think you can make it self-paying much much earlier. Mine took 2-3 months, don’t remember exactly.
Forum: Fixing WordPress
In reply to: Can’t Post Comments On My Own Blog@mitchman One other thing. If you have javascript disabled in your browser the same thing happens. You cannot post comments to your blog while you are logged in!
Forum: Plugins
In reply to: Testing Spam Plugins@billysaythis
One option for trackback spam is to moderate all, by default.However I found such measures were not necessary by using few WP features like blacklist judiciously.
@andymatic I think I know which plugin you are referring to. In fact I got severely pissed off with its false-positive error messages which are very juvenile and very insulting. Unfortunately some moderators here like podz don’t want to hear anything bad about it and will vigorously defend it, without understanding ground realities.
HashCash is pretty good in stopping comment spam. It however doesn’t stop trackback and referrer spam. You can try ideas which worked for me.Forum: Plugins
In reply to: 1.51 ModificationsI really like your styling RSS idea. May I copy it ๐
Forum: Everything else WordPress
In reply to: WordPress: search engine friendly?WordPress is very much search engine friendly if you start using permalinks instead of query strings, which is the default.
Search engines like Google only access limited amount of query string based url’s to avoid being stuck in infinite loop. It is described in their web master faq.
Yes, your individual post pages will be accessible to all search engines including google, except for the limitation with the default scheme as noted above.
BTW: MT also suffers from the same issue, many people are not aware of it. Using some kind or permalinks (non-query string based) solves it.
There are two approached to permalinks. One using htaccess, one without. I prefer without using .htaccess.
If you decide to go with permalinks consider using it without embedding date which IMHO only makes it uglier without adding value.
Forum: Fixing WordPress
In reply to: Upgrade 1.5 > 1.5.1@kay9 I am happy to know you found it useful.
> Your instructions on the db backup are beyond me, anyway, and not critical right this minute for me because, as I said, I’m not upgrading from 1.5.
All you need to do is run the following command from shell script:
mysqldump รขโฌโopt wordpress | gzip -9 > wordpress.sql.gzWhat I didn’t mention was that your have to use <b>-u username -p password</b> after mysqldump (with the values suitably substituted).
I think it is a good idea to back up the database at some intervals, even if you don’t upgrade.
In fact recently I faced an interesting situation with phpMyAdmin and I was really happy to have a backup ๐Let me know if you face any problems in my post comments.
BTW: I have also decided not to upgrade to 1.5.1, at least not until the reported problems are sorted out. I am waiting for Shelly to reply me with her patch. However I have a feeling that might not be the main issue. I took a look at the defects filed and there are more critical bugs like non-checking of login/passwords strings and low level users can modify config file etc. I will know for sure when I get the patch.
It would have been very helpful to get the patch from Matt himself, however I haven’t heard back from him yet.