Log in

View Full Version : CJUltra- links on every page?



maverick
08-13-2006, 05:18 AM
Hi,

I just installed this script called cjultra from http://www.cjultra.com/ and it seems like a pretty good script.

I'm having one problem though,I have 100 pages or more on my site and don't want to have to edit each page everytime i get a new link.

Is there anyway of uploading the links on a text document and use a php script to call the txt doc and load the links in my affiliate box like the include function?

Thanks

thetestingsite
09-02-2006, 06:13 PM
you should be able to just use the include function to call the links from the txt file. Just place
<? include('linkfile.txt'); ?> anywhere on the page that you would like to put the links at.