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.69
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 /
signaltravel.net /
database /
[ HOME SHELL ]
Name
Size
Permission
Action
README.md
929
B
-rwxrwxrwx
signaltravel_mysql_fresh_deplo...
14.34
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
# Signal Travel Database Deployment Use `signaltravel_mysql_fresh_deploy.sql` for a fresh MySQL/MariaDB database. ```bash mysql -u root -p < database/signaltravel_mysql_fresh_deploy.sql ``` Then set your production environment variable: ```env DATABASE_URL="mysql://USER:PASSWORD@HOST:3306/signaltravel" ``` After import, run: ```bash npx prisma generate npx prisma migrate deploy ``` The SQL file records migration `0001_init` in `_prisma_migrations`, so Prisma will not try to recreate the same tables. The application will seed the default admin/demo data on first load. Editable homepage blocks, booking enhancements, fleet cards and support settings are stored in the `SiteState` JSON table. Coupon codes are stored in the real `Coupon` table. Important: this is a fresh-deploy SQL file. It drops and recreates the app tables in the `signaltravel` database, so back up an existing live database before importing it.
Close