Jump to content

Battlefield Admin Control Panel - BFACP


Message added by Prophet731,

Version 2.3.0 and 3.0 will only be offered as a SaaS solution. Please redirect all discussions regarding these versions to EZSCALE's discord channel. 

https://discord.com/channels/905179054527905823/1043276850694201375/1043276850694201375

Recommended Posts

  • Administrators
ok i buyed laravel hosting , and its setup fine...
and admin login working fine and ...
but player list not wokring... as its show in igame
Open up chrome dev tools and look at the network request. Is there an error showing up?

Sent from my ONEPLUS A5010 using Tapatalk

The developer of the Battlefield Admin Control Panel (BFACP)

For BFACP support please post in the BFACP topic linked above.

Do not contact me via PM on the forums for help with procon. Please make a topic for it. Only PM's I will accept will revolve around any website issues.

spacer.png

Link to comment
11 minutes ago, Prophet731 said:

Open up chrome dev tools and look at the network request. Is there an error showing up?

Sent from my ONEPLUS A5010 using Tapatalk
 

image.png.791b133579451c0a6108dbe700cb2721.png


down there its show version 2.0.2! but i installed 2.0.3

image.png.89b474c84b864e11ec4b64bbcb45f156.png

Edited by masterjj
Link to comment
  • Administrators
1 hour ago, masterjj said:

image.png.791b133579451c0a6108dbe700cb2721.png


down there its show version 2.0.2! but i installed 2.0.3

image.png.89b474c84b864e11ec4b64bbcb45f156.png

Try this. Run the latest development version that was made. Since you have shell access. Still same requirements.

https://github.com/AdKats/BFACP/tree/dev-laravel5#installing-dev-version

The developer of the Battlefield Admin Control Panel (BFACP)

For BFACP support please post in the BFACP topic linked above.

Do not contact me via PM on the forums for help with procon. Please make a topic for it. Only PM's I will accept will revolve around any website issues.

spacer.png

Link to comment
10 minutes ago, Prophet731 said:

Try this. Run the latest development version that was made. Since you have shell access. Still same requirements.

https://github.com/AdKats/BFACP/tree/dev-laravel5#installing-dev-version

I was tested this version too , but always see error when running command (php artisan db:seed --force)

this time i made a change

1- added these to .env.php file

RESPONSE_CACHE_DRIVER=array|redis|memcached
CACHE_DRIVER=array
2- enabled memcache and memcached extenstion

and everything look fine now...

its installed in subdomain too :)

image.thumb.png.e730f4ada7f9643e23cbbbdcb4a8077a.png

Link to comment
  • Administrators

Cool glad to hear it works now.

Sent from my ONEPLUS A5010 using Tapatalk

The developer of the Battlefield Admin Control Panel (BFACP)

For BFACP support please post in the BFACP topic linked above.

Do not contact me via PM on the forums for help with procon. Please make a topic for it. Only PM's I will accept will revolve around any website issues.

spacer.png

Link to comment
  • 2 weeks later...
  • Administrators
6 hours ago, Timm said:

Hello.

 

I am have v2.0.0-rc.1 of BFACP and today found next problem, users can't register on website, can't recover passwrd, also i can't change registered users passwrd.

 

 

The developer of the Battlefield Admin Control Panel (BFACP)

For BFACP support please post in the BFACP topic linked above.

Do not contact me via PM on the forums for help with procon. Please make a topic for it. Only PM's I will accept will revolve around any website issues.

spacer.png

Link to comment
15 hours ago, Prophet731 said:

 

in 2.0.0 version database data is registered in app/config/database.php

and he looks like this

<?php

return array(

	/*
	|--------------------------------------------------------------------------
	| PDO Fetch Style
	|--------------------------------------------------------------------------
	|
	| By default, database results will be returned as instances of the PHP
	| stdClass object; however, you may desire to retrieve records in an
	| array format for simplicity. Here you can tweak the fetch style.
	|
	*/

	'fetch' => PDO::FETCH_CLASS,

	/*
	|--------------------------------------------------------------------------
	| Default Database Connection Name
	|--------------------------------------------------------------------------
	|
	| Here you may specify which of the database connections below you wish
	| to use as your default connection for all database work. Of course
	| you may use many connections at once using the Database library.
	|
	*/

	'default' => 'mysql',

	/*
	|--------------------------------------------------------------------------
	| Database Connections
	|--------------------------------------------------------------------------
	|
	| Here are each of the database connections setup for your application.
	| Of course, examples of configuring each database platform that is
	| supported by Laravel is shown below to make development simple.
	|
	|
	| All database work in Laravel is done through the PHP PDO facilities
	| so make sure you have the driver for your particular database of
	| choice installed on your machine before you begin development.
	|
	*/

	'connections' => array(

		'mysql' => array(
			'driver'    => 'mysql', // Do NOT change
			'host'      => 'localhost', // Enter Database Host Address
			'database'  => 'database', // Enter Database Name
			'username'  => 'username', // Enter Database User Name
			'password'  => 'passwd', // Enter Database Password
			'charset'   => 'utf8', // Do NOT change
			'collation' => 'utf8_unicode_ci', // Do NOT change
			'prefix'    => '', // Do NOT change
		)
	),

	/*
	|--------------------------------------------------------------------------
	| Migration Repository Table
	|--------------------------------------------------------------------------
	|
	| This table keeps track of all the migrations that have already run for
	| your application. Using this information, we can determine which of
	| the migrations on disk haven't actually been run in the database.
	|
	*/

	'migrations' => 'bfadmincp_migrations',

	/*
	|--------------------------------------------------------------------------
	| Redis Databases
	|--------------------------------------------------------------------------
	|
	| Redis is an open source, fast, and advanced key-value store that also
	| provides a richer set of commands than a typical key-value systems
	| such as APC or Memcached. Laravel makes it easy to dig right in.
	|
	*/

	'redis' => array(

		'cluster' => false,

		'default' => array(
			'host'     => '127.0.0.1',
			'port'     => 6379,
			'database' => 0,
		),

	),

);

 

if i add the changes that you specified, then this does not work and the site stops working

Link to comment
  • 2 weeks later...

Guys, faced such a problem when creating a ban, what can be the problem? PHP 5.6, MySQL 10.1.44-MariaDB. I use the dev version. I get the same error when I try to open chatlog (as a guest), but there is no problem after authorization.

image.png

image.png

Edited by StalKlim

Use Telegram @stalklim or Discord StalKlim to contact me 👋

Link to comment
  • 1 month later...
  • Administrators
10 minutes ago, Hodor said:

Version 3.0 will be released when BF4 is going to die? 🥱

Goal is before the end of this year, hopefully sooner. So unless battlefield dies before that.. Remember, I'm the only one doing it so whatever time I have to work on it I do. Don't have the luxury like I use too.

The developer of the Battlefield Admin Control Panel (BFACP)

For BFACP support please post in the BFACP topic linked above.

Do not contact me via PM on the forums for help with procon. Please make a topic for it. Only PM's I will accept will revolve around any website issues.

spacer.png

Link to comment
11 hours ago, Prophet731 said:

Goal is before the end of this year, hopefully sooner. So unless battlefield dies before that.. Remember, I'm the only one doing it so whatever time I have to work on it I do. Don't have the luxury like I use too.

I knew that we wouldn't see 3.0 this year 😔
P.S why you make all the time spam advertisement, post screenshots about your new CP 3.0 when you needs years for it?! 🥶

Edited by Hodor
Link to comment

 

On 6/14/2020 at 6:54 AM, Hodor said:

I knew that we wouldn't see 3.0 this year 😔
P.S why you make all the time spam advertisement, post screenshots about your new CP 3.0 when you needs years for it?! 🥶

What spam advertisement? You mean showing people what he is working on?

If you don't like the timeline in which things are being developed by ONE developer with a real life and a real job, how about you start developing? All you do is spam the forums with your "I want, I want" like a fucking neckbeard asking for chicken tenders.

c3cd0ce5d9.png

Link to comment
On 6/15/2020 at 3:16 PM, Angry_Cuban13 said:

 

What spam advertisement? You mean showing people what he is working on?

If you don't like the timeline in which things are being developed by ONE developer with a real life and a real job, how about you start developing? All you do is spam the forums with your "I want, I want" like a fucking neckbeard asking for chicken tenders.

And all you do is spam on the forum "real life, real job, real dick" - I think you have some problems with IRL, sofa critic.

Link to comment

I just can't understand why people like you and Hedius so much like to get involved in someone else's conversation with "real life, real job, real mom, real father, real kid, REAL REAL REAL", I asked and communicated not with you, do not get out of your cave until you are called..

Link to comment
8 minutes ago, Hodor said:

I just can't understand why people like you and Hedius so much like to get involved in someone else's conversation with "real life, real job, real mom, real father, real kid, REAL REAL REAL", I asked and communicated not with you, do not get out of your cave until you are called..

I don't understand why people like you are so entitled and demand for a free product to be made available to you. Be useful, learn to code and help Prophet instead of berating him for not having something ready.

Edited by Angry_Cuban13

c3cd0ce5d9.png

Link to comment
14 minutes ago, Hodor said:

I just can't understand why people like you and Hedius so much like to get involved in someone else's conversation with "real life, real job, real mom, real father, real kid, REAL REAL REAL", I asked and communicated not with you, do not get out of your cave until you are called..

It is quite obvious that this is the main reason why this project takes so long. Prophet also has other things to do in his life. You cannot expect that people can work full time on side projects. Prophet has never said smth like: "I will release the panel in two months" There is no release date for it. He shares the progress of his work and I am happy for that. Sharing you work is not a bad thing.... There is not any deadline. The project will be done when it is done. 

Edited by Hedius

Need new plugin features? I can change: Adkats, AdKatsLRT, LanguageEnforcer, InsaneLimits, xVotemap for you. Also working on new plugins. Have an idea? Share it and I might include it in my repos. Github.com/hedius

 

Check out E4GLAdKats for an advancded and maintained AdKats version.

Link to comment
6 minutes ago, Hedius said:

It is quite obvious that this is the main reason why this project takes so long. Prophet also has other things to do in his life. You cannot expect that people can work full time on side projects. Prophet has never said smth like: "I will release the panel in two months" There is no release date for it. He shares the progress of his work and I am happy for that. Sharing you work is not a bad thing.... There is not any deadline. The project will be done when it is done. 

yes in 2030 

Link to comment
1 minute ago, Hodor said:

I just remember how long it took to solve the problem with the IL plugin and believe that the new version will be even in 2040

Then YOU fix it. If something breaks at your job you just sit around twiddling your thumbs until your mommy comes to fix it or do you try to make a difference?

c3cd0ce5d9.png

Link to comment
Just now, Hodor said:

I just remember how long it took to solve the problem with the IL plugin and believe that the new version will be even in 2040

How about you learn to code and help? Again: You cannot expect that people spend their whole spare time (if they even have one) on smth like procon. This is not a community. PRoCon and BFACP are open source projects. Feel free to contribute instead of complaining.

Need new plugin features? I can change: Adkats, AdKatsLRT, LanguageEnforcer, InsaneLimits, xVotemap for you. Also working on new plugins. Have an idea? Share it and I might include it in my repos. Github.com/hedius

 

Check out E4GLAdKats for an advancded and maintained AdKats version.

Link to comment
Just now, Angry_Cuban13 said:

Then YOU fix it. If something breaks at your job you just sit around twiddling your thumbs until your mommy comes to fix it or do you try to make a difference?

 Do not get out of your cave until you are called

Link to comment
Just now, Hedius said:

How about you learn to code and help? Again: You cannot expect that people spend their whole spare time (if they even have one) on smth like procon. This is not a community. PRoCon and BFACP are open source projects. Feel free to contribute instead of complaining.

You think narrowly. If a person is going to be the head of this community and they are responsible for procon and its work, they should fix the problems immediately. I have knowledge in programming, why should I spend time solving problems with someone else's program instead of doing my job, I should also do your job? Are you an idiot?

Link to comment
Just now, Hodor said:

You think narrowly. If a person is going to be the head of this community and they are responsible for procon and its work, they should fix the problems immediately. I have knowledge in programming, why should I spend time solving problems with someone else's program instead of doing my job, I should also do your job? Are you an idiot?

You obviously do not have the ability to understand the mentality behind open source projects.

Need new plugin features? I can change: Adkats, AdKatsLRT, LanguageEnforcer, InsaneLimits, xVotemap for you. Also working on new plugins. Have an idea? Share it and I might include it in my repos. Github.com/hedius

 

Check out E4GLAdKats for an advancded and maintained AdKats version.

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.