do you have have script mod? that post random images in an ordinary .html file?
thanks
http://forum.coppermine-gallery.net/index.php?board=57.0
not for ordinary html files though, this is not possible. HTML files are static, there can be no dynamci content in it. The thread Abbas Ali has mentioned is for non-coppermine pages that need to be php-powered though.
abbas ali your talking about the
CpmFetch - Using CpmFetch on HTML pages via SSI
yeah?
i dont quite get it is there any addon installion converting it to a java script?
like in phpbb topic anywhere..?
no, there's no JavaScript gimmick available that can do this.
so its pure php gaugau?
so whats the CpmFetch all about?
sorry im at noob at this
It would depend on your webhost server setup, but it could be possible to set up html files to be parsed as php files.
Hi there,
There is a solution, but not so pretty. You could create an iframe in your html file pointing to a php file that does all the hard work:
<iframe src="myphpfile.php" height="100" width="100"></iframe>
Then myphpfile.php containts the code to display whatever you prefer.
Hope this helps,
Steve.
thanks steverobbins! big help :)
the only thing i did was to insert<iframe src="http://www.site.com/gallery/random.php" framespacing="0" frameborder="no" border="0" bordercolor="#FFFFFF"" height="200" width="600" scrolling="no"></iframe>
so it would be clean...
now the only little problem i have is...
i need to create a new .php for the random images..
can any direct me where i can find the codes for this? mod i mean
yes: use cpmFetch as suggested above within random.php