# Search file for "download_basic" skin - By Paul Alger
#
# This file displays the search block near the top of every page.
#
# Since this file is included using "php include", you can use
# any valid variables to display custom data in this page.
# For a complete list of variables that can be used in this page,
# please see variable_list.xls included with this script.
?>
echo $search_results; ?>
# Template file used with "download_basic" skin - By Paul Alger
#--------------------------------------------------------------
#
# This file displays the download entries on each page of the script.
# The code below is "looped" until each download entry is displayed.
#
# Since this file is included using "php include", you can use
# any valid variables to display custom data in this page.
# For a complete list of variables that can be used in this page,
# please see variable_list.xls included with this script.
?>
 |
echo $file_info[0]; ?>
echo $file_info[4]; ?>
|
File Size echo $file_info[8]; ?> |
Downloads echo $file_info[3]; ?> |
Upload date echo $file_info[6]; ?> |
# Template file used with "download_basic" skin - By Paul Alger
#--------------------------------------------------------------
#
# This file displays the download entries on each page of the script.
# The code below is "looped" until each download entry is displayed.
#
# Since this file is included using "php include", you can use
# any valid variables to display custom data in this page.
# For a complete list of variables that can be used in this page,
# please see variable_list.xls included with this script.
?>
 |
echo $file_info[0]; ?>
echo $file_info[4]; ?>
|
File Size echo $file_info[8]; ?> |
Downloads echo $file_info[3]; ?> |
Upload date echo $file_info[6]; ?> |
# Template file used with "download_basic" skin - By Paul Alger
#--------------------------------------------------------------
#
# This file displays the download entries on each page of the script.
# The code below is "looped" until each download entry is displayed.
#
# Since this file is included using "php include", you can use
# any valid variables to display custom data in this page.
# For a complete list of variables that can be used in this page,
# please see variable_list.xls included with this script.
?>
 |
echo $file_info[0]; ?>
echo $file_info[4]; ?>
|
File Size echo $file_info[8]; ?> |
Downloads echo $file_info[3]; ?> |
Upload date echo $file_info[6]; ?> |
# Template file used with "download_basic" skin - By Paul Alger
#--------------------------------------------------------------
#
# This file displays the download entries on each page of the script.
# The code below is "looped" until each download entry is displayed.
#
# Since this file is included using "php include", you can use
# any valid variables to display custom data in this page.
# For a complete list of variables that can be used in this page,
# please see variable_list.xls included with this script.
?>
 |
echo $file_info[0]; ?>
echo $file_info[4]; ?>
|
File Size echo $file_info[8]; ?> |
Downloads echo $file_info[3]; ?> |
Upload date echo $file_info[6]; ?> |
# Template file used with "download_basic" skin - By Paul Alger
#--------------------------------------------------------------
#
# This file displays the download entries on each page of the script.
# The code below is "looped" until each download entry is displayed.
#
# Since this file is included using "php include", you can use
# any valid variables to display custom data in this page.
# For a complete list of variables that can be used in this page,
# please see variable_list.xls included with this script.
?>
 |
echo $file_info[0]; ?>
echo $file_info[4]; ?>
|
File Size echo $file_info[8]; ?> |
Downloads echo $file_info[3]; ?> |
Upload date echo $file_info[6]; ?> |
# Template file used with "download_basic" skin - By Paul Alger
#--------------------------------------------------------------
#
# This file displays the download entries on each page of the script.
# The code below is "looped" until each download entry is displayed.
#
# Since this file is included using "php include", you can use
# any valid variables to display custom data in this page.
# For a complete list of variables that can be used in this page,
# please see variable_list.xls included with this script.
?>
 |
echo $file_info[0]; ?>
echo $file_info[4]; ?>
|
File Size echo $file_info[8]; ?> |
Downloads echo $file_info[3]; ?> |
Upload date echo $file_info[6]; ?> |
# Footer file for "Basic Download" skin - by Paul Alger
#------------------------------------------------------
# This file is "included" at the bottom of every page. Since it
# is included using "php include", you can use any valid variables
# to display custom data in this page. For a complete list of
# variables that can be used in this page, please see
# variable_list.xls included with this script.
if ($total_files){
$tot = $total_files;
$siz = " - Database Size: $total_size";
}else{
$tot = 'Downloading 1';
$siz = '';
}
?>
|