Current location: Hot Scripts Forums » Programming Languages » PHP » capture information from referral site


capture information from referral site

Reply
  #1 (permalink)  
Old 12-01-09, 06:06 AM
RichyRich38's Avatar
RichyRich38 RichyRich38 is offline
Newbie Coder
 
Join Date: Feb 2009
Posts: 78
Thanks: 2
Thanked 0 Times in 0 Posts
capture information from referral site

Hi Guys,

Not sure if this the right place or shoould be in another section

Im woundering what would be the best way to capture information from a partner site?

I have another site which links to my site site, i would like to be able to tell if people coming from this site to mine has registerd? as this other site will get a % of every person that registers on my site?

any ideas? im open to feed back
Reply With Quote
  #2 (permalink)  
Old 12-01-09, 08:44 AM
End User's Avatar
End User End User is offline
Level II Curmudgeon
 
Join Date: Dec 2004
Posts: 3,027
Thanks: 14
Thanked 35 Times in 33 Posts
The easy way is to attach a parameter to the link. If you have this link:

<a href="http://somesite.come">Link to my site</a>

...you could change it to something like this:

<a href="http://somesite.come?ref=othersite">Link to my site</a>

You look for instances of the "othersite" parameter in the GET request and if it's there, then they're coming from that link.
__________________
I don't live on the edge, but sometimes I go there to visit.
-------------------------------------------------------------------------
Sanitize Your Data | Oracle Date & Substring Functions | Code Snippet Library | [url=http://www.codmb.com/Call Of Duty[/url]
Reply With Quote
  #3 (permalink)  
Old 12-01-09, 07:43 PM
sim so dep sim so dep is offline
New Member
 
Join Date: Dec 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
I think you should google CURL and use it. very useful. I will help you get the whole page and then you can substr() from this point to that point in HTML source to get part of target website. I use it very often for my customer's demand, here is a demo <<removed link>> , look at the block on bottom left.

Last edited by wirehopper; 12-01-09 at 08:56 PM. Reason: Removed link
Reply With Quote
Reply

Bookmarks

Tags
capture information


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
Job Offer: Video driven social website like youtube & myspace lisa33 Job Offers & Assistance 1 04-14-09 10:01 AM
How to get Indexed in Google Quickly rorycanyon General Advertisements 3 03-21-07 09:11 AM
What's it missing? Revenant Website Reviews 5 10-08-06 05:44 PM
[ADVERTISING]PR4 Gaming related script site and forum Arrelius General Advertisements 0 11-04-05 06:48 PM
unsigned band site management software cantspell Script Requests 5 10-26-05 08:29 AM


All times are GMT -5. The time now is 08:04 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.