-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaffiliate_linkweb.php
39 lines (31 loc) · 2.27 KB
/
affiliate_linkweb.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?php
include('configuratie/configuratie.php');
include('includes/plug.php');
include('includes/doctype.php');
include("includes/lang/lang_".$_SESSION['lang'].".php");
$title = AFFILIATION;
?>
<html>
<head>
<?php include('includes/hoofding.php');?>
</head>
<body leftmargin="10" topmargin="10" marginwidth="10" marginheight="10">
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="1" CELLPADDING="5" class="TABLEBorderDotted"><TR class="TABLETopTitle">
<TD width="200" align="center"><b> </b></TD><TD align="center"><b><?php print CODE;?></b><br>...<i><?php print A_INCLURE;?>.</i></TD></TR><TR>
<TD width="200"><b><?php print UN_LIEN_DANS_EMAIL;?></b></TD><TD><?php print "http://".$www2.$domaineFull."/index.php?eko=".$_GET['numAff'];?></TD></TR><TR>
<TD width="200"><b><?php print UN_LIEN;?></b></TD><TD><?php print "<a href="http://".$www2.$domaineFull."/index.php?eko=".$_GET['numAff']."" target="_blank">".$store_name."</a>";?></TD></TR><TR>
<TD width="200"><b><?php print UNE_IMAGE;?></b></TD><TD><?php print "<a href="http://".$www2.$domaineFull."/index.php?eko=".$_GET['numAff']."" target="_blank"><img src="http://".$www2.$domaineFull."/im/banner/miniBanner.gif" border=0></a>";?></TD></TR><TR>
<TD width="200"><b><?php print UNE_BANNIERE;?></b></TD><TD><?php print "<a href="http://".$www2.$domaineFull."/index.php?eko=".$_GET['numAff']."" target="_blank"><img src="http://".$www2.$domaineFull."/im/banner/myBanner.gif" border=0></a>";?></TD></TR>
<TD width="200"><b><?php print IPOST;?></b>
<br>
<a href="http://www.ecomshop.be/help/hoe-affiliate.htm" target="_blank">Affiliate <b>IPOS</b></a>
</TD>
<TD>
<p align="center"><br>
<iframe src = "http://<?php print $www2.$domaineFull;?>/ipos/index.php?eko=<?php echo $_GET['numAff'];?>&lang=1&css=scss" align="center" scrolling="auto" width="480" height="550" hspace="0" vspace="0" frameborder="0" marginheight="0" marginwidth="0"><br>
</iframe><br>
</p>
</TD></TR>
</TABLE>
</body>
</html>