|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Downshifter
Industry Role:
Join Date: Dec 2002
Location: Road trip
Posts: 16,413
|
Hiding url, HOW? ( script question )
well, im not saying surfers become that smart they can eliminate your nats link to cut your coin, but anyhow, is there ANY SCRIPT TO HIDE THE URL where user is being sent?
Thanks.
__________________
Русня, идите нахуй! |
|
|
|
|
|
#2 |
|
Confirmed User
Join Date: Jul 2005
Posts: 240
|
Hello
um,,,,check out the yellow link from a top notch company
__________________
|
|
|
|
|
|
#3 |
|
Confirmed User
Industry Role:
Join Date: Feb 2008
Location: South of the border
Posts: 1,682
|
I made a quite simple custom one, it also counts click - you DO have to enter the link on the database and then used the link with that variable but if this is sort of what you're looking for just hit me up.
__________________
|
|
|
|
|
|
#4 |
|
Confirmed User
Join Date: May 2004
Posts: 210
|
Best thing to do is to use some redirect script. So instead of linking to
http://sponsor.com/tracking_code you link to http://yoursite.com/sponsor_name which redirects to the first link above. I can set you up with a very simple script to do that very cheap. I use it on my site http://extramilf.com/blog check every sponsor link to see where it goes
__________________
-- ClickBuster -- ICQ# 263653704 -- Email: clickbuster1 [-at-] gmail [-dot-] com |
|
|
|
|
|
#5 | |
|
►SouthOfHeaven
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
|
Quote:
"Whether your visitor clicks on your affiliate link or not As long as s/he buys the product after visiting your website Even if s/he makes a purchase from that site a few days or months later" Can you explain to us how i get a sale months later if my sponsor doesn't use cookies to track sales ?
__________________
hatisblack at yahoo.com |
|
|
|
|
|
|
#6 |
|
Confirmed User
Industry Role:
Join Date: Feb 2008
Location: South of the border
Posts: 1,682
|
Errr, this is for free obvs - but needs MySQL (has admin panel)
__________________
|
|
|
|
|
|
#7 |
|
Too lazy to set a custom title
Industry Role:
Join Date: Oct 2002
Location: Montreal, Quebec
Posts: 29,783
|
click on the bottom link in my sig ... text file, no mysql needed.
if you like, I can post the code.
__________________
I know that Asspimple is stoopid ... As he says, it is a FACT ! But I can't figure out how he can breathe or type , at the same time .... |
|
|
|
|
|
#8 |
|
Confirmed User
Industry Role:
Join Date: Feb 2008
Location: South of the border
Posts: 1,682
|
Nice one directfiesta
__________________
|
|
|
|
|
|
#9 |
|
Downshifter
Industry Role:
Join Date: Dec 2002
Location: Road trip
Posts: 16,413
|
interesting... so it changes real link into /basic_hosting... does it affect browser url line only? I mean still a CLICK surfer did was redirected correctly?
__________________
Русня, идите нахуй! |
|
|
|
|
|
#10 |
|
Confirmed User
Join Date: Jan 2008
Location: United Blingdom
Posts: 962
|
|
|
|
|
|
|
#11 | |
|
Too lazy to set a custom title
Industry Role:
Join Date: Oct 2002
Location: Montreal, Quebec
Posts: 29,783
|
Quote:
you need to create a link.php file ( or name it whatever you want ) and upload on your site: PHP Code:
http://www.mydomain.com/links.php?o=l1 ( goes to lunarpages ) http://www.mydomain.com/links.php?o=l2 ( goes to yahoo ) etc .... easy, no db ....
__________________
I know that Asspimple is stoopid ... As he says, it is a FACT ! But I can't figure out how he can breathe or type , at the same time .... |
|
|
|
|
|
|
#12 |
|
Confirmed User
Industry Role:
Join Date: Feb 2008
Location: South of the border
Posts: 1,682
|
Cool! :w00t:
I am ironically sucky at php yet good at databases so this was of great help
__________________
|
|
|
|
|
|
#13 |
|
Downshifter
Industry Role:
Join Date: Dec 2002
Location: Road trip
Posts: 16,413
|
thanks me for this good thread, LOL. THank you fellas.
__________________
Русня, идите нахуй! |
|
|
|
|
|
#14 | |
|
Confirmed User
Join Date: Jun 2004
Location: buffalo, las vegas. icq: 285808879
Posts: 4,796
|
Quote:
thanks for the code, but it doesnt seem to work for me. all i get is a white page after clicking a link using your code example unaltered. any other suggestions for cloaking affiliate links? |
|
|
|
|
|
|
#15 |
|
Confirmed User
Industry Role:
Join Date: Jun 2004
Location: New York, NY
Posts: 6,890
|
I would just use an apache redirect line in the vhost.
__________________
Skype variuscr - Email varius AT gmail |
|
|
|
|
|
#16 |
|
Too lazy to set a custom title
Industry Role:
Join Date: Oct 2002
Location: Montreal, Quebec
Posts: 29,783
|
I just took out that the link using this of my sig ... People were confusing lunarpages with me ...
Let me check the script somewhere on my hd...
__________________
I know that Asspimple is stoopid ... As he says, it is a FACT ! But I can't figure out how he can breathe or type , at the same time .... |
|
|
|
|
|
#17 |
|
Too lazy to set a custom title
Join Date: Dec 2006
Posts: 23,400
|
.htaccess redirects will take care of this easily...
Code:
RewriteEngine on Options +FollowSymlinks RewriteRule ^go/modelsite/ http://refer.ccbill.com/cgi-bin/............. [R=301,NC] So in the example above, if my domain was "redirect.com" the URL would be http://www.redirect.com/go/modelsite/ and it would automatically direct the surfer to http://refer.ccbill.com/cgi-bin/.......... and of course, CCBILL would redirect after setting the cookie to the site - looks seemless to the surfer. Enjoy.
__________________
i like waffles |
|
|
|
|
|
#18 |
|
Confirmed User
Industry Role:
Join Date: Aug 2002
Location: USA
Posts: 6,721
|
I've been looking for something like this that will count clicks to affiliate programs too so I can compare them.
__________________
icq 156131086 |
|
|
|
|
|
#19 |
|
Confirmed User
Join Date: Jul 2008
Location: Global
Posts: 221
|
Nice script right there.
|
|
|
|
|
|
#20 |
|
Too lazy to set a custom title
Industry Role:
Join Date: Mar 2004
Posts: 16,116
|
bump this up
__________________
Your Paysite Partner Strength In Numbers! StickyDollars | RadicalCash | KennysPennies | HomegrownCash |
|
|
|