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

[Plugin] BuddyStats - Stats and Remote-Control

Status
Not open for further replies.
i put the api key in the file, but i can't see anything on the website. what did i do wrong?
 
Great plugin. I'm more interested in something I can put on a private web server of my own :)
 
is there something else i need to do other than the api key in the settings.cfg? cuz i put it in and nothing shows up on the website
 
Guys, please get us some more information if you need help. "I am doing X and Y doesnt work" is not a bug report I am willing to analyze. Theres a log window on your DB and a diagnostic option just for that.
 
Just fixed:
- Sessions and cookies should now work as intended and keep you logged in.
 
heres the log

seem to of failed here

[09:52:31.714 N] [BuddyStats]: Loading of DLL failed! Please make sure, that file WebStatsPackets.dll is located in Plugins/BuddyStats

but my dll file is where it should be

C:\Users\XXX\Desktop\Demonbuddy\Plugins\BuddyStats\WebStatsPackets.dll
 

Attachments

Just released quick fix, that will make item log work properly again.
 
heres the log
seem to of failed here
[09:52:31.714 N] [BuddyStats]: Loading of DLL failed! Please make sure, that file WebStatsPackets.dll is located in Plugins/BuddyStats
but my dll file is where it should be
C:\Users\XXX\Desktop\Demonbuddy\Plugins\BuddyStats\WebStatsPackets.dll

Guga said:
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
:)

Please try that, should resolve it.
 
1) no unlock button :(

2) tried to add that in my config, getting the same error

[10:06:07.409 N] DLL LOADING ERROR The system cannot find the file specified. (Exception from HRESULT: 0x80070002) at System.Reflection.RuntimeAssembly.nLoadFile(String path, Evidence evidence)
at System.Reflection.Assembly.LoadFile(String path)
at GugaPlugin.Connection.LoadLibrary()
[10:06:07.409 N] [BuddyStats]: Loading of DLL failed! Please make sure, that file WebStatsPackets.dll is located in Plugins/BuddyStats
 
Is it possible to add the ability to LeaveGame? When I start / stop, usually I like to leavegame before I start it again. :) Looking better and better
 
and it will be cool if this plugin could make full restart
1. Kill D3
2. Statt D3 and DB
3. Relog
4. Start bot
5. Kill previos DB

Or something like that
 
Last edited:
1) no unlock button :(

2) tried to add that in my config, getting the same error

[10:06:07.409 N] DLL LOADING ERROR The system cannot find the file specified. (Exception from HRESULT: 0x80070002) at System.Reflection.RuntimeAssembly.nLoadFile(String path, Evidence evidence)
at System.Reflection.Assembly.LoadFile(String path)
at GugaPlugin.Connection.LoadLibrary()
[10:06:07.409 N] [BuddyStats]: Loading of DLL failed! Please make sure, that file WebStatsPackets.dll is located in Plugins/BuddyStats
Plugin cannot find the DLL file, it seems like its just not there. Is your plugin folder called BuddyStats?


Is it possible to add the ability to LeaveGame? When I start / stop, usually I like to leavegame before I start it again. :) Looking better and better
We will definitely gonna add more Remote Control features, putting this one on the list :)

and it will be cool if this plugin could make full restart
1. Kill D3
2. Statt D3 and DB
3. Relog
4. Start bot
5. Kill previos DB

Or something like that
Ill definitely try something like this, but im not sure how its gonna work out though, especially the killing the bot and starting the new one part (and logging in).
 
Last edited:
yep its called buddystats

C:\Users\xxx\Desktop\Demonbuddy\Plugins\BuddyStats

has the dll, cs files, settings etc inside
 
heres the plugin file, change .txt to rar to extract
Tried it out and it works for me, Thats really weird.
This probably wont help, but try to put your demonbuddy folder straight to C:/ and see if it works there (probably not, but im really getting out of ideas atm).
I could also try to assist you with teamviewer, but again, not sure what the problem actually is

Btw regenrate your apiKey once this issue is solved, since people can see your actual one.
 
tried running db.exe as admin, no luck :(

i had it working couple versions ago, maybe i'll try it when i get back
 
Status
Not open for further replies.
Back
Top