Multics Exchange Plugin Auto Install

Multics General Discussion – Explore Tips, Configs, and Server Setups for Stable Card Sharing. Join the Latest Talks on Multics Servers, ECM Handling, Protocol Support, and Performance Optimization. Ideal for CCCAM, Newcamd, and CSP Users. Stay Updated with Daily Multics News!
Trump
Site Founder
Site Founder
Posts: 433
Joined: 06 Apr 2025, 11:39
Has thanked: 69 times
Been thanked: 88 times
Italy

Multics Exchange Plugin Auto Install

Unread post by Trump »

Multics Exchange Plugin Auto Install

Work on all Ubuntu

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:

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

?>



https://www.mediafire.com/file/tzju8wa ... .zip/file
Post Reply

Return to “Multics General Discussion”