Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 836 results for
referer
- Page 1
Referer Problem
Programming
Web Development
18 Years Ago
by Kelebeks
Referer
dont shown, when giving location via header. header('Location: xxx.com'); I cant see HTTP_REFERRER when user came to xxxx.com How can I send
referer
with using header('Location: '); ?
cURL - Referer Spoofing and Save To Server
Programming
Web Development
16 Years Ago
by theimben
… because IMDB had hotlink protection I need to spoof the
referer
to transfer it to a given place for easier handling… URL of the image. Put this into cURL with the
referer
set to IMDB then save this to my server. Please…
Alter values of referer
Programming
Web Development
10 Years Ago
by vizz
How to Convert PHP HTTP_REFERER to Null
referer
How to Convert JS document.referrer to Null
referer
Forexample site http://www.refnull.com/
Re: Alter values of referer
Programming
Web Development
10 Years Ago
by vizz
I used your code. For following link I got
referer
<a href="http://localhost/code/NullRef/noref.php?http://localhost/code/NullRef">Null Ref test link </a> <?php $ref=$_SERVER['HTTP_REFERER']; echo"$ref"; ?> **Output** http://localhost/code/NullRef/
What does it mean when I see this as a referer?...
Digital Media
Digital Marketing
Search Engine Strategies
20 Years Ago
by DanceInstructor
… the cpanel for my website and saw this as a
referer
: [CODE]http://search.msn.com/results.aspx?q=western+dance…
Get the referer of other domain
Programming
Web Development
13 Years Ago
by haimz
Hello, im in this domain: [url]www.mydomain.com[/url] i want from this domain to get the
referer
of the [url]www.myotherdomain.com[/url] there is some way do that? without write abit code in myotherdomain.com
Http referer in php5
Programming
Web Development
13 Years Ago
by Espenij
Hi, The $SERVER['HTTP_REFERER'] do not work i php5. I upgraded my page from Php4. I want to register where my visitors have seen me, therefor I want to register the http
referer
site. Don't this function work in php5 ? What is the difference ? Espen J
referer problem in IE
Programming
Web Development
15 Years Ago
by fumnimda
my problem is with using $_SERVER['HTTP_REFERER'] in IE.it doen't work. what can i do instead ?
Re: referer problem in IE
Programming
Web Development
15 Years Ago
by chrishea
Are you using a secured page (Https)? If so, then apparently is isn't passed.
Re: referer problem in IE
Programming
Web Development
15 Years Ago
by fumnimda
i think because i used onclick event to open the link,so it returns Null in IE. i'm not sure.i have to test it.
Re: referer problem in IE
Programming
Web Development
15 Years Ago
by diafol
Yep this is because of the js. It fails with both window.location and window.location.ref. Normal links are supported. Haven't seen a workaround for this. $_SERVER['HTTP_REFERER'] should be fully supported, but I've found it reasonably unreliable.
Re: referer problem in IE
Programming
Web Development
15 Years Ago
by Atli
Hey. In general, you should never rely on any sort of client-controlled functionality for your sites to work. Like the HTTP_REFERE or cache-control headers. Use server-side methods, like sessions or databases, to do stuff like this if the functionality of your site depends on it. Try just always writing the current URL into a session …
Referer for tracking in Php
Programming
Web Development
13 Years Ago
by Espenij
Hi, I have a question. I want my page to register the previus page the visitor comes from. If my visitor comes from google, i want the url to add this in the Url. Is this possible in php5? I had this in php4, men it didnt work when it was upgraded to php5. This is for tracking in a application form. I dont know if this is easy, but I am …
Re: Referer for tracking in Php
Programming
Web Development
13 Years Ago
by Shanti C
can you please post the required code ???
Re: Referer for tracking in Php
Programming
Web Development
13 Years Ago
by Espenij
I have no code pleasant, still working on it. Be posting this in some hours. Espen
Re: Alter values of referer
Programming
Web Development
10 Years Ago
by cereal
Regarding PHP try this: <?php $url = $_SERVER['QUERY_STRING']; if($_GET) { if(filter_var($url, FILTER_VALIDATE_URL) !== FALSE) { header('Location: ' . $url); } } Save it, for example, as **noref.php**, then use a link like this: http://yourwebiste.tld/noref.php?http://otherwerbsite.tld I'm not sure it's enough,…
Re: What does it mean when I see this as a referer?...
Digital Media
Digital Marketing
Search Engine Strategies
20 Years Ago
by OurNation
I think it means 10 people did But I dont know.
Re: What does it mean when I see this as a referer?...
Digital Media
Digital Marketing
Search Engine Strategies
20 Years Ago
by DanceInstructor
hmm, there was only 1 ip address. I am the 11th listing on that search on msn :cheesy: so that is one of the numbers lol
Re: What does it mean when I see this as a referer?...
Digital Media
Digital Marketing
Search Engine Strategies
20 Years Ago
by OurNation
count=10 is what I was thinking of.
Re: What does it mean when I see this as a referer?...
Digital Media
Digital Marketing
Search Engine Strategies
20 Years Ago
by Dani
It means that someone did a google search for "western dance" and saw your link and clicked on it. I belive the 10 and 11 numbers have to do with your position in the results and perhaps what page you're on. Not entirely sure of those two.
Re: What does it mean when I see this as a referer?...
Digital Media
Digital Marketing
Search Engine Strategies
20 Years Ago
by OurNation
[url]http://search.msn.com/results.aspx?q=western+dance&first=11&count=10&FORM=PORE[/url] I understand it now western+dance is the phrase searched First=11 is the first result on that page Count=10 is the number of results on the page PORE is the page Id PORE2 is page 3 PORE3 is page 4 and so on
Re: Get the referer of other domain
Programming
Web Development
13 Years Ago
by karthik_ppts
i am not clear with your question. Need some more details. what do you mean by referrer of domain?
Re: Get the referer of other domain
Programming
Web Development
13 Years Ago
by haimz
what was the domain that redirectet to this domain $_SERVER['HTTP_REFERER']; doing this job, but only for my domain i need to get the domain that redirected to aonter site i know that i need to write some script at the other site
Re: Http referer in php5
Programming
Web Development
13 Years Ago
by cereal
$_SERVER['HTTP_REFERER'] not $SERVER['HTTP_REFERER'] maybe is just this?
Re: Http referer in php5
Programming
Web Development
13 Years Ago
by minitauros
What cereal says. You need to add an underscore between the $ and SERVER, which makes it $_SERVER instead of $SERVER.
php MYsql poulate array
Programming
Web Development
14 Years Ago
by kofawais
…&capturemode=".$_GET['refcapturemode']; } else { $
referer
= isset($_POST['
referer
']) ? $_POST['
referer
'] : $_SERVER['HTTP_REFERER']; } } else { $
referer
= isset($_POST['
referer
']) ? $_POST['
referer
'] : $_SERVER['HTTP_REFERER']; } $message = $this->…
How to add new database use existing php
Programming
Web Development
13 Years Ago
by andyliany
…registered in our database!'; exit; } # UPLINE CHECK $cREFERER_STR = mysql_real_escape_string($_POST['
referer
']); $xREFERER_SQL = mysql_query("SELECT * FROM `xeon_users` WHERE `x_username` =…;),alertpay=$("#alertpay"),paypal=$("#paypal"),
referer
=$("#
referer
"),year=$("#year"),tos=$("#tos…
Help with parse and undefined errors
Programming
Web Development
17 Years Ago
by mexaros
…Apache2.2\\htdocs\\neighbours\\contactus.php on line 72,
referer
: [url]http://localhost/neighbours/index.php[/url] ….2\\htdocs\\neighbours\\contactus.php on line 72,
referer
: [url]http://localhost/neighbours/index.php[/url] …Apache2.2\\htdocs\\neighbours\\user_register.php on line 419,
referer
: [url]http://localhost/neighbours/contactus.php[/url][/B…
Editing the httpd config file
Hardware and Software
Linux and Unix
12 Years Ago
by hemalatha.nambisan
… would like to have agent and
referer
logfiles, uncomment the # following directives. # #CustomLog logs/
referer
.log
referer
#CustomLog logs/agent.log agent # # If… you prefer a single logfile with access, agent, and
referer
information # (Combined Logfile Format) you can use the following directive…
This Should be Easy for You Guys!
Hardware and Software
Linux and Unix
19 Years Ago
by jusCk
… would like to have agent and
referer
logfiles, uncomment the # following directives. # CustomLog logs/
referer
.log
referer
CustomLog logs/agent.log agent # # If… you prefer a single logfile with access, agent, and
referer
information # (Combined Logfile Format) you can use the following directive…
1
2
3
14
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC