Bill due in 5 days
 0%
Donate
Welcome, diggwolf375 [logout]   DL: 457.59 MB  UL: 0.00 kB  Ratio:0.000
Inbox 1 (0)   Sentbox 0   Bookmarks   Friends

Tutorials > Cut in line in some FilePlanet stuff.

1
<< Prev      Next >>

 

This topic has been autolocked for inactivity. If you have something to add, Click Here to request it is re-opened.

 

#341954 by unknown[36235] at 2005-08-18 03:18:12 (7 years ago) - [Report]Top

First I made a simple javascript code to make it eaiser so

1.) Copy this code into a html file and save it.

FlyingBuzz wrote:


<script language="JavaScript">

function formCheck(formobj)
{
    var copyurl = formobj.elements["FirstName"].value;
    var urlstarting = new Array();
    urlstarting[urlstarting.length] = "http://xfer01";
    urlstarting[urlstarting.length] = "http://xfer02";
    urlstarting[urlstarting.length] = "http://xfer03";
    urlstarting[urlstarting.length] = "http://xfer07";
    urlstarting[urlstarting.length] = "http://xfer10";
    urlstarting[urlstarting.length] = "http://xfer11";
    urlstarting[urlstarting.length] = "http://xfer12";
    urlstarting[urlstarting.length] = "http://xfer13";
    urlstarting[urlstarting.length] = "http://xfer14";
    urlstarting[urlstarting.length] = "http://xfer15";
    urlstarting[urlstarting.length] = "http://xfer16";
    urlstarting[urlstarting.length] = "http://dc3x1";
    urlstarting[urlstarting.length] = "http://dc3x2";
    urlstarting[urlstarting.length] = "http://dc3x3";
    urlstarting[urlstarting.length] = "http://oc2x1";
    urlstarting[urlstarting.length] = "http://oc2x2";
    urlstarting[urlstarting.length] = "http://oc2x3";
    urlstarting[urlstarting.length] = "http://mm2x1";
    urlstarting[urlstarting.length] = "http://mm2x2";
    urlstarting[urlstarting.length] = "http://uk1x1";
    urlstarting[urlstarting.length] = "http://da1x1";
    urlstarting[urlstarting.length] = "http://sc4x1";
    urlstarting[urlstarting.length] = "http://sc4x2";
    var urlstart=copyurl.indexOf("http%3a%2f%2f");
    var urlend=copyurl.indexOf("&ps=");

    if (urlend == -1)
        urlend=copyurl.indexOf("&v=");

    copyurl = copyurl.substring(urlstart,urlend);
    urlstart = copyurl.indexOf(".fileplanet.com");
    copyurl = copyurl.substring(urlstart,urlend);

    var i = 0;

    for (i=0;i<100;i++)
        copyurl = copyurl.replace("%2f","/");

    copyurl = copyurl.replace("ftp1/","");


    for (i=0;i<urlstarting.length;i++)
    {
        document.writeln(urlstarting[i] + copyurl + "<br>");
        document.writeln("<iframe width=600 height=328 src=" + urlstarting[i] + copyurl + "></iframe><br><br>");
    }

    return false;
}

</script>


<form name="formcheck" onsubmit="return formCheck(this)">
File Name: <input type=text name="FirstName" size="25">
<br>
<input type=submit value="Submit Form">
</form>

2.) Open the file in Internet Explorer or Firefox.
3.) Open a new tab or window of fileplanet and login.
4.) Now go to a download page of a file where you see all the mirrors for that file.
5.) Right click and copy the link location of one of the mirrors
6.) Paste the link location in the form of the html page.
7.) It will go though all the mirrors and hopefully one have the file and no one in it.

This might work for some files like FEAR but not all files depending if it is in the unused mirror or not.

If someone have a subscriber account it will be great for me to borrow it so I can try to see whats the difference in the way the subscriber downloads so I might be able to make a new javascript that can download using the way of subscribers.

#342052 by unknown[60148] at 2005-08-18 06:44:48 (7 years ago) - [Report]Top

Oh, that's beyond awesome.

Sorry my subscriber ran out a few months ago.

#342422 by GomezieDonor (Power User) at 2005-08-18 12:47:00 (7 years ago) - [Report]Top

Dude you rock.. testing now, if it dont work then you still rock

N1

#342973 by alexpb1 (Power User) at 2005-08-18 18:43:11 (7 years ago) - [Report]Top

Worked perfectly. I tested it with the F.E.A.R. demo, found 1 server that came up saying "Your Download is Ready" ...perfect.

Too bad i cant max out my connection on it. Only getting like 200-250kbs.

#343125 by betebete (Power User) at 2005-08-18 20:55:33 (7 years ago) - [Report]Top

alexpb1 wrote:

Worked perfectly. I tested it with the F.E.A.R. demo, found 1 server that came up saying "Your Download is Ready" ...perfect.

Too bad i cant max out my connection on it. Only getting like 200-250kbs.

Yeah Fileplanet never gets any faster than that here in europe.
I think they get better speeds in the States.. The UK server aint much to brag about either
Great script dude . If someoen can find a way to get passed the subscription betas i would hump your foot for a week!

#343463 by unknown[36235] at 2005-08-19 01:02:48 (7 years ago) - [Report]Top

i really wonder how the subscribers download
i think it might be using the cookie though and not some extra command.
not sure.

#343591 by unknown[11096] at 2005-08-19 04:23:49 (7 years ago) - [Report]Top

The script worked perfectly for me, I got a download spot right away.
The only problem is the FilePlanet servers are incredibly slow, I'm downloading at 2kbps. :-/

#343615 by unknown[43788] at 2005-08-19 04:47:26 (7 years ago) - [Report]Top

gumpy5 wrote:

The script worked perfectly for me, I got a download spot right away.
The only problem is the FilePlanet servers are incredibly slow, I'm downloading at 2kbps. :-/

ya me 2 -_-

i rather wait the normal way to get the file in about 1hr than to wait 9 hrs for it to finish dl'n at 2kb lol

#343748 by unknown[36235] at 2005-08-19 07:46:26 (7 years ago) - [Report]Top

weird only 2 kbs?

i tend to get like 20

and if i use a download acclerator and keep reopening it

i can get like 100 kbs by connecting to the same server 5 times

#346794 by Amr0d (Power User) at 2005-08-21 15:58:30 (7 years ago) - [Report]Top

Nice script but when i copy the link location and pasting it into you form i also have to wait on all servers which are hosting the file why? or did i not understand the topic?

Last edited by Amr0d at 2005-08-21 16:03:31

#352154 by unknown[95344] at 2005-08-25 04:03:51 (7 years ago) - [Report]Top

I'd like to dig this post out and brag that I max out my connection from the subscriber servers, going at 1 megabyte / second.

#352633 by unknown[27560] at 2005-08-25 15:03:56 (7 years ago) - [Report]Top

If you're struggling to get decent speeds try using a program like flashget to use multiple connections and download faster.
 

This topic has been autolocked for inactivity. If you have something to add, Click Here to request it is re-opened.

 

1
<< Prev      Next >>

This topic is locked; no new posts are allowed.

Quick jump: