«•» GeoSharing Worlds No.1 Satellite 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!

Panel Xtream Codes multics 2.1.5 (Multics Reseller Panel)

Status
Not open for further replies.

-=EYEDREAM=-

Administrator
Staff member
Administrator
Joined
Dec 18, 2018
Messages
87
Reaction score
107
Points
33
This Tutorial is working & Tested on :
ubuntu 14.04


Code:
apt-get update

apt-get install apache2 apache2-mpm-prefork apache2-utils libapache2-mod-php5 libapr1 libaprutil1 libdbd-mysql-perl libdbi-perl libnet-daemon-perl libplrpc-perl libpq5 mysql-client-5.5 mysql-common mysql-server mysql-server-5.5 php5-common php5-mysql

apt-get install phpmyadmin

apt-get install curl libcurl3 libcurl3-dev php5-curl

mkdir -p /usr/local/lib/php/extensions

Code:
Then we go to the / usr / local / lib / php / extensions path
We degrade the loader file which is xtream_codes.so depending on the version used
ubuntu 12.04 = x64_PHP5.3
ubuntu 14.04 = x64_PHP5.5

We have to unzip the file and then go to the /etc/php5/apache2/php.ini path
We put this value below the line under the complement; End:

extension = mcrypt.so
extension = / usr / local / lib / php / extensions / xtream_codes.so

Then we go to phpmyadmin

http: // myip / phpmyadmin

We enter user and password
root
password is the one you set when installing phpmyadmin


Then type the data name and retrieve the data is multics_dbv2.sql
Create a database

Browse to your browser's URL using your web browser on the Internet, and login using your user login root

Your database will be on the left side below the list of available databases.

Then we go to the path of var / www / html and put the script files with permission 777
Then we go to the var / www / config.php path
We put the name of data, yuzu and passwords

Code:
<? php
$ _INFO = array ();
$ _INFO ['hostname'] = "localhost";
$ _INFO ['username'] = "root";
$ _INFO ['password'] = "Password Data";
$ _INFO ['dbname'] = "Data Name";
?>


Finally restart Apache

service apache2 restart
user = admin
password : 99999999


DOWNLOAD XC MULTICS PANEL CRACKED :
 

Attachments

  • xtream-codes.rar
    4.8 MB · Views: 103
Status
Not open for further replies.
Top