at skjule min affiliate
HejJeg har en affilate der ser saadan ud:
<!--Start Hotel Club Banner Code-->
<a href='http://www.hotelclub.net/enter.asp?id=xxxxx'><img src='http://www.hotelclub.net/content/creatives/t1.gif' border='0' alt='Find your Hotel'></a>
<!--End Hotel Club Banner Code-->
jeg har ogsaa fundet dette kode der hjaelper med at skjule min affiliate:
<?PHP
// This script is to be used with the Affiliate Jump Tutorial at www.stevedawson.com/articles.php
/************************************************************************/
/* PHP Affiliate Jump Script */
/* =========================== */
/* */
/* Written by Steve Dawson - http://www.stevedawson.com */
/* Freelance Web Developer - PHP, MySQL, HTML programming */
/* */
/* This program is free software. You can redistribute it and/or modify */
/* but please leave this header intact, thanks */
/************************************************************************/
/*
Save this page as jump.php and when linking to this script use the following:
<a href="jump.php?m=XXXXXX">XXXXXX</a>
Where XXXXXX is your merchant.
*/
if ($m == "") {$link = "http://www.stevedawson.com/mobiles/";} // Default Blank
if ($m == "Just Phones") {$link = "http://www.awin1.com/awclick.php?mid=97&id=38362";}
if ($m == "UKPhoneShop") {$link = "http://tracker.tradedoubler.com/click?p=985&a=949731&g=5119";}
/*
To add more jump links, just copy and paste one of
the lines above and modify the $m and $link values
*/
header("Location: $link"); // Jump to the hiddden affiliate URL above
exit();
?>
Er der nogen der kan hjaelpe til at vise mig hvordan kan jeg har den gif billede med i koden?
Tak
