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!

Panel Xtream Codes multics 2.1.5 (Multics Reseller Panel)

Satshare

Administrator
Staff member
Joined
Jul 18, 2020
Messages
90
Reaction score
22
Points
8
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";

?>

[CODE]

Finally restart Apache



service apache2 restart



DOWNLOAD XC MULTICS PANEL CRACKED :

http://www.mediafire.com/file/87und2nl8qgmdk4/xtream-codes.rar
 

Attachments

  • xtream-codes.rar
    4.8 MB · Views: 43
Ubuntu 14 and 16 has no more support from Ubuntu developers. even 18 will absolute soon.
anyone update the script according to ubuntu 20 or debian 10 /11 ???
 
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