Raised This Month: $32 Target: $400
 8% 

GameAP. Web-based game servers control panel. Manage your servers easy.


Post New Thread Reply   
 
Thread Tools Display Modes
GordonFreeman (RU)
Veteran Member
Join Date: Jan 2010
Location: Uzbekistan
Old 10-04-2015 , 16:44   Re: GameAP. Web-based game servers control panel. Manage your servers easy.
Reply With Quote #61

Quote:
Originally Posted by gloBi View Post
Change RCON option, AMXX Plugins module and Chat module don't work...
Those modules are working with server files. Can you browse/edit/upload server files with gameap?

Quote:
Originally Posted by gloBi View Post
How to change the maps list, from where? I try to delete maps right from the server, but maps list don't change.
Map list are cached for 1 day. You can manually clear cache in maps_list column, gameap_servers table.

Quote:
Originally Posted by gloBi View Post
Also I want to remove these lines from the panel, but can't find from where.
Open application/models/servers.php. Here is:
Code:
    public $all_settings = array(
        'SERVER_AUTOSTART'            => 'Автостарт сервера в случае его падения (через cron)',
        'SERVER_RCON_AUTOCHANGE'     => 'Автоматическая смена rcon пароля, в случае если в админпанели и на сервере он не совпадает',
    );
__________________
The functional way is the right way
GordonFreeman (RU) is offline
gloBi
Member
Join Date: Dec 2008
Old 10-08-2015 , 04:50   Re: GameAP. Web-based game servers control panel. Manage your servers easy.
Reply With Quote #62

Thank you for the quick response!

1) I chmoded -R 777 the whole directory of the server, but modules still don't work. When I click on AMXX Plugins or Chat it shows me a blank page.

And something that I forgot on previous post. When I click on Change RCON, it shows me 404 Page Not Found.

2) How can I change the cache interval of map list or for example on every big restart make a new cache of the maps?

3) From where is generated {content} or {base_settings} , so I can change it for my needs?

4) I think it is a bug. When I click kick player and it asks me If I am sure to kick it, I click "No" and despite of that it kicks the player.

Thanks in advance.
gloBi is offline
Send a message via Skype™ to gloBi
GordonFreeman (RU)
Veteran Member
Join Date: Jan 2010
Location: Uzbekistan
Old 10-10-2015 , 06:43   Re: GameAP. Web-based game servers control panel. Manage your servers easy.
Reply With Quote #63

Quote:
Originally Posted by gloBi View Post
1) I chmoded -R 777 the whole directory of the server, but modules still don't work. When I click on AMXX Plugins or Chat it shows me a blank page.

And something that I forgot on previous post. When I click on Change RCON, it shows me 404 Page Not Found.
Change ENVIRONMENT in index.php file and post errors.
Code:
define('ENVIRONMENT', 'development');
Quote:
Originally Posted by gloBi View Post
2) How can I change the cache interval of map list or for example on every big restart make a new cache of the maps?
Search for get_server_maps function in application/models/servers.php file.
Here is:
Code:
        /* Если списку не более суток */
        if($maps_cache && $maps_cache['time'] > now() - 86400){
            unset ($maps_cache['time']); // Удаляем time элемент
            $maps_cache['from_cache'] = 1;
            return $maps_cache;
        }
What do you mean "big restart"?
Quote:
Originally Posted by gloBi View Post
3) From where is generated {content} or {base_settings} , so I can change it for my needs?
If you want change gameap view look for template files in application\views\default folder.
Quote:
Originally Posted by gloBi View Post
4) I think it is a bug. When I click kick player and it asks me If I am sure to kick it, I click "No" and despite of that it kicks the player.
Asked Nikita about this.
__________________
The functional way is the right way
GordonFreeman (RU) is offline
gloBi
Member
Join Date: Dec 2008
Old 10-12-2015 , 05:14   Re: GameAP. Web-based game servers control panel. Manage your servers easy.
Reply With Quote #64

1) I fixed the error. Now modules work, but in chat module cannot send/receive messages and it only shows "No messages".

And why change rcon module shows 404 page not found. Dunno.

2) Fixed map cache too. Big restart means no rcon restart, it means turn off the server and start it again. But now it fits my needs, so there is no need for correction.

3) Yes, but from where is generated the content of {content} tag? For example, I want to remove this line steam://connect/ip:port/.

4) OK, I'm waiting for a response about that.

Thanks again.

Last edited by gloBi; 10-13-2015 at 12:55.
gloBi is offline
Send a message via Skype™ to gloBi
Mucx
Member
Join Date: Mar 2011
Location: Estonia
Old 10-19-2015 , 15:13   Re: GameAP. Web-based game servers control panel. Manage your servers easy.
Reply With Quote #65

It shows me error.
PHP Code:
An Error Was Encountered

The configuration file database
.php does not exist
I made the databse.cfg file and connection and still.

PHP Code:
Connected successfully
An Error Was Encountered

No database connection settings were found in the database config file 
Mucx is offline
indraraj striker
Veteran Member
Join Date: Mar 2014
Location: Under the water
Old 11-12-2015 , 10:03   Re: GameAP. Web-based game servers control panel. Manage your servers easy.
Reply With Quote #66

@GordonFreeman (RU i m getting this error
after uploading when i go to ip/install it shows table 'servers' does not exist
indraraj striker is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 22:15.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode