Xko
02-08-2005, 04:30 PM
Hey...
I am trying to use a Random Quotes Generator Script from www.liquidfrog.com
The instructions i have followed (to the letter i might add!) are as follows...
(1) Unzip the distribution file to your local PC.
(2) Create a directory on your web server root and call it randomquotes.
(2) Upload codelock.php config.php, thequotes.txt and randomquotes.php to the randomquotes directory you just created.
(3) Chmod the randomquotes directory to 777.
(4) Edit the config.php file to suit your needs using notepad or something similar and save the file back to the server (a full explanation of the variables is given in the file).
(5) Include randomquotes.php in the page where you want it to appear. To do this use the lines below:
<?php
include('http://www.yoursite.com/randomquotes/randomquotes.php');
?>
(6) That's all.
Now i have done all that (and changed yoursite.com to my site address etc) yet the script does not work on my index.html page (here) (http://www.blme.org.uk). The 'quotes' should appear under the time and copyright thing at the bottom (for now anyway).
Can anyone shed any light to where i may have gone wrong? :confused:
(Thankfully no mysql database stuff is involved here - for info). :)
I am trying to use a Random Quotes Generator Script from www.liquidfrog.com
The instructions i have followed (to the letter i might add!) are as follows...
(1) Unzip the distribution file to your local PC.
(2) Create a directory on your web server root and call it randomquotes.
(2) Upload codelock.php config.php, thequotes.txt and randomquotes.php to the randomquotes directory you just created.
(3) Chmod the randomquotes directory to 777.
(4) Edit the config.php file to suit your needs using notepad or something similar and save the file back to the server (a full explanation of the variables is given in the file).
(5) Include randomquotes.php in the page where you want it to appear. To do this use the lines below:
<?php
include('http://www.yoursite.com/randomquotes/randomquotes.php');
?>
(6) That's all.
Now i have done all that (and changed yoursite.com to my site address etc) yet the script does not work on my index.html page (here) (http://www.blme.org.uk). The 'quotes' should appear under the time and copyright thing at the bottom (for now anyway).
Can anyone shed any light to where i may have gone wrong? :confused:
(Thankfully no mysql database stuff is involved here - for info). :)