Downloading via XDCC

By now, most if not all of you must have heard how the Megaupload takedown has caused an indirect domino effect to most other major file hosting services. For people like us involved in content sharing and downloading, this ultimately means inconvenience caused by dead links among other things. More details about this have been discussed here.

In relevance with our Fortune Arterial translation project, we have also taken the liberty of providing the game via XDCC for those having problems obtaining a copy. More details here.


What does this have to do with XDCC?
Lately, we have been seeing posts/comments/messages asking us to reupload certain ASL releases. Normally, we would just reupload the requested files, but with the current state of file hosting services, chances are you would be told to try downloading from torrent or XDCC instead. Unlike torrents, XDCC does not depend on seeds and the files will always be available on the bots unless something unexpected happens. This is especially true for older releases, which obviously are more likely to have dead links.


What do I need to download from XDCC?
An IRC client, that is all (okay, also an Internet connection and sufficient disk space). For XDCC to work, you cannot use a web client like Qchat or Mibbit. You need a standalone IRC client, e.g. mIRC, Irssi, XChat-WDK, KVIrc, HydraIRC, etc. Some clients might require you to tweak some settings first before you can download smoothly via XDCC. For this tutorial I will only be giving an example each for mIRC and Irssi, two clients that I personally use. For other clients, please refer to their respective manuals.

Please note that these are just standard settings meant for easy downloading. To connect to an IRC network (in this case Rizon), you can usually use either one of these commands:
Code:
[PLAIN]/connect irc.rizon.net
/server irc.rizon.net[/PLAIN]

Or one of these for SSL connection:
Code:
[PLAIN]/connect -ssl irc.rizon.net 9999
/connect -s irc.rizon.net 9999
/server irc.rizon.net +9999
/sslserver irc.rizon.net 9999[/PLAIN]

Note that Rizon provides more than one port for SSL if you have problems connecting to a specific one. For more elaborate details, check Rizon's server list or try connecting through a standard non-SSL connection and check the MotD to see which ports the server you're connected to allows SSL. If this paragraph makes no sense to you, just ignore it altogether and stick to using either one of the first set of commands.

If none of the commands above work for you, please consult your client's respective manuals.

  • mIRC:
    Tools -> Options -> DCC. Check the "auto-get file" option and adjust it as shown on the picture below.
    20121102113052.png


    Then click the "trusted" button and key in our bots' hostmasks (if you have no idea what hostmasks are, simply entering their names in the format shown below should suffice). Note that you do not need to have all bots in your trusted list; only add the bot(s) you plan on downloading from. Users in your trusted list can send you files without asking for confirmation; add any other users at your own risk.
    • AS|Sena is for ASL releases in FLAC.
    • AS|Hinata is for ASL releases in V0 VBR MP3.
    • AS|Ruri is for AST releases and related files.
    20121102113156.png


    And finally, go to DCC -> Ignore. Choose the "accept only" option and key in *.rar.
    20121102113300.png

    .
  • Irssi:
    Simply type the commands below, one line at a time. Again, you do not need to have all bots in your autoget list.
    Code:
    [PLAIN]/set dcc_autoget ON
    /set dcc_autoget_masks AS|Sena!*@* AS|Hinata!*@* AS|Ruri!*@*
    /set dcc_autoresume ON[/PLAIN]
    20130806060341.png


    If you run Irssi on a non-Unix-based operating system (e.g. Windows or OSX), the default configuration for directory path-related settings may not work (Irssi is, after all, inherently intended for Unix-based systems).

    To change your download directory, first type
    Code:
    /set dcc_download_path
    and see what Irssi returns. This value is set by default to ~ but you can replace it with whatever path you prefer. You can use an exact path
    Code:
    /set dcc_download_path C:\Users\Adaline\Desktop
    or a relative path,
    Code:
    /set dcc_download_path ./Files/Downloads
    whereby . points to your Irssi installation directory. For example, let's say I installed Irssi to C:\Program Files (x86)\Irssi. Therefore, my download directory will be C:\Program Files (x86)\Irssi\Files\Downloads.

    20130806060742.png


    Make sure the target directory is fully accessible (not set to read-only; something like 755 or drwxr-xr-x if you run it on a server). For this reason, it is not recommended to set your download path to a protected directory (e.g. C:\Program Files). It is also not generally a good idea to run Irssi or any other IRC client with administrative privileges; therefore, please set your download path to somewhere writeable like Desktop, another disk drive like D:\, etc.


How do I find what I want?
There are two ways:
  1. Go to our XDCC parser and find what you want. It automatically interprets spaces as underscores, so do not worry about them. Found what you are looking for? Good. Click on the item you want and you will see a pop-up box with the syntax you need to paste in your IRC client.

    20121102114105.png


    And that is all you need for your download to start. You need to stay in the channel (that is #[email protected]) at least until the transfer is complete. The bots will not acknowledge your DCC request if you are not present in at least one of the channels where our bots are.

    Please note that:
    • Javascript is required to use the parser, so you may want to (at least temporarily) disable NoScript and the like.
    • Static content on the parser is cached by our CDN service. This means that your search results may possibly be outdated by up to 24 hours and newly added releases may not appear immediately. For newer releases, please refer to the alternate way below.

  2. Alternatively, join #[email protected] and use the !find (or @find) trigger to find what you want (e.g. !find shimotsuki). The bots will then send you a notice containing the search results.

    20130806061149.png


    See that each search result begins with numbers? Those are pack numbers; copy-paste the numbers corresponding to the releases you want and send a message to one of the bots with them.

    For ASL FLAC releases:
    Code:
    [PLAIN]/msg AS|Sena XDCC SEND #[/PLAIN]

    For ASL MP3 releases:
    Code:
    [PLAIN]/msg AS|Hinata XDCC SEND #[/PLAIN]

    For AST releases:
    Code:
    [PLAIN]/msg AS|Ruri XDCC SEND #[/PLAIN]

For details on AST releases, please refer to either the info page or this thread for details regarding grabbing the releases via XDCC. Our bots automatically announce new releases as they are added, so feel free to lurk in the channel to get our new releases faster than anyone else (with the exception of staff, of course).

And that concludes this tutorial.

This thread will stay open for questions, not general and/or unrelated comments.
 
Last edited:
You're welcome.

As a side note, you might want to take a look at GUI-based IRC clients for OSX, such as LimeChat or Colloquy. (However, I won't provide a tutorial on configuring them as I don't run OSX.)

Thanks for the suggestion, but may I ask a stupid question?

What's the big advantage of using a GUI-based client?
 
Thanks for the suggestion, but may I ask a stupid question?

What's the big advantage of using a GUI-based client?
Easier to configure, I guess. You only have to click and sift through options instead of typing commands with the correct parameters. Even first-time users can simply try to navigate their way around a GUI-based client on their own as the options are often self-explanatory, but with a CLI-/TUI-based client, you may need to read some tutorials before you understand its functions.

It's a matter of preferences (I personally prefer a clean, TUI-based client for IRC like Irssi), but most aren't willing to go through the latter.
 
may seem like a dumb question, does one need to anonymize one's traffic to prevent the ISP from taking action, when downloading using IRC?
 
DCC stand short for Direct-Client-[to]-Client. It means that beside you and us, nobody else*knows you're downloading something from us.

*except NSA & its friends
 
If you're worried about "six strikes" or similar policies, then no, they only apply to torrent downloads. Nonetheless, encrypting your traffic -- whether through a VPN or by using SSL connection on IRC -- is generally a good idea for a multitude of reasons.

Encrypted bits of traffic may look all the more tempting to the NSA, though.
 
i see, thanks for the response. I just discovered IRC and could very much use all the info I can get.

@Ignis mentions SSL connection on IRC. If I use OpenSSL, this would be useful to me for encrypting my traffic on mIRC?
 
Yes, OpenSSL should be all you need to enable SSL connections with mIRC. Don't forget to connect to an SSL port (such as 9999 for Rizon) instead of a standard one. It'd be moot otherwise.
 
Damn it! I must be the biggest noob when it come to IRC, eventhou I used to roamed around the IRC channels back in 2002.
I couldn't even get to any channel? Much less I could DL anything.
Ignis, I've failed you, even after I tried follow your instruction.
 
Damn it! I must be the biggest noob when it come to IRC, eventhou I used to roamed around the IRC channels back in 2002.
I couldn't even get to any channel? Much less I could DL anything.
Ignis, I've failed you, even after I tried follow your instruction.
Here's the standard procedure if you use mIRC, TL;DR version:
  1. Connect to Rizon: /server irc.rizon.net
  2. Join our channel: /j #anime-sharing
  3. Find a packlist: !find <keyword>
  4. Start your download: /msg <botname> XDCC SEND <pack number>
Failing that, could you elaborate your problem? What message did you get upon failing to join any channel?
 
It looks like you did something wrong with your connect command. Did you type /server server or /connect server? Disconnect your current connection attempt (which will never succeed) by typing /disconnect or clicking the lightning bolt-shaped icon on top left. Then type or paste this, and just this, on mIRC:
Code:
/server irc.rizon.net

If it succeeds, you should see a barrage of messages that starts with something along these lines:
Code:
11:19 -!- Irssi: Looking up irc.rizon.net
11:19 -!- Irssi: Connecting to irc.rizon.net [208.100.38.65] port 6667
11:19 -!- Irssi: Connection to irc.rizon.net established
11:19 -!- Please wait while we process your connection.
11:19 !irc.sxci.net *** Found your hostname
11:19 !irc.sxci.net *** Checking Ident
11:19 !irc.sxci.net *** Got Ident response
11:19 !irc.sxci.net *** Your host is masked
11:19 -!- Welcome to the Rizon Internet Relay Chat Network root
 
OK, I'll give it a try.
BTW, my previous post (#62) was a double post.
 
Hi,

I try to download flac releases using mIRC, but receive the follow message: "AS|Sena No such nick/channel", i will wainting for your reply, thanks in advance.
 
Hi,

I try to download flac releases using mIRC, but receive the follow message: "AS|Sena No such nick/channel", i will wainting for your reply, thanks in advance.
Hi there,

The message you got means that AS|Sena wasn't online when you tried to download from it. It was likely experiencing a slight downtime. With mIRC, you can check the list of names on the right side to see if it's online or not.

As of the time of writing, AS|Sena is online and fully functional. We apologise for the inconvenience.
 
  • Like
Reactions: Lukas
Hi,

I solved this issue changing the default server of mirc to rizon server, result I happy and downloading releases of xdcc.

Thanks.

See you :)
 
Hi Ignis..
Thanks for replying my PM..
okay, here is my problem..

i use HydraIRC client..
and follow the tutorial as you post in #1 ..
this is the step i use in hydra irc..

>open hydrairc
>type command "/server irc.rizon.net"
>type command "/msg nickserv identify ___"
>type command "/j anime-sharing"
>and last type command "/msg AS|Sena xdcc send #xxxx " (xxxx is for number from the Packlist)

and this is the screenshot i mention earlier in my pm that i can't download from the Bots
or this link
4b69d0babd.png


i also try with another Bot and with nothing changed..
and.. here's the results..

9d1e5bfc2b.png


so i have no idea what is wrong from me..hope anyone could help me..
thanks :)
 

Attachments

  • ss+(2015-02-14+at+05.14.31).png
    ss+(2015-02-14+at+05.14.31).png
    90.9 KB · Views: 113
  • ss+(2015-02-14+at+05.24.05).png
    ss+(2015-02-14+at+05.24.05).png
    64 KB · Views: 99
so i have no idea what is wrong from me..hope anyone could help me..
thanks :)
Hi LuPhie,

I've tested downloading several files using HydraIRC (even from my own PC to myself, sending them from mIRC), and it didn't work at all :confused:
Could you please try with this pre-configured mIRC client and let us know if it works fine for you?
It might be an issue with HydraIRC only, or it might be our own bots not liking it :P

Either way, I hope you can start downloading our files soon :nekopara_tehee:
 
  • Like
Reactions: LuPhie
Hi LuPhie,

I've tested downloading several files using HydraIRC (even from my own PC to myself, sending them from mIRC), and it didn't work at all :confused:
Could you please try with this pre-configured mIRC client and let us know if it works fine for you?
It might be an issue with HydraIRC only, or it might be our own bots not liking it :P

Either way, I hope you can start downloading our files soon :nekopara_tehee:

Thanks Traxis..
already tried with mirc too.. and still not working.. lol
trying with #1 post tutorial and still can't grab file from the bots..
maybe bots hates me :(
it's said unable to connect
1df908d6e6.png

i'll try to find another way later ^^
Thanks
 

Attachments

  • ss+(2015-02-15+at+10.21.06).png
    ss+(2015-02-15+at+10.21.06).png
    140.3 KB · Views: 265
already tried with mirc too.. and still not working.. lol
trying with #1 post tutorial and still can't grab file from the bots..
maybe bots hates me :(
it's said unable to connect
When you tried to download from AS|Sena with mIRC, as you initiated a DCC connection, was the IP address shown 127.255.255.255 or anything starting with 127?

Your earlier HydraIRC screenshot showed that for some reason AS|Sena's IP was misidentified as 127.255.255.255. This is a local address that cannot be queried from outside the network. If your PC tried to make a DCC connection to that address, that means it was trying to send a request to a destination within your own network.

We suspected that this was a fault with HydraIRC as Traxis' earlier test confirmed that for some reason HydraIRC seemed to misidentify AS|Sena's IP as 127.255.255.255. mIRC, however, worked fine.

If even with mIRC you're still seeing 127.255.255.255, you may have a misconfigured router that blocks DCC transfers. However, if it worked with one bot but not another as your previous HydraIRC screenshot seemed to indicate, you may have an anti-virus or network security tool that hinders DCC transfers of certain file extensions (in this case .rar).

I tried downloading both files you were trying to download just now and both attempts worked without any errors. (For the record, I use Irssi.)

public.php


public.php
 
  • Like
Reactions: espiekerella
Hi, I tried searching 'date a live op mp3' and found the pack number '/msg AS|Hinata xdcc send #1969 ' but when I tried pasting it into my IRC client, I got a reply from the bot AS/Hinata that 'no such nick/channel'. I tried pack numbers from #1967 ~#1972 but still got the same message. Are there any solutions by any chance?
 
I got a reply from the bot AS/Hinata that 'no such nick/channel'.
When you see such a message, that simply means there was nobody online with the username you were trying to send a message to. AS|Hinata was indeed offline for a while, but it has been brought back online now. Please retry your download.
 

Users who are viewing this thread

Latest profile posts

TasogareHentai wrote on Nihonjaki90's profile.
Sorry, can you please look at my requests and tell if you have it? Thanks in advance, and sorry for disturb.
https://www.anime-sharing.com/threads/request-211210-rj361498-tentacle-works-テンタクルワークス-賢者ちゃんとhな触手.1392118/
https://www.anime-sharing.com/threads/request-231104-rj01109498-takotubo-タコツボ-つくよヴィレッジ.1397470/
https://www.anime-sharing.com/threads/request-misotake-みそテイク-multiple-games.1404036/
TasogareHentai wrote on Shine's profile.
Sorry for disturbing, but can you please reupload this game? Thanks in advance.
Ronove wrote on Lebedev's profile.
reupl part2 of this game please
mizuno ai wrote on Otokonoko's profile.
Could you reupload RJ01056054 ?
Amgoose wrote on Ryzen111's profile.
The old link

This one (https://www.dlsite.com/maniax/work/=/product_id/RJ01113293.html)
The game seems to have gotten removed from dlsite? I don't know why but I was able to find it in fanza

https://www.dmm.co.jp/dc/doujin/-/detail/=/cid=d_318150/

Would it be possible to upload this?