Jump to content

[WIP] MTA Dashboard


greacius

Recommended Posts

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
Link to comment
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
Link to comment
  • 3 weeks later...
  • 4 weeks later...

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

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

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