Does anyone know of a good premium link generator for netload?
Hi!
I've been looking for this for a while. Its rather tedious to download from netload with its 1 hour waiting time. Unfortunately some large HD stuff is only available as netload links which takes ages with a ~100 links. I found a few good premium link generators for RS, Filesonic, Fileserve and the sort, but netload seems to be the black sheep, becuase its missing from most (or not working). I did find a few but they have silly limits like one a day or huge waiting times themselves. Did anyone find a good one?
Re: Does anyone know of a good premium link generator for netload?
I don't know any, but I wanted to tell you that if you use jDownloader and the right reconnect script for your connection, you can bypass the waiting times by changing your IP between downloads, if it's a dynamic address.
Re: Does anyone know of a good premium link generator for netload?
Quote:
Originally Posted by
anon
I don't know any, but I wanted to tell you that if you use jDownloader and the right reconnect script for your connection, you can bypass the waiting times by changing your IP between downloads, if it's a dynamic address.
I don't think I can change my IP. When I had DSL it was no problem I disconnected for a few minutes and I got a new IP. But now even unplugging the cable modem for like 10 minutes didn't help.
PS.: I actually replied yesterday but it seems it didn't make it to the forum.
Re: Does anyone know of a good premium link generator for netload?
u can use enterupload.com ....more may be uploadfa/theuploadbaz/uploadic/6ybh-upload.....& enterupload+jdownloader=premium enterupload...:happy:
Re: Does anyone know of a good premium link generator for netload?
i don't think is any free generator for free on netload
get premium !!
Re: Does anyone know of a good premium link generator for netload?
Quote:
Originally Posted by
avada
I don't think I can change my IP. When I had DSL it was no problem I disconnected for a few minutes and I got a new IP. But now even unplugging the cable modem for like 10 minutes didn't help.
OK, let's try this. Assuming you have a direct connection (i.e. PC -> Cable modem -> Internet, no router), there are two things you can do. The best method and the one you should try first is the following one. Open jDownloader, go to Settings -> Reconnection -> Batch (in the right panel), and paste the following content in the text field:
Code:
ipconfig /release
netsh interface IP set address "CONNECTION NAME" static 1.2.3.4 255.0.0.0 1.2.3.5 0
netsh interface IP set address "CONNECTION NAME" dhcp
"CONNECTION NAME" must be replaced by your connection's name as it appears on Network Connections (it should be "Local Area Connection" if you haven't changed it, and there may be a number at the end if you've had more than one NIC). Change that and keep the quote marks.
You're done. Now click on "Change IP" at the bottom and see if it works. If it does, congratulations, you have a working reconnection script you can use to evade Netload's huge waiting times.
What does it do? The first line releases (gets rid of) a previous address assigned via DHCP. The second line sets manually your IP to 1.2.3.4, with 255.0.0.0 as subnet mask and 1.2.3.5. These values are essentially invalid - the 1.0.0.0/8 block is assigned to APNIC, but even if your ISP can offer such addresses it won't work anyway. The third line sets the adapter to DHCP once again. Windows will send the last working IP it got when trying to contact the server, but since 1.2.3.4 isn't valid, your ISP should give you a new address. Nice, eh?
Try that and get back to me. If it doesn't work, I'll tell you how to use macshift to do this, although it may not be as effective.
Re: Does anyone know of a good premium link generator for netload?
Quote:
Originally Posted by
anon
Quote:
Originally Posted by
avada
I don't think I can change my IP. When I had DSL it was no problem I disconnected for a few minutes and I got a new IP. But now even unplugging the cable modem for like 10 minutes didn't help.
OK, let's try this. Assuming you have a
direct connection (i.e. PC -> Cable modem -> Internet, no router), there are two things you can do. The best method and the one you should try first is the following one. Open jDownloader, go to Settings -> Reconnection -> Batch (in the right panel), and paste the following content in the text field:
Code:
ipconfig /release
netsh interface IP set address "CONNECTION NAME" static 1.2.3.4 255.0.0.0 1.2.3.5 0
netsh interface IP set address "CONNECTION NAME" dhcp
"CONNECTION NAME" must be replaced by your connection's name as it appears on Network Connections (it should be "Local Area Connection" if you haven't changed it, and there may be a number at the end if you've had more than one NIC). Change that and
keep the quote marks.
You're done. Now click on "Change IP" at the bottom and see if it works. If it does, congratulations, you have a working reconnection script you can use to evade Netload's huge waiting times.
What does it do? The first line releases (gets rid of) a previous address assigned via DHCP. The second line sets manually your IP to 1.2.3.4, with 255.0.0.0 as subnet mask and 1.2.3.5. These values are essentially invalid - the 1.0.0.0/8 block is assigned to APNIC, but even if your ISP can offer such addresses it won't work anyway. The third line sets the adapter to DHCP once again. Windows will send the last working IP it got when trying to contact the server, but since 1.2.3.4 isn't valid, your ISP should give you a new address. Nice, eh?
Try that and get back to me. If it doesn't work, I'll tell you how to use macshift to do this, although it may not be as effective.
Actually I have router. But I can try it as soon as I moved the computer back to my room. (painting walls...) Thanks for the tip...
Quote:
Originally Posted by
superpagla
u can use enterupload.com ....more may be uploadfa/theuploadbaz/uploadic/6ybh-upload.....& enterupload+jdownloader=premium enterupload...:happy:
Actually I want to download. From netload, because unfortunately a lot of stuff I can only find uploaded there.
Quote:
Originally Posted by
anon
OK, let's try this. Assuming you have a
direct connection (i.e. PC -> Cable modem -> Internet, no router), there are two things you can do. The best method and the one you should try first is the following one. Open jDownloader, go to Settings -> Reconnection -> Batch (in the right panel), and paste the following content in the text field:
Code:
ipconfig /release
netsh interface IP set address "CONNECTION NAME" static 1.2.3.4 255.0.0.0 1.2.3.5 0
netsh interface IP set address "CONNECTION NAME" dhcp
"CONNECTION NAME" must be replaced by your connection's name as it appears on Network Connections (it should be "Local Area Connection" if you haven't changed it, and there may be a number at the end if you've had more than one NIC). Change that and
keep the quote marks.
You're done. Now click on "Change IP" at the bottom and see if it works. If it does, congratulations, you have a working reconnection script you can use to evade Netload's huge waiting times.
What does it do? The first line releases (gets rid of) a previous address assigned via DHCP. The second line sets manually your IP to 1.2.3.4, with 255.0.0.0 as subnet mask and 1.2.3.5. These values are essentially invalid - the 1.0.0.0/8 block is assigned to APNIC, but even if your ISP can offer such addresses it won't work anyway. The third line sets the adapter to DHCP once again. Windows will send the last working IP it got when trying to contact the server, but since 1.2.3.4 isn't valid, your ISP should give you a new address. Nice, eh?
Try that and get back to me. If it doesn't work, I'll tell you how to use macshift to do this, although it may not be as effective.
It doesn't seem to work. It ended up with a reconnection failure. When I fixed the connection with windows' troubleshooter I got back the same address. :(
Not sure what the macshift thing is but if it includes changing the mac address it probably wouldn't work because my connection is tied to my ethernet adapter's mac address.
There's this website I found: rapidrar.com. But its idiotic, becuse it only lets me download one file in 24 hours. Its supposed to give me "coupons" for 30 netload link by finishing somekind of survey I just don't know how to actually do that. Somekind of iphone/nokia advertisement comes up.
Re: Does anyone know of a good premium link generator for netload?
Quote:
Originally Posted by
avada
Quote:
Originally Posted by
superpagla
u can use enterupload.com ....more may be uploadfa/theuploadbaz/uploadic/6ybh-upload.....& enterupload+jdownloader=premium enterupload...:happy:
Actually I want to download. From netload, because unfortunately a lot of stuff I can only find uploaded there.
Oh Allah!!! I told about those site so that u can leech form NL and download from there....U didn't even visited there...There is a uplaod section called "free url leech" and u can leech 5 GB from NL in a day. If u use 2 browser u can leech 10 GB....so try it now....
Re: Does anyone know of a good premium link generator for netload?
Quote:
Originally Posted by
superpagla
Quote:
Originally Posted by
avada
Actually I want to download. From netload, because unfortunately a lot of stuff I can only find uploaded there.
Oh Allah!!! I told about those site so that u can leech form NL and download from there....U didn't even visited there...There is a uplaod section called "free url leech" and u can leech 5 GB from NL in a day. If u use 2 browser u can leech 10 GB....so try it now....
Oh... Could you elaborate on how its done?
Re: Does anyone know of a good premium link generator for netload?
Quote:
Originally Posted by
superpagla
Oh Allah!!!
What's he got to do with it???