Closed fowzan closed 11 years ago
Copy the file plugin_advgeoip.ini into your b3/conf/ folder or change the path in the b3.xml config.
works fine now. this plugin is just awesome. is it possible to !geoip someone who is not on the server to check where he connected from on his last connection?
works fine now. this plugin is just awesome.
thanks for the feedback.
is it possible to !geoip someone who is not on the server to check where he connected from on his last connection?
Yes. I create a new issue and implement it. Give me a little time ;)
If you like, you can try my last changes.
One flaw is the thing. You must specify the name correctly when disconnected users are queried.
nice. let me try it but i guess you can fix that problem if you could implement the client registered id. example - !geoip @999
I added !geoip #<id>
.
@
make some trouble.
just tested the new feature. works awesome. great job!!!
i installed the plugin and all its requirements. but i am getting an error when b3 is loading up. the files are in place. the plugin_advgeoip.ini is placed in extplugins/conf
130603 13:55:49 BOT 'Loading Plugin #7 advgeoip [b3/conf/plugin_advgeoip.ini]' 130603 13:55:49 INFO 'advgeoip is not a built-in plugin (No module named advgeoip)' 130603 13:55:49 INFO 'trying external plugin directory : /media/Servers/COD6/28960/b3-1.9.1/b3/parser.pyextplugins' 130603 13:55:49 BOT 'AdvgeoipPlugin: Loading config b3/conf/plugin_advgeoip.ini for AdvgeoipPlugin' 130603 13:55:49 ERROR 'Error loading plugin advgeoip' Traceback (most recent call last): File "/media/Servers//COD6/28960/b3-1.9.1/b3/parser.py", line 674, in loadPlugins self._plugins[plugin_name] = getattr(pluginModule, '%sPlugin' % plugin_name.title())(self, plugin_conf) File "/media/Servers/COD6/28960/b3-1.9.1/b3/parser.pyplugin.py", line 56, in init self.loadConfig(config) File "/media/Servers/COD6/28960/b3-1.9.1/b3/parser.pyplugin.py", line 93, in loadConfig self.config = b3.config.load(fileName) File "/media/Servers/COD6/28960/b3-1.9.1/b3/parser.pyconfig.py", line 290, in load if config.load(fileName): File "/media/Servers/COD6/28960/b3-1.9.1/b3/parser.pyconfig.py", line 250, in load f = file(fileName, 'r') IOError: [Errno 2] No such file or directory: 'b3/conf/plugin_advgeoip.ini'