[INFO/WEB] iConomy WebWealth v0.1 - a simple table to show wealth [740]

Discussion in 'Inactive/Unsupported Plugins' started by Tiraldric, May 3, 2011.

  1. Offline

    Tiraldric

    iConomyWebWealth - A simple table view page to show off wealth:
    Version: v0.1

    iConomyWebWealth is a really, really, simple and easy to use .php script that
    will connect to a mysql DB and show the current wealth of players.

    Features:
    • Shows the current wealth of the players on the server.
    Preview: http://www.influxwow.com/iConomyWebtracker.php
    [​IMG]

    Download V0.2: http://dl.dropbox.com/u/12692139/iConomyWebstat/iConomyWebtracker_v0.2.zip
    Download V0.1: http://dl.dropbox.com/u/12692139/iConomyWebstat/iConomyWebtracker.zip
    Just drop it in htdocs in xampp and away you go.

    Dependencies:
    http://forums.bukkit.org/threads/econ-iconomy-5-0-eruanna-602-740.40/

    Must dump data through MySQL not flatfile.
    • Webserver of sometype, xampp or other with php.
    Changelog:
    V0.2
    • Changed query to display by highest money earned rather then entry ID.
    V0.1

    • Released
     
    efstajas likes this.
  2. Offline

    Stevenb88

    I like this but i am trying to create a custom profile page that will show the indiviuall players iconomey is there any way i can grap the data from this database to then show the information for a individual player?
     
  3. Offline

    f0kuz

    Still working ?
     
  4. Offline

    Aphex

    You can add more functionality by adding round ballance number and limit (if you want create "top-x" table)

    PHP:
    $sql mysql_query('SELECT ROUND (balance) balance , username FROM '.mysqltable.' ORDER BY balance DESC LIMIT 5');
     
  5. Offline

    efstajas

    Now I just need something which converts my flatfile- database into mysql. :(
     
  6. Offline

    Votick

Share This Page