|
|
#1 |
Member
Join Date: Jun 2009
Posts: 61
|
|
|
|
| Last edited by Seven; 03-16-2012 at 10:40 PM. Reason: Linked 6.74 map. | |
|
|
#2 |
Member
Join Date: Jun 2009
Location: Germany
Posts: 190
|
Seven you have done a great job - this is the first php replay parser with trimed code. A few weeks ago I started to integrate a replay parser into my clan website. I have not had many experience with w3g, so I used esby's (sure this was a version based on julas parser etc.) existing replay parser and try to adapt it. The problem was the whole code was a real chaos, because it supports all previous versions of Warcraft and so on. At least I was successful but it takes me much time and the code is not better structured now.
Your source is very nice - I think I will use this code now because it make it much easier for me to make it adapting to our website. Nice done
|
|
|
| Last edited by Christian; 06-11-2009 at 07:17 PM. | |
|
|
#3 |
Member
|
Looks fine
![]() I will test it soon on my clansite. Thanks for good job
__________________
We play games, no games play us. (c) Bandits` style.
|
|
|
|
#4 |
Member
Join Date: Jun 2009
Posts: 29
|
BatRider has no items, yet they are shown under the items tab as having items. You may need to edit the xml file for the new version and fix the codes. I didn't really look close enough but thats probably what it is.
Other then that nice job. Maybe split the bans into scourge and sentinel? It also doesn't say who won. - Steve
__________________
<?php
while($time != "23:59-07:00") { play_dota(); } ?> |
|
|
| Last edited by Dub; 06-11-2009 at 11:16 PM. | |
|
|
#5 |
Member
Join Date: Jun 2009
Posts: 61
|
Hey, hope you won't have too much of a hassle getting it working for your clan sites.
As far as your comment goes Dub, the Batrider player left before the game ended, and his teammates proceeded to sell his items, thus his inventory is empty. The reason you see the item "build up" in the "Items" tab, is because those are the items the player actually bought from the Shops through out the game, while the final inventory is populated at the end of the game. As far as the ban splits go, there's a "pink" and "blue" underline border which indicates the Player that banned or picked the hero. While that may not be the best way to show it, I didn't come up with a better way so far, but the bans are of course split in the code itself and it's just a matter of choosing how the data is presented in the final output.
__________________
"An eye for an eye makes everybody blind."
|
|
|
|
#6 |
Member
Join Date: Jun 2009
Posts: 24
|
The light colors of the names are a bit hard on the eye, but the parsing is nice... I have to say the best one around, because all the other parsers are lacking some serious updates and polishing.
|
|
|
|
#7 |
Member
Join Date: Jun 2009
Posts: 176
|
This should be included on this website for attached replays !
__________________
|
|
|
|
#8 |
Member
Join Date: Jun 2009
Location: Buffalo, NY
Posts: 58
|
Amazing job! Will definitely be using this.
|
|
|
|
#9 |
Member
Join Date: Jun 2009
Posts: 29
|
impressive
|
|
|
| Last edited by sprion; 06-12-2009 at 03:21 PM. | |
|
|
#10 |
Member
|
Super imba!!!!!!!!!!!!!!
|
|
|
|
#11 |
Member
|
Can you post a screeny please?
__________________
|
|
|
|
#12 |
Member
Join Date: Jun 2009
Location: P(r)oland, Warsaw
Posts: 11
|
Really nice script m8.
__________________
|
|
|
|
#13 |
Member
Join Date: Jun 2009
Location: Singapore
Posts: 33
|
Thanks for the parser. I will be using this from now.
|
|
|
|
#14 |
Member
Join Date: Jun 2009
Location: Germany
Posts: 190
|
@Nameless
There is not much for a screen. Have a look at the example replay to see the result. The other thing is just a formular to upload the replay. |
|
|
|
#15 |
Member
Join Date: Jun 2009
Posts: 83
|
Man awesome,maybe i will use it on my site,anyway, very gj,so unselfish
|
|
|
|
#16 |
Member
Join Date: Jun 2009
Posts: 4
|
What is the licence on this? If I recall Julas parser was GPL licenced, or? Due to the unfectious nature of GPL this must also be GPL licenced, or?
|
|
|
|
#17 |
Member
Join Date: Jun 2009
Location: Germany
Posts: 190
|
i think so^^
|
|
|
|
#18 |
Member
Join Date: Jun 2009
Posts: 61
|
Yea Copyleft / GPL it up.
__________________
"An eye for an eye makes everybody blind."
|
|
|
|
#19 |
Member
Join Date: Jun 2009
Posts: 4
|
I've implemented your parser on our Clansphere powered website and released it as a part of a clansphere module implementation:
Clansphere Module Demo on our (german) website Thanks alot for your great work! |
|
|
|
#20 |
Member
Join Date: Jun 2009
Posts: 61
|
Looking good, hope it serves you well.
__________________
"An eye for an eye makes everybody blind."
|
|