• XSS.stack #1 – первый литературный журнал от юзеров форума

Готовое Emperor Marketplace Shop Script

HackDark

HDD-drive
Пользователь
Регистрация
11.12.2024
Сообщения
33
Реакции
11
Депозит
0.083 Ł
Monero Marketplace Script | Shop & Sell Products using Monero Coin with Escrow

A Single Vendor Shop with works Local Monero Daemon
Emperor Shop Script is a single vendor market application. Build with Laravel 9, TailwindCSS and DaisyUI. Does not requires Javascript and works with Monero Local Daemon. Inspired from Eckmar's Marketplace Script.


Officially supported OS: Debian 11 and Arch Linux.At this documentation we will continue with Debian 11 OS.

There will be two stages:1) PHP – MySQL – Composer – NPM Setup2) Monero Daemon Setup3) Waking up the system with PHP Artisan
Let’s Start;


Update system repos and applications:
  • sudo apt update
  • sudo apt dist-upgrade
Install PHP 8.1 (lower PHP versions don’t supported)Note: When this documentation wrote, PHP 8.1 is not added to Debian 11 repos. So wewill call Sury PPA.
>>> And now, check php8.1 installation:
  • php --version
>>> Lets continue with PHP dependencies:
  • sudo apt install php8.1-mbstring php8.1-xml php8.1-xmlrpc php8.1-gmp php8.1-curlphp8.1-gd php-mysql php-redis composer unzip -y
Install MySQL (MariaDB) Server and Configure Database:
  • sudo apt install mariadb-server
  • sudo sudo mysql_secure_installation
>>> This command will guide you trough securing your MySQL connection.
  • sudo mysql
>>> And time to create database, user and permissions. I will use ‘emperor’ for alllines. You must change it and set up on your .env file. So take note your databasename, database username, database password. You’ll use them.
  • create database emperor;
  • create user ‘emperor’@’localhost’ identified by ‘emperor’;
  • grant all on emperor.* to ‘emperor’@’localhost’;
  • exit
Install Redis Cache Server
  • sudo apt install redis-server
  • sudo nano /etc/redis/redis.conf
>>> And find # requirepass foobar; uncomment it and change foobar to your password.Take note of your redis password. You’ll use it again.
  • requirepass yourpassword
>>> Check your redis server.
  • sudo systemctl status redis
Installing NPM
  • sudo apt install nodejs
  • sudo apt install npm
Stage 2: Installing Monero CLI
Creating Monero Wallet:
  • ./monero-wallet-cli --generate-new-wallet walletName --create-address-file --password'walletpassword'
Connecting Monero Wallet with the Daemon
  • ./monero-wallet-rpc --rpc-bind-port 18083 --rpc-bind-ip 127.0.0.1 --disable-rpc-login --wallet-file walletName
Time to wake up web system
  • cd /path/marketplace
  • nano .env
composer install
npm install
npm run prod

NOTE: If you got problems with npm / nodejs; set up versions to:
  • npm: v8.10.0
  • node: v18.3.0
php artisan key:generate
php artisan migrate:fresh –seed
php artisan storage:link

At the end you will have FOUR active terminal tabs.
  • php artisan serve
  • php artisan schedule:work
  • ./monerod
  • ./monero-wallet-rpc --rpc-bind-port 18083 --rpc-bind-ip 127.0.0.1 --disable-rpc-login --wallet-file walletName
Default admin/vendor account:
  • username: admin
  • password: admin123
Download Script: Emperor Shop Script
 
link is dead
New Link

 
Пожалуйста, обратите внимание, что пользователь заблокирован
Monero Marketplace Script
Заливайте дублем всегда на DaMaGeLiB (форумный файлообменник) во избежание потери контента. Без абуз и банов.
Link is dead again
SHA256: 5d4f28594834a16935695dfd17171b027ad20c0c5cbc8e012da417deff079a12
Download: DaMaGeLiB (Tor)
 


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх