/*
* Patch for filter_var()
*/
if(!function_exists('filter_var')){
define('FILTER_VALIDATE_IP', 'ip');
define('FILTER_FLAG_IPV4', 'ipv4');
define('FILTER_FLAG_IPV6', 'ipv6');
define('FILTER_VALIDATE_EMAIL', 'email');
define('FILTER_FLAG_EMAIL_UNICODE', 'unicode');
function filter_var($variable, $filter, $option = false){
if($filter == 'ip'){
if($option == 'ipv4'){
if(preg_match("/(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/", $variable, $matches)){
$variable = $matches[1];
return $variable;
}
}
if($option == 'ipv6'){
if(preg_match("/\s*(([:.]{0,7}[0-9a-fA-F]{0,4}){1,8})\s*/", $variable, $matches)){
$variable = $matches[1];
return $variable;
}
}
}
if($filter == 'email'){
if($option == 'unicode' || $option == false){
if(preg_match("/\s*(\S*@\S*\.\S*)\s*/", $variable, $matches)){
$variable = $matches[1];
return $variable;
}
}
}
}
}
Print Page - Food and Drink Prices
Airline Mogul Forum
Airline Mogul => General Chat => Topic started by: tushardhoot1 on July 01, 2008, 01:47:36 am
-
Hey,
What's the best prices for each of the food/drink items?
-
Depends on who you ask.
I usually go with about €13 each, but I have never tried to actually figure it out. :)
-
Does it make a difference when they're $0?
Like will your customers like you better and fly more or something?
-
nope
-
I've found the perfect price after some research, it's making me an extra €10,000 per AM day. Not telling what it is, figure it out yourselves :D
-
Mine atm is making me a whopping €92,000 extra on each AM day (hour). But then again I have 106 routes :P
-
My Current Profit
Daily Misc Revenue €35,564
alright i guess i went with the $13 for all and my DOP went up 6,000 :D
-
I've found the perfect price after some research, it's making me an extra €10,000 per AM day. Not telling what it is, figure it out yourselves :D
Geez, your nice. It's not like his food/drink prices will destroy your routes or anything :P
-
lol you tell him :lol: :wink:
-
I messed around with nwadeltaboy's 13, and i tried going higher/lower and $18 seems to be the perfect fit for me.
-
did u put $18 for everything? including drinks?
-
Yea, but that might be off, as I didn't tinker with each one individually.
-
Breakfast:25
Lunch:30
Dinner:35
Tea/Coffee:5
Snack:7
Soft Drink:5
.....
*Sounds like Ryanair, aren't they? :twisted: *