What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[PLUGIN] WebStats

I can see logs of webstats now. However it still doesn't gimme the session id
 
[17:03:01.484 D] Exception while enabling plugin WebStats: System.IO.FileNotFoundException: Das System kann die angegebene Datei nicht finden. (Ausnahme von HRESULT: 0x80070002)
bei System.Reflection.RuntimeAssembly.nLoadFile(String path, Evidence evidence)
bei System.Reflection.Assembly.LoadFile(String path)
bei GugaPlugin.GugaPlugin.OnEnabled()
bei Zeta.Common.Plugins.PluginContainer.set_Enabled(Boolean value)
 
Make sure the WebStatsPackets.dll is in the same folder as the other plugin files, also make sure your folder in Plugins is called WebStats. (case sensitive)

Your path to plugin should look like this: Plugins/WebStats/WebStatsPackets.dll

My bad, gonna reupload the plugin with folder already included so people just copy paste it with the right name
 
yes thank you already fixed it by myself its working now! :D

edit: but the xp/hour seems a bit buggy, it changes a lot and is not accurate at all :(
 
Last edited:
Ok great :)
Plugin reuploaded with folder included, that should eliminate the problem :)
 
Thanks it's working now. It would be great if in the next version u could add the bot elapsed time/last refesh time and initial gold
 
What's the ETA of releasing the server side files :).

I don't mind if they're not pretty, I just want the functionality. Output could be plain text for all I care
 
my sessionid is different than last one, when restarting bot....thought it was consistent? just wondering.
 
I want to know who the the world is getting 1 million gph on this bot, check the top person on the stat page wow.
 
Nice project. Thanks a lot for creating that!
 
When starting DB with WebStats I receiving this error:

[10:57:58.807 D] Exception while enabling plugin WebStats: System.NotSupportedException: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch. See <loadFromRemoteSources> Element for more information.
at System.Reflection.RuntimeAssembly.nLoadFile(String path, Evidence evidence)
at System.Reflection.Assembly.LoadFile(String path)
at GugaPlugin.GugaPlugin.OnEnabled() in e:\Demon\Plugins\WebStats\WebStats.cs:line 56
at Zeta.Common.Plugins.PluginContainer.set_Enabled(Boolean value)
 
When starting DB with WebStats I receiving this error:

[10:57:58.807 D] Exception while enabling plugin WebStats: System.NotSupportedException: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch. See <loadFromRemoteSources> Element for more information.
at System.Reflection.RuntimeAssembly.nLoadFile(String path, Evidence evidence)
at System.Reflection.Assembly.LoadFile(String path)
at GugaPlugin.GugaPlugin.OnEnabled() in e:\Demon\Plugins\WebStats\WebStats.cs:line 56
at Zeta.Common.Plugins.PluginContainer.set_Enabled(Boolean value)
Tried to google your error and found 2 possible solutions.
First try this one: .net - loadFromRemoteSources error using Assembly.LoadFrom - Stack Overflow
The first answer. Go to properties of the dll file (Plugins/Webstats/WebStatsPakets.dll) and see if theres any unblock button.

If this doesnt help, try to edit your DemonBuddy.exe.config file and add
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
between the <config> </config>

If i added it to mine, it would look like this:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0"/>
</startup>
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
</configuration>

One of those should hopefully help :)
my sessionid is different than last one, when restarting bot....thought it was consistent? just wondering.
sessionID should only change, if its not found in the Settings.cfg file.

u should do something for secuirty for what if i write my own c# app to interact with your API and DOS your site? (dont know if its possible or what not, and no way would i attempt it but if thats the case you should add more secuirty?)
More security will be added, people will have to register actual accounts etc.
Im not sure if I will ever be completely eliminate possible code changes etc that increase your stats or whatever. As long as plugins are only a source code that anyone can download, its very hard to do.
 
Last edited:
Can someone make a shitty Win application so we can see the stats when we are at work for example. That would be uber awesome!
 
Back
Top