Return to iWEBTOOL

Go Back   iWEBTOOL Talk > The Web and your Website > Programming > HTML > JavaScript
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
 
Welcome to iWEBTOOL Talk, where you talk about webmaster-related stuff.
 
Discuss topics which interest you.
With over thousands of threads (topics), we're sure you'll find something that'll interest you.
Ask for help whenever you need it.
We have thousands of members who are available to help you if you need it.
It's absolutely FREE!

 1  Register           2  Browse the board           3  Discuss whatever may interest you!
 


Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 11-22-2007, 11:58 AM   #1
mongly
Newcomer
 
mongly's Avatar
 
Join Date: Nov 2007
Posts: 0
mongly is on a distinguished road
Exclamation Need pre-made URL-Forwarding Service?

Greetings.

I need an URL-Forwarding service that destroys the original referrer site. Just like this one (it leads to Google - has no nudity): http://h1hmdhtzapawwxu227hp0.usercash.com - the referrer will be Usercash, not this forum.
Like that one I want to put some ads of my own. But I'll change various things.

But I don't want to have a forwarding table, that is, I don't want a new URL just to forward to link.
For instance, the http://anonym.to/ site's URL forwarding links are like this: http://anonym.to/?http://www.google.com/. I also want my forwardings to be like: WEBSITE/?Forward-website.

I suppose this isn't very hard to do, but I would also want something that would tell me who is clicking the links, country, etc...
Anyone knows where can I get this? I don't mind if it's software (to pay)... Help me, please.

Thanks. Not sure if the websites above were made with Javascript or PHP...
mongly is offline  
 
This is an Ad Revenue Sharing forum Place your advert here
SEO Checklist
Get yourself better ranking with
our "Do-it-Yourself" SEO Checklist.
Click Here
Old 11-23-2007, 06:50 AM   #2
LordOrange
Newcomer
 
LordOrange's Avatar
 
Join Date: Nov 2007
Posts: 13
LordOrange is on a distinguished road
Default Re: Need pre-made URL-Forwarding Service?

Are you just tryin to redirect a page or is there something more complicated that I'm not getting?

Two ways of redirection are:
Code:
<meta http-equiv="refresh" content="time;url=yoururl.com" >

OR

Code:
<script type="text/javascript" > document.location="yoururl.com" </script>

The first allows you to set a time to the redirection and the second redirects straight. The second you could also put as a function:
Code:
script type="text/javascript" > function redirect() { document.location="yoururl.com" } </script>
allowing you set it to redirect on an event which you set in the body of you HTML file.

Hope this helps
LordOrange is offline  
 
This is an Ad Revenue Sharing forum Place your advert here
Webmaster Tools Webmaster Tools Click Here
Closed Thread

(Threads which have no activity for more than 30 days are automatically closed.)



Quick Reply
Message:

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Please review my free Short URL redirection service - the answer for TinyURL ! metros Website Reviews 9 11-09-2007 03:16 PM
HiDD3n.com - Anonymous proxy, emailer and URL shortening service. hidd3n Advertise your website 0 05-20-2007 02:44 PM
AdToll - Launching June 2007 - sign up for our pre-launch newsletter! ruby Advertise your website 1 03-29-2007 11:47 AM
Email Forwarding xtremeliquid Domain Name 6 01-02-2006 05:08 PM


All times are GMT. The time now is 11:23 PM.


Powered by vBulletin v3.6.7 © 2008, Jelsoft Enterprises Ltd. SEO by vBSEO © 2006, Crawlability, Inc.