MultiCS Kurulum & install - Multics AutoEx for Auto exchange (Website) | MULTiCS & OSCam EXCHANGE TÜRKFORUM®

MultiCS Kurulum & install Multics AutoEx for Auto exchange (Website)

TüRKMaSTeR

Administrator
Yönetici
Katılım
16 Ocak 2020
Mesajlar
970
Tepkime puanı
10,836
Puanları
268
Ofline
FIRST YOU NEED TO INSTALL APACHE & 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

- add your cfg files in / var / etc / files /
EXcache.cfg
EXCccam.cfg
EXMGcamd.cfg

THEN GIVE chmod 777 to files

- we can add this lines in multics.cfg
INCLUDE "/var/etc/files/EXcache.cfg" <<<<<<<<< after your cache port
INCLUDE "/var/etc/files/EXCccam.cfg" <<<<<<<<< after your cccam port
INCLUDE "/var/etc/files/EXMGcamd.cfg" <<<<<<<<< after your MGCAMD port

THEN add your script in / var / www /
GIVE ALL PHP FILES CHMOD 777
THEN open config.php & change with your info here:

Kod:
<?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)

?>
 

Ekli dosyalar

  • UPDATE-09-03-2015-ADD-CHECK LINES STATUTS.zip
    4.4 MB · Görüntüleme: 160

intermedya

Member
Katılım
24 Eyl 2020
Mesajlar
56
Tepkime puanı
24
Puanları
18
Ofline
kurulmu yaptım calışıyor ama örnek exchange mgcamd bilgileri dogru giriyorum direk linki ekliyor karşı tarafa n line vermiyor hatayı nerede yapmış ollabilirim
 

themazhar

New member
Katılım
1 Şub 2021
Mesajlar
17
Tepkime puanı
15
Puanları
3
Ofline
It is set up, it works, but I enter the example exchange mgcamd information correctly, it adds the direct link, it does not give the other party the n line, where can I have made the error
please check you are config and multics config file and php same user pass and same port after fix ........reboot you are system
 

Thor2013

Well-known member
Katılım
21 Tem 2020
Mesajlar
285
Tepkime puanı
966
Puanları
95
Online
kurulmu yaptım calışıyor ama örnek exchange mgcamd bilgileri dogru giriyorum direk linki ekliyor karşı tarafa n line vermiyor hatayı nerede yapmış ollabilirim
Or try to install on ubuntu versions 20.04 and 20.10 vers.x64. There will be no more problems!
 

sagher

Member
Katılım
5 May 2021
Mesajlar
62
Tepkime puanı
43
Puanları
18
Ofline
Where i store the multics bin file and multics.cfg?
what is the exact format of multics.cfg file
and is it necessary to run multics.bin file using putty command or it will runs automatically

everything is work but connection not ok. generated lines will not connecting to any other multics servers.
 

sagher

Member
Katılım
5 May 2021
Mesajlar
62
Tepkime puanı
43
Puanları
18
Ofline
kurulmu yaptım calışıyor ama örnek exchange mgcamd bilgileri dogru giriyorum direk linki ekliyor karşı tarafa n line vermiyor hatayı nerede yapmış ollabilirim
I am facing the same issue.
Generated line not shown and cache peer not shown online connected..
also tell me where i save Profiles. i save it into multics.cfg file but not shown in profile exchange tab
 

E-Sat

Well-known member
Katılım
16 Şub 2020
Mesajlar
122
Tepkime puanı
331
Puanları
68
Ofline
config.php

<?php
// ports profiles
$skype = "skype"; // your skype id
$nameserver = "SERVER"; // server name
$mail = "xxxxxxxxxxx@gmail.com"; // your email
$url = "xxxxxxxxxxxxx.net"; // your host
$port = "xxxxxxx"; // http port
$user = "xxxxxxxx"; // http user
$pass = "xxxxxxxx"; // 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)

?>
 

Thor2013

Well-known member
Katılım
21 Tem 2020
Mesajlar
285
Tepkime puanı
966
Puanları
95
Online
Multics "bin" is put in / usr / local / bin
In / var a "etc" file is created in which the following files are placed:
CCcam.channelinfo
CCcam.providers
ip2country.csv
multics.cfg

.To install what E-sat looks like above, the following commands must be given directly from the terminal:
#sudo apt install php php-curl
#sudo apt install apache2
#cd /var/etc/html
#rm -rf index.html

Put the downloaded files without any folder directly in / var / www / html

#cd /var/www/
#chmod -R 777 html

# service apache2 restart

#cd /var/etc
#ls
#nano EXCccam.cfg
#press "enter"
#ctrl+x
#press Y
#ls
You will see a file named "EXCccam.cfg"
The same steps are taken to create the files " EXMGcamd.cfg" and " EXcache.cfg "
Permissions are given so that they can be rewritten to files with "chmod" command :
#chmod 777 EXCccam.cfg
#chmod 777 EXMGcamd.cfg
#chmod 777 EXcache.cfg

php or curl version works on older versions of ubuntu 20.04 so as not to give errors to this script ... For other information I will be happy to help you .... Have a nice day!

PS: Of all his tutorial "Turkmaster " it is very ok ....
 

Thor2013

Well-known member
Katılım
21 Tem 2020
Mesajlar
285
Tepkime puanı
966
Puanları
95
Online
Thanks for supporting E-Sat !
 

gm998

Active member
Katılım
8 Tem 2020
Mesajlar
77
Tepkime puanı
24
Puanları
28
Ofline
Please Update New Script .............
 
Üst