Jump to content

JustinRomaine

Members
  • Posts

    62
  • Joined

  • Last visited

Everything posted by JustinRomaine

  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
  15. Looking for someone to make some banners etc. for the site. if available contact me via email jusromaine@gmail.com
  16. Yes, just testing out what that guy posted to see if that worked and this is what it shows Pilot: [] Flight: Name: () Route: to Altitude:
  17. Ok I've tried that and didn't work do I need to set it to include the vatsim.tlp file so it knows were it's pulling the information?
  18. Im trying to play with this how am i supost to set it up. heres what im trying to do but the code is not right. <table cellspacing="0" cellpadding="5" border="0" width="100%"><thead class="fparr"> <td width="14%">Call Sign</td> <td width="11%">CID</td> <td width="17%">Real Name</td> <td width="21%">Frequency</td> <td width="35%">Atis Message</td><td width="2%"></thead><tbody> <? </tbody></table> Simmer to that trying to get the data in each colom do i edit the templet file or am i able to put the eco... part php in the coloms to get it to show that way or hows it work or if some one go do it for me that would be great thanks
  19. looking to have an Skymiles Moduler add on. It would work based on so many flights and how long the flights are. and thin after so many they would be able to buy things. off the site. any ideas to improve things and stuff let me know. Thanks
  20. Yea because i have payed for it around 2010 or so but never recived anything and Ive noticed they started doing some things on there site so I tryed contacting them and yet still nuthing Ive also tryed looking up my paypal information to see if I can find the payment information to show that I payed etc.... but paypal wont let me go back that far I just havent called them to get a full list of trasactions of the account from when the acc was open to see if its there. and go from there. but I want to get a lawer and mabe shut them down but its not worth that over $20.00 lol but who knows lol may do it anyway just to be a.........
  21. PM me asap let me know........
  22. yea im looking for some one to make a site in the vabase formate. Its a lot easer for me to work on. I have the files but they are smart the set the system up to were you can use it with out paying its like to an 2nd Database on there side. But the way the files are and stuff its easy. Thanks
  23. Did vasolutions go under or what I need some work from there. But when I try going to there site its blank. Thanks
×
×
  • Create New...