Jump to content

Pobieranie teamów i listę graczy z serwera na www .


Recommended Posts

Spróbowałem tym 1 sposobem. Zrobiłem wszystko jak pisało typ gry itd itp, jednak nie pobiera danych ani nic bo jest błąd

server 1 
  
The server did not respond within the specified time. 

Taki mam kod na połączenie w example.php:

'server 1' => array('mtasa', '62.75.141.161', '22003') 

Link to comment

Dzięki teraz zadziałało. A mam jeszcze pytanie ściągnąłem Dashboard z community wgrałem to na serwer i na www, powpisywałem dane lecz piszę że nie działa

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

Użytkownik test ma dostęp do uprawnień admina.

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

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