I'm packaging CS2D to Archlinux (here) but I'm having issues with the files' URLs, as they relies on 'cid' that changes for each connection that access the download page. See cid "101010101010" (fake) in this example:
http://www.unrealsoftware.de/get.php?get=cs2d_0120_linux.zip&p=1&cid=101010101010
My problem is that everytime an Arch user install the package, the package script automatically will download source files from Unreal... but will get wrong session, with wrong 'cid'.
Is there a permanent URL or something that I could put in the package and don't worry with the 'cid' ?
Thanks in advance