# Tickets Dummy - LLM Integration & Developer Reference Tickets Dummy is a high-performance web platform that provides embassy-accepted, verifiable dummy flight tickets, dummy hotel bookings, and travel insurance reservations for visa applications and proof of onward travel. --- ## Core Metadata - **Main Domain**: [https://www.ticketsdummy.com/](https://www.ticketsdummy.com/) - **Repository Type**: Vanilla PHP & HTML5 (Single-page app checkout with modular PHP sub-pages) - **Primary Support Line (WhatsApp)**: `+91 82184 00494` (24/7 Global Support) - **Support Email**: `ticketsdummyhelp@gmail.com` - **Operator**: Sufi Travels - **Trust Scores**: Trustpilot 4.9/5, Google Reviews 4.9/5. - **Target Audience**: Global travelers, visa applicants, digital nomads, and travel agents (B2B). --- ## Project Structure & Architecture A layout mapping of the codebase's folders and files to assist development: ```text ├── index.html # Main landing page & multi-step booking form ├── llms.txt # This developer documentation file ├── robots.txt # Search engine crawler directives ├── sitemap.xml # Structured search engine page listing ├── .htaccess # URL rewriting and caching rules ├── css/ │ ├── main.css # Primary unified style compilation │ ├── layout/ │ │ └── global.css # Global stylesheet rules │ └── components/ │ └── chatbot.css # Custom styling for the "Shruti" AI assistant ├── js/ │ ├── main.js # Form logic, validation, pricing calculations, PayPal integration │ └── chatbot.js # Handles chatbot interactions and context injection └── php/ ├── header.php # Reusable site navigation header ├── footer.php # Reusable site footer with quick links ├── about.php # "About Us" public page ├── b2b.php # B2B partnership & travel agent program page ├── samples.php # Interactive gallery of sample visa documents (PDF previews) ├── terms.php # Terms & Conditions agreement ├── privacy-policy.php # Data privacy policy ├── refund-policy.php # Cancellation and refund rules ├── passenger.php # Passenger details step container (dynamic form rendering) ├── payment.php # Stripe/PayPal integration gateways ├── send_booking.php # Email transactional dispatcher (PHPMailer implementation) ├── thankyou.php # Post-transaction receipt page └── get_airports.php # REST API endpoint for real-time auto-complete airport search ``` --- ## Services, Pricing & Currencies Supported currencies: **INR (₹)** and **USD ($)**. | Service | Price (INR) | Price (USD) | Verification & Validity Details | | :--- | :--- | :--- | :--- | | **Dummy Flight Ticket** | ₹350 | $5 | Live verifiable PNR reservation, valid for 2–3 weeks depending on route. | | **Dummy Hotel Booking** | ₹250 (pp) | $3 (pp) | Up to 30 days stay, valid until 3–4 days before check-in date. | | **Flight + Hotel Combo** | ₹600 (pp) | $8 (pp) | Bundled discounted package including both flights and hotels. | | **Travel Itinerary** | ₹1500 (pp) | $19 (pp) | Fully detailed day-by-day customized travel plan for complex visas. | | **Past-Dated Ticket** | ₹600 (pp) | $8 (pp) | Reference-only document, not verifiable online. | | **Confirmed Flight Ticket**| ₹1500 (pp) | $19 (pp) | Actual ticket booked at wholesale rates. | | **Confirmed Hotel Booking** | ₹700 (pp) | $9 (pp) | Real hotel confirmation showing payment in full. | | **Reachable Ticket** | ₹1200 (pp) | $17 (pp) | Special reservation guaranteed to stay valid until arrival at destination. | | **Reachable Hotel Booking**| ₹1200 (pp) | $17 (pp) | Hotel voucher guaranteed valid until arrival at immigration check. | | **Travel Insurance** | ₹400 (pp) | $5 (pp) | Schengen-compliant basic medical insurance coverage. | | **Visa Support & Advice** | ₹700 | $9 | Expert review of documentation and submission guidelines. | | **Ok to Board (OTB)** | ₹250 (pp) | $3 (pp) | OTB clearance check for Gulf countries (UAE, Qatar, Oman, etc.). | *(pp = per passenger)* --- ## Core Workflows ### 1. Booking & Transaction Process 1. **Selection**: User configures service options (e.g., flight, hotel, or combo) and route structures (e.g., one-way, roundtrip, or multi-city) inside `index.html`. 2. **Passenger Input**: Form collects titles, first names, last names, age indicators, and travel preferences. 3. **Price Calculation**: Done dynamically in `js/main.js` supporting real-time currency conversion (INR/USD). 4. **Data Dispatch**: Form data is POSTed to `php/passenger.php` to capture traveler records, transitioning to `php/payment.php`. 5. **Gateway Routing**: Payment is finalized via automated gateways. 6. **Processing**: Details are sent to `php/send_booking.php`, executing the server-side PHPMailer engine. 7. **Delivery**: The PDF tickets are generated and delivered via email to the customer within 10–30 minutes. ### 2. Live Verification - **Method**: Go to the carrier's official site (e.g., Emirates, Qatar Airways, Lufthansa) under **Manage Booking** or **My Trips**. - **Credentials**: Enter the **6-digit alphanumeric PNR** and the passenger's **Last Name** (as specified during the booking process). --- ## Technical Specifications for LLMs ### Form Endpoints & Variables - **API (Airport Search)**: `php/get_airports.php?q={query}` - Returns JSON array of matched airports matching `{query}`. - **Mailer Configuration**: `php/send_booking.php` - Leverages PHPMailer to connect securely over SMTP to transmit HTML receipts. - **Dynamic Pricing Engine**: Located in `js/main.js`. Maintains accurate pricing metrics, ensuring that passenger additions, visa services, and Ok to Board configurations multiply accurately. ### SEO Design Rules - The homepage `index.html` implements standard schema graphs: `Organization`, `WebSite`, `LocalBusiness`, `Product`, and `FAQPage`. - Crawling targets: Public links allowed. Internal transaction steps (`/php/passenger.php`, `/php/payment.php`, `/php/send_booking.php`) disallowed via `robots.txt`.