DNforum.com - Domain Sales, Domain Forum, Domain Appraisals
 
Register Now! Welcome to Dnforum.com You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast and simple so please, join our community today! If you have any problems with the registration process or your account login, please contact us.
Go Back   DNForum - Domain Sales, Domain Forum, Domain Appraisals, Domain Registrars > Content Development > Website Development and Design Discussion > Coding/Programming/Languages
Reply
 
LinkBack Thread Tools Display Modes
Old 04-18-2007, 03:51 PM   #1 (permalink)
Yeega.com is for sale!
 
RegFee's Avatar
 
Name: Jorge
Last Online: Yesterday 11:08 PM
iTrader: (34)
Join Date: Mar 2005
Posts: 963
DNF$: 16
Location: Arizona
Country:


Code Needed: How can I find a Mobile Phone Referral URL?

I am having a mobile site developed, however, my developer has been unable to find a suitable code to pull a MOBILE PHONE visitor's REFERRAL URL and prefill a form with that information.

Limitations:
HTTP_REFERRER is only valid if the user clicks on a link to get to my site. I need a way to pull the user's referral url if they are visiting any site and decide to visit mine by pulling up their bookmark menu and selecting my link.

Javascript support for mobile phones is unreliable.

-----


Thank you for any help you can provide.
RegFee is offline   Reply With Quote
Old 04-18-2007, 03:55 PM   #2 (permalink)
jdk
 
jdk's Avatar
 
Name: Doug
Last Online: Today 05:01 PM
iTrader: (151)
Join Date: Jul 2004
Posts: 6,109
DNF$: 67,755
Location: South Florida
Country:


Re: Code Needed: How can I find a Mobile Phone Referral URL?

You want to find the user's hostname of their browser. You can then determine they are on a mobile device and can direct them accordingly.

I can browse Google on my cellphone, so I don't see how getting the REFERRING URL will do any good.
jdk is online now   Reply With Quote
Old 04-18-2007, 04:12 PM   #3 (permalink)
Yeega.com is for sale!
 
RegFee's Avatar
 
Name: Jorge
Last Online: Yesterday 11:08 PM
iTrader: (34)
Join Date: Mar 2005
Posts: 963
DNF$: 16
Location: Arizona
Country:


Re: Code Needed: How can I find a Mobile Phone Referral URL?

I'm not looking to redirect the user. I specifically want their referral url.

For example, I'm visiting dir.mobi and then go to my bookmark menu on my phone and click a premade bookmark to go to mysite.mobi/index.php?action=referrer, I would like to have a code on mysite.mobi that will say "the user came from here", and then place that url into a variable to prefill a form with.

Thank you.
RegFee is offline   Reply With Quote
Old 04-18-2007, 04:16 PM   #4 (permalink)
jdk
 
jdk's Avatar
 
Name: Doug
Last Online: Today 05:01 PM
iTrader: (151)
Join Date: Jul 2004
Posts: 6,109
DNF$: 67,755
Location: South Florida
Country:


Re: Code Needed: How can I find a Mobile Phone Referral URL?

Oh ok. There was someone the other day looking to redirect.
jdk is online now   Reply With Quote
Old 04-18-2007, 04:17 PM   #5 (permalink)
Evolve your business
 
Acroplex's Avatar
 
Last Online: Today 05:24 PM
iTrader: (352)
Join Date: Feb 2004
Posts: 17,580
DNF$: 10,083
Location: Universal Citizen
Country:


Re: Code Needed: How can I find a Mobile Phone Referral URL?

Hit *69
__________________

Acroplex.com Professional Web & Graphics development
Acroplex is online now   Reply With Quote
Old 04-18-2007, 04:19 PM   #6 (permalink)
Yeega.com is for sale!
 
RegFee's Avatar
 
Name: Jorge
Last Online: Yesterday 11:08 PM
iTrader: (34)
Join Date: Mar 2005
Posts: 963
DNF$: 16
Location: Arizona
Country:


Re: Code Needed: How can I find a Mobile Phone Referral URL?

If only it was that easy.
RegFee is offline   Reply With Quote
Old 04-18-2007, 11:47 PM   #7 (permalink)
DNF Member
 
Last Online: 07-22-2008 10:25 PM
iTrader: (5)
Join Date: Jun 2004
Posts: 128
DNF$: 3,248
Location: Canada


Re: Code Needed: How can I find a Mobile Phone Referral URL?

I may be wrong on all this:

HTTP_REFERER is typically an address, an actual URI of some referring document. A bookmark stored by a browser interface isn't a URI (it isn't an address/location on the web, it's just a link in a config file, and when I say this I don't include bookmarking sites like del.icio.us, whose bookmarks *would* be an HTTP_REFERER when clicked)

The best you can do in this case is maybe is REMOTE_ADDR or REMOTE_HOST, but then a lot of mobile devices would be connecting over NAT through a proxy, so you'd wind up with the IP/URL of the proxy.
__________________
I have nothing original to say in my .sig
StuntPope is offline   Reply With Quote
Old 04-25-2007, 06:27 PM   #8 (permalink)
DNF Member
 
Last Online: Yesterday 06:22 PM
iTrader: (3)
Join Date: Jun 2005
Posts: 128
DNF$: 3,213
Location: UK
Country:


Re: Code Needed: How can I find a Mobile Phone Referral URL?

Quote:
Originally Posted by StuntPope View Post
I may be wrong on all this:

HTTP_REFERER is typically an address, an actual URI of some referring document. A bookmark stored by a browser interface isn't a URI (it isn't an address/location on the web, it's just a link in a config file, and when I say this I don't include bookmarking sites like del.icio.us, whose bookmarks *would* be an HTTP_REFERER when clicked)

The best you can do in this case is maybe is REMOTE_ADDR or REMOTE_HOST, but then a lot of mobile devices would be connecting over NAT through a proxy, so you'd wind up with the IP/URL of the proxy.
Yup agreed. It's virtually impossible to track a bookmark as this is no referer so it looks exactly like a type-in.
__________________
Poker Sites
Simsi is offline   Reply With Quote
Old 04-25-2007, 06:43 PM   #9 (permalink)
DNF Addict
 
Last Online: Today 02:09 PM
iTrader: (101)
Join Date: Nov 2003
Posts: 1,178
DNF$: 4,256
Location: New Jersey
Country:


Re: Code Needed: How can I find a Mobile Phone Referral URL?

I don't think you can do it. The value is sent by the browser so it is browser-dependant and I think it leaves the value blank for bookmarks. If you go to the privacy.net analyzer it shows the full headers sent by the browser so you can see everything that is there.
__________________
Now Taking offers: Eigentlich.com | Suzy.net | Clown.org | abdomen.us | accurate.net
Keyword Factory is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Developed mobis............ PREDATOR .mobi sTLD 112 02-16-2008 09:32 PM
Google Phone in the works DNP Domain News 0 03-20-2007 03:21 AM
Various names - FindZipCode.us... Catsse Domains for Sale (Domain Sales) - Fixed Prices Above $100 0 09-14-2005 08:37 PM
For Rent! New SMS, Flirt, Text, Mobile Phone Forum! ComScout.com Developed Websites for Sale 4 12-23-2004 11:37 PM


All times are GMT -4. The time now is 05:24 PM.
Copyright @2001-2008 DNForum.com

Learn Domains
Promote Domains
Research Domains
Buy Domains
Resell Domains
Park Domains
Sell Domains
Build Domains
Host Domains
Trademark Domains
Domain Domains
manage Domains
Appraise Domains