Announcements » New forums

added on Apr 11, 2006 by
I have just installed a forum, to make it easier to maintain bug reports, news and releasenotes.

Give your feedback, just let me know what your requirements are.

- v0id
added on May 14, 2006 by
I see the script work verry easy!

i have a question..how i can to include "links.dat in html pages?!
thank you
added on May 14, 2006 by v0id
Hi there.

Well you can't include the links.dat in regular .html files, since they are static. You need a format that the webserver
will apply some action.
The most common methods is either SSI (server side includes) or using PHP.
In the documentation you can check the syntax for either.

Now you must rename your file from .html to either .shtml or .php depinding on the format you choose.
Another option is to use .htaccess file to tell the webserver to apply some action to the files.

I'm not sure how much knowledge you have on theese technologies, but you can contact me, and I can help you out. Check
out the Contact page

- v0id
added on May 21, 2006 by brassmonkey
<?php include "linkex/links.dat"; ?>
added on May 21, 2006 by brassmonkey
<?php include "linkex/links.dat"; ?> here
added on May 21, 2006 by v0id
Hey there. You just found a bug in the forum script :) It's now fixed.

Yes the code will include one of the outputs, and show it on your site.
added on Sep 6, 2006 by Kiruba
Looking for Spank Fetish Porn?
added on Sep 6, 2006 by Kiruba
Looking for Spank Fetish Porn?

Add reply

This thread has been inactive for more than 14 days, so it has been locked.

Feel free to create a new thread with your questions.