Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
05-05-2014, 01:15 AM
(This post was last modified: 06-04-2014 05:25 AM by progger.)
Post: #1
|
|||
|
|||
Cookie Stuffing with .htaccess [MakeMoney]
Cookie stuffing is not new and has been blogged about a few times so i
am not pretending to have actually come up with the method. I wanted to talk about it because i have been doing it slightly different using .htaccess and i have also been getting some really good results. Basically, Cookie stuffing is a method in which you place cookies on users computers without them nessecerally knowing about it. It can be used on your affiliate sites to auto drop a cookie without the user actually clicking through your banner and converting on the retailers site. This allows you to get a much better conversion rate for visitors of your site because even if they hit your page, bounce, and then goto the retailers page at a later date (within the cookie length) you still get the sale. It can also be used off site, whereby you would drop a cookie for a large affiliate site (such as ebay or amazon) by simply having a reference to your image. You can use this trick anywhere which allows you to use image code. So here are the steps to do it… 1) Create a directory on your server with an inconspicuous name such as /stats 2) In that directory create a .htaccess file with the following code… RewriteEngine On RewriteRule yourfakeimage.jpg http://www.cookiedroppingurl.com [R,L] 3) Place the /stats/yourfakeimage.jpg code in the footer of your site and then when the browser requests the image the .htaccess will return them the url which drops the cookie, this is all done in the background so unless someone is specifically looking out for it then you should get away with doing it Obviously, you can use /stats/yourfakeimage.jpg in any other site that allows you to reference an image, aslong as the site doesnt cache the image locally on their server then you will be able to serve up as many cookies as you like. I just want to add that you should be careful doing this, obviously if your affiliate see’s that you are generating a 100% clickthrough rate then they are going to start asking questions and can even ban you from the program. [/img] regards progger http://googelino.com |
|||
05-05-2014, 05:42 AM
Post: #2
|
|||
|
|||
RE:
hello please explain me somthing
can put many affiliate links? thankyou |
|||
05-05-2014, 09:40 PM
Post: #3
|
|||
|
|||
RE:
make more folders...more links...more pics...
|
|||
05-06-2014, 01:17 AM
Post: #4
|
|||
|
|||
RE:
ok thankyou +rep added
|
|||
05-07-2014, 11:51 AM
Post: #5
|
|||
|
|||
RE: | |||