Quote:
Originally Posted by Brinnie
so can i display it on an extenal page or a completly different website if I wanted?
|
Ummmm...yes to the top one as long as you include GLOBAL.PHP (correct me if I am wrong Master Coders) :nervous: ..
And no to the second one because it creates the variable for the current page.
Quote:
Originally Posted by Living in music
In order to works,how do I declare(means that:to view 2 or 3 image,how I fill that blank) information at Image Filename Delimeter frame for this mod?
|
if your delimeter is "rand" then the filenames of your random images shoulr start or contain "rand" in it.
for example, in your images directory you have the following files:
image_01.gif
paramond.lpg
test.png
randcrazy.gif
randplay.png
collosal.gif
randjugo.jpg
Since the delimeter is "rand" the only files that will be cycled in the script are:
randcrazy.gif
randplay.png
randjugo.jpg
Quote:
Originally Posted by GrendelKhan{TSU
did I do this right?
[list=1]for the PATH and URL to Images, I used:
h ttp://ww w.mysitename.com/forums/images/random/
(I created a folder called "random")
|
The URL is correct BUT the PATH has to be the filesystem path as in "/home/name/public_html/forums/images/random/"