Multics AutoEx para Auto exchange

PRIMEIRO, VOCÊ PRECISA INSTALAR O APACHE e o PHP:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install apache2
sudo apt-get install php
sudo apt-get install php5-curl
sudo service apache2 restart


- adicione seus arquivos cfg em / var / etc / files /


EXcache.cfg
EXCccam.cfg
EXMGcamd.cfg


Depois de estes atributos o chmod 777 aos arquivos


- podemos adicionar essas linhas no multics.cfg

INCLUIR "/var/etc/files/EXcache.cfg" <<<<<<<<< após sua porta de cache
INCLUIR "/var/etc/files/EXCccam.cfg" <<<<<<<<< após a sua porta cccam
INCLUIR "/var/etc/files/EXMGcamd.cfg" <<<<<<<<<< após a porta MGCAMD


Então adicione seu script em / var / www /
DAR TODOS OS ARQUIVOS PHP CHMOD 777
Enrão abra o config.php e mude com suas informações aqui:


Código:
 <?php
// ports profiles
$skype = "skype";   // your skype id
$nameserver = "SERVER";  // server name
$mail = "********* "; // your email
$url = "************x.net"; // your host
$port = "******x"; // http port
$user = "******xx"; // http user
$pass = "******xx"; // http pass
$version = "r81"; // mcs version // dont tuch i will try with all version of multics

// PORT CCCAM/MGCAMD/CACHE
$portcache = "5555";  // your cache port
$portcccam = "12000"; // your cccam port
$portmgcamd = "13000"; // your mgcamd port
$keys = "01 02 03 04 05 06 07 08 09 10 11 12 13 14"; // your key

// cfg files
$cfgclines = "/var/etc/files/EXCccam.cfg";// cfg cccam file (clines-flines)
$cfgmgcamd = "/var/etc/files/EXMGcamd.cfg";// cfg mgcamd file (mg lines-Nlines)
$cfgcache = "/var/etc/files/EXcache.cfg";// cfg cache file (cache)

?>


Click here to enlarge

Click here to enlarge





Click here to enlarge