Jump to content

Ban Manager (V.1.0.3.1)[rework of CRemoteBanlist V 1.0.0.11]


ImportBot

Recommended Posts

Originally Posted by BTFU_Maverick*:

 

So weve been using the ban manager for while now and I think Ive got everything running nice and smooth. Except for one minor annoyance... RemoteBanList used to leave our temp bans on the server so they didnt clog up our database. BanList Manager seems to be moving all our temp bans to the database. They are expiring appropriately, its just annoying cause Ill have to go in and delete those every couple of weeks or month or whatever. Is there any way to put out an update with an option in the plugin config for leaving temp bans on the server? Thanks for the help!

* Restored post. It could be that the author is no longer active.
Link to comment
  • Replies 149
  • Created
  • Last Reply

Top Posters In This Topic

  • ImportBot

    150

Originally Posted by DaMagicWoBBeR*:

 

Let all timebans force by PBGUID and disable support for PBBans in the Plugin. So no Punkbuster Bans will added to database. This also stop writing all bans from streaming services like ggc into the database. But this is not working for the ingame commands of the plugin cause they will added with eaguid. I will add an option for automatic drop expired bans from the banlist in the next version.

 

By the way if you also use the webpage there should be an option for this.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by BTFU_Maverick*:

 

I have actually downloaded your webpage and love that its the adapted Procon Admin Panel from remote banlist, however Ive found several problems within the coding that Ive been working to fix. However my PHP is a little rusty and Im having trouble remembering how to do some of it.

 

For example, on multiple pages, it references the database row 'IP_Address', when the database is set to 'IP'. When entering Manual Bans, the man_ban.php page still allows entry of a comment even though the comments column has been removed from the banmanager table. List of banned players not only referenced some of the wrong columns (capitalization errors), the time remaining on the ban is still set to convert seconds to hours and minutes even though banmanager uses timestamps (and I definitely dont know how to write a plugin to do time difference). Just the things Ive noticed so far, but beyond that its been 75% function for us for what we use it for.

 

Ill look deeper in the settings for not storing time bans. Thanks!

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by DaMagicWoBBeR*:

 

Nice to see someone is working on it. But i need to say that we are changing the complete database design. Bans will be importet from the old design to the new via the plugin. The Webpage will also updated for the new design. So maybe wait until the new versions are released. ETA end of next week. We are also looking for beta tester for the new version.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by dyn*:

 

Nice to see someone is working on it. But i need to say that we are changing the complete database design. Bans will be importet from the old design to the new via the plugin. The Webpage will also updated for the new design. So maybe wait until the new versions are released. ETA end of next week. We are also looking for beta tester for the new version.

Excellent! Make a post when it's ready and I'll fire it up. Managing bans "the old way" by copying them from server-to-server was a nightmare. Anything to make our job easier is much appreciated.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by DaMagicWoBBeR*:

 

We need a CRemoteBanList from the showthread....Stats-Database* for testing purpose. So if someone has one for us pm to me. We only need it for testing the import function.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Hutchew*:

 

We need a CRemoteBanList from the showthread....Stats-Database* for testing purpose. So if someone has one for us pm to me. We only need it for testing the import function.

Sent you a link to ours.

 

Thanks, Wobber.

 

Hutchew

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Berndel*:

 

Don't forget to give us some feedback. Report bugs and/or some features that you are missing. Maybe we can add some of your wishes.

an kick tbl? would be nice same as the Ban is, on this way you have an overview for the kicks

i believe an kick is same important as well as an Ban, and first kick then Ban normally if is not an bad...

 

we have this Plugins running GUID, Stats and Mapstats Logger;Banmanger,Webadmintool

we use db4free.net for the sql thing and an Home NAS Server (linux) for the web tool (:smile:)

Procon is at our Bf3 game hosting service

and its running fine only the ban list don't work rookie's at work

 

so thanks guys for the good hard work you done we hope we see more soon

 

=GwG= Bernd

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by DaMagicWoBBeR*:

 

The Webpage you are using is not compatible with my plugin. You need to take our webpage. Have a look @ first post of thread. But i would suggest you wait until the new versions will released.

 

BTW: new versions of webpage and plugin almost done. Beta will released on Friday 2013.04.05. This versions are beta and only for testing purpose.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by kunoichia*:

 

The Webpage you are using is not compatible with my plugin. You need to take our webpage. Have a look @ first post of thread. But i would suggest you wait until the new versions will released.

 

BTW: new versions of webpage and plugin almost done. Beta will released on Friday 2013.04.05. This versions are beta and only for testing purpose.

Im sure i used that admin webpage_V1.1.zip (563.4 KB, 61 views)
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by glenn82*:

 

plz guys i need help

i have the bf3 chat guid stat and map logger up and running

but now i want the ban manager but it wont connect any way to the database.

 

specs:

mysql 5.1

odbc 5.1.10

the logger plugin works fine

but the ban manager keeps getting this error:

 

Code:

[00:26:31 03] BanManager: Exception while CheckDatabase: System.Data.Odbc.OdbcException: ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
   at System.Data.Odbc.OdbcConnection.HandleError(OdbcHandle hrHandle, RetCode retcode)
   at System.Data.Odbc.OdbcConnectionHandle..ctor(OdbcConnection connection, OdbcConnectionString constr, OdbcEnvironmentHandle environmentHandle)
   at System.Data.Odbc.OdbcConnectionOpen..ctor(OdbcConnection outerConnection, OdbcConnectionString connectionOptions)
   at System.Data.Odbc.OdbcConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)
   at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup)
   at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
   at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
   at System.Data.Odbc.OdbcConnection.Open()
   at PRoConEvents.BanManager.CheckDatabase()
i also used 2 accounts and databases even the database + account from the logger plugin but nothing works

 

im 100% sure that the plugin is properly setup but still nothing

 

PLZ HELP

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by BTFU_Maverick*:

 

Did you set up an ODBC Data Source in your server? In Windows Administrative Tools you have to set up an ODBC Data Source (32-bit) pointing to the database, otherwise this plugin has issues connected. I had the same problem and that was my solution.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by glenn82*:

 

Did you set up an ODBC Data Source in your server? In Windows Administrative Tools you have to set up an ODBC Data Source (32-bit) pointing to the database, otherwise this plugin has issues connected. I had the same problem and that was my solution.

ok problem

 

i have win xp 64 running on the server and on the ODBC data source asministrator

whan i want to add a user dsn the obdc 5.1 dont show in list but is installed

 

SOLVED!!!

found this one on mysql:

Code:

21.1.7.3. Connector/ODBC Errors and Resolutions (FAQ)
The following section details some common errors and their suggested fix or alternative solution. If you are still experiencing problems, use the Connector/ODBC mailing list; see Section 21.1.8.1, "Connector/ODBC Community Support".

Many problems can be resolved by upgrading your Connector/ODBC drivers to the latest available release. On Windows, make sure that you have the latest versions of the Microsoft Data Access Components (MDAC) installed.

64-Bit Windows and ODBC Data Source Administrator

I have installed Connector/ODBC on Windows XP x64 Edition or Windows Server 2003 R2 x64. The installation completed successfully, but the Connector/ODBC driver does not appear in ODBC Data Source Administrator.

This is not a bug, but is related to the way Windows x64 editions operate with the ODBC driver. On Windows x64 editions, the Connector/ODBC driver is installed in the %SystemRoot%\SysWOW64 folder. However, the default ODBC Data Source Administrator that is available through the Administrative Tools or Control Panel in Windows x64 Editions is located in the %SystemRoot%\system32 folder, and only searches this folder for ODBC drivers.

On Windows x64 editions, use the ODBC administration tool located at %SystemRoot%\SysWOW64\odbcad32.exe, this will correctly locate the installed Connector/ODBC drivers and enable you to create a Connector/ODBC DSN.
but i still need to setup de plugin i report back later
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Berndel*:

 

The Webpage you are using is not compatible with my plugin. You need to take our webpage. Have a look @ first post of thread. But i would suggest you wait until the new versions will released.

 

BTW: new versions of webpage and plugin almost done. Beta will released on Friday 2013.04.05. This versions are beta and only for testing purpose.

nice an new release thanks for the info :ohmy:

 

Berndel

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by DaMagicWoBBeR*:

 

no dident work

 

still need help

what did you setup in the plugin ? ODBC Version 5.1 or 5.2? 5.2 is not working with the plugin (bug). Normally you only need to install odbc 5.1 and setup 5.1 in the plugin.

 

I also have uploaded the new version with .net mysql connector. But its only for testing purpose at the moment but the new version should solve your problem

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by glenn82*:

 

webpage is up. first start the plugin to create to necessary databases.

first error

Database connection error. ("Unknown MySQL server host '82.75.250.215:27051' (3)")

Rights failed. Please grant banlijst all Rights for the database banlijst

 

my database is a external database no local

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Berndel*:

 

webpage_banmanager_v2.0_beta

 

i have an problem yes i have :mad: and stuck maybe it is my bad, after the setup without any error message,

the login don't work the error message is (Account disabled or Username and Password incorrect. Try again.)

i use the correct password & username ! install.php is deleted

database created

bm_banlist

bm_servergroup

bm_soldiers

bm_userlist

 

SQL is extern with standard port

 

 

Berndel

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by DaMagicWoBBeR*:

 

start the setup again. you need to enter 2 times a username and a password. The first is for the mysqldatabase. The second is for the bm_userlist and is needed for login.

* Restored post. It could be that the author is no longer active.
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Our picks

    • Game Server Hosting:

      We're happy to announce that EZRCON will branch out into the game server provider scene. This is a big step for us so please having patience if something doesn't go right in this area. Now, what makes us different compared to other providers? Well, we're going with the idea of having a scaleable server hosting and providing more control in how you set up your server. For example, in Minecraft, you have the ability to control how many CPU cores you wish your server to have access to, how much RAM you want to use, how much disk space you want to use. This type of control can't be offered in a single service package so you're able to configure a custom package the way you want it.

      You can see all the available games here. Currently, we have the following games available.

      Valheim (From $1.50 USD)


      Rust (From $3.20 USD)


      Minecraft (Basic) (From $4.00 USD)


      Call of Duty 4X (From $7.00 USD)


      OpenTTD (From $4.00 USD)


      Squad (From $9.00 USD)


      Insurgency: Sandstorm (From $6.40 USD)


      Changes to US-East:

      Starting in January 2022, we will be moving to a different provider that has better support, better infrastructure, and better connectivity. We've noticed that the connection/routes to this location are not ideal and it's been hard getting support to correct this. Our contract for our two servers ends in March/April respectively. If you currently have servers in this location you will be migrated over to the new provider. We'll have more details when the time comes closer to January. The new location for this change will be based out of Atlanta, GA. If you have any questions/concerns please open a ticket and we'll do our best to answer them.
      • 5 replies
    • Hello All,

      I wanted to give an update to how EZRCON is doing. As of today we have 56 active customers using the services offered. I'm glad its doing so well and it hasn't been 1 year yet. To those that have services with EZRCON, I hope the service is doing well and if not please let us know so that we can improve it where possible. We've done quite a few changes behind the scenes to improve the performance hopefully. 

      We'll be launching a new location for hosting procon layers in either Los Angeles, USA or Chicago, IL. Still being decided on where the placement should be but these two locations are not set in stone yet. We would like to get feedback on where we should have a new location for hosting the Procon Layers, which you can do by replying to this topic. A poll will be created where people can vote on which location they would like to see.

      We're also looking for some suggestions on what else you would like to see for hosting provider options. So please let us know your thoughts on this matter.
      • 4 replies
    • Added ability to disable the new API check for player country info


      Updated GeoIP database file


      Removed usage sending stats


      Added EZRCON ad banner



      If you are upgrading then you may need to add these two lines to your existing installation in the file procon.cfg. To enable these options just change False to True.

      procon.private.options.UseGeoIpFileOnly False
      procon.private.options.BlockRssFeedNews False



       
      • 2 replies
    • I wanted I let you know that I am starting to build out the foundation for the hosting services that I talked about here. The pricing model I was originally going for wasn't going to be suitable for how I want to build it. So instead I decided to offer each service as it's own product instead of a package deal. In the future, hopefully, I will be able to do this and offer discounts to those that choose it.

      Here is how the pricing is laid out for each service as well as information about each. This is as of 7/12/2020.

      Single MySQL database (up to 30 GB) is $10 USD per month.



      If you go over the 30 GB usage for the database then each additional gigabyte is charged at $0.10 USD each billing cycle. If you're under 30GB you don't need to worry about this.


      Databases are replicated across 3 zones (regions) for redundancy. One (1) on the east coast of the USA, One (1) in Frankfurt, and One (1) in Singapore. Depending on the demand, this would grow to more regions.


      Databases will also be backed up daily and retained for 7 days.




      Procon Layer will be $2 USD per month.


      Each layer will only allow one (1) game server connection. The reason behind this is for performance.


      Each layer will also come with all available plugins installed by default. This is to help facilitate faster deployments and get you up and running quickly.


      Each layer will automatically restart if Procon crashes. 


      Each layer will also automatically restart daily at midnight to make sure it stays in tip-top shape.


      Custom plugins can be installed by submitting a support ticket.




      Battlefield Admin Control Panel (BFACP) will be $5 USD per month


      As I am still working on building version 3 of the software, I will be installing the last version I did. Once I complete version 3 it will automatically be upgraded for you.





      All these services will be managed by me so you don't have to worry about the technical side of things to get up and going.

      If you would like to see how much it would cost for the services, I made a calculator that you can use. It can be found here https://ezrcon.com/calculator.html

       
      • 11 replies
    • I have pushed out a new minor release which updates the geodata pull (flags in the playerlisting). This should be way more accurate now. As always, please let me know if any problems show up.

       
      • 9 replies
×
×
  • Create New...

Important Information

Please review our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.