URGENT !!!~"REDIRECT / CONTINUE TO PAGE" script needed~!!!

Discussion in 'Services' started by momomesh, Apr 6, 2009.

  1. #1
    hi guys,

    i need someone to write me / teach me how to write a script,
    example: let say i have alot of rapidshare links on my site,

    but before users can access(click) the links,
    i want my users to go to a "custom page" (Advertising :D:D) where they'll need to "Click To Continue",

    It's something like "http://www.link-protector.com/",
    but i don't want their ads, i want my own ads,
    Also i want to be able to customize that ad page,

    example can also be seen on "ovguide.com" when click on their links you'll be redirected but before that ;"their ads",

    Will Pay for anyone that can help me,
    Name Your PRICE~!!!

    EXAMPLE: (Illustration)
    Rapidshare Link: http://www.rapidshare.com/xxxx.html
    My Ad Links: http://www.MyADLinks.com/xxxx.html

    Click "Rapidshare Link" ==> "My Ad Links" (option click to continue) ==> "Rapidshare Link",

    Hopefully Someone Out there knows how to do this
    PM ME your Price or Post Here~!!!
     
    momomesh, Apr 6, 2009 IP
  2. matthewrobertbell

    matthewrobertbell Peon

    Messages:
    781
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    <?php
    echo '<a href="http://rapidshare.com/'.$_GET['code'].'.html">Click here to continue</a>';
    ?>

    so you have yoursite.com?code=xxxx

    use mod_rewrite if you want a tidy url...
     
    matthewrobertbell, Apr 6, 2009 IP
  3. momomesh

    momomesh Active Member

    Messages:
    500
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    how do you remove of the url parameter (Variable) after you have gotten the url??

    how do you use mod_rewrite to do that??
     
    momomesh, Apr 10, 2009 IP
  4. matthewrobertbell

    matthewrobertbell Peon

    Messages:
    781
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    There's a very good mod_rewrite tutorial in apache section of this forum
     
    matthewrobertbell, Apr 10, 2009 IP
  5. fr3shy

    fr3shy Active Member

    Messages:
    548
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    60
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    If you want, I'll write you one with a cpanel for $15.

    -Fr3shY
     
    fr3shy, Apr 10, 2009 IP
  6. momomesh

    momomesh Active Member

    Messages:
    500
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #6
    Hi Mathew,

    Can You Please Point Me in the Right Direction???
    in which section of this forum?? i can't seem to find it, and even if i google "mod_rewrite" removing url variables,

    i don't understand how to use it~??

    Thanks
     
    momomesh, Apr 10, 2009 IP
  7. momomesh

    momomesh Active Member

    Messages:
    500
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #7
    hi Freshy,

    can you explain to me,

    what you're gonna do with cpanel??, you mean you want cpanel access??
    can you make the url variable go away after retrieving the data???

    "http://www.example.com/ADpage.php?url=http://www.rapidshare.com/xxxx"

    After Retrieving Data to "http://www.example.com/Adpage.php"

    It'll Only Show "http://www.example.com/Adpage.php" Without "http://www.rapidshare.com/xxxx"

    Can you Do That?? :D:D

    Thanks
     
    momomesh, Apr 10, 2009 IP
  8. matthewrobertbell

    matthewrobertbell Peon

    Messages:
    781
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0