views:

40

answers:

1

I need to create a guestbook-like page on my website. However, the server ( main site ) runs Apache and PERL but not PHP - and the sysadmins will not change this.

However, I have other servers which run PHP which could be used. The form and the guestbook page just need to be on the main site server. The engine could live on one of the other servers. Possibly I could display the comments from an RSS feed.

I also have Wordpress running. Could I use Wordpress as the engine to gather the comments submitted? I know I can display an RSS feed on my guestbook page.

I need a script that will strip HTML and script and anything dangerous from the comments submitted. Ideally, it would have a web-based interface to allow a moderator to approve/deny the comments from appearing on the web page.

Do you know of a script that could work? Or a way I can use Wordpress?

A: 

Use Wordpress Plugin DMSGuestbook.

fredley