Jump to content

Recommended Posts

Posted

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? 

Posted

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.

  • 4 weeks later...
Posted (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 by Nightw0lf

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...