1. must I put then content into my webside inside the folder "www". If I have another css folder what have I do?
     
  2. This is for what?
    Code:
    CREATE TABLE `config` (
      `key` varchar(32) NOT NULL,
      `value` varchar(32) NOT NULL,
      PRIMARY KEY (`key`)
    ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
    
     
  3. Oh, maybe it wasn't fixed. I haven't updated yet, however, i have replaced all instances of sv.activeitem with "Weapon" into the sql query just to get it working, means that anything in my sql that shows what a person was killed with now just reports "weapon" lol, but it works.

    Just have to be patient and wait for vilsol i guess, i'll try the latest update myself when the players go to sleep :)
     
  4. Are you updated to the latest Rust version? Only the latest server version is supported, if you haven't updated yet, you have to use the 1.4.4 Version of the plugin, but it is highly suggested that you update your server, because later releases fixes many bugs.
    [DOUBLEPOST=1437403588][/DOUBLEPOST]
    That is code to create a config table, which stores data about which version of the plugin was the last one you were running.
     
  5. Vilsol updated Stats with a new update entry:

    Multiple Bugfixes, Minor New Features

     
  6. Question: I need to update the SQL database ?
    Can I do that without losing data ?
     
  7. you dont need to update your database, it does it automatically
     
  8. getting this error :(
    Code:
    [Oxide] 8:08 PM [Error] Error while compiling stats.cs(358,212): error CS1061: T
    ype `BasePlayer' does not contain a definition for `GetActiveItem' and no extens
    ion method `GetActiveItem' of type `BasePlayer' could be found. Are you missing
    an assembly reference?
     
  9. Update your rust server to the latest version
     
  10. its up 2 date
     
  11. It can't be, because the latest update broke the plugin, and I had to change the function to GetActiveItem(), otherwise it wouldn't work.
     
  12. ur talking about oxide or rust ?
     
  13. Both Oxide and Rust
     
  14. im sorry i missed an update, its working now
     
  15. Vilsol updated Stats with a new update entry:

    Massive visual update, minor other updates

     
  16. Vilsol updated Stats with a new update entry:

    Fix broken grouping

     
  17. stats.php?stat=players returns a blank page for me

    PHP Version: 5.5.9-1ubuntu4.9

    However stats.php works fine
     
  18. I seem to get these everynow and then
    (21:10:05) | [Oxide] 7:10 PM [Error] Failed to call hook 'OnWeaponFired' on plugin 'Stats' (NullReferenceException: Object reference not set to an instance of an object)
     
  19. getting this error when clicking something at the menu
    Code:
    Parse error: syntax error, unexpected end of file in C:\xampp\htdocs\rust\rust_server\stats.php on line 645
     
  20. which url must I put in the Query_URL my main website url, my server url, my database url?