Jump to content

avdesigns

Members
  • Posts

    285
  • Joined

  • Last visited

Everything posted by avdesigns

  1. When this happened to me I found that the first 3 blocks of the IP were the same so I used a htaccess file and only typed to block the first 3 order allow,deny deny from XXX.XXX.XX allow from all Jacob
  2. Hello Is there a way to change the popupnews mod to look like this? also Is there a way to get them blue borders as I illustrated in the image above? <h3>Latest Arrivals</h3> <p><?php $count = 5; $pireps = PIREPData::getRecentReportsByCount($count); ?> <table width="600px"> <tr> <td class="tableheader">Flight No.</td> <td class="tableheader">Pilot</td> <td class="tableheader">Departure</td> <td class="tableheader">Arrival</td> <td class="tableheader">Duration</td> <td class="tableheader">Aircraft</td> <?php if(count($pireps) > 0) { foreach ($pireps as $pirep) { { $pilotinfo = PilotData::getPilotData($pirep->pilotid); $pilotid = PilotData::getPilotCode($pilotinfo->code, $pilotinfo->pilotid); } ?> <tr> <td class="tablearrivals" ><?php echo $pirep->code.$pirep->flightnum; ?></td> <td class="tablearrivals" ><?php echo $pilotinfo->firstname.' '.$pilotinfo->lastname; ?></td> <td class="tablearrivals" ><?php echo $pirep->depicao; ?></td> <td class="tablearrivals" ><?php echo $pirep->arricao; ?></td> <td class="tablearrivals" ><?php echo $pirep->flighttime; ?></td> <td class="tablearrivals" ><?php echo $pirep->aircraft; ?></td> </tr> <?php }} else { echo '<tr><td align="center"><b>There are no recent flights!</b></td></tr>'; } ?> </tbody> </table> </p> <table width="300" border="0" align="left"> <tr> <td></td> <td class="tableheader">New Pilots</td> <td></td> </tr> <?php $pilotinfo = PilotData::getallpilots(); foreach($pilotinfo as $pilot) { ?> <tr> <td width="40" class="tableflag"><img src="<?php echo Countries::getCountryImage($pilot->location);?>"></td> <td width="190" class="table"><?php echo $pilot->code.$pilot->pilotid.' - '.$pilot->firstname.' '.$pilot->lastname ;?></td> <td width="80" class="table"><?php echo $pilot->hub ;?></td> </tr><?php } ?> </table> <table width="300" border="0" align="right"> <tr> <td></td> <td class="tableheader">Latest News</td> <td></td> </tr> <tr> <td class="table">Name</td> <td class="table">Date</td> <td class="table">Link</td> </tr> </table> Thanks in advance! Jacob
  3. Is there a way to limit to the amount to 5? Thanks
  4. Hello As I can not see the my virtual 'flyaero' doing as well as I hoped so I though it would be a nice gesture to make the skin open source for people to use. The Skin is not perfect where coding is concerned however with a little editing of the code it would be great! Heres what it looks like - Whats included - Frontpage Layout Profile --- Download - https://github.com/j...master/aerosite --- Copyright - Attribution-NonCommercial-ShareAlike CC BY-NC-SA Enjoy! Jacob
  5. Hello Is it possible to get a table for latest pilots like this Country (Flag) | Pilot ID - Pilot Name | Hub Thanks in advance Jacob!
  6. Yes from a previous post I believe the name has been used before but they no longer operate Jacob
  7. FlyAero virtual is now open! we can be found at www.flyaero.co.uk. We have a modern php system with a unique and attractive site. We are open to members of all abilities and we have staff who are always willing to help. We allow pilots to fly for any airline they like - Monarch, Thomas Cook, Thomson and Jet2 and if we don't have the airline you want, we will add it! We want to build a strong community base with a forum and a Teamspeak 3 server. Join today and be apart of the community. Thanks Jacob http://www.flyaero.co.uk/en/
  8. Yeah Collin I was new to this at the time and didn't realize so I changed a bit of code instead. I couldn't believe how easy the fix was when I found out
  9. Well done William! Very good virtual you have there, keep up the good work! Jacob
  10. Hello Guys! I was wondering if anybody has added a layer onto there live map of the atc on vatsim? which looked like IVAO has on there just online map http://www.flying-the-winglets.de/images/IVAO_Webeye_small.jpg Thanks Jacob
  11. Sorry removed it was nothing a CTRL + F5 Couldnt solve Jacob www.flyaero.co.uk
  12. Hello! Is there a way to make it so when a user click Decline to accept cookies, Google Analytics is disabled for that user? Jacob
  13. Yeah cant wait to hear what you thing, I may consider signing up next year. I was very happy when I found out they were actually building on top of FSX which ment dev's wouldnt just go to xplane!
  14. Welcome Back! Looks like a nice host, good range of prices and packages. It would be nice to see a bit more constructive criticism on the forums though? Best of Look Puzant!
  15. when making links are you putting the full url for example http://voemercosul.com.br/dov//lib/skins/brilliancev1/css/style.css ?
  16. It will be on the main download page
×
×
  • Create New...