Results 11 to 19 of 19
-
24th Sep 2010, 08:28 PM #11Respected Memberhttp://RS.com/file1.part01.rar
http://RS.com/file1.part02.rar
http://FS.com/file1.part01.rar
http://FS.com/file1.part02.rar
http://HF.com/file1.part01.rar
http://HF.com/file1.part02.rar
http://RS.com/file2.part01.rar
http://RS.com/file2.part02.rar
http://FS.com/file2.part01.rar
http://FS.com/file2.part02.rar
http://HF.com/file2.part01.rar
http://HF.com/file2.part02.rar
http://FS.com/file1.part01.rar
http://HF.com/file1.part01.rar
http://RS.com/file1.part01.rar
http://FS.com/file1.part02.rar
http://HF.com/file1.part02.rar
http://RS.com/file1.part02.rar
http://FS.com/file2.part01.rar
http://HF.com/file2.part01.rar
http://RS.com/file2.part01.rar
http://FS.com/file2.part02.rar
http://HF.com/file2.part02.rar
http://RS.com/file2.part02.rar
-
24th Sep 2010, 10:07 PM #12It begins...
Here:
PHP Code:<form method="POST" action="" enctype="multipart/form-data">
<textarea name=data cols=50 rows=10></textarea>
<input type=submit name=submit value=go />
</form>
<?php
if (isset($_REQUEST['submit']))
{
$data = $_POST['data'];
$data = explode("\n", $data);
sort($data);
foreach ($data as $repre)
{
echo $repre;
echo '<br />';
}
}
?>
EDIT: nvm. I just read the first post closely again and my code fails to address the issue. But I'll leave it here just in case someone wants to use it.
-
25th Sep 2010, 05:37 AM #13OPRetired NinJaWebsite's:
loledhard.comDamn guys I need the links of particular stuff on Diff file host togetther than next stuff with all file host & then next & continue
Just see the example. I dont need Sorting of links guys. Thats easy
You don't hate Justin bieber.You hate the fact you ain't Justin Bieber!
-
25th Sep 2010, 09:32 AM #14MemberWebsite's:
sborg.usV3g3t4 for the rescue
PHP Code:<?php
if (isset($_REQUEST['submit'])) {
$data = $_POST['data'];
$data = explode("\n", $data);
sort($data);
$i=0;
echo "<br />Input data:<br />";
foreach ($data as $repre) {
echo $repre . '<br />';
$test[$i] = pathinfo(pathinfo($data[$i],PATHINFO_FILENAME),PATHINFO_FILENAME);
$i++;
}
echo "<br />Sorted data:<br />";
$unique = array_unique($test);
foreach($unique as $v3g){
if($v3g){
foreach($data as $repre)
if(strpos($repre,$v3g)) echo $repre."<br />";
}
echo "<br />";
}
}
?>
used two pathinfo_filenames just for the lulz! naaah, it's to get the actual filename, use explode if you want.
-
25th Sep 2010, 10:55 AM #15OPRetired NinJaWebsite's:
loledhard.comthanks mate relly appreaciated ur work. Let me try if it really works
It works with minor problem but its best for me, thanks for saving my 20 mins per day lol
You don't hate Justin bieber.You hate the fact you ain't Justin Bieber!
-
25th Sep 2010, 04:35 PM #16Respected Member
Thought you want a a bash command.
-
14th Oct 2012, 08:17 PM #17Member
-
15th Oct 2012, 03:53 PM #18MemberWebsite's:
sborg.usOoo, bumping an old topic eh?
If you observe the Hellshare links, the file's ID comes after the filename. You'll have to modify the script accordingly coz at present it sorts the links depending on the filename (i.e. file1, file2 as in the example)
V3g3ta | Halcyon | Abhi
-
15th Oct 2012, 06:21 PM #19Member
I'm sorry, but I do not know how to modify ;(
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 for uploaders
By RT in forum Useful SitesReplies: 46Last Post: 21st Jan 2012, 03:09 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
themaCreator - create posts from...
Version 3.24 released. Open older version (or...