Multics mysql Users Manager Modified v1.3

Status
Not open for further replies.

LiNuX-SaT

Administrator
Staff member
Ofline
------------------------------------------------------------------------------

Modifications available
1- delete profiles
2- Protect files : up.php , upcache.php , CS378X.php , CAMD35.php , upmg.php , upnc.php
3- ADD Cache Peer
4- Activating users directly after Export
5- Add database download file from panal
6- users admin Limitd Option
7- new style
------------


install first with putty

sudo apt-get update
sudo apt-get install apache2
ip addr show eth0 | grep inet | awk '{ print $2; }' | sed 's/\/.*$//'
sudo apt-get install mysql-server php5-mysql
sudo mysql_install_db
sudo mysql_secure_installation
sudo apt-get install php5 libapache2-mod-php5 php5-mcrypt
apt-cache search php5-
apt-cache show package_name
apt-cache show php5-cli
sudo apt-get install php5-cli
sudo apt-get install package1 package2 ...
apt-get install phpmyadmin
apt-get install php5-mcrypt php5-gd php-pear unzip -y

sudo service apache2 restart

####################################


Multics mysql Users Manager v1.3
its my modified version of this panel
export all file ont var/www/html
import the multics.sql on you database
modifie the config.php and download.php for sql and up.php , upcache.php , CS378X.php , CAMD35.php , upmg.php , upnc.php
this lines
------------------------------------------------------------------
define("host", "localhost"); // your mysql host
define("username", "root"); // your mysql username
define("password", "pass"); // your mysql password
define("database", "multics"); // your database name
---------------------------------------------------------------------------
and modifie port (cccam,mgcamd,cs378x,camd35,cache) in the failes up.php , upcache.php , CS378X.php , CAMD35.php , upmg.php
thsi version you add user with expire date
after in the option import/export you clic on export mutics

and created this files
CCcamcs.cfg
Mgcamd.cfg
Cache.cfg
CS378X.cfg
CAMD35.cfg
Newcamd.cfg

on /var/etc and chmod 777
you create a include from multics.cfg
INCLUDE "/var/etc/Newcamd.cfg"
INCLUDE "/var/etc/CCcamcs.cfg"
INCLUDE "/var/etc/MGcamd.cfg"
INCLUDE "/var/etc/CS378X.cfg"
INCLUDE "/var/etc/CAMD35.cfg"
INCLUDE "/var/etc/Cache.cfg"


User and pass Panal
user: admin
password: multics
 

Attachments

Status
Not open for further replies.
Back
Top