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

Page 1 of 5 123 ... LastLast
Results 1 to 10 of 47
  1.     
    #1
    Pure Awesomeness!

    Thumbs up Links sorter for uploaders

    Check this out, i found this site that sort links from this to this, It's quite helpful if ur uploading a huge game,hd movies...etc

    Code: 
    http://www.tactools.org/Sorter.php
    RT Reviewed by RT on . Links sorter for uploaders Check this out, i found this site that sort links from this to this, It's quite helpful if ur uploading a huge game,hd movies...etc :) http://www.tactools.org/Sorter.php Rating: 5



  2.   Sponsored Links

  3.     
    #2
    Member
    cool I guess but not very useful
    Please follow signature rules

  4.     
    #3
    Member
    Thanks actually it is quite useful.
    This is the staff, you have been banned

  5.     
    #4
    Banned
    Website's:
    gfxfire.com url4free.com
    Interesting link, thanks.

  6.     
    #5
    Member
    nice..bookmarked
    Coding Horror Fan
    I don't read PM's frequently .

  7.     
    #6
    Member
    Website's:
    RapidRisers.org
    Good find.
    Also for RS premium users just use this link to sort all your files....

    Code: 
    https://ssl.rapidshare.com/cgi-bin/premiumzone.cgi?export=1

  8.     
    #7
    Member
    Website's:
    warezxtc.com
    Doesn't work properly, try entering
    Code: 
    file1.part2.rar
    file2.part1.rar
    It sorts by the first number it finds.

  9.     
    #8
    Member
    Website's:
    RapidRisers.org
    MS-Word could do that...LOL

  10.     
    #9
    Member
    Website's:
    warezxtc.com
    Anyways, here's a clone for the same script, coded in in a few minutes, roughly.

    <span>
    PHP Code: 
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     <html xmlns="http://www.w3.org/1999/xhtml">

    <head>
    <title> Link Sorter </title>
    </head>

    <body>
    <div style="width:425px;">
    <form method="post" action="">
    <textarea name="links" rows="12" cols="50"></textarea><br /><br />
    <div align="right">
    <input type="submit" value="Sort Links">
    </div>
    </form>
    </div>
    <?php
    if($_POST){

        function 
    cmp($a$b)
        {
            if (
    $a == $b) {
                return 
    0;
            }
            return (
    $a $b) ? -1;
        }
        
        
    $links explode("\n"$_POST['links']);

        
    usort($links'cmp');

        foreach (
    $links as $key) {
            echo 
    "$key<br />\n";
        }

    }
    ?>

    </body>
    </html>

  11.     
    #10
    Pure Awesomeness!
    Quote Originally Posted by RippeR View Post
    Good find.
    Also for RS premium users just use this link to sort all your files....

    Code: 
    https://ssl.rapidshare.com/cgi-bin/premiumzone.cgi?export=1
    Yeah RS sort links automatically, Some other hosts don't and you're welcome guys.



Page 1 of 5 123 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Links Sorter
    By CJ in forum Web Development Area
    Replies: 18
    Last Post: 15th Oct 2012, 06:21 PM
  2. Java Link Sorter
    By gamelord in forum Webmaster Resources
    Replies: 10
    Last Post: 6th Dec 2011, 01:44 AM
  3. Any other link-sorter sites besides mirrormaker?
    By factor in forum File Host Discussion
    Replies: 3
    Last Post: 23rd Oct 2011, 10:29 AM
  4. Searching for Link sorter ( organize tool ) to easily order links
    By bestsnipe in forum Webmasters, Money Making
    Replies: 10
    Last Post: 4th May 2011, 09:23 PM

Tags for this Thread

BE SOCIAL