Is there such a CGI script?
Is there a FFA Links CGI script out there that allows you to use SSI?
I found something called Link Adder, but it doesn't have administration features yet.
If anyone can help me, please post here.
I'd like it to create a list of links like other FFA Links pages do, but I need it to do SSI if possible.
And, does anyone know of a free quiz script that might use SSI? (so people can't look at the answers in the source code)
Mark Hensler posted this at 07:19 — 17th August 2000.
He has: 4,048 posts
Joined: Aug 2000
Check these free script sites.
http://cgi-resources.com
http://hotscripts.com
http://http://php.resourceindex.com
They're all good. I think I like HotScripts best.
Mark Hensler
If there is no answer on Google, then there is no question.
Laguna Loire posted this at 12:31 — 17th August 2000.
They have: 45 posts
Joined: Aug 2000
Just open a file to use ssi:
open (file, "ssi/top_page_menu_ssi.html") || die "Error Opening File $!\n";
@filecontents=;
close(file);
print "@filecontents";
Laguna Loire
Site Director: Laguna's Jukebox (http://jukebox.3dstream.net)
Site Admin: RPGBoards (http://rpgboards.3dstream.net)
clueless posted this at 15:04 — 17th August 2000.
They have: 27 posts
Joined: May 2000
I've *already* looked at those sites.....and I also don't know anything about cgi except how to install a few scripts.
I did find a script, but I am having problems with the templates.
Well, I guess I can look again.
And, does anyone know of an excellent cgi quiz script that is free that is not listed at any of the big resource sites?
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.