View Single Post
Old 05-05-2020, 01:33 PM  
drexl
Whale Hunter
 
drexl's Avatar
 
Industry Role:
Join Date: Jan 2016
Posts: 930
Quote:
Originally Posted by Smack dat View Post
Does anyone know what the fuck I am doing wrong with my linking codes from AWE.

They never seem to do what I think they should do.

This one, generated for liveprivates.com, for example, is supposed to go to the join page.

Code:
//aweptjmp.com/?siteId=lpr&cobrandId=&superCategoryName=girls&categoryName=&pageName=signup&performerName=&prm[psid]=1234567&prm[pstool]=205_1&prm[psprogram]=pps&prm[campaign_id]=55866&subAffId={SUBAFFID}&filters=
Am I just supposed to tag it onto the end of liveprivates.com? like this?

Code:
https://liveprivates.com//aweptjmp.com/?siteId=lpr&cobrandId=&superCategoryName=girls&categoryName=&pageName=signup&performerName=&prm[psid]=livecams1&prm[pstool]=205_1&prm[psprogram]=pps&prm[campaign_id]=55866&subAffId={SUBAFFID}&filters=
Am I supposed to remove one of the forward slashes?
Why doesn't it go to the signup page.

How feckin hard do they make this.
You need to prepend your link with http: or https:

like so:
Code:
http://aweptjmp.com/?siteId=lpr&cobrandId=&superCategoryName=girls&categoryName=&pageName=signup&performerName=&prm[psid]=1234567&prm[pstool]=205_1&prm[psprogram]=pps&prm[campaign_id]=55866&subAffId={SUBAFFID}&filters=
Those links are protocol relative, if used on a website, in the source of an iframe or image for example, they would work as is. But if you enter the URL in a browser you need to manually add the protocol part.
__________________
drexl is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote