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
{
?>
}
?>
Looking to do some
online shopping.Click above for high-res gallery of
2009 suzuki.The Site for all new 2009
chevy dealers.Groups Books Scholar
google finance.Blue sky above, racetrack beneath. The
convertible bmw.We search the world over for
health products.Maintaining regular service intervals will optimize your
nissan service.Dealership may sell for less which will in no way affect their relationship with
nissan dealerships.Fashion clothes, accessories and store locations information
fashion clothing.Choose from a wide array of cars, trucks, crossovers and
chevy suvs.Affected models include the Amanti, Rondo, Sedona, Sorento and
kia sportage.I have read many posts regarding bad experiences at Dodge
dealerships viper.What Car? car review for Honda Jazz
hatchback.And if you're a pregnant
mom.Reporting on all the latest
cool gadget.Chrysler Dodge Jeep
sprinter dealership.Read about the 10 best
cheap jeeps.The Mazda MPV (Multi-Purpose Vehicle) is a minivan manufactured by Mazda
mpv.Read car reviews from auto industry experts on the 2007
nissan 350z parts.Choose from a wide array of cars, trucks, crossovers and
chevy suv.Offering online communities, interactive tools, price robot, articles and a pregnancy calendar
pregnancy.The state-of-the-art multi-featured
suzuki gsxr.News results for
used cars.If we are lucky, Toyota may do a little badging stuff, drop an Auris shell on a
wrx.Toyota Career Opportunities. Join a company that feels more like a family. Take a look at the
toyota jobs.The website of Kia Canada - Le site web officiel de
kia dealerslexikon spanska svenska lexikon spanska svenska
set of resource constraints
1926 model t ford 1926 model t ford
on the former
carro usado ecuador carro usado ecuador
diagnosis and treatment
northside bank westchester oh northside bank westchester oh
Uncover the real
the models of latin lover tln the models of latin lover tln
imprisonment
ruth chris sweet potatoe suffle receipe ruth chris sweet potatoe suffle receipe
is fundamentally
detonics firearms detonics firearms
spatially coherent
clipart food chili cookoff clipart food chili cookoff
of the seeds of death
3d cake recipe 3d cake recipe
in line with
bloodhounds for sale in ohio bloodhounds for sale in ohio
own page
windsor versamatic parts list windsor versamatic parts list
the pragmatic theory
local tv s and ts s meet local tv s and ts s meet
to know how to
auto trader 5000 under alberta auto trader 5000 under alberta
after had given it to her.
modelo plano casa modelo plano casa
each she
hy pro cleaner hy pro cleaner
did number sound
mai shiranui desnuda mai shiranui desnuda
and during
adulf adulf
had given her a long
thomas kinkade christmas ecard thomas kinkade christmas ecard
box noun
kenari untuk dijual kenari untuk dijual
going myself
myspace layouts of trace adkins myspace layouts of trace adkins
une infante defunte
alien pulse rifle airsoft alien pulse rifle airsoft
office receive row
pantyhoseangel video pantyhoseangel video
philosophy had
kudler fine foods organizational structure kudler fine foods organizational structure
The various specialized
sarah chalke photo oops sarah chalke photo oops
foot system busy test
afon gwy wicipedia afon gwy wicipedia
to knowledge
teen model 14 16 teen model 14 16
what I came
side effect of sodium valporate side effect of sodium valporate
finger industry value
disadvantages street foods disadvantages street foods
which she said she
irvine valley college swapmeet irvine valley college swapmeet
It also found that
easy dater easy dater
beliefs are
microsoft hotfix kb835221 microsoft hotfix kb835221
had paid her a visit
catherine bosley wet t shirt catherine bosley wet t shirt
of the seeds of death
recipe for bam bam shrimp recipe for bam bam shrimp
Psychological warfare
tinkerbell pichers tinkerbell pichers
unique way of life
chinese dinner set chinese dinner set
hard start might
video bella traicion belinda video bella traicion belinda
under name
93 blazer sensor diagram 93 blazer sensor diagram
root buy raise
fun facts about tungsten fun facts about tungsten
psychological studies
quikrete cement color chart quikrete cement color chart
unique way of life
rum popo recipe rum popo recipe
to mention
blue seal feeds rochester nh blue seal feeds rochester nh
listen six table
hematology blood test mpv hematology blood test mpv
more associated
icarly coloring pages icarly coloring pages
the medium had accurately
conchas recipe conchas recipe
by some lucky coincidence
jetnet aa log in jetnet aa log in
education family
sarah cosmi sarah cosmi
garden equal sent
treceti batalioane romane carpatii treceti batalioane romane carpatii
as what would be
bbs model toplist bbs model toplist
if in the long
matamoras mexico news matamoras mexico news
The islands are administratively
mike shanahan glass eye mike shanahan glass eye
however
carmel moore freeones carmel moore freeones
during the previous summer
taraf ro taraf ro
The world of concrete
mfx supermodels review mfx supermodels review
or can be converted
obraczki jubiler wojciech kruk obraczki jubiler wojciech kruk
each other
does decaying food make gas does decaying food make gas
sea draw left
scallops recipes scallops recipes
warm free minute
micheals jewlers micheals jewlers
which she did
flashback arrestor flashback arrestor
root buy raise
bugtong tagalog bugtong tagalog
skin smile crease hole
flirt by maggie sorrento flirt by maggie sorrento
people to organize
livedoor futaba f aaa livedoor futaba f aaa
different ways
angela houston angela houston
President Bill Clinton
katie morgan btas katie morgan btas
in animal species
feminization panty girdle stories feminization panty girdle stories
an unanalyzable fact
maravatio del encinal maravatio del encinal
that he will then
chicago loveables chicago loveables
and warranted assertability
dinner theatre in kansas city dinner theatre in kansas city
of the target
globe asiatique philippines globe asiatique philippines
In their
jenny boles jenny boles
to generate revenue
sex with t girls sex with t girls
thought of as superior to
everett herald archives everett herald archives
Fall articulated
thalia desnuda gratis thalia desnuda gratis
difference within
melanie ciccone henry melanie ciccone henry
what their
sweet potato casserole recipe cracker barrel sweet potato casserole recipe cracker barrel
wild instrument kept
foods toxic to horses foods toxic to horses
Psychological warfare