This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 1. SkyFly4U ile nasıl uçuş ayırtılır? | |
Rezervasyon süreci oldukça basittir ve birkaç adımda tamamlanır: | |
- Web sitesinin ana sayfasında veya mobil uygulamada, kalkış şehrinizi, varış yerinizi, seyahat tarihlerini ve yolcu sayısını (çocukları ve bebekleri de dahil) girin. | |
- Uçuşları fiyatına, havayolu şirketine, kalkış saatine ve durak sayısına göre sıralamak için filtreleri kullanın. "Esnek Tarihler" seçeneği ile yakın tarihler için fiyatları da inceleyebilirsiniz. | |
- Uygun olan uçuşu seçin. Uçuş detaylarını kontrol edin: bagaj hakkı, iade politikası, sınıf. | |
- Yolcu bilgilerini belgelerinizdeki (pasaport, ehliyet gibi resmi kimlik) aynısı olarak girin. Bebekler için doğum tarihi zorunludur. | |
- Banka kartı, e-cüzdan veya taksit seçeneğiyle ödeme yapın. Ödeme sonrasında elektronik bilet (e-bilet) ve seyahat özeti e-posta yoluyla gönderilir. | |
- Rezervasyonunuzu kişisel hesabınız üzerinden yönetin: ek hizmetler ekleyin, değişiklik yapın ya da iade başvurusunda bulunun. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Origin | Destination | Cost (eurocents/kg) | Delivery Time (days) | Delivery Type | Distance (km) | Minimum Weight (g) | Insurance (eurocents/kg) | |
---|---|---|---|---|---|---|---|---|
Berlin | Paris | 45 | 2 | Standard | 878 | 500 | 10 | |
Berlin | Paris | 90 | 1 | Express | 878 | 500 | 20 | |
Berlin | Rome | 60 | 3 | Standard | 1182 | 500 | 12 | |
Berlin | Rome | 110 | 2 | Express | 1182 | 500 | 25 | |
Berlin | Madrid | 75 | 4 | Standard | 2075 | 500 | 15 | |
Berlin | Madrid | 130 | 2 | Express | 2075 | 500 | 30 | |
Berlin | Warsaw | 35 | 1 | Standard | 520 | 500 | 8 | |
Berlin | Warsaw | 70 | 1 | Express | 520 | 500 | 15 | |
Berlin | Budapest | 50 | 2 | Standard | 930 | 500 | 10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Origin | Destination | Cost (eurocents/kg) | Delivery Time (days) | Delivery Type | Distance (km) | Minimum Weight (g) | Insurance (eurocents/kg) | |
---|---|---|---|---|---|---|---|---|
Berlin | Munich | 35 | 2 | Standard | 585 | 500 | 8 | |
Berlin | Munich | 70 | 1 | Express | 585 | 500 | 15 | |
Berlin | Hamburg | 25 | 1 | Standard | 280 | 500 | 8 | |
Berlin | Hamburg | 50 | 1 | Express | 280 | 500 | 12 | |
Berlin | Stuttgart | 40 | 2 | Standard | 590 | 500 | 10 | |
Berlin | Stuttgart | 80 | 1 | Express | 590 | 500 | 20 | |
Berlin | Düsseldorf | 30 | 1 | Standard | 560 | 500 | 8 | |
Berlin | Düsseldorf | 60 | 1 | Express | 560 | 500 | 15 | |
Berlin | Dresden | 25 | 1 | Standard | 200 | 500 | 8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 1. How to book a flight with SkyFly4U? | |
The booking process is simple and takes just a few steps: | |
- On the homepage of the website or in the mobile app, enter your departure city, destination, travel dates, and the number of passengers (including children and infants). | |
- Use filters to sort flights by: price, airline, departure time, number of stops. Try the "Flexible Dates" option to see prices for nearby travel dates. | |
- Select a suitable flight. Review details on the flight page: baggage allowance, refund policy, class of service. | |
- Enter passenger information exactly as it appears in their documents (passport, photo ID such as a driver's licence). For infants, include date of birth. | |
- Pay using a bank card, e-wallet, or installment plan. After payment, you'll receive an electronic ticket (e-ticket) and itinerary receipt via email. | |
- Manage your booking in your personal account: add services, make changes, or request refunds. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name and Surname | Email address (login) | Password | Role | |
---|---|---|---|---|
Adam Gray|Adam Gray | adamgray@yahoo.com | sadg90-83289u-239ghs | 1st Support Line | |
Kate Antonescu|Katerina Antonescu | k.antonescu@gmail.com | 394VHd-348201-TEei23 | 1st Support Line | |
Ian Taylor|Ian Taylor | ian.taylor@outlook.com | 429842-UFGwer-5093nb | 2nd Support Line | |
Ayca Bircicek|Ayça Birçiçek | a.bircicek@gmail.com | 45890f-UGHFi2-3509hg | 2nd Support Line |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
JWT can be downloaded here: https://github.com/firebase/php-jwt | |
You can also use JWT PEAR package http://pear.php.net/pepr/pepr-proposal-show.php?id=688 | |
*/ | |
include "Authentication/JWT.php"; | |
define('CURRENT_TIME', strtotime(gmdate("M d Y H:i:s").'+0000')); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<title>Sample page with widget</title> | |
</head> | |
<body> |