HEX
Server: Apache
System: Linux www3.pit.tblive.com 5.14.0-687.38.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Aug 12 17:19:12 EDT 2026 x86_64
User: awaldron (1020)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/awaldron/www/archive/damratoski/railgold.php
<?php
error_reporting(0);
if(phpversion() >= "4.2.0") {
extract($HTTP_POST_VARS);
extract($HTTP_GET_VARS); 
}

$numpics = 21; 
if (!($img)) { $img = 1; }

if ($img < 3) { $min = 1; $max = 5; }
else if ($img > ($numpics-2)) { $min = 17; $max = 21; }
else { $min = $img - 2; $max = $img + 2; }

require("_header.php");
?>

<P><img src="gui/gallery08.jpg" align="left">

<P><span class="title">Handrails</span>

<P>John Damratoski's patented metal Rail Gold, incorporates a rich golden color and texture with sleek lines.
When looking at it up close or from afar, it gives the appearance of real gold. This unique finish shows no 
fingerprints when touched; making it extremely maintenance free.

<P>This patented metal is only available on John's custom works, and can provide your home with brilliant 
golden reflections.

<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>

<?php
require("_footer.php");
?>