Current location: Hot Scripts Forums » General Community » Script Requests » i need script for redirection the links and make it short


i need script for redirection the links and make it short

Reply
  #1 (permalink)  
Old 05-07-09, 03:51 AM
twitO twitO is offline
Newbie Coder
 
Join Date: May 2009
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
i need script for redirection the links and make it short

hello everyone ,
first sorry for my english i know it so bad

i need script for make the link short
ex:
the real url : http://rapidshare.com/files/2255474/ExampleExampleExample.rar
after make it short : http://xxxxxxx.com/3582

i know i find tons of this scripts here http://www.hotscripts.com/category/p...s/redirection/ & here http://www.hotscripts.com/category/p...ion/url-based/

but this not what i mean
this scripts to that when you open the short link it redirect you to the real link

and i need script first redirect you to the same site first then go to the real url and that for post Google AdSense

examples :
i hope you understand what i mean
and sorry again for my english

Best regards ,
twito9@hotmail.com
twitO
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 05-07-09, 03:27 PM
wirehopper's Avatar
wirehopper wirehopper is offline
-
 
Join Date: Feb 2006
Posts: 2,516
Thanks: 20
Thanked 109 Times in 106 Posts
Can you use tinyurl.com?

PS - Your english is fine.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 05-08-09, 01:24 AM
twitO twitO is offline
Newbie Coder
 
Join Date: May 2009
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by wirehopper View Post
Can you use tinyurl.com?

PS - Your english is fine.
no i can't mate

this not what i mean
this scripts to that when you open the short link it redirect you to the real link
and i need script first redirect you to the same site first then go to the real url and that for post Google AdSense
examples :
tanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #4 (permalink)  
Old 05-08-09, 09:09 AM
bizzar528's Avatar
bizzar528 bizzar528 is offline
Community Liaison
 
Join Date: Sep 2004
Location: Pennsylvania, US
Posts: 1,551
Thanks: 2
Thanked 16 Times in 15 Posts
I know what he means, he's looking for a short url redirection that will do landing pages before continuing on. Probably to show advertisements before allowing downloads or allowing redirection.

I haven't seen anything publically available yet, but if your not a programmer, you can probably hire someone to customize one of the short url redirection scripts and add a landing page functionality.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #5 (permalink)  
Old 05-08-09, 09:16 AM
PHPLicengine PHPLicengine is offline
Newbie Coder
 
Join Date: May 2009
Location: Canada
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
why not using rewrite rule in .htaccess?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #6 (permalink)  
Old 05-08-09, 11:27 AM
twitO twitO is offline
Newbie Coder
 
Join Date: May 2009
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by bizzar528 View Post
I know what he means, he's looking for a short url redirection that will do landing pages before continuing on. Probably to show advertisements before allowing downloads or allowing redirection.

I haven't seen anything publically available yet, but if your not a programmer, you can probably hire someone to customize one of the short url redirection scripts and add a landing page functionality.
thanks mate but who i can request from him to make to me special script ?

Quote:
Originally Posted by PHPLicengine View Post
why not using rewrite rule in .htaccess?
i'm not developer or programmer bro
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #7 (permalink)  
Old 05-08-09, 11:40 AM
bizzar528's Avatar
bizzar528 bizzar528 is offline
Community Liaison
 
Join Date: Sep 2004
Location: Pennsylvania, US
Posts: 1,551
Thanks: 2
Thanked 16 Times in 15 Posts
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #8 (permalink)  
Old 05-08-09, 01:21 PM
job0107's Avatar
job0107 job0107 is offline
Community Liaison
 
Join Date: Dec 2006
Location: Tacoma, Washington USA
Posts: 3,454
Thanks: 0
Thanked 140 Times in 137 Posts
If I understand you correctly, you want your links to take you to a page that will display your Google AdSense and then maybe have a "Continue" button that will send them to the real address.


And I am assuming that the numbers that are at the end of these addresses are id numbers for the Google AdSense code?

http://save-link.info/5728
http://takemyfile.com/200776
http://1tool.biz/121081


Ok, well there are a couple ways you could do this.
But either way you decide, you will need some PHP code.
So you will need PHP on your host server.

This could be done on one page by sending a name/value pair to itself.
You do this by adding the name and value to the url.

example: <a href="?num=5728">Save-Link.Info</a>
example: <a href="?num=200776">TMF Download Center!</a>
example: <a href="?num=121081">1Tool.Biz - One tool to get them all!</a>

This will allow you to collect PHP's $_GET["num"] variable and use it in the page.

Or you could use two separate pages,
having the links send you to the second page which then processes the $_GET["num"] variable
and displays the
Google AdSense code along with a button that will send you to the correct url.

If you have PHP and you want a little help, let me know.

__________________
Jerry Broughton
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #9 (permalink)  
Old 05-08-09, 01:43 PM
bizzar528's Avatar
bizzar528 bizzar528 is offline
Community Liaison
 
Join Date: Sep 2004
Location: Pennsylvania, US
Posts: 1,551
Thanks: 2
Thanked 16 Times in 15 Posts
I think those numbers are link identifiers from the database the redirection script uses. it wouldn't be too hard to make something like this, but I don't think he's a programmer.

Could be a quick job for a few bucks for the right person.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Run Your Own Profitable and VERY unique eBusiness Voltaire General Advertisements 3 03-30-10 07:36 AM
Raffle/Lottery Script (Very profitable!), Coded it myself. Voltaire General Advertisements 6 03-16-09 08:15 AM
Raffle/Lottery Script (Very profitable!), Coded it myself. Voltaire General Advertisements 2 01-03-06 12:55 AM


All times are GMT -5. The time now is 10:15 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.