Forum Replies Created

Viewing 15 replies - 436 through 450 (of 567 total)
  • angsuman

    (@angsuman)

    > I set up my WordPress site to use permalinks WITH .htaccess. But isn’t WordPress just using the url as a pointer? Isn’t the page still contained in the database?

    As Macmanx clarified, the page is still in the db. However Google doesn’t care. All its cares is how it can access the page and it doesn’t go in much depth with pages which are accessed by query strings only because it is afraid of getting stuck in infinite loop of machine generated pages.

    angsuman

    (@angsuman)

    @jenny
    You should use a free third party domain name service which will point your whereisjenny site to gotopassionmag IP address. Then you need to add a small section to your httpd.conf (assuming you are using apache) and it will point whereisjenny to a directory under gotopassionmag host.

    The whole process shouldn’t take you more then an hour to setup and test.

    angsuman

    (@angsuman)

    When I had a similar problem with my apache server consuming over 95% of the CPU, my hosting provider simply restarted the virtual machine (I am on a VPS) with Apache and all. They said that such problems are often fixed by restarting the server. Restarting the entire virtual machine takes about 2 seconds and you are done.
    And true to their understanding it hasn’t happened since. I didn’t change anything and I have tons of plugins running.

    BTW: In that particular scenario only the WP processes were hanging, the rest of php based systems were ok.

    It is not fair to bring down the host for such minor issues. It seriously undermines the credibility of the hosting provider IMHO.

    Forum: Plugins
    In reply to: Spam Plugin
    angsuman

    (@angsuman)

    @xerocool
    A non plugin option would be to start with trackback moderation option turned on. That immediately prevents your users from getting spammed.

    Then if you notice a particular site repeatedly spamming, just add any identifier of the site (like portion of the url etc.) to the blacklist. That will nuke them from then on.

    BTW: What you are getting is a pattern of spamming I have noticed. First they try sending irrelevant or harmless looking spam. If you, by mistake, approve any of them, then very soon you will have a deluge of spam on your hands. Just delete them promptly by marking them as spam.

    PS. I wouldn’t say anything about SpamKarma (especially in light of the aggresive *loving* displayed above), said enough on this forum already (hint search) 😉

    angsuman

    (@angsuman)

    @jinsan Thanks. I did get a reply from Shelly about the patch.

    @nuclearmoose I didn’t exactly expect within an hour. I posted about my email only after couple of days.
    So what’s his schedule (for answering emails from mere mortals like me) like? A week, month or > /dev/null 🙂

    Anyway looking at the responses (read none) to my actual question ( and knowing how prompt Wp community is answering questions when an answer exists) on architecture document, I am surmising that there is none. Correct me otherwise.

    I don’t know if I should be filing a request for architecture document as a bug request, doesn’t look right 😐

    angsuman

    (@angsuman)

    Even the secunia report was vague to the point of being meaningless.

    BTW: I going through WP codebase I noticed some potential architecture issues. Is there an architecture document? Who can I talk to wrt. WP architecture?

    angsuman

    (@angsuman)

    @jinsan
    > are you saying it would have been better to make the hole well known to the general public before the fix was released?

    No, of course not!

    All I am saying is that a patch fixing only the security defect should be made available to the end users. End users shouldn’t be forced to install a full upgrade with 170 fixes, just so he can have the security vulnerability patched. That is not right. 1.5 works for me just as I want it.

    I do not need an upgrade which several people are having trouble with. However I just need a patch to fix a security hole. And I am not alone.

    I emailed to Matt couple of days ago, requesting a patch. He hasn’t replied yet.

    Nobody is asking to reveal the gory details of the vulnerability. However simple categorizing terms (yet vague enough to deter would be hackers) like “cross-site scripting vulnerability” would be helpful and appreciated, rather than a cryptic email just stating there was a vulnerability and it has been fixed.

    angsuman

    (@angsuman)

    Before designing my site with tables I actually looked at several successful sites. I noticed table is still alive and well.
    And it is simple. I am always appealed by simplicity 🙂

    CSS is simple if you copy and paste an existing layout. When you want to make changes to it and make it cross-brower compatible with hacks and hack-but-not-hacks, it becomes tad painful if I may say so 🙂

    However one thing which is appealing with CSS based layout is that you can index your contents in the proper order, the way you would like your search engines to see them.

    angsuman

    (@angsuman)

    @ongakukaku
    The blog is up and running! Please try again.

    Forum: Plugins
    In reply to: Testing Spam Plugins
    angsuman

    (@angsuman)

    @billysaythis
    I address trackback spam with a strong blacklist. I do not have moderation enabled for trackbacks and it works fine.
    IMHO simple solutions are often better.
    I noticed that most of my trackback spam also carries a payload of referrer spams. I guess spammers realized it saves their bandwidth and doubles their chances 🙂
    So I use a strong blacklist of referrer spammers too, which in turn blocks most of my trackback spams at the outset.

    Last 3-4 months I am spam free without requiring maintenance, so I can safely say the same will work for you.

    My fear with “intelligent” spam blockers is of “false positives” and chances are you will not notice them until much later when you happen to browse your database for blocked spam comments.
    Tell me how many people does that and how often?

    angsuman

    (@angsuman)

    One interesting issue I have noticed is that nowadays many comment spams also carries a payload of referrer spams in the same HTTP GET request. So it is a double spam load, reducing their bandwidth usage. It is actually a benefit in disguise for us.

    I realized that actually blocking the referrer spammers aggresively (my referrer spammer blacklist) gets rid of most comment and trackback spammers!

    There is another trend I have noticed in comment spamming. First there is a meaningless, yet harmless comment in the blog like “Hi” or “Good article”, which most bloggers approve. Then a deluge of spam comes in from the same source, which directly passes through because one comment from the same author has already been approved before.

    Thread Starter angsuman

    (@angsuman)

    By “post loop” I meant the sql query to create $posts. The actual loop is executed later.

    Thread Starter angsuman

    (@angsuman)

    @lorelle
    Thanks for the pointers.
    I do know about them. What I am looking for is an architecture document, detailing the system as a whole, control flow etc.

    angsuman

    (@angsuman)

    Well GPL technically protects you in that your terms of license must be propagated (infected?). In real life you wouldn’t take him to court as the stakes are low. So you can first write to him explaining your concerns, if that fails shame him in forums and aggresively inform people about his actions. You can also release an offocial theme and I am sure quality will prevail.

    If you think you are spending too much time on this, take a break, take a deep breath and let it go 🙂 It isn’t worth it.

    angsuman

    (@angsuman)

    @fadil

    Care to elaborate?

    I think 1.5.1 is supposed to fix it, with the hush-hush and all 🙂
    Not to mention it brought in some headache’s too.

    Frankly I find this a bit disconcerting to be so secretive about this issue. As any security expert knows, security by obscurity never works. It harms more than it does good in the long run.

    If WordPress & Matt (synomymous?) was more open to this issue I would have felt much more comfortable.

Viewing 15 replies - 436 through 450 (of 567 total)