include("config.php");
$str=array("#fname#");
$str1=array("#lname#");
$customer_id = 321;
$site_id = 352;
$query_site_id = $con->select_query("customer_site_detail","*","where site_id=".$site_id);
$row_site = mysql_fetch_object($query_site_id);
if(isset($HTTP_GET_VARS['template_id']))
{
$template_id = $HTTP_GET_VARS['template_id'];
}
else
{
$template_id = $row_site->site_template_id;
}
$query_template_detail = $con->select_query("template_detail","*","where template_id=".$template_id);
$row_template_detail = mysql_fetch_object($query_template_detail);
if($con->total_records($query_site_id)==0)
{
echo "
There is no review site defined";
die();
}
else
{
$site_id = $row_site->site_id;
}
$query_customer = $con->select_query("customer_detail","*","where customer_id=".$row_site->customer_id);
$row_customer = mysql_fetch_object($query_customer);
$cust_cb = "";
if(empty($row_customer->customer_clickbankid))
{
$cust_cb = "Your-ClickBank-ID-Here";
}
else
{
$cust_cb = $row_customer->customer_clickbankid;
}
$intro = str_replace($str,$row_customer->customer_fname,$row_site->site_introduction);
$intro = str_replace($str1,$row_customer->customer_lname,$intro);
$chr = array("\\");
$long_review = str_replace($chr,"",$row_site->site_long_review);
$long_review = str_replace($str,$row_customer->customer_fname,$row_site->site_long_review);
$long_review = str_replace($str1,$row_customer->customer_lname,$long_review);
$ip = $_SERVER['REMOTE_ADDR'];
if(isset($HTTP_GET_VARS['aid']))
{
$campaign_id = $HTTP_GET_VARS['aid'];
}
else
{
$campaign_id = 0;
}
$fields = array("review_date"=>date("Y-m-d")
,"site_id"=>$site_id
,"ip"=>$ip
,"campaign_id"=>$campaign_id);
$con->insert_record("statistics_daily_report",$fields);
$cmpaign_id = $HTTP_GET_VARS['aid'];
$sp = explode("/",(($_SERVER['HTTPS']=='on')?'https://':'http://').$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']);
if($row_customer->customer_own_domain=="0")
{
if($sp[3]=="" || eregi(".php",$sp[3])==1)
$host = (($_SERVER['HTTPS']=='on')?'https://':'http://').$_SERVER['HTTP_HOST'];
else
$host = (($_SERVER['HTTPS']=='on')?'https://':'http://').$_SERVER['HTTP_HOST']."/".$sp[3]."/";
}
else
{
if($sp[2]=="" || eregi(".php",$sp[2])==1)
$host = (($_SERVER['HTTPS']=='on')?'https://':'http://').$_SERVER['HTTP_HOST'];
else
$host = (($_SERVER['HTTPS']=='on')?'https://':'http://').$_SERVER['HTTP_HOST']."/";
}
?>
echo $row_site->site_browser_title?>
_
 |
 |
| echo $row_site->site_big_title ?> |
 |
|
 |
| echo date("l, F j Y. h:i:s a"); ?> |
|
|
|
| echo $row_site->site_title ?> |
| |
| |
echo $intro ?>
|
$count = 0;
$i = 0;
$query_review = $con->select_query("review_site_detail","*","where customer_site_id=".$site_id." and review_site_status=1");
while($row_review = mysql_fetch_object($query_review))
{
$review_site_id[$i]= $row_review->review_site_id;
$review_rating[$i]= $row_review->review_rating;
$review_site_image[$i] = $row_review->review_site_image;
$review_site_rating[$i] = $row_review->review_site_rating;
$review_site_price[$i] = $row_review->review_site_price;
$review_site_url[$i] = $row_review->review_site_url;
$review_site_summary[$i] = $row_review->review_site_summary;
$review_name[$i] = $row_review->review_name;
$review_affiliate_link[$i] = $row_review->review_affiliate_link;
$review_clickbank[$i] = $row_review->review_clickbank;
$review_clickbank_merchant_name[$i] = $row_review->review_clickbank_merchant_name;
$dt[$i] = "Review Summary";
$i++;
}
$total_records = $con->total_records($query_review);
//echo " total recores:".$total_records;
$rows = ceil($total_records/3);
//echo $review_site_title[3];
$k=0;
$j=0;
$t=0;
$l=0;
$p=0;
$f=0;
$g=0;
$m = 0 ;
$n = 0;
?>
for($jjj=0;$jjj<$rows;$jjj++)
{
$temp =$total_records-3;
if($temp>=0)
{
$cols[$jjj]=3;
$width[$jjj] = "33%";
}
else
{
$cols[$jjj]=$total_records%3;
if($cols[$jjj]==1)
{
$width[$jjj] = "100%";
}
else if($cols[$jjj]==2)
{
$width[$jjj] = "50%";
}
}
$total_records = $total_records -3;
}
/*for($jjj=0;$jjj<$rows;$jjj++)
{
echo " ".$width[$jjj];
}*/
for($jjj=0;$jjj<$rows;$jjj++)
{
?>
for($i=0;$i<$cols[$jjj];$i++)
{
?>
| echo $review_rating[$j];?> |
|
|
echo $review_name[$j];?>
|
if($review_clickbank[$j]==1)
{
?>
}
if($review_clickbank[$j]==2)
{
?>
}
if($review_clickbank[$j]==3)
{
?>
}
?>
|
for($ii=1;$ii<=$review_site_rating[$j];$ii++)
{
?>
}
for($jj=$ii;$jj<=5;$jj++)
{
?>
}
?>
|
| Price: echo $review_site_price[$j]?> |
|
if($review_clickbank[$j]==1)
{
?>
Visit echo $review_name[$j] ?>
}
if($review_clickbank[$j]==2)
{
?>
Visit echo $review_name[$j] ?>
}
if($review_clickbank[$j]==3)
{
?>
Visit echo $review_name[$j] ?>
}
?>
$f++;
?>
|
|
if($i!=($cols[$jjj])-1)
{
?>
}
?>
|
 |
|
|
|
| |
echo $review_site_summary[$j] ?> |
|
|
if($i!=($cols[$jjj])-1)
{
?>
}
?>
|
|
|
$j++;
}
?>
|
}
?>
 |
|
//if($k==($total_records))
//break;
//}
?>
| echo $row_site->site_divide_bar?> |
|
echo $long_review;
?>
|
| |
$query_review = $con->select_query("review_site_detail","*","where customer_site_id=".$site_id." and review_site_status=1");
while($row_review = mysql_fetch_object($query_review))
{
?>
template_review_main_bg_color!="")
{
}
else
echo "bgcolor=\"".$row_template_detail->templat_main_bg_color."\"";
?>>
|
if($row_review->review_clickbank==1)
{
?>
}
if($row_review->review_clickbank==2)
{
?>
}
if($row_review->review_clickbank==3)
{
?>
}
?>
|
|
 |
 |
| Appropriate For : |
echo $row_review->review_site_appropriate?> |
| Main Focus : |
echo $row_review->review_site_mainfocus?> |
| Personal Support
: |
echo $row_review->review_site_personal_support?> |
| Extras &
Bonuses : |
echo $row_review->review_site_extra_bonus?> |
| Price : |
echo $row_review->review_site_price?> |
| Overall Rating
: |
5/ echo $row_review->review_site_rating?> |
| |
if($row_review->review_clickbank==1)
{
?>
Visit echo $row_review->review_name ?>
}
if($row_review->review_clickbank==2)
{
?>
Visit echo $row_review->review_name ?>
}
if($row_review->review_clickbank==3)
{
?>
Visit echo $row_review->review_name ?>
}
?>
|
|
|
$i=1;
$j=1;
$query_testimonial_detail = $con->select_query("testimonial_site_detail","*","where review_site_id=".$row_review->review_site_id,"","");
$total_record = $con->total_records($query_testimonial_detail);
while($row_testimonial_detail = mysql_fetch_object($query_testimonial_detail))
{
$qqq = $con->select_query("testimonial_site_detail", "*", "where testimonial_id=".$site_id, "", "");
$newnew = mysql_fetch_object($qqq);
?>
echo $row_testimonial_detail->testimonial_detail?>
|
if($i==1)
{
?>
 |
$i=2;
}
?>
|
echo $row_review->review_detail?> |
}
?>
|
|
 |
}
?>
 |
 |
| ............................................................................................................................................................................................................................................................ |
| |
include("template_footer.php")?>
| |
|
|
|
|
$chr = array("'","\"");
$title = str_replace($chr,"",$row_site->site_browser_title);
$type_of_review = $row_site->site_review_type;
if($row_customer->customer_affiliateid=="")
{
$customer_affiliateid ="http://www.freesitesignup.com/";
}
else
{
$customer_affiliateid =$row_customer->customer_affiliateid;
}
if(isset($_COOKIE['visisted']))
{
$display = "none";
}
else
{
$display = "block";
}
if($row_site->site_popup_status==1)
{
echo $row_site->site_popup_script_url;
}
else
{
?>
}
?>
Dodge news, vehicle information, offers, Dodge dealership viper.Get detailed information on newnissan 350.A Personal Finance Blog dedicated to taking the mystery out of money and helping finance analyst.Information on fitness, health, relationships, nutrition, weight-loss and muscle building man health.Find great deals on used Dodge dealership caliber.Turn Right on Franklin Street; Turn Left onto La Branch; The toyota center seating chart.Check out expert reviews for a new or used bmw 325i.Best pictures and video galleries boy mom.Explore theall-new 2009 nissan 350z.An Edmunds.com guide to the popular 2007 nissan 350z.Enter your postcode to find your nearest nissan dealer.Genuine factory kia parts.Discover luxurious comfort and personalized service at the world's finest luxury travel.Shop for Grind King thunderbird truck.This overview covers all generations of the Toyota rav 4.See reviews, specs, and pictures of mercury.Find and buy used Dodge srt 4 dealer.Toyota Park also hosts the Chicago Machine toyota park bridgeview.Discount airfares, cheap travel.The Toyota celica.The Nissan Sentra is a compact car made by automaker nissan sentra.Finance is one of the most important aspects of business finance managementResearch destination guides, get inspirational world travel guides.This guide to the Jeep grand cherokee.The BMW Z3 was the first modern mass-market roadster produced by bmw z3.Explore the 2009 nissan frontierlili taylor bikini lili taylor bikini
fish mountain color climax pictures color climax pictures
disarmament and antiwar mervin thomas in maryland mervin thomas in maryland
to be absent maple story meso generator download maple story meso generator download
tangled muddy travis fimmel calvin klein travis fimmel calvin klein
to solve residential hvac unit upgrade rebates residential hvac unit upgrade rebates
investigate religion's dr martens air wair dr martens air wair
clearly connect the definitions floating lanterns and thai floating lanterns and thai
The theme of angst 1059 o rock 1059 o rock
seven paragraph third shall jam recipes not raspberry jam jam recipes not raspberry jam
tail produce fact street inch craigs list bremerton washington craigs list bremerton washington
Berg and others swapping lt1 to carb swapping lt1 to carb
the pragmatic theory smithfield food case study smithfield food case study
My wife's mother jag fort hood texas jag fort hood texas
foot system busy test leg brace pretender stories leg brace pretender stories
branch match suffix rubik s 3x3 solution rubik s 3x3 solution
a few days later dissecting a fetal pig dissecting a fetal pig
identify. Heavy metal le corbusier sketch le corbusier sketch
with the earlier qpst download qpst download
amongst the nuclear haircolor for green eyes haircolor for green eyes
from scientific inquiry animais com mulheres transando animais com mulheres transando
sight thin triangle tie dye with food coloring tie dye with food coloring
James went on fine minerals of china fine minerals of china
arguments in Philosophy sexy beach addon save game download sexy beach addon save game download
cool design poor consulado colombiano en barcelona consulado colombiano en barcelona
Most other light sources wasel recipe wasel recipe
in is it you that he was buena mano philippines bpi buena mano philippines bpi
from scientific inquiry blue heart d bol blue heart d bol
law and hence madden 05 chet codes madden 05 chet codes
home read hand wax a toboggan wax a toboggan
behavior scientific central camionera de guadalajara central camionera de guadalajara
and known works colegio montessori puerto rico colegio montessori puerto rico
unique way of life sexy thick ethnic models sexy thick ethnic models
the previous year recipe honey dill dip recipe honey dill dip
The stuff recipe for cheese sticks recipe for cheese sticks
of this actual i only have one testical i only have one testical
expect crop modern empanadas recipe apple empanadas recipe apple
class wind question happen meaders james trust estate meaders james trust estate
fact for the lack hebe the greek goddess fast facts hebe the greek goddess fast facts
clean and noble 2007 1000cc sportbike shootout 2007 1000cc sportbike shootout
round man hairstyles for snowball dance hairstyles for snowball dance
king space playas nudistas en florida playas nudistas en florida
theme in popular deer food supplements deer food supplements
top whole hindi desi stories of yoni chut hindi desi stories of yoni chut
they have become newegg c0m newegg c0m
profession and other detox diet meal plans detox diet meal plans
in animal species sexy brazil girls sexy brazil girls
Richard Rorty cooking school in london ontario cooking school in london ontario
predicated of the persons are monoglycerides safe in foods are monoglycerides safe in foods
to a precarious holly gas wall furnaces holly gas wall furnaces
on annoyance often old grannies recipes old grannies recipes
fish mountain sep gob sep gob
more associated seafoam additive seafoam additive
tell does set three biography of fredricka whitfield biography of fredricka whitfield
with the external epiphany cake recipes epiphany cake recipes
My Teen Angst hot50plus pics hot50plus pics
of truth used mack truck engines used mack truck engines
distant fill east shirley ceasar church shirley ceasar church
Pestilence high standard shotgun model k 120 high standard shotgun model k 120
The opposite sweetened condensed milk recipes sweetened condensed milk recipes
he said to have free pic nip slip free pic nip slip
out as Herrin lensatic compass reading lensatic compass reading
reject the mug shots savannah police mug shots savannah police
gradually made perfect cooking classes palmdale lancaster california cooking classes palmdale lancaster california
behavior scientific