NewAyenee.Org Web Server

Server Side Includes are available, yes.

.shtml is the supported extention for SSI.

However, because there is security risks, and performance risks, I'd prefer avoiding this if possible. I'll need to review any code you are thinking of using.
 
Just simple stuff. Like the announcements and links menu. That way any time someone needs to edit the links menu and update the announcements they only do it one time instead of on every page.
 
No offense man, but last time we talked, you seemed like you were still way too shaky with your technical skills to attempt any sort of server-side coding. I thought you were going to focus on design?

What I really could use from you is a MediaWiki visual template that I can apply and make the wiki look like it melds with our forums. Does that sound like something you'd be interested in?
 
One step at a time...

Using SSI in the fashion I'm going to be using it is as simple as a simple code:

Code:
<!--#include file="links.shtml"-->

This will replace the code on each page for the links menu and the announcements. The links and announcements will be stored in a seperate file so updating them is as simple as updating that one file.

Nothing complicated about it.

Sooner I get some content, the sooner I can be finished and move on to making your Wiki look like the forums.
 
Last edited:
Back
Top Bottom