added on Jan 24, 2007 by
I updated linkex a week ago and the links I previously had were still showing on my site after I changed to the new
include code. Today I tried to add links and everything works fine in the form, but the new links don't display on my
site. I also ran the verify links and it disabled a few sites I wanted to keep. I set them to "immune" but
they also wont show on my page anymore... So for some reason I keep adding things that show up in the linkex admin page,
but they never show up on my sites list... how come?
added on Jan 25, 2007 by
Nevermind the 1001 file needed to set to 777 now it's working.
added on Jan 25, 2007 by
Hi.
Thanks for letting me know :)
The whole permission issue is a hard nut to crack, since people have different setup regarding users and groups on the
unix system.
Thanks.
- v0id
added on Jan 28, 2007 by
I have read all the instructions and posts and I still don't understand how to get the categories to show up.
People are linking back but nothing shows up.
I don't know where to insert the syntax (be nice) and as you can gather by now I am not a programer by any stretch of
the imagination.
my site is www.fishaholics.com.au
I would apreciate some help.
Otherwise I will have to simply remove the linkex section.
K.C.
added on Jan 29, 2007 by
Hi Fishaholics.
Nice site you got there.
First of all, I checked out your site, and from what I see, all pages have an .html extension.
To be able to include the output file, made by LinkEX, the webserver must be told to do some dynamic handling of the
page it's about to serve to a visitor.
The two most common way to do so, is to use the PHP interpreter and have PHP include the file, or to use the builtin
functions in Apache, Server Side Include.
To instruct the webserver to do some dynamics, you must use a file extension that has a handler attached to it, like
.php or .shtml. This way the webserver will know that it should do some stuff to the file.
Firstly you need to figure out what file you want the links on, and then you must make sure that the webserver executes
a handler on the file.
Afterwards you simply insert the line of code shown in the category you would like to include.
I hope this helped you out a bit. Otherwise don't hesitate to ask again! :)
- v0id