Author Topic: Changes to the HWAC Stats server code are now done.
Riaf_Nayr 
Posts: ????
Registered: ????
Extended Info (if available)
Real Post Cnt: 0
User ID: 0
Subject: Changes to the HWAC Stats server code are now done.
1)Sort functions to sort by attributes and skills have been added.
-The Buffed skill search being an option that the admin can turn off and on.
-The order of the sort can be Alphabetical or by grouped by skill/attribute type. Admin controlled.

2)Default sort will be admin controlled, by level or by name.

3)Search functions, with a partial name search.

4)Also admin controlled, the lines in the allegiance tree can be Black or Gray.

5)Add the character comparison code.

6)Add paging to the list. Admin controlled on how many characters display per page.

7) added Salvaging to the character view page.

Added all of the tinkering Icons..

All of the admin controlled items are in the hwac_init.php file.
Notes are in the hwac_init.php file.


As part of these changes I have broken out the code into several files.

hwacview.php will now handle the view stats page.
hwacsort.php for the sorting functions.
hwaccomp.php to handle the compare functions.

3 new tags have been added to the ccs file.
.table1
.page
.compnameheader

You can post comments here or on www.tworocks.com
Link to how it looks on my site.

here is a link with out it looks with out changing the ccs that comes with the download.

Link to the Download pages on www.tworocks.com


Last thing.. if anyone needs help changing things to match there web site let me know by posting on the www.tworocks.com forums, and when I have time I will change the ccs for you to match your web site. Oh also include a link to your web site so I know what it looks like. happy

edit..
For thouse of you that have already installed the server code there is a link in the downloads that only include the new files and changed files. the download is called "HWAC stats server code update"

 

-----signature-----
Link to this post
Sabian_Gibraltar 
Posts: ????
Registered: ????
Extended Info (if available)
Real Post Cnt: 0
User ID: 0
Subject: Changes to the HWAC Stats server code are now done.
Riaf, that is super nice man. Congratulations on a job well done! applause

Sabian




 

-----signature-----
Link to this post
Riaf_Nayr 
Posts: ????
Registered: ????
Extended Info (if available)
Real Post Cnt: 0
User ID: 0
Subject: Changes to the HWAC Stats server code are now done.
Thank You...

 

-----signature-----
Link to this post
yaroz_vn 
Posts: 12,255
Registered: Jun 30, '02
Extended Info (if available)
Real Post Cnt: 12,168
User ID: 693,371
Subject: Changes to the HWAC Stats server code are now done.
Thanks. I haven't taken a look at the server code yet, but I've introduced this to my allegiance, and a few of them have started running it. Good job.

As for future additions, you think you can add what augmentations people have (with the ability to turn that off if they want)? I know that there was a post a while back, where someone had developed a plugin to pick out what augmentations people have, so it's in the packets.

-yaroz

 

-----signature-----
Proud member of The Knights of Fortune
Mr Adventure - Lil' Pew - Da Noob - Qar
Yaroz - Yanno
http://www.fortunesway.com
Link to this post
Riaf_Nayr 
Posts: ????
Registered: ????
Extended Info (if available)
Real Post Cnt: 0
User ID: 0
Subject: Changes to the HWAC Stats server code are now done.
I will be adding augmentations hopefully soon.

This change will require a plug-in change, server side code change and a change to the sql database.
All of it will be easy to do I just need to find the time. happy




 

-----signature-----
Link to this post
yaroz_vn 
Posts: 12,255
Registered: Jun 30, '02
Extended Info (if available)
Real Post Cnt: 12,168
User ID: 693,371
Subject: Changes to the HWAC Stats server code are now done.
Thanks again. This is something that I've requested from the meginjarder guy for a year now. He put out an update, that hopefully fixed his constant crashes, but I'll stick with this one for now. wink

 

-----signature-----
Proud member of The Knights of Fortune
Mr Adventure - Lil' Pew - Da Noob - Qar
Yaroz - Yanno
http://www.fortunesway.com
Link to this post
yaroz_vn 
Posts: 12,255
Registered: Jun 30, '02
Extended Info (if available)
Real Post Cnt: 12,168
User ID: 693,371
Subject: Changes to the HWAC Stats server code are now done.
Ok.. I got requested to request the addition of titles, if it's possible. heh

 

-----signature-----
Proud member of The Knights of Fortune
Mr Adventure - Lil' Pew - Da Noob - Qar
Yaroz - Yanno
http://www.fortunesway.com
Link to this post
Riaf_Nayr 
Posts: ????
Registered: ????
Extended Info (if available)
Real Post Cnt: 0
User ID: 0
Subject: Changes to the HWAC Stats server code are now done.
Doing the titles will much more difficult for a few reasons.
1) The number of titles is for ever changing, and could change with every patch
so how should the sql database be set up to handle this without updating the plugin and the database every patch -

2) unlike the augmentation information which I know how many there are and what they are, I do not know how many titles there are and what they all are. I am guessing that there are over 200 different titles, and as mentioned in number 1 titles will be forever growing.

I think I have a solution to those two issues, it all depends how decal captures this information, for that mater dose decal capture it? I will check on that.

3) This is the biggest reason that I would not do it.
Speed...
Sending just a few titles to the server, or even 20 would not impact the speed at which the plug-in can send the information, but sending over 200 would almost double the time it takes to update the server, and possibly cause problems with updating the database on Logging out of AC..
To fix this I could have the plug in just update on logging in.

So I am not saying yes or no at this point. I have to do some more leg work before I can give you a definite answer.

I was going to start working on the augmentation information this weekend, at the same time I will dig a bit more into the title information.

I will let you know..

stay safe.. happy

 

-----signature-----
Link to this post
yaroz_vn 
Posts: 12,255
Registered: Jun 30, '02
Extended Info (if available)
Real Post Cnt: 12,168
User ID: 693,371
Subject: Changes to the HWAC Stats server code are now done.
Cool. I'll let him know. Thanks for the quick update.

 

-----signature-----
Proud member of The Knights of Fortune
Mr Adventure - Lil' Pew - Da Noob - Qar
Yaroz - Yanno
http://www.fortunesway.com
Link to this post

Valid XHTML 1.0 Transitional Powered by PHP