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

[PLUGIN] WebStats

Dunno if this is even possible but can you make webstats show peoples stats and possibly other information (I understand its a bit private some of the stuff but you could choose to hide peoples account names).
 
Yeah, i was actually thinking about something like that, once some sort of account-bound customization is implemented, we could do something like that. People would get to choose, what they want to show and what not, or if they want their chars to be listed etc :) - theres alot of stuff we can do, this is defo one of the coolest ones, We will see! :)
 
Last edited:
If I select IsPrivate=True, will it still update me when I'm logged in? it just won't show on the public page right? I just started the bot and it hasn't updated yet....how long does it take? just wondering if its working correctly. I generated a API key, and put it in the settings.cfg and everything and I'm logged into the site.
 
Yup, only purpose of IsPrivate=True is, that you are not listed in the "Other Players" list. Your characters only get updated while in game and while bot is running, if you still seem to have issues with characters not being updated, try to switch to diagnostic log and look for some errors, something should be there.
 
I can't for the life of me figure out why it keeps saying
[WebStats]: Loading of DLL failed! Please make sure, that file WebStatsPackets.dll is located in Plugins/WebStats

That particular DLL is clearly located in \Demonbuddy\Plugins\WebStats

Ugh >.<!
 
I'm at work right now, and I have to say... god this looks great on my iPhone
 
Ugh I can't work it out,

I succumb to need your assistance if you could Guga, please.

I am getting that missing dll error even though I extracted the whole archive into \Plugins\WebStats\

The folder contains Connection.cs, Settings.cfg, Webstats.cs and WebStatsPackets.dll.

I have copied my API into Settings.cfg.

Upon loading DB, and ticking the plugin, it throws that missing DLL error.

Even in Diagnostic mode, the log and logfile provides no useful feedback for troubleshooting.

Any ideas Guga?

Regards,

C
 
Ugh I can't work it out,

I succumb to need your assistance if you could Guga, please.

I am getting that missing dll error even though I extracted the whole archive into \Plugins\WebStats\

The folder contains Connection.cs, Settings.cfg, Webstats.cs and WebStatsPackets.dll.

I have copied my API into Settings.cfg.

Upon loading DB, and ticking the plugin, it throws that missing DLL error.

Even in Diagnostic mode, the log and logfile provides no useful feedback for troubleshooting.

Any ideas Guga?

Regards,

C
Will send you new version that should give abit more informative errors.
 
Ugh I can't work it out,

I succumb to need your assistance if you could Guga, please.

I am getting that missing dll error even though I extracted the whole archive into \Plugins\WebStats\

The folder contains Connection.cs, Settings.cfg, Webstats.cs and WebStatsPackets.dll.

I have copied my API into Settings.cfg.

Upon loading DB, and ticking the plugin, it throws that missing DLL error.

Even in Diagnostic mode, the log and logfile provides no useful feedback for troubleshooting.

Any ideas Guga?

Regards,

C
Please try to replace your connection.cs file with this one, you should get more informative error next time when you try to enable the plugin.
So just post the error here and im sure we will find out solution :)




I'm at work right now, and I have to say... god this looks great on my iPhone
I know right?! Looks amazing!!! :D Creedo is a boss
 

Attachments

Last edited:
Thank you so much.

BTW did you test or fix death counter on the website?
Seems like a DB's bug - i take the stat straight from DemonBuddy's API. If they wont fix it soon, ill do some workaround though :)
 
Guga, thanks for your response.

As requested:

[14:30:33.073 N] DLL LOADING ERROR 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.Connection.LoadLibrary() in c:\Users\Jay\Desktop\dc\Demonbuddy\Plugins\WebStats\Connection.cs:line 56
[14:30:33.073 N] [WebStats]: Loading of DLL failed! Please make sure, that file WebStatsPackets.dll is located in Plugins/WebStats
 
Guga, thanks for your response.

As requested:
Oh, seems like the same error, that one guy had already, try one of these:
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 :)
 
I have an issue, my client is russian, and when i click on char, as i understood, there must be items, i see only yellow "?????????? ??????????"
 
Back
Top