 |
 |
 |
| Logos und Klingeltöne
im Internet
|
|
 |
- 
-
-
|
|
|
 |
 |
|
$PID="ea9a9";
$uid="961";
if(isset($typ) && !isset($Typ)){
$Typ = $typ;
}
if($Typ=="" || !isset($Typ)) $Typ=4;
if(isset($Kategorie) && $Kategorie!="") { $Kategorie = urlencode($Kategorie); }
$Artist=urlencode($Artist);
$Titel=urlencode($Titel);
if($bestellen=="ja"){
include("http://partner.handyfritz.de/order.php?PID=$PID&Typ=$Typ&ID=$ID&Kategorie=$Kategorie&L=$L&Artist=$Artist&Titel=$Titel&inc=ja&mcto=$mcto&pay=$pay");
}
else {
if(isset($Kategorie) && $Kategorie!="" && $pos!="" && $pageview!="")
{
$inc_code="http://partner.handyfritz.de/content.php3?PID=$PID&Typ=$Typ&Kategorie=$Kategorie&pos=$pos&pageview=$pageview&inc=ja&mcto=$mcto&pay=$pay";
}
else if(isset($Kategorie) && $Kategorie!="")
{
$inc_code="http://partner.handyfritz.de/content.php3?PID=$PID&Typ=$Typ&Kategorie=$Kategorie&inc=ja&mcto=$mcto&pay=$pay";
} else
{
$inc_code="http://partner.handyfritz.de/content.php3?PID=$PID&Typ=$Typ&inc=ja&mcto=$mcto&pay=$pay";
}
include($inc_code);
}
?>
|
|