[PHP] Res File Extractor

07/05/2016 11:40 TheRealFoamy#1
Hello Elitepvpers,

I wrote this yesterday in the evening because I need it for a Project I am working on.
With this PHP Class you can extract official .res files straight from php.

If your .res file format differs from the official one, contact me if you want me to write a custom version for you.

Usage:
PHP Code:
$file = new ResFile("dataSub2.res");
$fileContents $file->extractFile("propItem.txt.txt"); 
Code:
07/05/2016 15:00 xTwiLightx#2
This is quite cool - thanks for sharing!
07/05/2016 15:08 UltrainstinctGoku#3
Nice job, thx for sharing :)