Results 1 to 10 of 47
-
3rd Nov 2009, 11:00 PM #1OPPure Awesomeness!
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
-
3rd Nov 2009, 11:11 PM #2Member
cool I guess but not very useful
Please follow signature rules
-
3rd Nov 2009, 11:45 PM #3Member
Thanks actually it is quite useful.
This is the staff, you have been banned
-
4th Nov 2009, 12:04 AM #4BannedWebsite's:
gfxfire.com url4free.comInteresting link, thanks.
-
4th Nov 2009, 03:23 AM #5Member
nice..bookmarked
Coding Horror Fan
I don't read PM's frequently .
-
4th Nov 2009, 12:14 PM #6MemberWebsite's:
RapidRisers.org
-
4th Nov 2009, 12:48 PM #7MemberWebsite's:
warezxtc.comDoesn't work properly, try entering
Code:file1.part2.rar file2.part1.rar
-
4th Nov 2009, 12:52 PM #8
-
4th Nov 2009, 01:00 PM #9MemberWebsite's:
warezxtc.comAnyways, 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 : 1;
}
$links = explode("\n", $_POST['links']);
usort($links, 'cmp');
foreach ($links as $key) {
echo "$key<br />\n";
}
}
?>
</body>
</html>
-
4th Nov 2009, 01:30 PM #10OPPure Awesomeness!
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Links Sorter
By CJ in forum Web Development AreaReplies: 18Last Post: 15th Oct 2012, 06:21 PM -
Java Link Sorter
By gamelord in forum Webmaster ResourcesReplies: 10Last Post: 6th Dec 2011, 01:44 AM -
Any other link-sorter sites besides mirrormaker?
By factor in forum File Host DiscussionReplies: 3Last Post: 23rd Oct 2011, 10:29 AM -
Searching for Link sorter ( organize tool ) to easily order links
By bestsnipe in forum Webmasters, Money MakingReplies: 10Last Post: 4th May 2011, 09:23 PM
themaPoster - post to forums and...
Version 5.38 released. Open older version (or...