Jump to content

poole3003

Members
  • Posts

    210
  • Joined

  • Last visited

Everything posted by poole3003

  1. no i am runnning reaql ops so i would only be needing real etihad flight plans
  2. i would to have a copy of Etihad flights please if thats ok or would you be able to tell us your way of doing it
  3. We at Etihad Virtual are opening the site in the next couple of weeks after serious routing and also fleet adding as well to orur ranks we will be adding a real Aircraft purchasing mod as well i have been working on.. look for members serious as well we have added some ficitional things as well as real world ops from Etihad as well we are using smartcars 2.0 as well as a solid server and teamspeak server as well if you wat more info about joinin or having a look please get in touch Michael Poole
  4. hi i am on Teamspeak right now my friend long time no speak lol hows things goign where u at with the site
  5. hello mate are you very good at painting aircraft for PMDG and we could help each other out as i tihnk i know what u need you need them converting to the right format inbox me
  6. just checked there is no links with either of the 2
  7. Thanks my friend love all your modules there really great
  8. has anyone got a admin center skin there willing to let me change and edit doesnt have to be the best but the orginal isnt the best to start modifying
  9. poole3003

    Timetable

    still how do you change the name table played around a little and still not changed
  10. Sava did you share any were the code for the next month buttons my friend
  11. Etihad wouldnt give more than copy of there copyrights so taking the sytle they use on there real world site is copyright tutut were mine isnt going to be so im cool either way and i have copyright so im sweet
  12. lol so yeah Etihad dont no as when i spoke with my friend and also spoke with the Owner Saad and Ali hamza told them they changed a few things apart from the website lol look at etihad real website and the theres id love to do it but all i need is my domain
  13. hahahha you mean vetihad.com haha they stole the Etihad real website design hahah good
  14. Right ok il start from the top .....I have been over to Abu Dhabi for the Shakes and with a display team in 2009 with my Army Regiment ok spent 3 weeks there i then while i was there went to speak with my friend i know over there and i was in the Etihad Office's most of the afternoon ok it took me ages to get the copyrights from them but they stated it wouldn't be given out to anyone else... I know one other Etihad Virtual vetihad.com now they said to me they had copyright until i emailed my friend in Abu Dhabi asking this he said no and they don't hold anything for Etihad regional either which i do so i know were i stand if you have a problem then don't comment
  15. well the reason i have copyrights to Etihad as i know someone in the eithad Legal team over in Abu Dhabi to fight with me as well so would no if i held something or not ok guys once i have my domain then il start it but im building something at the moment at home so its at a stop but it will carry on i know that i will not end up in court for no reason
  16. roger that thanks mate still mioght be taking you uo on a pilot centre as well mate
  17. how good is this module and you have any pictures of the module in use as i would liek to pay for a Ratings systeam in stead of ranks
  18. what would or the code be at the END of this to stop the table from doing it muliple times <div id="content"> <?php $roster = PilotData::getAllPilots(); ?> <?php if(!$roster) { echo 'There are no pilots!'; return; } ?> <table> <table id="tabledlist" class="other"> <thead> <tr> <th width="160px">Pilot ID</th> <th width="220px">Name</th> <th width="120px">Rank</th> <th width="50px">Flights</th> <th width="100px">Hours</th> <th width="100px">HUB</th> <th width="128px">Vatsim ID</th> <th width="50px">Status</th> </tr> </thead> <tbody> <?php foreach($roster as $pilot) { if($pilot->retired == 1) { continue; } ?> <tr> <TD ALIGN="center"> <img src="<?php echo Countries::getCountryImage($pilot->location);?>" alt="<?php echo Countries::getCountryName($pilot->location);?>" align="absmiddle" /> <a href="<?php echo SITE_URL?>/index.php/profile/view/<?php echo $pilot->pilotid?>"> <?php echo PilotData::GetPilotCode($pilot->code, $pilot->pilotid)?></a> </td> <TD ALIGN="left"> <?php echo $pilot->firstname.' '.$pilot->lastname?> </td> <TD ALIGN="center"><img src="<?php echo $pilot->rankimage?>" alt="<?php echo $pilot->rank;?>" /></td> <TD ALIGN="center"><?php echo $pilot->totalflights?></td> <TD ALIGN="center"><?php echo Util::AddTime($pilot->totalhours, $pilot->transferhours); ?></td> <TD ALIGN="center"><?php echo $pilot->hub?></td> <td><div align="center"> <?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 { } ?> </div></td> <TD ALIGN="center"><?php if($pilot->retired == 0) { ?> <img src="http://i105.photobucket.com/albums/m228/Mickpooel89/1414215184_nuclear_zpsdace2c8c.png" alt="Active" /> <?php } else { ?> <img src="http://i105.photobucket.com/albums/m228/Mickpooel89/1414215277_delete_zps2e02e6b4.png" alt="Inactive" /> <?php } ?></td> </td> </tr> <?php } ?> </tbody> </table> </div>
  19. How would i get this into x1 list as it is repeating its self once it get to the bottom of the pilot list link below http://185.46.120.131/~britisha//index.php/pilots
×
×
  • Create New...