were can we set the “Fuel Per 1 Hour” and “Fuel Per 100 NM”?
were can we set the jumpseat price?
I’ve made a flight and after that I was trying to transfer me back to the HUB via jumpseat. After purchasing the ticket, I’m still there, did not moved back to the HUB. Is there a workaround?
CREATE TABLE IF NOT EXISTS `flightbookingsystem_location` (
`id` INT( 11 ) NOT NULL AUTO_INCREMENT ,
`pilot_id` INT( 11 ) NOT NULL ,
`arricao` VARCHAR( 4 ) NOT NULL ,
`jumpseats` INT( 11 ) NOT NULL DEFAULT '0',
`last_update` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY ( `id` )
) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =1;
Problem still there. Now the price for the transfer is calculated and my “wallet” it is showing that I have less money than before, but I’m still at the old location.
2 - nope, I did not. There was no mention about it. Did it now. Issue solved. What is the calculation function?
3 - thanks, it was not mentioned anywhere this. I’ve figured out that I have 0 because I was looking for a flight with an ATR. I have to dig myself into the code to add the aircraft into the tpl.
I have to thank you. Without you and the other coders, we - the regular users - would be stuck with the default schedule/theme/etc.
LE
there are a few more things in the code what you could change:
in airport_search.tpl the info.png is loaded from your host, but it’s included in the package too, creates extra traffic, load and if you change something on your host, the is not going to appear anymore.
1 - schedule_results.tpl - is there a way to sort the results? It seems to be unsorted.
2 - airport_search.tpl - my fleet consists of 4xB737-300, 4xB737-700, 2xATR 72-500 etc. In the dropdown list I have 4xB737-300, 4x737-700, 2xATR 72-500, etc. It shouldn’t appear each aircraft type only once?
3 - schedule_results.tpl - typo - Deaprture instead of Departure
parkho, any chance to solve no 1 and 2? + one more question:
Is there a way to encrypt the url of the “Jumpseat Ticket”? the price is sent via url and if you change the value in the url… you can travel for nothing.