|
>>
|
No. 33
Unfortunately, they seem to do this site in the same coding style of the main one, which means that each and every image is actually loaded by a flash file that loads another flash file which loads yet another flash file that loads an arbitrarily-named image from a random subdirectory on an entirely separate server. Great for blocking DDOS attacks, since the attacking computers would run out of CPU power long before there was a significant impact on bandwidth, but it also means that getting at the source images and such is two steps short of impossible.
To put it in perspective, getting those three source images I took from the trainer maker section required decompiling the flash files, finding the linked flashes and decompiling them, then getting the URL for the image's server and directory by parsing the substrings together. Took about an hour and a half just for those three little files.
tl;dr- It's gonna take a hell of a lot of work, and I'll be damned if DTA could do it, but I'll give it a shot anyways.
|