Bugs » [Problem] No Links Showing

added on Mar 20, 2007 by John
Hello,

Installed great, options set, 3 catagories made, manual link added, with recip off.

pasted in to links.php
<?php include( "C:\Home\l\a\ladiesthatdo\www\linkex\data\output\1001" ); ?>
<?php include( "C:\Home\l\a\ladiesthatdo\www\linkex\data\output\1002" ); ?>
<?php include( "C:\Home\l\a\ladiesthatdo\www\linkex\data\output\1003" ); ?>

Path seems correct.

Output, Catagory, Links files and folders are populated.

No links are shown on links.php

Help please. Regards.
added on Mar 20, 2007 by v0id
Hey.

You say that the output files are populated? Can you try use the relative path instead? if you have your test.php in
your root folder, use
<?php include 'linkex/data/output/1001'; ?>

Did that help?

- v0id
added on Mar 20, 2007 by John
Yup, that seems to work =)
Thanks,

Gr8 script btw.
added on Mar 22, 2007 by v0id
Thanks :)

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.