Archive

Posts Tagged ‘referring url’

Url Redirect

August 2nd, 2011 Comments off

Hi

I’m looking for a programmer who will write for me a script to redirect an URL. Script’s description:

I have a URL like that: domain.com/redirect (URL)

the URL will go a link 1 if ‘REFERRING URL’= 0 (no referring URL) else the URL will go to link 2 (have referring URL)

Thanks

Real Referring Url Not Passed

August 14th, 2009 Comments off

We have pay-per-click search engine based on PHP/mySQL from http://www.hyperseek.com – full source version.

We need an expert programmer to add ability for script to pass referring url when search is performed and script queries upstream xml feed providers.

Also after you’ve solved this bug we need expert help to customize script beyond our knowledge by adding new functions, fixing up existing ones, etc..

There are many thousands of lines of code, script is split up into chunks, and last expert failed and could not succeed in fixing script.

I am willing to pay up to $100 to have this done in a timely manner. Also need direct communication via IM or phone.

If you cannot fix or are not familiar with www.hyperseek.com Hyperseek/Jackhammer PPC system, do not waste my time or bid on this project!

Referring Url Not Being Passed

August 7th, 2009 Comments off

We have pay-per-click search engine script based on PHP/mySQL from http://www.hyperseek.com – full source version.

We need an expert programmer to add ability for script to pass referring url when search is performed and script queries upstream xml feed providers.

Also after you’ve solved this bug we need expert help to customize script beyond our knowledge by adding new functions, fixing up existing ones, etc..

There are many thousands of lines of code, script is split up into chunks, and last expert failed and could not succeed in fixing script.

I am willing to pay up to $200 to have this done.

If you cannot fix or are not familiar with Hyperseek/Jackhammer PPC system, do not waste my time or bid on this project!

Hyperseek Referring Url Issue

July 31st, 2009 Comments off

EXTREMELY URGENT!

Our script from hyperseek.com (http://hyperseek.com/overview_pro.php) is not correctly passing the referring url from search to click.

We need php/mysql/apache expert to solve this issue right away!

Hyperseek Referring Url Issue

July 30th, 2009 Comments off

EXTREMELY URGENT!

Our script from hyperseek.com (http://hyperseek.com/overview_pro.php) is not correctly passing the referring url from search to click.

We need php/mysql/apache expert to solve this issue right away!

Htaccess Page Generator

March 28th, 2009 Comments off

We want to do the following:

1. A page is requested on a web site (PHP, Apache)
2. If the page is not there, the .htaccess triggers a special PHP page (one single page that processes the requests for any pages that are not found)
4. The PHP looks at the referring URL that requested the page. If there is no referring URL, it serves up a 301 redirect to the home page
5. If there is a referring URL, the PHP pulls the content from that page and looks for the anchor text that was used for the link to that page
3. The PHP pulls a content template and inserts that anchor text as a key word in the content and serves up a page with that content.

So we will need
* the .htaccess page
* the PHP page
* an HTML template file that the PHP file uses for the main content, with placeholders where the keyword content goes
* we will also need some randomization on the page so that the templates all don’t look alike.

Bear