PDA

View Full Version : Top List questions


Josea
09-06-2004, 01:51 PM
I've been surfing some top lists and I notice that some don't seem to have a way to link back. At least I couldn't find it on their sumit form. So I wonder how one sents them back traffic?

Some links go to other top lists so I guess they have a link back as part of the links. But on some of the pages I visited I couldn't find recips. (Perhaps they were blind links and that's why I couldn't find them since I was looking the name of the toplist.)

So if I submit a site to one of these, do I have a blind recip leading back to their top list?

I guess the reason I'm confused is that on submit forms for tgps and freesites there is often a place to put down the URL of the recip and I can't find it on some toplists.

:confused:

Itchy
09-06-2004, 04:49 PM
Most top lists don't care where or even how you link back to them cause You'll not show up on the list unless you send hits :)

If your allowed open a blur window so that you send a hit with everyone that hits your site :)

Blur the window to open under all open windows and the surfer doesn't really know where the window came from.

This is a old site of mine that blurs a window. Now this only works if they don't have a popup blocker on, so make sure you have a link to the topsite hard coded in the page as well ( I don't here but like I said it's a old site)
http://asiangirl.fnpsites.com/
this is the code I used to pop the window
<SCRIPT language="JavaScript">
<!--
window.open('http://www.easyeraser.com','_blur');

if (window.focus) {
window.focus(); }
// -->
</SCRIPT>
And this goes between your <head></head> tags

nightdrive
09-06-2004, 10:40 PM
I've been surfing some top lists and I notice that some don't seem to have a way to link back. At least I couldn't find it on their sumit form. So I wonder how one sents them back traffic?

:confused:

The don't give you the return recip until after you submit the form because it is unique - i.e. how they count that you sent the hits. It might look like:

http://www.topsite.com/myScript.php?id=YourAccount

This is different than TGP toplists which usually just count traffic from a specific URL that you register.

Josea
09-07-2004, 12:54 AM
The don't give you the return recip until after you submit the form because it is unique - i.e. how they count that you sent the hits. It might look like:

http://www.topsite.com/myScript.php?id=YourAccount

This is different than TGP toplists which usually just count traffic from a specific URL that you register.Oh, I get it now.

Thanks again, NightDrive.
:)