Jump to content

[WIP] MTA Dashboard


greacius

Recommended Posts

Posted

looks nice.

keep going

Multi theft auto tools - replace cars and peds, move your map or compile your Lua files online!

programista php rzeszów

Need free webhosting for your small site? PM me. Need help with portforwarding? PM me. Do not PM me asking for help with scripting.

Having problems with port forwarding? Send me pm, I can do whole thing for you using TeamViewer (already helped about 20 people, no worries)!

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

Multi theft auto tools - replace cars and peds, move your map or compile your Lua files online!

programista php rzeszów

Need free webhosting for your small site? PM me. Need help with portforwarding? PM me. Do not PM me asking for help with scripting.

Having problems with port forwarding? Send me pm, I can do whole thing for you using TeamViewer (already helped about 20 people, no worries)!

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

VISIT TSW RACING SERVER

http://tswracing.net/

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...
Posted

i don't get how it works and what i must do to use it, maybe someone can help me out?

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

  • 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. 
?> 
  

Posted

I didn't, i tried many times and no luck.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

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

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