PDA

View Full Version : Looking for script that...


MTDesigns
09-08-2001, 11:22 AM
would allow a visitor to submit his/her story via a form, and have the website owner approve it b/f it was automatically added to a site page. Is there such a script? I know I've seen story scripts, where visitors could add to a continuing story...but I've never seen anything such as what I'm looking for. A website I maintain needs to allow each visitor to have their own area where they could add to their own story. Any ideas? I'm looking through all the script sites right now...

TIA!

Joi~

Kara
09-08-2001, 02:00 PM
I found something that would work for this but it was php. Ask Evoir, because she was the one who was looking for it and I believe she found somehting that didn't require php

Kara

Mandi
09-09-2001, 01:41 PM
I have a story and poems section . . . people submit via form, and I use cgiemail to convert to HTML - the form writes to a preformatted (my specs) text file, and then sends me the email. I read through the submission, then just copy/paste into a new file and upload. I even had a spot coded on the text file that writes the index page link, so I just have to copy/paste that too.

http://www.cgspouses.net/creativity/writing/

Click on Submit Your Work to see the form (and source) - the text file it writes to is here: http://www.cgspouses.net/creativity/writing/writing.txt (You may have to view source, depending on your browser . . . my IE5 is converting the HTML tags, which defeats the purpose.)