Pilot Booking Interface
Moderator: Michal Rok
- Michal Rok
- Five Star Club
- Posts: 2447
- Joined: Wed Aug 31, 2005 4:23 pm
Re: Pilot Booking Interface
Ben,
i haven't seen your application. Where to and when did you send it?
Michal
i haven't seen your application. Where to and when did you send it?
Michal
Re: Pilot Booking Interface
Michal
I cant seem to find the URL where it was done now!
Have you got an application link so i can do it again?
Regards
Ben
I cant seem to find the URL where it was done now!
Have you got an application link so i can do it again?
Regards
Ben
- Michal Rok
- Five Star Club
- Posts: 2447
- Joined: Wed Aug 31, 2005 4:23 pm
Re: Pilot Booking Interface
Ben,
euro-book.net and vatbook are two completely separate things. They had common roots back in the past, they have 100% compatible interfaces but they are not the same thing. I regret that it had to happen, but it was long time ago and it's nothing either one of us (Arek Olesiak and myself) would be proud of, I suppose.
If you want your flight bookings to be on vroute and some websites that use our data, use vatbook. If you want the VA flight management features, pick euro-book.net. You can of course send your flight bookings to both places, but you will need separate access credentials.
In case you would like vatbook's EKEY/EID please let us know at support@vroute.net.
Michal
euro-book.net and vatbook are two completely separate things. They had common roots back in the past, they have 100% compatible interfaces but they are not the same thing. I regret that it had to happen, but it was long time ago and it's nothing either one of us (Arek Olesiak and myself) would be proud of, I suppose.
If you want your flight bookings to be on vroute and some websites that use our data, use vatbook. If you want the VA flight management features, pick euro-book.net. You can of course send your flight bookings to both places, but you will need separate access credentials.
In case you would like vatbook's EKEY/EID please let us know at support@vroute.net.
Michal
Re: Pilot Booking Interface
Ahh that will be why then
Thanks will email now!
Ben

Thanks will email now!
Ben
Re: Pilot Booking Interface
Hi Michal!
some problem.... I submit flight plan
And then I check it via VROUTE. Sending booking and after 20 min and I see booking in xml2
Where is error?
some problem.... I submit flight plan
I'm waited 2 hours, but not have my booking in xml2....http://vatbook.euroutepro.com/ext_rmt_a ... ctype=B735..........
ACTION=ADD FP
RESULT=SUCCESS
FP ID=275159
And then I check it via VROUTE. Sending booking and after 20 min and I see booking in xml2
Where is error?
- Michal Rok
- Five Star Club
- Posts: 2447
- Joined: Wed Aug 31, 2005 4:23 pm
Re: Pilot Booking Interface
Ihor,
i don't understand why you post the same message here and send it to me by email at the same time, especially that your quote above does not include the entire URL. I'll respond to your email.
Michal
i don't understand why you post the same message here and send it to me by email at the same time, especially that your quote above does not include the entire URL. I'll respond to your email.
Michal
-
- Posts: 3
- Joined: Sat Jun 13, 2009 12:16 pm
Re: Pilot Booking Interface
Hello, im just wondering how this actually works. Id like to send the information but not change to a different page but im not sure how you do that and ive no idea how the recieveing end whats the data organised, eg in <input tags.
Please could you just explain how to go about sending the data.
Cheers Chris
Please could you just explain how to go about sending the data.
Cheers Chris
- Michal Rok
- Five Star Club
- Posts: 2447
- Joined: Wed Aug 31, 2005 4:23 pm
Re: Pilot Booking Interface
Chris,
you need to make a background call from your code, for example by constucting a proper URL and (in PHP) fetching it by file_get_contents.
Michal
you need to make a background call from your code, for example by constucting a proper URL and (in PHP) fetching it by file_get_contents.
Michal
-
- Posts: 3
- Joined: Sat Jun 13, 2009 12:16 pm
Re: Pilot Booking Interface
Yeah im really sorry ive no idea what that is. I understand this isnt the place to really ask for this sort of help but since you know a lot about it i figured it would be ok to ask.
Feel free to contact me at chrisd_312[at]hotmail.co.uk
Feel free to contact me at chrisd_312[at]hotmail.co.uk
- Michal Rok
- Five Star Club
- Posts: 2447
- Joined: Wed Aug 31, 2005 4:23 pm
Re: Pilot Booking Interface
What programming language do you use? What do you want to achieve?
Michal
Michal
-
- Posts: 3
- Joined: Sat Jun 13, 2009 12:16 pm
Re: Pilot Booking Interface
Well im actually using PHP and believe it or not (I dont mean this big headedly) im actually relatively good and have a vast knowlege of the language however ive never done this before. Im obviously in the process of making a virtual airline and would like to be able to submit bookings to euro-book but im not sure how to actually send the information to euro-book. I can sort the data out but the only way i know of sending the information to a link is to actually visit that page wiith the information in a header.
- Michal Rok
- Five Star Club
- Posts: 2447
- Joined: Wed Aug 31, 2005 4:23 pm
Re: Pilot Booking Interface
In php you can do something like this:
$url = "http://vatbook.euroutepro.com/ext_rmt_a ... rs_go_here";
$response = file_get_contents($url);
This way the variable $response will contain textual information from VATBOOK confirming your booking or informing why it wasn't accepted.
Note that euro-book.net and vatbook are two completely separate things. They had common roots back in the past, they have 100% compatible interfaces but they are not the same thing. I regret that it had to happen, but it was long time ago and it's nothing either one of us (Arek Olesiak and myself) would be proud of, I suppose.
If you want your flight bookings to be on vroute and some websites that use our data, use vatbook. If you want the VA flight management features, pick euro-book.net. You can of course send your flight bookings to both places, but you will need separate access credentials.
In case you would like vatbook's EKEY/EID please let us know at support@vroute.net.
Michal
$url = "http://vatbook.euroutepro.com/ext_rmt_a ... rs_go_here";
$response = file_get_contents($url);
This way the variable $response will contain textual information from VATBOOK confirming your booking or informing why it wasn't accepted.
Note that euro-book.net and vatbook are two completely separate things. They had common roots back in the past, they have 100% compatible interfaces but they are not the same thing. I regret that it had to happen, but it was long time ago and it's nothing either one of us (Arek Olesiak and myself) would be proud of, I suppose.
If you want your flight bookings to be on vroute and some websites that use our data, use vatbook. If you want the VA flight management features, pick euro-book.net. You can of course send your flight bookings to both places, but you will need separate access credentials.
In case you would like vatbook's EKEY/EID please let us know at support@vroute.net.
Michal
Re: Pilot Booking Interface
Michal,
How I can update (modify) my booking of pilot and atc?
didn't find information about it...
How I can update (modify) my booking of pilot and atc?
didn't find information about it...
- Michal Rok
- Five Star Club
- Posts: 2447
- Joined: Wed Aug 31, 2005 4:23 pm
Re: Pilot Booking Interface
You can only remove the old entry and submit a new one.
Michal
Michal