%include:header%>
Below are the advertising packages we offer.
Have questions? Simply chat with us or leave a message. |
Want more? Check our our sister sites rates. |
|
if ($_SERVER[HTTP_HOST] == 'www.filecart.com') { ?>
File Cart
} else { ?>
File Cart
} ?>
|
if ($_SERVER[HTTP_HOST] == 'www.geekfiles.com') { ?>
The Geek Files
} else { ?>
The Geek Files
} ?>
|
if ($_SERVER[HTTP_HOST] == 'www.5starfiles.com') { ?>
5 Star Files
} else { ?>
5 Star Files
} ?>
|
if ($_SERVER[HTTP_HOST] == 'www.sharetheware.com') { ?>
Share the Ware
} else { ?>
Share the Ware
} ?> |
include("/home/filecart/www/clients/includes/config.php");?>
$current_site = "<%insert_title%>";
$numrows = mysql_num_rows(mysql_query("SELECT * FROM packages WHERE site = '$current_site'"));
if ($numrows < 1) {
echo "no results, try again";
}
else {
$sqlquery = "SELECT * FROM packages WHERE site = '$current_site' ORDER BY price_monthly";
$result = mysql_query($sqlquery);
?>
$i = 0;
while ($row = mysql_fetch_array($result)) {
$id = mysql_result($result,$i,"id");
$site = mysql_result($result,$i,"site");
$package = mysql_result($result,$i,"package");
$custom_package = mysql_result($result,$i,"custom_package");
$price_monthly = mysql_result($result,$i,"price_monthly");
$details = mysql_result($result,$i,"details");
$spots_taken = mysql_result($result,$i,"spots_taken");
$spots_open = mysql_result($result,$i,"spots_open");
$sample = mysql_result($result,$i,"sample");
$spots_notes = mysql_result($result,$i,"spots_notes");
$count = $i + $goodcounter;
if ($package == 'Custom')
$package = "Custom ($custom_package)";
$price_quarterly = number_format($price_monthly * 2.5, 2, '.', '');
$price_annually = number_format($price_monthly * 10, 2, '.', '');
$npa = number_format($price_annually / 2, 2, '.', '');
if ($spots_open == '0'){
$spots = "SOLD OUT, TRY ONE OF OUR SISTER SITES!";
}
if ($spots_notes){
$spots = "$spots_notes";
}
?>
=$package?>
=$details?>
| Sample URL: if ($sample) { ?>View } ?> |
if ($spots_notes || $spots_open == '0') { ?>
if ($spots == 'SOLD OUT, TRY ONE OF OUR SISTER SITES!') { ?> } ?>=$spots?> if ($spots == 'SOLD OUT, TRY ONE OF OUR SISTER SITES!') { ?> } ?> |
} else { ?>
Spots Taken: =$spots_taken?> |
Spots Open: =$spots_open?> |
} ?>
| Monthly |
$=$price_monthly?> |
BUY |
| Quarterly |
$=$price_quarterly?> |
BUY |
| Annually |
$=$price_annually?> |
BUY |
|
$i++; }?>
} ?>
|
<%include:footer%>