Jump to content

[WIP] MTA Dashboard


greacius

Recommended Posts

Posted

yea, graphs :D

you will need to setup a cron for running script every 1h or even 5min. and get stats, then generate graph :)

this will need mysql etc.

also you can make waht i was planning to make - register system from webpage, then login system in mta, with shared mysql database

Posted

Well... that graph system we can also do using the webstats resource... include it and then let webstats gather information and let it be requested by the web app.

I will think about a register system but im first going to release a first version:)

Edit: Thanks!

Posted

what about to make an admin section to do the admin thinks like bann manage players and a thing to upload resourses to server that would be great

good job whit resourse keep doing and upgrading it

regards your fiend FuGa :D

Posted

Well im not going to make an admin sections because administrators can log into the web server part of mta and administrate there.

Thanks for the suggestion anyway!

Posted

I have a problem with your script "dashboard" when my site trying to connect in to my server i see this mesage at my site:

ERROR

The connection with the MTA Server is lost.

Please wait while the system is trying to reconnect...

Please help mee.

Posted (edited)

Yes server is running

is my setting.php :

<?php 
//settings.php 
//settings for the source. 
  
$settings['mta_host'] = "ip"; //The location without the HTTP port of your server. 
  
$settings['mta_port'] = 22003; 
  
$settings['admin_user'] = "asd"; //An user with web acces on the SERVER. 
  
$settings['admin_pass'] = "123"; //The password for the user. 
?> 

------------------------------------------------------------------------------------------------------------------

$settings['admin_user'] = "asd"; //An user with web acces on the SERVER. 
  
$settings['admin_pass'] = "123"; //The password for the user. 
?> 

in this two line need write something?

Edited by Guest
Posted (edited)
Yes server is running

is my setting.php :

<?php

//settings.php

//settings for the source.

$settings['mta_host'] = "*REMOVED BECAUSE OF PRIVACY*"; //The location without the HTTP port of your server.

$settings['mta_port'] = 22003;

$settings['admin_user'] = "asd"; //An user with web acces on the SERVER.

$settings['admin_pass'] = "123"; //The password for the user.

?>

------------------------------------------------------------------------------------------------------------------

$settings['admin_user'] = "asd"; //An user with web acces on the SERVER.

$settings['admin_pass'] = "123"; //The password for the user.

?>

in this two line need write something?

You should add the admin user and pass of your mta server on those two lines....

Edited by Guest
  • 3 weeks later...
  • 4 weeks later...
Posted

I also do not work it too much ... Please help

my settings.php

<?php 
//settings.php 
//settings for the source. 
  
$settings['mta_host'] = "********"; //The location without the HTTP port of your server. 
  
$settings['mta_port'] = 22008; 
  
$settings['admin_user'] = "test"; //An user with web acces on the SERVER. 
  
$settings['admin_pass'] = "test"; //The password for the user. 
?> 
  

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...