General Community > Chit Chat
Package Parser
BigMike:
I realize this hasn't been posted to in awhile but I just came across this parser and I have to say it's a real life saver! Thank you very much for your time in building this!!
Regards,
BigMike
Tony_R:
Hello !
Fully agree with my pre Poster :D
Is it possible to manually add one or two lines to this script to accomodate
2.0.1 and 2.0.2 (when that's no problem, I could do it myself).
Only asking, because I am not really into PHP..... ::)
phantomm:
@Tony_R, open parser.php and:
--- Code: (Find) --- 'SMF 2.0 Branch' => array(
'2.0',
--- End code ---
--- Code: (Replace with) --- 'SMF 2.0 Branch' => array(
'2.0.2',
'2.0.1',
'2.0',
--- End code ---
N3RVE:
Fantastic Job. Thanks! :)
Tony_R:
--- Quote from: phantomm on April 29, 2012, 03:27:47 AM ---@Tony_R, open parser.php and:
--- Code: (Find) --- 'SMF 2.0 Branch' => array(
'2.0',
--- End code ---
--- Code: (Replace with) --- 'SMF 2.0 Branch' => array(
'2.0.2',
'2.0.1',
'2.0',
--- End code ---
--- End quote ---
Many, Many Thanks !!!
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version