Board ArchivesSite FeaturesActiveworlds SupportHistoric Archives |
tiptronic // User Search
tiptronic // User Searchneed help in setting up TV stationJan 12, 2003, 2:26pm
Hi, i want to setup a Tv station in AWteen. anyone can give me information
of how to create one? need help for TV stationJan 12, 2003, 2:26pm
Hi, i want to setup a Tv station in AWteen. anyone can give me information
of how to create one? need help for TV stationJan 12, 2003, 10:45pm
Yes please. that will be great if you can do that :)
maybe post the script here. i'm sure there still many people looking for this :) Tiptronic [View Quote] need help for TV stationJan 13, 2003, 8:19am
Thanks Maki for the offer :)
Ananas was right, i've my own website Also here I would like to thanks Pineriver for the PHP script. Here is the script if ne1 interested: <?PHP $aPics = array ( 'picture1', 'picture2', 'picture3', 'picture4' ); $DocRoot = './'; $i = time()%sizeof($aPics); $Basename = $aPics[$i].'.jpg'; $Filename = $DocRoot.'/'.$Basename; Header ('Content-type: image/jpeg'); Header( 'Content-Disposition: attachment; filename='.$Basename ); readfile ($Filename); ?> The script takes a different image everytime a request comes in. It uses all images in the array $aPics - they are expected to be in the same directory where the script is too. In AW you just use the update= modifier of the create picture command. |