What's new
Best Multics Exchange Forum

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Multics Script auto exchange with good design :)

Satshare

Administrator
Staff member
Joined
Jul 18, 2020
Messages
90
Reaction score
22
Points
8
hi all multics membres this is SCRIPT AUTO EXCHANGE WITH GOOD DESIGN :)
UPDATE 09-03-2015
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:
<?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)

?>

thats all :)

thnx guys
 

Attachments

  • UPDATE-09-03-2015-ADD-CHECK LINES STATUTS.zip
    4.4 MB · Views: 93
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock