Search found 20 matches

by robw
Tue Feb 20, 2007 2:49 pm
Forum: Installation
Topic: Security implications without apache overrides?
Replies: 2
Views: 2123

Thanks Garvin, I have since set the trans_sid via an ini_set() in the s9y local config, so this is not an issue, but shame we cannot set register globals there... Hmm... so in summary, there is some risk with register globals on, but mostly from plugins which may not be coded properly. Will see what...
by robw
Sun Feb 18, 2007 10:12 am
Forum: Plugins
Topic: New FeedFlare Plugin
Replies: 18
Views: 10893

Hi Garvin, The feedflare plugin has a bug - the script url that it calls is incorrect, which is why the feedflare does not show in the blog. On line 71: Change: script src="http://feeds.feedburner.com/' . $this->get_config To: script src="http://feeds.feedburner.com/~s/' . $this->get_confi...
by robw
Sat Feb 17, 2007 11:33 am
Forum: Installation
Topic: Security implications without apache overrides?
Replies: 2
Views: 2123

Security implications without apache overrides?

I am working on a new s9y install, but the host does not allow certain .htaccess overrides - I have had to comment out all the following in the main s9y .htaccess file order to get the blog to run: #ErrorDocument 404 /blog/index.php #DirectoryIndex /blog/index.php #php_value session.use_trans_sid 0 ...
by robw
Sat Feb 17, 2007 12:05 am
Forum: Plugins
Topic: New FeedFlare Plugin
Replies: 18
Views: 10893

Hi Garvin, It is not just for stats - Feedflare should be able to display various enhancements (email me, digg, etc etc) via this plugin. I also have the problem of feedflare enhancements not showing up. I temporarily added a javascript alert to the end of the feedflare plugin in one of my blogs, an...
by robw
Thu Feb 15, 2007 11:34 am
Forum: Generelles in Deutsch
Topic: Trotz allem: nochmal Podcast
Replies: 26
Views: 23334

Just a final note:

The podcast plugin is coded to look for a field called 'podcast', so this method will not work if you decide to call the field something else, or change the case of the field - so 'Podcast' will not work.

Cheers
Rob
by robw
Thu Feb 15, 2007 11:31 am
Forum: Plugins
Topic: Need Help with Podcast Please
Replies: 6
Views: 4187

Hi Garvin,

Ok, I sussed it out - by looking at the code for the plugin. I had created a field called Podcasts (uppercase P) - and had then edited your example code to reflect the change in field name).

But did not think to do same in the podcast plugin! :roll:

Cheers
Rob
by robw
Thu Feb 15, 2007 11:09 am
Forum: Plugins
Topic: Need Help with Podcast Please
Replies: 6
Views: 4187

Hi Garvin, Sorry, I didn't explain myself very well :? At the end of your method, you say: Now the only thing that the podcast plugin does is to put a link into your RSS file so that itunes and other software downloads the mp3 file automagically. When I try using your method, the podcast plugin does...
by robw
Wed Feb 14, 2007 9:15 am
Forum: Plugins
Topic: Captchas died on the Spam Protector
Replies: 11
Views: 5487

Hi Forrest, Have not seen this particular error before. If it was working before, something must have changed (obvious, huh :). The most common issue is a plugin problem. Hhave you added any new plugins lately? - if so, try removing it, or putting the spam protector plugin first in the list. Hope th...
by robw
Tue Feb 13, 2007 10:16 pm
Forum: Plugins
Topic: Need Help with Podcast Please
Replies: 6
Views: 4187

You might also want to use the podcast method described here: http://board.s9y.org/viewtopic.php?t=8616&highlight=podcast Hi Garvin, Been trying to use the method you suggested. If I add a [podcast: "/blah"] tag to the post, the podcast plugin picks it up and shows the file in RSS. Bu...
by robw
Sat Jul 01, 2006 11:58 pm
Forum: General discussions
Topic: Trouble posting comments with captchas enabled on Mac
Replies: 30
Views: 17248

Blimey, that was a good spot! I had competely overlooked this. You are absolutely right - I redirect the home page to the www version of the domain, but missed the www in the config. Fixing this in the config means that captchas work once again in Safari. I thought it was strange that they worked fi...
by robw
Thu Jun 29, 2006 7:30 pm
Forum: General discussions
Topic: Trouble posting comments with captchas enabled on Mac
Replies: 30
Views: 17248

Hi Garvin, I tried this on my heidiandrob site, and I stay logged in just fine, even after deleting all the cookies for the site, closing the browser, and starting again. If I have logged in, I can go to the new entry page, as well as going to the main blog, where I have the admin 'edit entry' optio...
by robw
Thu Jun 29, 2006 1:15 pm
Forum: General discussions
Topic: Trouble posting comments with captchas enabled on Mac
Replies: 30
Views: 17248

Hi Garvin,

Safari shows a cookie set - PHPSESSID - and remembers other cookie related info (such as if you are signed in as admin).

Cheers
Rob
by robw
Wed Jun 28, 2006 11:17 pm
Forum: General discussions
Topic: Trouble posting comments with captchas enabled on Mac
Replies: 30
Views: 17248

I am seeing the same issue with captchas on Safari. Spamblock log shows: ? 1151546815 REJECTED Invalid captcha (Entered: 9bfqr, Expected: ) 1 martin me@email.com www.somesite.com Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) Apple... 82.34.120.181 http://www.heidiandrob.com/blog/ test As previous pos...
by robw
Mon Jun 12, 2006 6:07 pm
Forum: General discussions
Topic: Feedburner and Categories
Replies: 2
Views: 1954

Hi Garvin, In recent SVN snapshots of 1.1, the feedburner diversion has been changed to not divert category feeds. That is excellent news - I will wait for the 1.1 release and implement then. The problem is that for each category feed you'd need a seperate feedburner ID. This is both a bit uncomfort...
by robw
Mon Jun 12, 2006 2:19 pm
Forum: General discussions
Topic: Feedburner and Categories
Replies: 2
Views: 1954

Feedburner and Categories

Hi, I am playing around with Feedburner - and have set the Syndication Plugin to point to my Feedburner feed - but am a little confused as to how to get the best out of this. If I set Feedburner to force, then this seems to seamlessly divert the feeds to the feedburner feed - the downside is that no...