I have an idea to make a login system, and then you can see all the statistics, but someone without the login details would only see what you have allowed to show in the config.
Stats [Unmaintained]
Discussion in 'Plugin Support' started by Vilsol, Jun 29, 2015.
-
This dude has an excellent head on his shoulders. This is going to be a one of a kind plugin.
-
Vilsol updated Stats with a new update entry:
New Features, Bugfixes, SQL Update
-
Hey Vilsol,
What would be the easiest way to get a list of players currently online, and a list of all players with their total kills/deaths next to their name?
Hoping this is possible with where the plugin is at right now
Cheers
Sidenote: just updated, (I ran the SQL Query), updated / reloaded the plugin, and the live_data table is empty (thus the .php isnt returning any values), also i'm getting a message in the console every 5seconds (my query url is successfully set in the config, i am still getting all other stats - just not live stats)
[Oxide] 3:21 PM [Info] [Stats] : 500
- just got another error in the console (i am no longer getting the 500 message in the console after this error popped up)
Code:[Oxide] 3:28 PM [Error] Failed to run a 60.00 timer (IOException: Invalid handle to path "C:\*\*\*\5067\[Unknown]") (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 65) [Oxide] 3:28 PM [Debug] at System.IO.FileStream.Dispose (Boolean disposing) [0x00000] in <filename unknown>:0 at System.IO.Stream.Close () [0x00000] in <filename unknown>:0 at ObjectStream.IO.ObjectStreamWrapper`2[ObjectStream.Data.CompilerMessage,ObjectStream.Data.CompilerMessage].Close () [0x00000] in <filename unknown>:0 at ObjectStream.ObjectStreamConnection`2[ObjectStream.Data.CompilerMessage,ObjectStream.Data.CompilerMessage].CloseImpl () [0x00000] in <filename unknown>:0 at ObjectStream.ObjectStreamConnection`2[ObjectStream.Data.CompilerMessage,ObjectStream.Data.CompilerMessage].Close () [0x00000] in <filename unknown>:0 at ObjectStream.ObjectStreamClient`2[ObjectStream.Data.CompilerMessage,ObjectStream.Data.CompilerMessage].Stop () [0x00000] in <filename unknown>:0 at Oxide.Plugins.PluginCompiler.OnShutdown () [0x00000] in <filename unknown>:0 at Oxide.Core.Libraries.Timer+TimerInstance.Update () [0x00000] in <filename unknown>:0
Last edited by a moderator: Jun 30, 2015 -
Wulf Community Admin
-
Wow this is amazing! Nice work mate.
One thing I have noticed is the date seems to show as this for me: 1435643250 -
@Wulf, http://oxidemod.org/downloads/oxide-for-rust-experimental.714/update?update=5582 I think,
I just run the update oxide in TCAdmin (last executed on after the last rust update) -
live stats doesn't work on site.
Info is emptyAttached Files:
-
-
Never mind, live stats is now showing
-
http://st-rust.ru/stats/ -
Got my live stats working
, not 100% sure how, lots of messing around
still @Vilsol
-
At me do not work
Test site:
http://u5294sagq.mn1.justhost.ru/
Code:{ "Query_URL": "http://u5294sagq.mn1.justhost.ru/query.php" }
$DB_HOST = "mysql1.justhost.ru";
$DB_NAME = "u5294sagq_1";
$DB_USER = "u5294sagq_1";
$DB_PASS = "1111111"; -
hey i got this error with ur plugin can u help me plz
[Oxide] 4:00 PM [Error] Web request produced exception (Url: neversurrender.fr/stats/query.php) (UriFormatException: Invalid URI: The format of the URI could not be determined: neversurrender.fr/stats/query.php) -
{
"Query_URL": "http://neversurrender.fr/stats/query.php"
} -
same probleme @maksiyshuk
[DOUBLEPOST=1435672658][/DOUBLEPOST]@ViTaliY_VS i try it but not work :s -
Wulf Community Admin
-
love this plugin. you should make a page for each player displaying hes/hers total stats and the possibility to clik on the steam id and get redirected to the steam profile
-
-
could you maybe make so i could set the mysql database in the jason file? as much as i love your web part i will at some point get my own
-