admirolas3 Posted July 9, 2018 Posted July 9, 2018 Hello, maybe someone has a script with Lineage2 rankings, like top pvp, with data update at certain time? I want to use this script ant website, i need that info from databese whould bo stored to website at every 60s? Maybe someone that understands coding really well could give an advice? Quote
Mantosh Posted July 9, 2018 Posted July 9, 2018 Most of "L2 websites" shared here has a ranking page to some extent. If I were You (especially if You want to implement it into current portal) I would look into shares and start playing with their code. Otherwise be ready to pay a web dev. Quote
admirolas3 Posted July 9, 2018 Author Posted July 9, 2018 Thanks for advice, i am going to search it Quote
Nightw0lf Posted August 6, 2018 Posted August 6, 2018 (edited) about the rankings I would recommend cron job and make a php file to run a query of tops (w/e you like) customized with some css and html and load it to your main page and the cron job will do it from 60 sec to 5min depends what you select. technical desired excecution: is to create a file while the file holds the database data from tops and check with a simple "if" the time it has been created its > from "time() + 60000" or else to recreate it and read it on every page load into php with (html/css) Edited August 6, 2018 by Nightw0lf Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.