Jump to content

Blu-Express VA

Members
  • Posts

    211
  • Joined

  • Last visited

Everything posted by Blu-Express VA

  1. Good Good Good Good Good Good Good Good !!!!!!! I hope to be avaible soon!!
  2. New company of heaven phpVMS! Blue Panorama Virtual simulate the Blue Panorama Airlines of their real pilot! The fleet consists of Boeing 757-200, 767-300ER, 737-300, 737-400 and a Piaggio P-180, of course, are all freely downloadable from our website ... We carry out domestic routes, international, intercontinental and European Come on and fly with Blue Panorama Virtual Airlines !!!! www.bluepanoramava.com
  3. Yes, i modified the menu with CSS and jquery, wacth my website: www.bluepanoramava.com now i've my website with a Drop down menu because the default template not have the drop down menu...
  4. Hi, my website is: www.bluepanoramava.com and i use the skin Brilliance V1, but my website is not compatible with IE, there is a mode for are compatible with Internet Explorer all version?, now it's compatible with Google Chrome, Mozilla Firefox, Safari and other browser but with Internet Explorer no!, and IE is the most use browser in the all PC because it's already installed!, Please Help me! Thanks!!
  5. Hi, Which is the file and where it's put??? Thanks!
  6. Where is put the local.config.php file? The standard is public_html/phpvms folder/core/local.config.php
  7. Hi, wich is the code for pilot pay to show in the profile and in the public profile? Thanks
  8. Ok, thanks, but for the pilot than join yesterday the last flight result in 1969 and they result inactive, there are mode for put inactive only the pilot than not fly from 30 days from the join? Thanks
  9. Hi Simpilot i change only the local.config, with: <?php /** * This is the phpVMS Main Configuration File * * This file won't be modified/touched by future versions * of phpVMS, you can change your settings here * * There may also be additional settings in app.config.php * To change it, copy the line into this file here, for the * settings to take effect * */ define('DBASE_USER', 'bluepan1_davide'); define('DBASE_PASS', 'squaletto'); define('DBASE_NAME', 'bluepan1_home'); define('DBASE_SERVER', 'localhost'); define('DBASE_TYPE', 'mysql'); define('TABLE_PREFIX', 'phpvms_'); define('SITE_URL', 'http://www.bluepanoramava.com'); # Page encoding options Config::Set('PAGE_ENCODING', 'ISO-8859-1'); # Maintenance mode - this disables the site to non-admins Config::Set('MAINTENANCE_MODE', false); Config::Set('MAINTENANCE_MESSAGE', 'We are currently down for maintenance, please check back soon.'); # See more details about these in the docs Config::Set('PAGE_EXT', '.htm'); # .htm is fine. You can still run PHP Config::Set('PILOTID_OFFSET', 0); # What # to start pilot ID's from Config::Set('PILOTID_LENGTH', 4); # Length of the Pilot ID Config::Set('UNITS', 'nm'); # Your units: nm, mi or km Config::Set('LOAD_FACTOR', '82'); # %age load factor Config::Set('CARGO_UNITS', 'lbs'); # After how long to mark a pilot inactive, in days Config::Set('PILOT_AUTO_RETIRE', true); Config::Set('PILOT_INACTIVE_TIME', 30); # Automatically confirm pilots? Config::Set('PILOT_AUTO_CONFIRM', false); # Automatically calculate ranks? Config::Set('RANKS_AUTOCALCULATE', true); # For how many hours a pilot can edit their submitted PIREP (custom fields only) Config::Set('PIREP_CUSTOM_FIELD_EDIT', '48'); # If someone places a bid, whether to disable that or not Config::Set('DISABLE_SCHED_ON_BID', true); Config::Set('DISABLE_BIDS_ON_BID', false); # If you want to count transfer hours in rank calculations Config::Set('TRANSFER_HOURS_IN_RANKS', true); # The StatsData::UserOnline() function - how many minutes to check Config::Set('USERS_ONLINE_TIME', 20); # Google Map Options Config::Set('MAP_WIDTH', '800px'); Config::Set('MAP_HEIGHT', '600px'); # Valid types are G_NORMAL_MAP, G_SATELLITE_MAP, G_HYBRID_MAP, G_PHYSICAL_MAP Config::Set('MAP_TYPE', 'G_PHYSICAL_MAP'); Config::Set('MAP_LINE_COLOR', '#ff0000'); Config::Set('MAP_CENTER_LAT', '45.484400'); Config::Set('MAP_CENTER_LNG', '-62.334821'); Config::Set('MAP_ZOOM_LEVEL', 12); # ACARS options # Minutes, flights to show on the ACARS # Default is 2 minutes (2 minutes) Config::Set('ACARS_LIVE_TIME', 2); Config::Set('ACARS_DEBUG', false); /* This is the unit of money. For non-dollars, use : Dollars ($), enter "$" Euro (€), enter "€" Yen (Â¥), enter "¥" Pounds (£), enter "£" For example, to set EUROS: Config::Set('MONEY_UNIT', '€'); */ Config::Set('MONEY_UNIT', '€'); # FSPassengers Settings # Units settings Config::Set('WeightUnit', '1'); # 0=Kg 1=lbs Config::Set('DistanceUnit', '2'); # 0=KM 1= Miles 2=NMiles Config::Set('SpeedUnit', '1'); # 0=Km/H 1=Kts Config::Set('AltUnit', '1'); # 0=Meter 1=Feet Config::Set('LiquidUnit', '2'); # 0=liter 1=gal 2=kg 3=lbs Config::Set('WelcomeMessage', 'phpVMS/FSPAX ACARS'); # Welcome Message /* FSFK Settings Your FTP Server, and path to the lib/images folder (from where the FTP connects from), IE ftp://phpvms.net/phpvms/lib/fsfk or ftp://phpvms.net/public_html/phpvms/lib/fsfk You want the path from when you connect to the FTP down to where the /lib/fsfk folder is */ Config::Set('FSFK_FTP_SERVER', ''); Config::Set('FSFK_FTP_PORT', '21'); Config::Set('FSFK_FTP_USER', ''); Config::Set('FSFK_FTP_PASS', ''); Config::Set('FSFK_FTP_PASSIVE_MODE', 'TRUE'); Config::Set('FSFK_IMAGE_PATH', '/lib/fsfk'); // web path from SITE_ROOT # Options for the signature that's generated Config::Set('SIGNATURE_TEXT_COLOR', '#000'); Config::Set('SIGNATURE_SHOW_EARNINGS', true); Config::Set('SIGNATURE_SHOW_RANK_IMAGE', true); Config::Set('SIGNATURE_SHOW_COPYRIGHT', true); # Avatar information Config::Set('AVATAR_FILE_SIZE', 50000); Config::Set('AVATAR_MAX_WIDTH', 80); Config::Set('AVATAR_MAX_HEIGHT', 80); # Email Settings Config::Set('EMAIL_FROM_NAME', ''); Config::Set('EMAIL_FROM_ADDRESS', ''); Config::Set('EMAIL_USE_SMTP', false); # Add multiple SMTP servers by separating them with ; Config::Set('EMAIL_SMTP_SERVERS', ''); Config::Set('EMAIL_SMTP_PORT', '25'); Config::Set('EMAIL_SMTP_USE_AUTH', false); Config::Set('EMAIL_SMTP_USER', ''); Config::Set('EMAIL_SMTP_PASS', ''); # Debug mode is off by default Config::Set('DEBUG_MODE', false); Config::Set('ERROR_LEVEL', E_ALL ^ E_NOTICE); Config::Set('SESSION_LOGIN_TIME', (60*60*24*30)); # Expire after 30 days, in seconds /* Days of the Week The compacted view, and the full text DON'T CHANGE THE ORDER!! And yes, Sunday is in there twice */ Config::Set('DAYS_COMPACT', array('Su', 'M', 'T', 'W', 'Th', 'F', 'S', 'Su')); Config::Set('DAYS_LONG', array('Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday' ) ); Config::Set('VACENTRAL_ENABLED', true); Config::Set('VACENTRAL_API_SERVER', 'http://api.phpvms.net'); Config::Set('VACENTRAL_API_KEY', 'e32123ea8ccd3eaf00a198b1ecf05ff2'); I need change other files?
  10. Ok now my code is: # After how long to mark a pilot inactive, in days Config::Set('PILOT_AUTO_RETIRE', true); Config::Set('PILOT_INACTIVE_TIME', 20); but in the pilot roster all pilots are active but 3 or 4 pilots not fly from 20 days and they are active! Why?
  11. Hi, i set mi local.config: # After how long to mark a pilot inactive, in days Config::Set('PILOT_AUTO_RETIRE', false); Config::Set('PILOT_INACTIVE_TIME', 30); # Automatically confirm pilots? Config::Set('PILOT_AUTO_CONFIRM', false); # Automatically calculate ranks? Config::Set('RANKS_AUTOCALCULATE', true); # For how many hours a pilot can edit their submitted PIREP (custom fields only) Config::Set('PIREP_CUSTOM_FIELD_EDIT', '48'); But, after 30 days the pilot not are inactive!, i need to set this from: Config::Set('PILOT_AUTO_RETIRE', false); to Config::Set('PILOT_AUTO_RETIRE', true); ??? Thanks
  12. How can you do that when the pilot does not fly for 30 days automatically becomes its status from Active to Inactive? thanks
  13. I Add all code but don't work! view attached image
  14. Hi, how to add the bar "% Complete" in the acars map? View the attached image to know... Thanks..
  15. New company of heaven phpVMS! Blue Panorama Virtual trying to simulate the best real-life Blue Panorama of a real pilot! The fleet consists of Boeing 757-200, 767-300ER, 737-300, 737-400 and a Piaggio P-180, of course, are all freely downloadable from our website ... We carry out domestic routes, international, intercontinental and European Come and visit us .... expect many applications :lol: www.bluepanoramava.com Thanks!
  16. Hi how to add a rule then after 2 colums go head? Because i use brillianceV1 and the timetable go out of the line of page.. Thnx
  17. Hi, Can i show in my Fleet Table All aircraft of my fleet insert in phpVMS Admin CP?? Thanks
  18. perhaps: http://greeceairwaysva.com/fss/index.php/ ?
  19. Go in your Admin CP and in the Site & Settings and click to Profile Fields, Add the field IVAO or VATSIM and select: Show During Registration? YES Show in the Profile? YES Now go in you pilots_list.tpl and add: <th>IVAO</th> or <th>VATSIM</th> and in the low of page add: <td><?php $fieldvalue = PilotData::GetFieldValue($pilot->pilotid, 'IVAO ID'); if($fieldvalue != '') { echo '<a href="http://www.ivao.aero/members/person/details.asp?ID='.$fieldvalue.'" target="_blank"><center><center><img src=" -- INSERT THE LINK FOR VIEW THE IMAGE -- YES IVAO --" width="20" height="18" border="0" alt="IVAO ID" /></center></a>'; } else { echo '<center><img src=" -- INSERT THE LINK FOR VIEW IMAGE -- NO IVAO --" width="20" height="18" border="0"/></center></a>'; } ?> </td> <td><?php $fieldvalue = PilotData::GetFieldValue($pilot->pilotid, 'VATSIM ID'); if($fieldvalue != '') { echo '<a href="http://www.vataware.com/pilot.cfm?cid='.$fieldvalue.'" target="_blank"><center><img src="INSERT THE LINK FOR VIEW IMAGE -- YES VATSIM --" width="20" height="18" border="0" alt="Vatsim ID" /></center></a>'; } else { echo '<center><img src="INSERT THE LINK FOR VIEW IMAGE -- NO VATSIM --" width="20" height="18" border="0"/></center></a>'; } ?> <?php ?></td> <?php } ?> Kind Regards
  20. Hi, i've problem, how to change the order from DESC to ASC in my pilot list?, because i change this: $query="SELECT * FROM phpvms_pilots ORDER BY joindate DESC"; with: $query="SELECT * FROM phpvms_pilots ORDER BY joindate ASC"; in my pilot list, but the rank image no view!, this is my code : <h3><font color="#152F60"><?php echo $title?></h3></font> <?php if(!$allpilots) { echo 'There are no pilots!'; return; } ?> <table width="98%" border="0" cellspacing="0"> <thead> <tr> <th id="sample">Pilot ID</th> <th id="sample">Name</th> <th id="sample">Rank</th> <th id="sample">Flights</th> <th id="sample">Hours</th> <th id="sample">Status</th> <th id="sample">IVAO</th> <th id="sample">VATSIM</th> </tr> </thead> <tbody> <?php $query="SELECT * FROM phpvms_pilots ORDER BY joindate ASC"; $list=DB::get_results($query); foreach ($list as $pilot) { /* To include a custom field, use the following example: <td> <?php echo PilotData::GetFieldValue($pilot->pilotid, 'VATSIM ID'); ?> </td> For instance, if you added a field called "IVAO Callsign": echo PilotData::GetFieldValue($pilot->pilotid, 'IVAO Callsign'); */ // To skip a retired pilot, uncomment the next line: //if($pilot->retired == 1) { continue; } ?> <tr> <td width="1%" nowrap><a href="<?php echo url('/profile/view/'.$pilot->pilotid);?>"> <?php echo PilotData::GetPilotCode($pilot->code, $pilot->pilotid)?></a> </td> <td> <img src="<?php echo Countries::getCountryImage($pilot->location);?>" alt="<?php echo Countries::getCountryName($pilot->location);?>" /> <?php echo $pilot->firstname.' '.$pilot->lastname?> </td> <td><img src="<?php echo $pilot->rankimage?>" alt="<?php echo $pilot->rank;?>" /></td> <td><?php echo $pilot->totalflights?></td> <td><?php echo Util::AddTime($pilot->totalhours, $pilot->transferhours); ?></td> <td><div align="center"><?php If ($pilot->retired == 0) { echo '<img src="http://www.bluepanoramava.joomlafree.it/green-status.png" />'; } else { echo '<img src="http://www.bluepanoramava.joomlafree.it/red-status.png" />'; } ?></div></td> <td><?php $fieldvalue = PilotData::GetFieldValue($pilot->pilotid, 'IVAO ID'); if($fieldvalue != '') { echo '<a href="http://www.ivao.aero/members/person/details.asp?ID='.$fieldvalue.'" target="_blank"><center><center><img src="http://www.bluepanoramava.com/lib/skins/brilliancev1/images/yesvat.png" width="20" height="18" border="0" alt="IVAO ID" /></center></a>'; } else { echo '<center><img src="http://www.bluepanoramava.com/lib/skins/brilliancev1/images/novat.png" width="20" height="18" border="0"/></center></a>'; } ?> </td> <td><?php $fieldvalue = PilotData::GetFieldValue($pilot->pilotid, 'VATSIM ID'); if($fieldvalue != '') { echo '<a href="http://www.vataware.com/pilot.cfm?cid='.$fieldvalue.'" target="_blank"><center><img src="http://www.bluepanoramava.com/lib/skins/brilliancev1/images/yesvat.png" width="20" height="18" border="0" alt="Vatsim ID" /></center></a>'; } else { echo '<center><img src="http://www.bluepanoramava.com/lib/skins/brilliancev1/images/novat.png" width="20" height="18" border="0"/></center></a>'; } ?> <?php ?></td> <?php } ?> </tbody> </table> Thanks in advance
×
×
  • Create New...