Im not sure if you have your loader set to auto download boxart , but if you have I have recoded my boxart images site so that if your getting images you can download any size now by doing it this way.
www.theotherzone.com/wii/resize/ {region} / {width} / {height} / { GAMEID} .png
example :
http://www.theotherzone.com/wii/resize/nts.../600/RJ2E52.png
so now any height/weight is available and should help all people making auto loaders
Oh hell yeah. This is great djtaz. Thank you i am sure we will implement this. But right now i am busy with school so...nIxx will probably do it
.
But one question does the {region} hast to be there too? since the region is also in the GameID.
It also would safe two lines of code if this goes out lol
. Cover problem is solved with this.
Awesome would be now if we could get the disc images somewhere.
No, there is no reason for him to have the region in there, I was just lazy when I coded the first version. His edit is based directly off of my work that I did for him. I have now gone in and fixed his work so that it auto-detects whether you have included the region or not, completely ignores whatever you have put in the region space even if you filled it in, and serves up the correct image based on the game ID. This is the code:
CODE
The code requires that a .htaccess file be present in the same directory or higher with the following:
CODE
ÂÂÂÂForceType application/x-httpd-php
As you can see, the PHP file is called "resize" without any extension, making it appear as a folder.
djtaz said:
dimok said:
QUOTE(djtaz @ Apr 19 2009, 06:59 PM)
Im not sure if you have your loader set to auto download boxart , but if you have I have recoded my boxart images site so that if your getting images you can download any size now by doing it this way.
www.theotherzone.com/wii/resize/ {region} / {width} / {height} / { GAMEID} .png
example :
http://www.theotherzone.com/wii/resize/nts.../600/RJ2E52.png
so now any height/weight is available and should help all people making auto loaders
Oh hell yeah. This is great djtaz. Thank you i am sure we will implement this. But right now i am busy with school so...nIxx will probably do it
.
But one question does the {region} hast to be there too? since the region is also in the GameID.
It also would safe two lines of code if this goes out lol
. Cover problem is solved with this.
Awesome would be now if we could get the disc images somewhere.