Archive

Posts Tagged ‘referer’

Http Referer String Processing Test 2 (30 Minutes)

January 27th, 2012 Comments off

The Purpose of This Test Project
===============================

A prgrammer has been asked to use php to implement http referer string detection and processing for http://www.technologyonsale.com. Everytime the webserver receives an http request for a page it checks the http referer string sent by the user’s browser. If the server detects that the user is coming from Google, Yahoo or Bing search engine, it is supposed to extract the search query string from the referer string and should pre…

Http Referer String Processing Test 1 (30 Minutes)

January 27th, 2012 Comments off

The Purpose of This Test Project
===============================

A prgrammer has been asked to use php to implement http referer string detection and processing for http://www.technologyonsale.com. Everytime the webserver receives an http request for a page it checks the http referer string sent by the user’s browser. If the server detects that the user is coming from Google, Yahoo or Bing search engine, it is supposed to extract the search query string from the referer string and should pre…

Http Referer String Processing Test 1

January 21st, 2012 Comments off

The Purpose of This Test Project
===============================

A prgrammer has been asked to use php to implement http referer string detection and processing for http://www.technologyonsale.com. Everytime the webserver receives an http request for a page it checks the http referer string sent by the user’s browser. If the server detects that the user is coming from Google, Yahoo or Bing search engine, it is supposed to extract the search query string from the referer string and should p…

Bypass Referer Script

July 10th, 2011 Comments off

I am looking for someone who would be able to develop a script that I can place into my ads on {backpage}.com for posting in the adult sections.

As of recently, {backpage}.com has decided that posting images in ads that are hosted off-site are not allowed. I need some way to get around this in order to be able to post image ads.

Also, in limiting the posting of images hosted elsewhere, {backpage} also requires that:
“- Ads can be a maximum length of 500 characters.”

If anyone knows how to write a script that I can place in the ad to bypass any one of the restrictions above, that would be terrific.

Php Http_referer Solution/fix

May 28th, 2011 Comments off

Hello there,

So I am trying to fix this as it doesn’t work on my VPS:

<?php
if(!$_SERVER[

Referer Manipulation Script – Coding And Testing

May 25th, 2011 Comments off

I am looking for something similar to what is available on referer.us, under the http spoofing section.
It must be able to collect and pass on dynamic variables encountered in the query string, and must be able to use a combination of post and get methods to ensure functionality under any browser.
The completion of this project includes thorough testing, which needs to be carried out using a wide variety of browsers, including those used on smartphones.
I can help with code as a starting point, but only coders 100% familiar with referer manipulation, who produce clean and fully commented code, and who do extensive debugging and testing, need apply.

Mask Referer Or Host – Swf To Rtmp Stream

May 3rd, 2011 Comments off

I want to embed the player.swf hosted at:

http://www0.rtp.pt/noticias/player.swf?streamer=rtmp://h2c.rtp.pt/livetv/&file=2ch80h264.flv&autostart=true

by clicking on that link you cant see the video, but using google as the referer you can, just click on the link on this page:

http://www.google.com/url?sa=t&source=web&cd=202&ved=0CB0QtwIwATjIAQ&url=http%3A%2F%2Fwww0.rtp.pt%2Fnoticias%2Fplayer.swf%3Fstreamer%3Drtmp://h2c.rtp.pt/livetv/%26file%3D2ch80h264.flv%26autostart%3Dtrue&ei=x1rATff9LcWxhAeS9OHGBQ&usg=AFQjCNGBHJcWf9CJ_NXg1sLz2c2Q_6XYtA&cad=rja

How to embed such swf to be masked from coming from a different domain?

Spoof Referer

March 2nd, 2010 Comments off

My need is to spoof/change you can call it also Fake
using php/js or any other working method .

Categories: PHP Tags: , , ,

Http Referer Problem In Php

November 19th, 2009 Comments off

I am making a paypal payment buton in a website and on the success and cancel url pages i am checking via http referer if user is actually coming from paypal site or not , the referer site value IS coming in to my success/cancel page(i can echo the referer variable and it does show paypal url) , but when i try using this value with an IF statement , the program flow doesnt go inside that IF block…can someone solve it for me quickly please?

Script To Fake Referer Info

November 14th, 2009 Comments off

I would like to be able to have a php script created that would fake the referrer information and make it to my choosing.

Example site “A” is www.abc.com and this is where visitors will go and possibly click a link. When they click that link (e.g., http://www.sitename.com) I want to show that the referrer is site “B”

Php Referer Log Parsing Script

November 3rd, 2009 Comments off

I need a php referer log parsing script to pull out the ID # of the article that referrred the subscriber that converted.

I would like to put a script on my website that can tell me the specific url or id of the article that reffered the visitor who took action in filling out the opt in box on my website.

If possible will need the script to let me know the ip address of the visitor who filled out the form.

In need of this for tracking my ezine articles. Thanks

Php Referer Log Parsing Script

October 8th, 2009 Comments off

I need a php referer log parsing script to pull out the ID # of the article that referrred the subscriber that converted.

I would like to put a script on my website that can tell me the specific url or id of the article that reffered the visitor who took action in filling out the opt in box on my website.

If possible will need the script to let me know the ip address of the visitor who filled out the form.

In need of this for tracking my ezine articles. Thanks

Referer Spoof – Fake Script

August 22nd, 2009 Comments off

Im looking for a referer spoofing script, basically a clone of what this site does

http://referer.us/spoof-http-referer.html

This site provides the javascript needed to include on my own site, which might help you..

http://s.referer.us/j/_f1.js

The site offers the ability to use my own domain pointed at their IP, but i want to host everything myself.. to be safe..

Post any questions in the PMB.

$30 available for this script.

Help Fixing Php Redirect

August 11th, 2009 Comments off

Any help would be much appreciated.

I am trying to redirect users based on the referring url, included the querystring.

This is what I’ve got so far, but I guess there is something wrong with it.

<?php

$domain = parse_url($_SERVER['HTTP_REFERER'], PHP_URL_HOST);

$path = parse_url($_SERVER['HTTP_REFERER'], PHP_URL_PATH);

$query = parse_url($_SERVER['HTTP_REFERER'], PHP_URL_QUERY);

if (($domain==”mysocialdiet.com”)

Java

April 4th, 2009 Comments off

Java
need 3 variables passed to a .php file by java redirect:

$key (sent to it)
$get_referer_domain = $_SERVER['HTTP_REFERER'];
$page_on = get url of page on

Java redirect link ((top.location I have)works O.K.):
http://my-site.com/check.php?page_on=$page_on&amp;referer_domain=$get_referer_domain&amp;$key

Need Variables Here at http://my-site.com/check.php for:

$page_on
$referer_domain
$key

Thanks
Keith

Bear