Y T Nuke  
Results 1 to 6 of 6
guys I am looking for a php script that can redirect the users based on ...
  1. #1
    raju4all is offline Registered Member
    Join Date
    Nov 2011
    Posts
    61
    Reputation
    5
    Thanks
    2
    Thanked 2 Times in 1 Post

    Default Looking for inbound url cloaking script

    guys I am looking for a php script that can redirect the users based on their incoming links... can any one help me pl....

  2. #2
    the_demon's Avatar
    the_demon is offline Jr. VIP
    Join Date
    Nov 2008
    Location
    The Internet
    Posts
    2,049
    Reputation
    341
    Thanks
    387
    Thanked 734 Times in 485 Posts

    Default Re: Looking for inbound url cloaking script

    I don't know of any script that does this off hand but if you look up some php tutorials it shouldn't be that hard.

  3. #3
    NegroHat is offline Newbies
    Join Date
    Apr 2010
    Posts
    34
    Reputation
    9
    Thanks
    4
    Thanked 3 Times in 2 Posts

    Default Re: Looking for inbound url cloaking script

    This is something I was trying to figure out a while back as well. I was able to only get it to work with EXACT match domains (no wildcards).

    So I can get it to work with www.myspace.com/something

    but it wouldn't work with www.myspace.com/somethingElse

    For some reason wildcards just never worked.

  4. #4
    z007elite is offline Newbies
    Join Date
    Apr 2008
    Posts
    14
    Reputation
    10
    Thanks
    1
    Thanked 1 Time in 1 Post

    Default Re: Looking for inbound url cloaking script

    Check out w3btools d0t c0m

  5. #5
    Amsterdammer's Avatar
    Amsterdammer is offline Junior Member
    Join Date
    Aug 2011
    Posts
    130
    Reputation
    59
    Thanks
    130
    Thanked 101 Times in 68 Posts

    Default Re: Looking for inbound url cloaking script

    I am a n00by at this so the idea might not be any good but here goes.

    Why not have your links sorted by page and then redirect them?

    For example: I click your link for a phone and end up at yoursite dot com/nokia-redirect.html
    The page /nokia-redirect.html redirects me to the actual page I can buy the phone at.

    If you place some additional code on your nokia-redirect page, you can even trace your customers in the way you want.

    I am not sure bout the actual PHP code to redirect but I wouldn't be surprised if it was anything like:

    Code:
    header("location: http : // www . sales-page . com/nokia.html");

    Hope this helps.

  6. #6
    jamb0ss is offline Newbies
    Join Date
    Feb 2012
    Posts
    8
    Reputation
    10
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: Looking for inbound url cloaking script

    ok, may be TDS (Traffic Distribution System) can help you. For example Simple TDS (php+mySQL). Simple TDS is a free traffic distribution system, created by russian dev mizhgan.

    First, download the package from 2shared site "/file/UCMnOS6j/stds_1_3beta.html" (i can't use links in my post)

    Second, extract the files to your computer and use any FTP client to download all the content on your server.

    Third, create a database on a server and fill it with the structure of a dump "dump.sql". If your hosting supports phpMyAdmin or similar database administration script, then use it.

    Fourthly, edit the config.php file:

    $ Mysql_host = "localhost";
    $ Mysql_login = "user";
    $ Mysql_password = "userpass";
    $ My_database = "yourDatabaseName";


    $ Password = "123456";
    Password to access the admin script.

    $ Scripturl = "yourscripturl/";
    URL script with a closing slash at the end.

    also you can customize GeoIP and other settings..

    Fifth, set the permissions 777 on directory "archive". It is necessary to record data.

    Sixth, go through the browser to a page (yourscripturl) where installed Simple TDS *, enter the Admin password and start working.

    How it works:
    You create in the admin panel so-called scheme, each of them assign a unique identifier and a link. For each scheme are set "Send Traffic URL" - incoming link and "OUTs" - redirect URL.

    it's all.

    P.S. English is not my native language, so mistakes are possible.
    Last edited by jamb0ss; 02-14-2012 at 05:26 AM.

Natural Slow Link Building


SEO Blasts - High quality link building service

Similar Threads

  1. url shortener script with 301
    By Hornbone in forum Black Hat SEO Tools
    Replies: 1
    Last Post: 08-27-2011, 04:04 PM
  2. Change Refer Url script
    By Pokerman in forum HTML & JavaScript
    Replies: 9
    Last Post: 03-02-2011, 01:00 AM
  3. [GET] - Script - Mask URL in Browser Address Bar
    By cypionate in forum Black Hat SEO
    Replies: 12
    Last Post: 10-18-2009, 10:56 PM
  4. Cloaking script
    By sageman in forum Buy, Sell or Trade
    Replies: 0
    Last Post: 09-15-2007, 08:40 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
  SEnukeX SEO Software
Proudly Powered by Hostwinds.com Web Hosting Click Here For Exclusive BHW Discounts!

Cheap Web Hosting


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76