Skip to content

Instantly share code, notes, and snippets.

@seanwittmeyer
Last active April 30, 2020 21:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seanwittmeyer/910df568fc1dc50e18998aa6d3475cfd to your computer and use it in GitHub Desktop.
Save seanwittmeyer/910df568fc1dc50e18998aa6d3475cfd to your computer and use it in GitHub Desktop.
<?php
$sector = (isset($_REQUEST['sector'])) ? $_REQUEST['sector'] : 'dtw';
$icing_product = (isset($_REQUEST['icing_product'])) ? $_REQUEST['icing_product'] : 'ch14';
?>image_base = http://icingweather.proxydns.com/~lowice/goes/png/
file_of_filenames=files.<?php echo $sector;?>.<?php echo $icing_product;?>
controls = startstop,step,firstlast,speed
controls_style = background-color:white;
buttons_style = margin:3px;font-family:arial;font-size:20px;background:white;border-radius:10px;border-style:solid;border-color:gray;
dwell = 150
pause = 400
auto_refresh = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment