Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Does anyone know of a good premium link generator for netload?

  1. #1
    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?

  2. File Sharing   -   #2
    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 just remembered something that happened a long time ago."

  3. File Sharing   -   #3
    Quote Originally Posted by anon View Post
    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.
    Last edited by avada; 07-14-2011 at 09:48 AM.

  4. File Sharing   -   #4
    superpagla's Avatar Poster
    Join Date
    May 2011
    Location
    cha-bar
    Posts
    168
    u can use enterupload.com ....more may be uploadfa/theuploadbaz/uploadic/6ybh-upload.....& enterupload+jdownloader=premium enterupload...

  5. File Sharing   -   #5
    johhny's Avatar Poster BT Rep: +1
    Join Date
    Oct 2010
    Posts
    397
    i don't think is any free generator for free on netload

    get premium !!

  6. File Sharing   -   #6
    Quote Originally Posted by avada View Post
    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.
    "I just remembered something that happened a long time ago."

  7. File Sharing   -   #7
    Quote Originally Posted by anon View Post
    Quote Originally Posted by avada View Post
    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 View Post
    u can use enterupload.com ....more may be uploadfa/theuploadbaz/uploadic/6ybh-upload.....& enterupload+jdownloader=premium enterupload...
    Actually I want to download. From netload, because unfortunately a lot of stuff I can only find uploaded there.

    Quote Originally Posted by anon View Post
    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.
    Last edited by avada; 07-14-2011 at 09:31 PM. Reason: Automerged Doublepost

  8. File Sharing   -   #8
    superpagla's Avatar Poster
    Join Date
    May 2011
    Location
    cha-bar
    Posts
    168
    Quote Originally Posted by avada View Post
    Quote Originally Posted by superpagla View Post
    u can use enterupload.com ....more may be uploadfa/theuploadbaz/uploadic/6ybh-upload.....& enterupload+jdownloader=premium enterupload...
    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....

  9. File Sharing   -   #9
    Quote Originally Posted by superpagla View Post
    Quote Originally Posted by avada View Post

    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?

  10. File Sharing   -   #10
    Disme's Avatar I'm Belgian BT Rep: +7BT Rep +7
    Join Date
    Dec 2006
    Posts
    2,319
    Quote Originally Posted by superpagla View Post
    Oh Allah!!!
    What's he got to do with it???
    Can you feel the LOVE

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •