Download MCSQL (MultiCS+SQL) Control Panel + Reseller for Multics CCCAM
- SQL database
- Control Panel with multi-level sub-reseller system and unlimited slaves (standalone servers).
- Unlimited multi user connections with different protocols.
- Separated cache-ex data from csp-cache.
- Embedded Three CW-filters in cache-ex, csp-cache and ecm/cw core handler.
- Optimized cache, cacheex, camd35 server and ecm/cw core handler.
* This software does not contain any encryption algorithms or key materials for any dvb operator.
TUTORIAL + DOWNLOAD :
1: INSTALL MYSQL
Code:
Ubuntu 18.04 (x86_64)
apt-get update
apt install mysql-server libmysqlclient20
2: Download Files
3: Edit Config (/var/mcsql/mcsql.cfg)
Code:
Setup your MYSQL server parameters: server, database, username and password
Installation will fail if you dont put the right password for mysql server knowing that most of users do
MYSQL SERVER: localhost
MYSQL USERNAME: *** MYSQL USERNAME ***
MYSQL PASSWORD: *** MYSQL PASSWORD ***
MYSQL DATABASE: mcsql
4: It Works now !
Code:
Execute Main (use library 'libmysqlclient.so.20')
mcsql
Open now your browser and enter the server url where mcsql is hosted with the port of http server (ex:
You need to be registered to see the hidden links
)default login user: admin
default login pass: admin
Execute Slave Server ( slave <control_port> )
example control port is 2738
slave 2738
OR show all debug info
slave -vall 2738
More Related Thread
Relate Threads