Reply
NEED HELP! ANYbody know a good banner link tracking site? and password protection?
Old 10-13-2002, 09:19 PM
ghettocars's Avatar
Defies a Status

Posts: 1,733
Name: Josh
Location: Miami, FL
nope that just gpes for one user and only password, i could script you the username part, but i dont know about the multiple users part.

if multiple users is waht you want, use the script i gave you.
__________________
www.goatslacker.com
ghettocars is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 09:20 PM
freepcgames's Avatar
Skilled Talker

Posts: 69
Location: Edmonton, Alberta
that is only allowed for one user? Is there a way that maybe you can copy and paste the password area so it makes multiple, or is it not modifyable?
__________________
I am who I am....PM me on this if you need any information : P
freepcgames is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 09:21 PM
ghettocars's Avatar
Defies a Status

Posts: 1,733
Name: Josh
Location: Miami, FL
yea, use the script i gave you. play with it. get to know each other lol

its a really good one.
__________________
www.goatslacker.com
ghettocars is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 09:22 PM
freepcgames's Avatar
Skilled Talker

Posts: 69
Location: Edmonton, Alberta
ok thanx for all this info, i will use the one you have. Anyways, I need help on the banner linking info
__________________
I am who I am....PM me on this if you need any information : P
freepcgames is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 09:25 PM
freepcgames's Avatar
Skilled Talker

Posts: 69
Location: Edmonton, Alberta
you know, i still cant use the links you gave(for banner), i still need links that count how many people clicked through it and stuff like statistics. it would be helpful if it includes a banner rotater, on it's own server because my freehosts does not allow hotlinking. I just want to know who clicks on it and stuff, it's important
__________________
I am who I am....PM me on this if you need any information : P
freepcgames is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 09:27 PM
ghettocars's Avatar
Defies a Status

Posts: 1,733
Name: Josh
Location: Miami, FL
i wanna know that too.... lol
__________________
www.goatslacker.com
ghettocars is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 09:30 PM
freepcgames's Avatar
Skilled Talker

Posts: 69
Location: Edmonton, Alberta
i think i found one, but it doesnt say if it works on images and banners. it's located at www.urllog.com , do you mind if you take a look for me? cause it gives codes for the links, but it doesnt say or i cant find it if it allows images or banners to use it
__________________
I am who I am....PM me on this if you need any information : P
freepcgames is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 09:31 PM
ghettocars's Avatar
Defies a Status

Posts: 1,733
Name: Josh
Location: Miami, FL
well the AD rotating script i can hook ya up with...

<BODY>

<SCRIPT LANGUAGE="JavaScript">

<!-- Begin
var how_many_ads = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="The World's Largest Online Bookstore, Amazon.com";
url="http://www.amazon.com";
alt="amazon.com";
banner="http://imageserv.imgis.com/images/Ad12669St1Sz1Sq1_Ban1.gif";
width="468";
height="60";
}
if (ad==2) {
txt="Palm III by 3Com, in stock!";
url="http://cybershop.com/";
alt="cybershop.com";
banner="http://imageserv.imgis.com/images/Ad13189St1Sz1Sq5_Ban10.gif";
width="468";
height="60";
}
if (ad==3) {
txt="Find it at GoTo.com";
url="http://www.goto.com";
alt="goto.com";
banner="http://imageserv.imgis.com/images/Ad13700St1Sz1Sq1_Ban1.gif";
width="468";
height="60";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');
// End -->
</SCRIPT>

<!-- Script Size: 1.44 KB -->




as for the statistics, ive asked about that many times but the only way to do that is in PHP, and im not really all taht good in PHP to do that kind of thing.
__________________
www.goatslacker.com
ghettocars is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 09:32 PM
freepcgames's Avatar
Skilled Talker

Posts: 69
Location: Edmonton, Alberta
you can try the demo here http://www.urllog.com/s?demo=1

If it could, i can probably add an image code to it so it shows my image at the same time and it logs the info...i appreciate it!
__________________
I am who I am....PM me on this if you need any information : P
freepcgames is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 09:33 PM
freepcgames's Avatar
Skilled Talker

Posts: 69
Location: Edmonton, Alberta
if you cant, that's okay, i can probably get someone to code it for me...
__________________
I am who I am....PM me on this if you need any information : P
freepcgames is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 09:36 PM
ghettocars's Avatar
Defies a Status

Posts: 1,733
Name: Josh
Location: Miami, FL
yup, that tracks everything, you really dont need to set up a special one for tracking images.

just insert the special line of coding when you want to track a banner. thats a great website youve found. good job.

now all there is left to track is the number of impressions the banner makes.
__________________
www.goatslacker.com
ghettocars is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 09:38 PM
ghettocars's Avatar
Defies a Status

Posts: 1,733
Name: Josh
Location: Miami, FL
no, it tracks images, its not really nothing special to track images. its the same thing as tracking links.

you just track the link of the image and then insert the image. like this:

<a href = "YOUR ACCOUNT AT URLLOG.COM"><img src = "banner image source.jpg" border=0></a>

thats all.
__________________
www.goatslacker.com
ghettocars is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 09:40 PM
freepcgames's Avatar
Skilled Talker

Posts: 69
Location: Edmonton, Alberta
ok thanx! I am ok now...
__________________
I am who I am....PM me on this if you need any information : P
freepcgames is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 09:46 PM
freepcgames's Avatar
Skilled Talker

Posts: 69
Location: Edmonton, Alberta
hey, wait, i want to know one last thing,i want to combine the ad rotater code and the tracker logs, is that doable? And if so, what would it come out to be?
__________________
I am who I am....PM me on this if you need any information : P
freepcgames is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 09:48 PM
ghettocars's Avatar
Defies a Status

Posts: 1,733
Name: Josh
Location: Miami, FL
yea you can, just insert the special line of coding in the URL part of the variable.

I think thats waht im going to do.


I looked at the demo, looked confusing at first, needs a GUI but it works fine.
__________________
www.goatslacker.com
ghettocars is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 09:50 PM
freepcgames's Avatar
Skilled Talker

Posts: 69
Location: Edmonton, Alberta
GUI(dont understand what this is)? <BODY>



<SCRIPT LANGUAGE="JavaScript">

<!-- Begin
var how_many_ads = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="The World's Largest Online Bookstore, Amazon.com";
url="http://www.amazon.com";
alt="amazon.com";
banner="http://imageserv.imgis.com/images/Ad12669St1Sz1Sq1_Ban1.gif";
width="468";
height="60";
}
if (ad==2) {
txt="Palm III by 3Com, in stock!";
url="http://cybershop.com/";
alt="cybershop.com";
banner="http://imageserv.imgis.com/images/Ad13189St1Sz1Sq5_Ban10.gif";
width="468";
height="60";
}
if (ad==3) {
txt="Find it at GoTo.com";
url="http://www.goto.com";
alt="goto.com";
banner="http://imageserv.imgis.com/images/Ad13700St1Sz1Sq1_Ban1.gif";
width="468";
height="60";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');
// End -->
</SCRIPT>

<!-- Script Size: 1.44 KB -->

-------------
I think this
coding is a little bit difficult and defferent, can you please paste an example on?(not all, just the link and image parts.)
__________________
I am who I am....PM me on this if you need any information : P
freepcgames is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 09:52 PM
freepcgames's Avatar
Skilled Talker

Posts: 69
Location: Edmonton, Alberta
I think this
coding is a little bit difficult and different, can you please paste an example on?(not all, just the link and image parts.)

sorry, but i am still learning, i know i can be annoying sometimes,(or all the time) ......
__________________
I am who I am....PM me on this if you need any information : P
freepcgames is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 09:53 PM
ghettocars's Avatar
Defies a Status

Posts: 1,733
Name: Josh
Location: Miami, FL
ok GUI stands for General User Interface, and its what you see on screen now, if the site was well organized and had images and stuff to explain everything and make it more user friendly and less complicated, it would be better.

But its still good.
__________________
www.goatslacker.com
ghettocars is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 09:56 PM
freepcgames's Avatar
Skilled Talker

Posts: 69
Location: Edmonton, Alberta
how to replace the code and make it useful and combined....if you dont know what i mean...i know how to put more then 3 banners links on but i cant figure out the code for it to be tracked since it needs a special combine...
__________________
I am who I am....PM me on this if you need any information : P
freepcgames is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 10:08 PM
ghettocars's Avatar
Defies a Status

Posts: 1,733
Name: Josh
Location: Miami, FL
as for the example here it is:

<SCRIPT LANGUAGE="JavaScript">

<!-- Begin
var how_many_ads = 1; <----how many ads you want to rotate

var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads; <------randomizes the ads, to rotate


ad +=1; <---------AD one
if (ad==1) {
txt="The World's Largest Online Bookstore, Amazon.com"; <--- set the text that you want to appear under the banner, note: if you dont want this feature, tell me and ill remove it for you.

="http://www.amazon.com";
ok here is where the tracking goes, here is where you put in the special link code that URLLOG.com gave you, with the account.

once you have done this, just sit back and track!



alt="amazon.com"; <----set the alt here, what you want it to say when you place your mouse over the image.

banner="http://imageserv.imgis.com/images/Ad12669St1Sz1Sq1_Ban1.gif"; <----image URL goes here
width="468";
height="60";
}

document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');
// End -->
</SCRIPT>


there ya go
__________________
www.goatslacker.com
ghettocars is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to NEED HELP! ANYbody know a good banner link tracking site? and password protection?

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS