PDA

View Full Version : Just simple question


bosss
04-27-2008, 12:14 AM
will ask .. what is vbulletin phpinclude_start template, and how and where found that?

need for add this code bellow -coppermine gallery -to get random pictures on my cmps portal!

//random images from coppermine//
$randomimg = implode("", file("http://127.0.0.1/gallery/crandom.php"));
//end of random images from coppermine//

regards

bosss

Brian
04-28-2008, 02:28 PM
The phpinclude_start template hasn't been used in vBulletin in quite some time. This thread (http://www.vbadvanced.com/forum/showthread.php?t=28545&highlight=%24randomimg) might be what you're looking for though.

Our Sponsors
 

bosss
04-28-2008, 03:29 PM
Thanks for help!

regards

bosss