MadHatter05 Posted September 8, 2013 Report Share Posted September 8, 2013 Good day all, Does anyone have a PHP that shows vendor prices / stock on your site? (like the general player stats PHP, just for vendors). Link to comment Share on other sites More sharing options...
BetterDeadThanZed Posted September 9, 2013 Report Share Posted September 9, 2013 Wow. I was just going to post about this very same thing! :) Link to comment Share on other sites More sharing options...
th3beardedgamer Posted September 9, 2013 Report Share Posted September 9, 2013 I'd love something like this. I'm currently having to update all our prices on the website manually, its a bit of a ballache ¬_¬ Link to comment Share on other sites More sharing options...
MadHatter05 Posted September 9, 2013 Author Report Share Posted September 9, 2013 I'd love something like this. I'm currently having to update all our prices on the website manually, its a bit of a ballache ¬_¬ I hear you. I just tell ppl the price when they ask me. Link to comment Share on other sites More sharing options...
Achmed Posted September 9, 2013 Report Share Posted September 9, 2013 This would be great to have. It should be simple to do as just pulling the data from the database. I dont know php so cant make it but if nobody else steps forward ill dig out a php book and see if i can do anything Tactical Ex 1 Link to comment Share on other sites More sharing options...
Tactical Ex Posted September 9, 2013 Report Share Posted September 9, 2013 I've only accomplished something like this in C# but the process should be similar for SQL/PHP You could create a stored procedure in SMS and time it for regular intervals to query the player data or trade prices or whatever you want and save that off to an XML file hosted from your server. Then On your website, when a user loads a page a script runs that reads the XML file you generated and loops through the data building out a table of information. Link to comment Share on other sites More sharing options...
zydrahydra Posted September 9, 2013 Report Share Posted September 9, 2013 Sorry post link later Link to comment Share on other sites More sharing options...
vbawol Posted September 13, 2013 Report Share Posted September 13, 2013 I may need to update the wiki but it does attempt to display the stock pricing: http://dayzepoch.com/wiki/index.php?title=Traders Link to comment Share on other sites More sharing options...
Achmed Posted September 16, 2013 Report Share Posted September 16, 2013 yeah that is a good help but does not show anything custom that people have added etc where a php script that pulls the data from the database would be 100% accurate for each server Link to comment Share on other sites More sharing options...
Shizweak Posted September 24, 2013 Report Share Posted September 24, 2013 I've been working on something, but it's all in a Node.js (server side javascript) framework called express - pretty easy to setup though. I'll most likely have the vendor/detailed player stats done over the weekend, if time permits - basic stats page is already available here http://www.shizweak.com I'll put it all up in a repo on GH soon. Link to comment Share on other sites More sharing options...
Revoplay Posted September 24, 2013 Report Share Posted September 24, 2013 Nightmare has a PHP Application --> http://dayzepoch.com/forum/index.php?/topic/338-privatehivetools-php/ Epoch Prices Tactical Ex and Gimmic 2 Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now