I have managed to install a script over here:
http://www.vincentmoving.com/linkex/index.php
But I don't understand how to create an outgoing page...
The instructions are over here:
http://linkex.dk/documentation/displaying-the-links-on-your-site-4.html
This is what they say:
"Including the output file using PHP
Since you're running LinkEX, your web server obviously has PHP installed. PHP has a few function to include a file using a simple function call, which, when executed, replaces the function call with the contents of the file.
The syntax is straight forward; <?php include( "[filename]" ); ?>
Open up the file you would like to have your links on. This file must have an extension to it is parsed by PHP, normally it is one of the following .php, .phtml, .php3, .php4 or .php5, but it can what ever your web server is configured to.
Find the place where you would like to have the links displayed, and simply write the following:
<?php include( "linkex/data/output/1001" ); ?>
The code above assumes that you have installed LinkEX in to a folder called linkex, and that it is the default first category you would like to display. 1001 represents the category id found in under the admin interface. "
Where would the file go? In what directory? What should I put in the file?
I have no idea about PHP so while it might sound easy for you guys, this is Chinese to me!
I made a PHP file called a.php over here:
http://www.vincentmoving.com/linkex/a.php
No clue....