Image Secure Pages Generator - Set Default Action

Config_number (f01) :
Product Tablename (f02):
Product image fieldname (f03):
Product ID fieldname (f04):
Product fieldname (f05):
With Member ID Control (1 is yes, 0 is no) (f06):
Member ID fieldname (f07):
Image ID Variable (f08):
Go Back to Pgno (f09):


Example

<?php
if(defined('INCLUDE_CHECK')) {

$f02=$_GET[0]['f02'];
$f02=test_input($f02, $sqllink);

$time1=$_SERVER['REQUEST_TIME'];
$time=date("Y-m-d H:i:s", $time1);

require_once('../../../ahidden/config$f01.php');

$sqllink=$sqllink$f01;

$sqloset2="SELECT `$f05` AS `keywords` FROM `$f02` WHERE `$f04`='$f02'
if($f06==1){ AND `$f07` ='$$f08' } ";
$rsloset2=mysqli_query($sqllink, $sqloset2)or die(mysqli_error($sqllink));
while($rowoset2 = mysqli_fetch_assoc($rsloset2)){
extract($rowoset2);
}//end while($rowoset2 = mysqli_fetch_assoc($rsloset2))

if($cfmtoken==1){
$f01=test_input($_POST['f01'], $sqllink);
$sqloset2="UPDATE `$f02` SET `$f03`='$f01' WHERE `$f04`='$f02'";
$goto=$f09;

if($keywords){
$rsloset2=mysqli_query($sqllink, $sqloset2)or die(mysqli_error($sqllink));

echo "<meta http-equiv=
"refresh
" content=
"0;

url=$phpself1?pg=$goto&pgs=2&lag=1&pgno=1&sqllimit=15
">
";
}else{
echo "<span class='text-danger'>The images and product not match, action abort!</span>
";
}//end if($keywords)

}//end if($cfmtoken==1)

}//end if(defined('INCLUDE_CHECK'))

?>