Add username to banner url!?
Welcome, Guest . Please login or register .
December 04, 2008, 07:46:07 PM
Pages: [1 ]
Author
Topic: Add username to banner url!? (Read 5064 times)
woostar
Newbie
Karma: +0/-0
Offline
Posts: 2
Hi folks ::~
Wonder if someone can give me a hand ~ is there anyway i can alter the mambo code very slightly so that I can track who click on which banner...
for example if I put:
http://www.bluehost.com/track/woostar/ref?= into the the manner manager...
I would like the mambo username to be added to the end?
I know this is so simple I'll kick myself when u tell me but alas I'm totally hopeless
Cheers Guys
W
« Last Edit: July 26, 2005, 08:14:28 PM by woostar »
Logged
Luke Thomas
Newbie
Karma: +0/-0
Offline
Posts: 16
Yes this is very simple for programmers. I can tell you if I just have access to the code right now. You may wanna look at login.php. But the question is, why you want to do that. I'm just wondering, maybe you're just wasting your time.
Logged
woostar
Newbie
Karma: +0/-0
Offline
Posts: 2
Yes this is very simple for programmers. I can tell you if I just have access to the code right now. You may wanna look at login.php. But the question is, why you want to do that. I'm just wondering, maybe you're just wasting your time.
I want to do this to offer reward points to ppl who support the website.
was thinking that i need to add the username variable to mod_banner.php somewhere...
was thinking somewhere in the code below???
echo $banner->custombannercode; } else if (eregi( "(\.bmp|\.gif|\.jpg|\.jpeg|\.png)$", $banner->imageurl )) { $imageurl = "$mosConfig_live_site/images/banners/$banner->imageurl"; echo "<a href=\"".sefRelToAbs("index.php?option=com_banners&task=click&bid= $banner->bid")."\" target=\"_blank\"><img src=\"$imageurl\" border=\"0\" alt=\"Advertisement\" /></a>";
Any help would be appreciated.
Thanks
Logged
cowboy
Woostar, This seems like a good idea but you need to track whether the user had already clicked a certain banner. Otherwise, the system will get abused just to get rewards. About the code, I think that's the exact code for the banner.
Logged
Pages: [1 ]