tiptronic // User Search

tiptronic // User Search

1  |  

need help in setting up TV station

Jan 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 station

Jan 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 station

Jan 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 station

Jan 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.

1  |  
Awportals.com is a privately held community resource website dedicated to Active Worlds.
Copyright (c) Mark Randall 2006 - 2021. All Rights Reserved.
Awportals.com   ·   ProLibraries Live   ·   Twitter   ·   LinkedIn