Using AWE (AWempire) Linking codes???

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Smack dat
    So Fucking Banned
    • Jul 2016
    • 4613

    #1

    Using AWE (AWempire) Linking codes???

    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.
  • machinegunkelly
    Confirmed User
    • Jun 2003
    • 3304

    #2
    Code:
    https://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=
    dead.

    Comment

    • xxx6live
      Confirmed User
      • Dec 2012
      • 279

      #3
      Originally posted by Smack dat
      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.


      The 2 forward slashes in the first URL means http: or https: depending on the page you are placing it. So if you want to test it just put https: like this:

      Code:
      https://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=
      Works for me.

      If you are placing them on a site, just use https to avoid confusion. The two slashes just means to use the same protocol as your site. Just use the first link, but put https: in front of the 2 slashes always.

      Comment

      • drexl
        Whale Hunter
        • Jan 2016
        • 964

        #4
        Originally posted by Smack dat
        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.
        May the Adult Force be with you!

        Comment

        • Smack dat
          So Fucking Banned
          • Jul 2016
          • 4613

          #5
          Originally posted by machinegunkelly
          Code:
          https://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=
          Thanks. I never realised that aweptjmp was a url.

          Comment

          • NatalieK
            Natalie K
            • Apr 2010
            • 20118

            #6
            and this is why GFY is the tits
            My official site / Custom vids / Make money links / First time girls
            Email: [email protected] - "Converting traffic into income since 2005"

            Comment

            Working...