Hi there guys,
I need a script that will:
Go to: http://stats.villavu.com/api/user/$USERID (The person will go to: http://mywebsite.com/$USERID)
(Example: http://stats.villavu.com/api/user/2)
Then on the page will have a drop down box to choose a maximum of 8 of the variables (eg. Total Levels Gained)
3 Default Variables are:
Rank, User and Time.
Then all of this information must be displayed on a PHP image.
The background: http://i.imgur.com/tAnl8.png
Thank you.
Need a simple stats grabber coded please
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Need a simple stats grabber coded please
Use the cURL library to fetch the data from that site. Use the JSON library to convert the data into a PHP variable. Generate the <select> from the data. See the docs for details.
(#10850)