Redirects Traffic

ShortCircuit

Newbie
Joined
Jul 6, 2014
Messages
43
Reaction score
0
Hi ,
sorry for the short post , but I need help ASAP , I want to make multiple redirects (like auto surf) , for example when you click my link example.com you will watch google.com then after 5 sec you will watch youtube.com etc , any one have a script or a javascript or html or anything that could help me.
Peace,
 
Hey,

What youwant is something like "Iframe script chaning SRC every X seconds". You wan't to load google, youtube some other site or even your local page every X seconds so why not do it in IFRAME.

As for the script - some links to get you started:
  1. http://www.aspdotnet-suresh.com/2013/04/jquery-reload-iframe-every-few-seconds.html
  2. https://stackoverflow.com/questions/30143094/how-to-refresh-an-iframe-with-ajax-every-5-seconds
  3. https://stackoverflow.com/questions...fresh-every-30-seconds-but-not-the-whole-page
  4. https://stackoverflow.com/questions...fresh-every-30-seconds-but-not-the-whole-page
It's rather easy to implement as the script is very very simple. Hope this helps.
 
most top companies don't allow iframing so if a site doesn't work that would be the reason
 
Hey,

What youwant is something like "Iframe script chaning SRC every X seconds". You wan't to load google, youtube some other site or even your local page every X seconds so why not do it in IFRAME.

As for the script - some links to get you started:
  1. http://www.aspdotnet-suresh.com/2013/04/jquery-reload-iframe-every-few-seconds.html
  2. https://stackoverflow.com/questions/30143094/how-to-refresh-an-iframe-with-ajax-every-5-seconds
  3. https://stackoverflow.com/questions/5146805/an-iframe-i-need-to-refresh-every-30-seconds-but-not-the-whole-page
  4. https://stackoverflow.com/questions/5146805/an-iframe-i-need-to-refresh-every-30-seconds-but-not-the-whole-page
It's rather easy to implement as the script is very very simple. Hope this helps.
yes , I want to do it in iframe but I didn't find how , so I thought that may be another way. ANYWAY THAAAAAAAAAANK YOU
 
yeah but this refresh the ifram I want to reload it as a new adresse

That makes things a little bit complicated. I believe that you do not have access to these pages source codes as you mentioned Google and Youtube. On this case it might be impossible to do or you would have to create a Chrome plugin which does that, otherwise there is nothing else there to know where to redirect the page. What are you trying to achieve with this? Maybe other approaches could work, but more details would be needed.
 
I have a html redirect script. The script works to redirects for one website only. I used that to spam free blog links to redirects them to other offer pages. Now my spamming methods are gone.
If you know a little bit coding you can modify that to redirect for multiple pages.
 
you need to own the website pages and use a iframe showing the pages you want them to goto .

you can not get a redirect to goto another website afther the first redirect .

you can only own the pages to redirect to then you can do it but there no other way sorry .
 
Back
Top