
simonecatalano
Members-
Posts
113 -
Joined
-
Last visited
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by simonecatalano
-
I have this error: Notice: The template file "/membri/midlandvirtual//lib/skins/ocean_blue/footer.php" doesn't exist in /membri/midlandvirtual/core/classes/TemplateSet.class.php on line 231
-
Question about phpvms server requiriments.
simonecatalano replied to simonecatalano's topic in Support Forum
Ah ok. Thanks -
Hello guys, I would like to purchase a domain.. But, I have a question... Phpvms work with LINUX's Server or Windows's Sever ??? Best Regards Simone Catalano
-
Sorry, Can I see the LOG of flight ??
-
Hello, I have an question, so how insert in this photo example <name of pilot> < ID PILOT > < HOUR> Image http://prntscr.com/2tpj2m THANKS :*
-
How insert in the core_navigatio an link only for USER LOGGED ??
-
Hello, How put it in white / clear. THIS http://prntscr.com/2tpgdj Best Regards and Thanks
-
It's good but don't work the " progress" (http://prntscr.com/2qgaok) <----------------- IMAGE
-
TeamSpeak Connect Box with firstname lastname pilotid as value
simonecatalano replied to Heliguy's topic in Code Snippets
It's Possible when enter in the ts automatically issued an Server Groups ? THanks -
ItAli Airline Virtual
simonecatalano replied to simonecatalano's topic in Virtual Airlines Discussion
Thanks :rolleyes: -
I Have [RESOLVED] COPY AND PASTE THIS CODE IN YOUR ACARSMAP.TPL <table> <?php $results = ACARSData::GetACARSData(); if (count($results) > 0) { foreach($results as $flight) { if($flight->client == 'FSACARS') {$plane = OperationsData::getAircraftInfo($flight->aircraft);} else {$plane = OperationsData::getAircraftByReg($flight->aircraft);} ?> <tr> <td align="center"> <?php if($flight->phasedetail == "Boarding") { echo "<img style='padding-left:3px;' src='http://www.vpia.org/VirtualPIA/lib/skins/brilliancev1/images/Boarding1.gif'>"; } elseif($flight->phasedetail == "Taxiing to Runway") { echo "<img style='padding-left:3px;' src='http://www.vpia.org/VirtualPIA/lib/skins/brilliancev1/images/ONAPPROCH.gif'>"; } elseif($flight->phasedetail == "Taking Off") { echo "<img style='padding-left:3px;' src='http://www.vpia.org/VirtualPIA/lib/skins/brilliancev1/images/Boarding1.gif'>"; } elseif($flight->phasedetail == "Climbing") { echo "<img style='padding-left:3px;' src='http://www.vpia.org/VirtualPIA/lib/skins/brilliancev1/images/Boarding1.gif'>"; } elseif($flight->phasedetail == "Cruise") { echo "<img style='padding-left:3px;' src='http://www.vpia.org/VirtualPIA/lib/skins/brilliancev1/images/ONAPPROCH.gif'>"; } elseif($flight->phasedetail == "Arrived") { echo "<img style='padding-left:3px;' src='http://www.vpia.org/VirtualPIA/lib/skins/brilliancev1/images/ARRIVED.gif'>"; } elseif($flight->phasedetail == "Descending") { echo "<img style='padding-left:3px;' src='http://www.vpia.org/VirtualPIA/lib/skins/brilliancev1/images/Boarding1.gif'>"; } elseif($flight->phasedetail == "Level Flight") { echo "<img style='padding-left:3px;' src='http://www.vpia.org/VirtualPIA/lib/skins/brilliancev1/images/Boarding1.gif'>"; } elseif($flight->phasedetail == "On Approach") { echo "<img style='padding-left:3px;' src='http://www.vpia.org/VirtualPIA/lib/skins/brilliancev1/images/ONAPPROCH.gif'>"; } elseif($flight->phasedetail == "Taxiing to Gate") { echo "<img style='padding-left:3px;' src='http://www.vpia.org/VirtualPIA/lib/skins/brilliancev1/images/images/Boarding1.gif'>"; } else { echo "<img style='padding-left:3px;' src='http://www.vpia.org/VirtualPIA/lib/skins/brilliancev1/images/ARRIVED.gif'>"; } ?> </td> <td align="center"><?php echo $flight->flightnum;?></td> <td align="center"><?php echo $flight->depname;?></td> <td align="center"><?php echo $flight->arrname;?></td> <td align="center"><?php echo $flight->pilotname;?></td> <td align="center"><?php echo $plane->fullname;?></td> <td align="center"><?php echo $flight->phasedetail; ?></td> </tr> <?php } } else { ?> <tr><td width="20%" align="center" colspan="6" style="padding: 5px; font-size: 13px; font-weight: bold; color: #ff961e;">No Flights in Progress!</td></tr> <?php } ?> </table>
-
I have insert # Default is 720 minutes (12 hours) Config::Set('ACARS_LIVE_TIME', 5); And for me it's good
-
TeamSpeak Connect Box with firstname lastname pilotid as value
simonecatalano replied to Heliguy's topic in Code Snippets
Thanks -
I have insert this <td align="center" bgcolor="#FFFFFF"><img src="<?php echo SITE_URL?>/lib/images/<%=flight.phasedetail%>.gif" alt="<%=flight.phasedetail%>"/> </td> but when I go to the live map i view this http://prntscr.com/2o76rl
-
TeamSpeak Connect Box with firstname lastname pilotid as value
simonecatalano replied to Heliguy's topic in Code Snippets
Ok, It's good , but How insert password ??? -
I have insert this <td align="center" bgcolor="#FFFFFF"><img src="<?php echo SITE_URL?>/lib/images/<%=flight.phasedetail%>.gif" alt="<%=flight.phasedetail%>"/> </td> but when I go to the live map i view this http://prntscr.com/2o76rl
-
ItAli Airlines Virtual is a reborn virtual airline! Our hub is LIBP Aeroporto d'Abruzzo in Pescara (Italy) Join us to fly around Italy and nearest contry. We fly with 5 MD82, one B738w and a Sukhoi Superjet 100, but in accordance with next incoming sim€ we will exapand our fleet with some new Boeing aircrafts, new destinations and hubs. Staff Recruitment: ItAli Virtual is currently looking for new staff to join our team. You can apply by sending an e-mail to daniele.caporrella[at]gmail.com Open Staff positions: -FAR - Aircraft repainter -SAC - Administrative ad commercial managers -HMN - Hub manager: LIBP -PRD - Public Relations director. Visit: Here --------------------------------------------------------------------------------------------------------------------------------- Staff List 1) Daniele Caporella (Director) 2) Jacopo D'Intino (Assistant Director) 3) Simone Catalano (WebMaster) Staff Recruitment: OPEN
-
I have insert here (acarsmap.tpl) but don't work <script type="text/html" id="acars_map_row"> <tr class="<%=flight.class%>"> <td bgcolor="#FFFFFF"><a href="<?php echo url('/profile/view');?>/<%=flight.pilotid%>"><%=flight.pilotid%> - <%=flight.pilotname%></a></td> <td bgcolor="#FFFFFF"><font color="#000000"><%=flight.flightnum%></font></td> <td bgcolor="#FFFFFF"><font color="#000000"><%=flight.aircraftname%></font></td> <td bgcolor="#FFFFFF"><font color="#000000"><%=flight.depicao%></font></td> <td bgcolor="#FFFFFF"><font color="#000000"><%=flight.arricao%></font></td> <td bgcolor="#FFFFFF"><font color="#000000"><%=flight.alt%></font></td> <td bgcolor="#FFFFFF"><font color="#000000"><%=flight.gs%></font></td> <td bgcolor="#FFFFFF"><font color="#000000"><%=flight.distremaining%> <?php echo Config::Get('UNITS');?> / <%=flight.timeremaining%></font></td> <td bgcolor="#FFFFFF"><font color="#000000"><%=flight.phasedetail%></font></td> <td img src="<?php echo SITE_URL?>/lib/images/<%=flight.phasedetail%>.png" alt="<%=flight.phasedetail%>"</td> </tr> </script>
-
Hello guys it's possible in the status of page PILOT'S IN FLIGHT insert IMAGE on the status example: When pilot is in crusing show image for cruising (at my choice).... Very Thanks Best Regards :rolleyes:
-
It's possible insert the dropmenù ??
-
Idem problem ,,,... Why?? :DD Thanks
-
Hello guys it's possible in the schedule/view insert in example Pilot Briefing, VIew Details and Add to Bid with link for BID. So it's possible insert an image in the Add to Bid ?? How doing? Thanks
-
I have resolve; it's present a problem the folder: "CORE" please the staff members try to resolve this troubles...... bye
-
Hello guys I have a problem to install the phpvms, on my hosting..... when I load the inizial setup occur a problem: Fatal error: Class 'DB' not found in /customers/0/1/a/eurotaxiva.com/httpd.www/core/common/SettingsData.class.php on line 28 Look Image : http://prntscr.com/2gto7j
-
So It's possible change color link only for one part example only news or other ?