|
|
#1 |
|
Friendly Member :)
ABF Member - Gold
|
Ok here's one useful thread that will help you to redirect your traffic to any page, site, domain you want...
First of all i want to tell you few things - NEVER use redirecting at: 1. TGP galleries 2. Free Sites 3. Anything you're submitting to any other site in order to get it's traffic Now why you want to redirect surfers? Well sometimes you just need to Let's say you have some domain that is getting lots of traffic from spain but you can't convert it. You filter those surfers and then redirect them to site of yours that's on Spanish. This may be stupid example but i couldn't think of something better lol anyway who needs traffic redirection already has plans how to use it There are few ways to do traffic redirection: 1. You can do it using HTML - <meta http-equiv=refresh content="10;url=http://yourdomain.com/wher-to-redirect.html"> Explaining: Add this line of code between <head> and </head> tags in source code of page you want to redirect from (it can be index.html of your domain or any other page). Number "10" is number of seconds after surfers will get redirected, you can change it to 0 for instant redirection or to any other number... 2. You can do it with JavaScript First part of code goes between <head> and </head> tags of your page source code <script language="JavaScript"> <!-- var time = null function move() { window.location = 'http://yourdomain.com' } //--> </script> The second part of code goes inside your <body> tag, and it will look like this after you add it <body onload="timer=setTimeout('move()',5000)"> Explaining: First part of code is where you will set where the surfer will be redirected (change yourdomain.com with wanted urs). The second part of code is where you will setup time after surfer will be redirected (time is in miliseconds, not in seconds, btw 1000 miliseconds equals to one second)
__________________
~~~ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. Page - Check out what makes me money & how To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. Submit Your Free Sites and Blogs to To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
|
|
|
| Sponsored Links | |||||
|
|
![]() |
|
||||||
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Link liste - spiskovi i iskustva | Nenad | EU Webmasters | 19 | 06-27-2007 04:50 PM |
| List of TGP / MGP scripts and Traffic Trading scripts | Kide83 | Articles / Tutorials / Tools | 5 | 05-15-2007 07:38 AM |
| How to Filter Traffic | Kide83 | Articles / Tutorials / Tools | 0 | 01-03-2007 01:10 AM |
| Brand New Traffic Sponsor Program | Clicked-Adult-Traffic | Traffic Biz | 0 | 10-06-2006 05:16 AM |
| NEW automatic system of selling and buying MGP/TGP traffic | trafficholder | Adult Webmasters | 2 | 06-07-2006 01:39 PM |