Activity Stream
48,167 MEMBERS
6925 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 3 of 3
  1.     
    #1
    Member
    Website's:
    RNBxBeatz.com Storedpics.com

    Default Help with script

    Hi,

    I want to make a script so that whenever i add anything to the end after the = it will change the page.
    ie. website.com/link.php?link=1234

    and the html, which has a download button will change from the original mywebsite.com to mywebsite.com/1234 . So when the button is clicked it will take them to the new page which in this case is mywebsite.com/1234

    Do you know how i can do this? Please help!

    Thank You!
    RNBxBeatz Reviewed by RNBxBeatz on . Help with script Hi, I want to make a script so that whenever i add anything to the end after the = it will change the page. ie. website.com/link.php?link=1234 and the html, which has a download button will change from the original mywebsite.com to mywebsite.com/1234 . So when the button is clicked it will take them to the new page which in this case is mywebsite.com/1234 Do you know how i can do this? Please help! Thank You! Rating: 5


  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    EastsideHosting.com MediaONAIR.com ImgWiz.com cPadmin.net EastsidePCWorks.com HostedTalk.com
    Code: 
    <?php
    
    $link = $_GET["link"];
    
    echo htmlspecialchars($link);
    
    ?>
    .htaccess

    Code: 
    Options +FollowSymLinks
    RewriteEngine on
    RewriteRule (.*)/$ /link.php?link=$1
    Someone could prolly make a better one.
    EastsideHosting - (Web Hosting, Proxy Hosting, Reseller Program)
    MediaONAIR - (SHOUTcast Servers, ICEcast Servers, Reseller Program)
    Server Administrator - (Dedicated Servers, VPS Management, One Time Services)
    ImgWiz - (Free Image Hosting)

  4.     
    #3
    Member
    Website's:
    RNBxBeatz.com Storedpics.com
    Quote Originally Posted by Cory View Post
    Code: 
    <?php
    
    $link = $_GET["link"];
    
    echo htmlspecialchars($link);
    
    ?>
    .htaccess

    Code: 
    Options +FollowSymLinks
    RewriteEngine on
    RewriteRule (.*)/$ /link.php?link=$1
    Someone could prolly make a better one.
    Thanks! Works perfectly!


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [Selling] Excellent Matrimonial Script| Complete readymade Matrimony Script Available
    By matriscript4u in forum Marketplace (Buy, Sell and Trade)
    Replies: 0
    Last Post: 23rd Oct 2012, 02:54 PM
  2. Replies: 12
    Last Post: 13th Mar 2012, 02:23 PM
  3. [Selling] Rslinkgens Premium link generator script V1 -Most advanced and viral script
    By vccshopper in forum Completed Transactions
    Replies: 0
    Last Post: 24th Jun 2011, 08:10 PM
  4. [Selling] A.A.S. (Adult Automated Script For ClipBucket Video Script)
    By tangi in forum Completed Transactions
    Replies: 0
    Last Post: 25th Mar 2011, 12:45 PM
  5. need text hosting script or link shorter script
    By onel0ve in forum General Discussion
    Replies: 3
    Last Post: 16th Jan 2011, 08:26 AM

Tags for this Thread

BE SOCIAL