Jump to content

JustinRomaine

Members
  • Posts

    62
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

JustinRomaine's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. when i use the link to download it i keep getting an error saying its crupt or something plz help thnks
  2. What code can I use to make a drop down never made one any ideas thanks
  3. <?php $count = 5; $pireps = PIREPData::getRecentReportsByCount($count); ?> <table width="427" border="0" cellspacing="2" cellpadding="2"> <tdead> <tr class="recent"> <td width="68"><strong>Flight No</strong></td> <td width="70"><strong>Departure</strong></td> <td width="84"><strong>Arrival</strong></td> <td width="74"><strong>Duration</strong></td> <td width="38"><strong>Pilot</strong></td> <td width="55"><strong>Status</strong></td> </tr> </tdead> <tbody> <?php if(count($pireps) > 0) { foreach ($pireps as $pirep) { { $pilotinfo = PilotData::getPilotData($pirep->pilotid); $pilotid = PilotData::getPilotCode($pilotinfo->code, $pilotinfo->pilotid); } ?> <tr> <td><a href="<?php echo url('/pireps/viewreport/'.$pirep->pirepid);?>"> <?php echo $pirep->code.$pirep->flightnum; ?></a> </td> <td><?php echo $pirep->depicao; ?></td> <td><?php echo $pirep->arricao; ?></td> <td><?php echo $pirep->flighttime; ?></td> <td><?php echo $pirep->pilotid; ?></td> <td><?php if($pirep->accepted == PIREP_ACCEPTED) echo '<span style="color:#347C17"><strong>Accepted</strong></span>'; elseif($pirep->accepted == PIREP_REJECTED) echo '<span style="color:#FF0000"><strong>Rejected</strong></span>'; elseif($pirep->accepted == PIREP_PENDING) echo '<span style="color:#E56717"><strong>Approval Pending</strong></span>'; elseif($pirep->accepted == PIREP_INPROGRESS) echo '<span style="color:#whatever">Flight in Progress</span>'; ?> </td> </tr> <?php }} else { echo '<tr><td>There are no recent flights!</td></tr>'; } ?> </tbody> </table> Im useing this coded but I cant seem to get a map to link to it and the map show the routes what am I doing wrong thanks.
  4. I'm trying to find some one todo a full pup Acars system but can't find anyone to do one you know of anyone? Shoot them my way
  5. love the skin doing some work with it now but how much would u charge to take off the donate box out thanks
  6. what do i need to do to get an img as the background im useing dreamweaver and ive tryed in css background img and html background img but it only shows a singal color nuthing else anyhelp
  7. Looking for some one to make me a new skin southwest airlines kinda like swavirtual.com not saying to copy or anything but I love the happy and let's go flying feel shoot me an email at jusromaine@gmail.com thanks
  8. Would like to see what the code is to show the number of pending pilots.
  9. You have to contact them at simpilotgroup.com and thell them you seen this post and he will give you the price and other stiff thanks I love it best money spent
  10. Still needing a graphics Designer. Badlly Thanks
  11. Simpilot group has a system that pulled flights from flightAware and it is great and for a great price base system is $20 and for each flight was for one penny best money ever spent. Thanks simpilotgroup
  12. were did you get the images from. I like that and how would you set it up to show the green and the red etc thanks
  13. I got it thanks I've started talking to simpilotgroup he has a system to pull from flightaware
  14. I need someone to creat a flight table for me to import to phpvms using I thing the cvs template thanks work alot
×
×
  • Create New...