Today Posts Today Posts
0

NEW POSTS

0

NEW BLOGS

  • Register
  • Help


Enter Your Recent Payments
  • Affiliate Program
  • Payment Date
  • Payment Method
  • Gambling Wages
    May 23rd
    Check
  • Platinum Reels Affiliates
    May 22nd
    wire transfer
  • 7Red Affiliate
    May 21st
    Moneybookers
  • Intertops
    May 21st
    Player Account
  • Lucky Jar Affiliates
    May 21st
    Paypal
  • Ultimate Revenue
    May 21st
    wire transfer
  • Lucky Jar Affiliates
    May 18th
    ECOCard
  • Prism Casino
    May 17th
    Neteller
  • Wagershare
    May 17th
    Neteller
  • Gambling Wages
    May 15th
    Neteller
Recent Affiliate Payment
Results 1 to 9 of 9

Thread: Link cloaking

  1. #1
    roey's Avatar
    roey is online now Affiliate Guard Dog Member
    Join Date
    Feb 2012
    Posts
    244
    Thanks
    20
    Thanked 22 Times in 19 Posts
    Websites Listed
    0

    Default Link cloaking

    What do you use for link cloaking?

  2. #2
    roey's Avatar
    roey is online now Affiliate Guard Dog Member
    Join Date
    Feb 2012
    Posts
    244
    Thanks
    20
    Thanked 22 Times in 19 Posts
    Websites Listed
    0

    Default

    and is it really worth it?

  3. #3
    Jaz
    Jaz is offline Affiliate Guard Dog Member
    Join Date
    Nov 2010
    Posts
    19
    Thanks
    6
    Thanked 2 Times in 2 Posts
    Websites Listed
    0

    Default

    You can use a simple .htaccess file for that. This requires mod_rewrite to be enabled at your webserver, though I can't remember the last time I have come across a hosting company that didn't have mod_rewrite enabled.

    Create folder "visit" under your public_html (can sometimes also be called "web", "htdocs" etc) using your ftp program.

    Create .htaccess file in that folder and add the following lines: (replace [http-prefix] with http, a colon and 2 forward slashes because the forum thinks I want to spam my links here if I inserted them myself)

    Code:
    RewriteEngine On
     
    redirect 301 /visit/casino1-name-you-are-promoting/ [http-prefix]actual-casino1.com/?tracker=your-tracker1
    redirect 301 /visit/casino2-name-you-are-promoting/ [http-prefix]actual-casino2.com/?tracker=your-tracker2
    redirect 301 /visit/casinoN-name-you-are-promoting/ [http-prefix]actual-casinoN.com/?tracker=your-trackerN
    Then in order to send visitors to actual casinos with your tracker you just add a link on your page:
    PHP Code:
    <a href="visit/casino1-name-you-are-promoting/">Visit Casino1 Name</a
    or
    PHP Code:
    <a href="[http-prefix]yoursite.com/visit/casino1-name-you-are-promoting/">Visit Casino1 Name</a

  4. #4
    roey's Avatar
    roey is online now Affiliate Guard Dog Member
    Join Date
    Feb 2012
    Posts
    244
    Thanks
    20
    Thanked 22 Times in 19 Posts
    Websites Listed
    0

    Default

    is there a simple way to negate changing every single link?

  5. #5
    Jaz
    Jaz is offline Affiliate Guard Dog Member
    Join Date
    Nov 2010
    Posts
    19
    Thanks
    6
    Thanked 2 Times in 2 Posts
    Websites Listed
    0

    Default

    Yes, it's so simple, anyone could do it. You could outsource it to India or China

    With this method you need to enter only 1 line to the .htaccess file for each affiliate program you promote. Personally I haven't felt a need to cloak any other links beside these nor promote ridiculous amounts of affiliate programs for .htaccess method to become unmanageable.

    May I ask how many links you need cloaked? If they are not your affiliate links, what kind of links are they and why would you want to cloak them?

  6. #6
    roey's Avatar
    roey is online now Affiliate Guard Dog Member
    Join Date
    Feb 2012
    Posts
    244
    Thanks
    20
    Thanked 22 Times in 19 Posts
    Websites Listed
    0

    Default

    260 ish pages with links on all and add's on most

  7. #7
    Jaz
    Jaz is offline Affiliate Guard Dog Member
    Join Date
    Nov 2010
    Posts
    19
    Thanks
    6
    Thanked 2 Times in 2 Posts
    Websites Listed
    0

    Default

    Alright so you want to replace existing uncloaked list with cloaked ones, correct?

    If you are using some kind of CMS, you could export the database (or specific database tables that hold your link information) by using phpmyadmin (or something similar provided by your webhost) then go over to the sql file (it should be in text format) and use an editor to replace all the links with the ones you want. When you are done, import the database back (I suggest creating a new database). Configure your CMS to use new database and see if everything is ok. If not, you can always switch back to old working database and see what went wrong with the other one.

  8. #8
    Leo's Avatar
    Leo
    Leo is offline Affiliate Guard Dog Member
    Join Date
    May 2010
    Posts
    57
    Thanks
    22
    Thanked 20 Times in 16 Posts
    Websites Listed
    4

    Default

    If you're not using a CMS, and just have a static file for each page, then you can do a Search-Replace within the files.

    I use Notepad++ from Notepad++ Home - it's free software, and makes it easy to make changes in hundreds of files at once.

    You just select the directory to search and it will find the old text and replace it with the new text super-fast. Then just upload all the files back to the server and you're done.

  9. #9
    roey's Avatar
    roey is online now Affiliate Guard Dog Member
    Join Date
    Feb 2012
    Posts
    244
    Thanks
    20
    Thanked 22 Times in 19 Posts
    Websites Listed
    0

    Default

    no cms im afraid

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •