For some reason, when you click on the "comments" link, the little pop-up window comes up like it's supposed to, but it doesnt seem to ether store or read cookies, beacuse you have to enter you name, e-mail and URL every time you go to enter a new comment.
If anyone can help tell me what's wrong or what I need to do to fix i, I would be much appreciative!
Thanks!
Kriselda
Posted by thorswitch at October 26, 2003 01:44 AM | TrackBackThanks! I've changed the code according to the Kelsey page (I didn't even know that site was there), so we'll see if it helps any. I like the idea of using the comments popup as a trap and may want to try that. The MT-Blacklist plugin has definitely cut the number of comment spams I've been getting (by about 95%), but the occasional ones from new URLs still sneak through, so adding a second level of protection might not hurt at all.
I'll be posting again in a second so I can see if it actually remembered me this time :)
This is a test of the different strings comment box. This is only a test. If this were an actual comment, you would be seeing actual content instead of this crap. This is only a test.
Hrm. That didn't fix it. Lemme know what you did to change it to pulling up the individual entry screen. Since the cookies work just fine there, and I like the idea of messing with spammer, that may just be the best solution.
Here is the change I made to my main template note the leading HTML Tag symbol GT and trailing LT are substituted so the HTML doesn't render replace the ^ with the correct symbol
^MTEntryIfAllowComments^
| ^a href="^$MTEntryPermalink$^#comments"^Comments (^$MTEntryCommentCount$^)^/a^
^/MTEntryIfAllowComments^
You can see I replaced the call to the comment popup javascript with a pointer to the permalink
To trap calls to mt-comment.cgi copy it and rename it to something else. Then you edit MT-comments.cgi to do anything you want it to. I have a nested wait loop and a print statement so if mt-comments.cgi is invoked by a bot it spins it's wheels for a while prints and does it all over again it will exit after about a minute and reject any bot posting.
I call the renamed cgi script in my code this is called from the individual archive template just replace mt-comments.cgi with the name for the copy of the original mt-comments.cgi
I was just surfing the net when I came across this site, I don't know if what I am about to ask is out of theme or not and if it is please notify me.
I and my family have got many types of illnesses which we treat using different medications but I recently came across
ambien,
propecia, zyban, fioricet,
adipex,acyclovir,tramadol,
xenical.
Since I have never bought any medication online I would like to know if any of these medications and others are as effective
and safe to use as those from an offline pharmacy. Has any one had any serious side effects from using any of these.
Lastly can anyone please tell me what they use to stop this irritating headache that I have which I hear is called a migraine.
I have posted this message to different places so that I can have all the advice I can get concerning the issues above.
Thanks in advance.
Yeeeahd, it's csool
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 |
| E-mail: | ![]() |
AKA: | ThorsWitch |
![]() | INTP |
![]() | B7 d++ t+ k++ s+ u- f+ i++ o+ x- e l c- |
![]() |


|
The Homeland Security Department Quiz (from truthout.com) 1 of 1 jeff jarvis said: do you think that the citizen awarn... Gay marriage and states' rights 1 of 8 Do,a said: Gay marriage should be the decision... My original comments on 9/11 as it happened 1 of 1 Defending Equality 1 of 1 stageleft said: Great idea, if sent off my letter -... Why I became a Democrat 1 of 1 Michael Arnold said: i was a secy for 'young republicans... |
![]() ![]() ![]() ![]()
|
||||||||||
|
||||||||||
| « ? ProChoice Is Not AntiLife # » | ||||||||||
| << | domain-ated | >> | ||||||||||
| << ? domain girls # >> | ||||||||||
| <·· PWA ··> | ||||||||||
| < ? blogs by women # > | ||||||||||
|
|
||||||||||
| ‹ # Circle of Shadows ? › | ||||||||||
| <-- ? In MY Opinion # --> | ||||||||||
| « # blogshares ? » | ||||||||||
| « # Scorpio ? » | ||||||||||
| < # Blogrollers ? > | ||||||||||
| < ? six degrees # > | ||||||||||
|
[ <<
?
Verbosity
#
>>
] |
||||||||||
| domain whore | ||||||||||
|
Are you a ![]() ? Domain . Addict # |
||||||||||
|
||||||||||
)O(
![]() |
||||||||||
|
||||||||||

| Rate Me on BlogHop.com!
|
Rate me at Eatonweb
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
![]() |
|
|
|
||
![]() |
|
|
![]() |
|
|
| |
||
![]() |
![]() |
|
|
|
|
![]() |
![]() |
|
| |
|
|
Recommended sites |
Please note: The Salon Blog mailing list and web rings are not managed by Salon Magazine, but are specifically for the owners/authors/editors of Salon Blogs. The Salon name is used with permission.
| < £ Salon Bloggers & > |
| Do you own/edit/write a Salon Blog? Join the Salon Bloggers Webring! |







|
|
|
|
|
|
Have you tried to implement the "fixes" talked about on the MT discussion boards? I believe it is related to the fact your cgi-bin/mt directory resides on a different domain than your blog. The pop-up comment window is served off blogdiva.com.
a fix is outlined here http://kalsey.com/2003/08/remember_me_movable_type/
I simply killed my popup comment link and force people to use my daily archive link to post comments. That works and it also made implementation of several comment spam filters easier. My Mt-comment.cgi script is a trap now it will grab the bot and hold it for a nice long time while it spits out some rather purple prose.
Let me know how it works. If you want to see what I did I'll shoot you my main index template.