Jump to content

joeri

Moderators
  • Posts

    2222
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by joeri

  1. and whet do you call this http://www.jetairwaysvirtual.net/
  2. its not the airline that will hold the copyright registration for this airline that i had it was a lawfirm from belgium and they still make the anual payment to keep it registerd . so not logo's will be copyrighted but i just say they can
  3. its not true i had an bancktrupt airline that went down somwhere in 2005 but to date the logo off that airline is still copyright protected and registerd you realy think the are going to let the logo go i dont think so
  4. Bedankt iedereen voor de leuke berichtjes

  5. it this changed from the one i have?
  6. i think they trust Simpilot more as he has proven that he may use flightaware and he doesn't work via PM like you do you never even posted how mush you are offering your service for
  7. i just tried to enter this date 05-08-2012 and in the admin i get folowing 0000-00-00 so i think thats a small bug to fix :-) and then also the email send out to the user with the loa
  8. fsacars isn't supported annymore by phpvms
  9. getting ideas isn't that what we all somthimes do and then take a bid of this and a bid of that and put together something new so all things then could be considerd stealing and thats the thing you make the most noise on when somebody gets some idea's from you site
  10. but isn't this like euhhh stealing stuff?
  11. joeri

    Routes

    no the routes
  12. joeri

    Routes

    iff you are asking iff annyone is intrested this sounds to me more as a begging for some money instead of offering a complete service. let me rephrase how do you get the schedules and how do you import or enter them in the database
  13. http://forum.phpvms.net/topic/6776-filing-pireps-delays-solved/#entry50916 isn't this what you are looking for
  14. in my finance_summarysheet.tpl i have the following standard code <?php /* * DO NOT EDIT THIS TEMPLATE UNLESS: * 1. YOU HAVE ALOT OF TIME * 2. YOU DON'T MIND LOSING SOME HAIR * 3. YOU HAVE BIG BALLS MADE OF STEEL * * It can cause incontinence * * YOU HAVE BEEN WARNED!!! */ ?><?php Template::Show('finance_header.tpl'); ?> <h3><?php echo $title?></h3> <?php $total = 0; $profit = array(); $pilot_pay = array(); $revenue = array(); $expenses = array(); $flightexpenses = array(); $fuelexpenses = array(); $months=array(); ?> <table width="500px" align="center" class="balancesheet" cellpadding="0" cellspacing="0"> <tr class="balancesheet_header" style="text-align: center"> <td width="" align="left">Month</td> <td width="" align="center">Flights</td> <td width="" align="left">Revenue</td> <td width="" align="center" nowrap>Pilot Pay</td> <td width="" align="left">Expenses</td> <td width="" align="left">Fuel</td> <td width="" align="center">Total</td> </tr> <?php echo '<pre>'; //print_r($allfinances); echo '</pre>'; foreach ($allfinances as $month) { ?> <tr> <td align="right"> <?php echo $month->ym; ?> </td> <td align="center"> <?php echo $month->total; ?> </td> <td align="right" nowrap> <?php echo FinanceData::FormatMoney($month->gross); ?> </td> <td align="right" nowrap> <?php echo FinanceData::FormatMoney(-1 * $month->pilotpay); ?> </td> <td align="right" nowrap> <?php echo FinanceData::FormatMoney((-1) * $month->expenses_total); ?> </td> <td align="right" nowrap> <?php echo FinanceData::FormatMoney((-1) * $month->fuelprice); ?> </td> <td align="right" nowrap> <?php $profit[] = round($month->revenue, 2); $total += $month->revenue; echo FinanceData::FormatMoney($month->revenue); ?> </td> </tr> <?php } ?> <tr class="balancesheet_header" style="border-bottom: 1px dotted"> <td align="" colspan="8" style="padding: 1px;"></td> </tr> <tr> <td align="right" colspan="6"><strong>Total:</strong></td> <td align="right" colspan="2"><strong><?php echo FinanceData::FormatMoney($total);?></strong></td> </tr> </table> <h3>Breakdown</h3> <div align="center"> <?php /* Added in 2.0! */ $chart_width = '500'; $chart_height = '500'; /* Don't need to change anything below this here */ ?> <div align="center" style="width: 100%;"> <div align="center" id="summary_chart"></div> </div> <script type="text/javascript" src="<?php echo fileurl('/lib/js/ofc/js/json/json2.js')?>"></script> <script type="text/javascript" src="<?php echo fileurl('/lib/js/ofc/js/swfobject.js')?>"></script> <script type="text/javascript"> swfobject.embedSWF("<?php echo fileurl('/lib/js/ofc/open-flash-chart.swf');?>", "summary_chart", "<?php echo $chart_width;?>", "<?php echo $chart_height;?>", "9.0.0", "expressInstall.swf", {"data-file":"<?php echo actionurl('/finances/viewmonthchart?'.$_SERVER['QUERY_STRING']); ?>"}); </script> <?php /* End added in 2.0 */ ?> </div> i have tried multiple times to alter al width lines(mainly line 27) but nothing works i don't have anny flash chart in there or i am looking in the wrong tpl regards
  15. joeri

    fixed

    indeed a great album still love it and verry cool you can play it on the guitar
  16. thats not working the bearkdonw is working perfect but its only the top one that i just cant make smaller
  17. joeri

    fixed

    ok done a quick look on the net and found this http://en.wikipedia.org/wiki/Nevermind hope this helps you further
  18. hello all i am stuck again building a new template i need to change the width of the finance charts and stuff i alterd every code i found related to that but it keeps the samle width as you seen in the picture the chart is smaller but the black sheet stays large regards joeri
  19. this is from vafs in phpvms i believe its when you add a route to your acars
  20. joeri

    sql query

    hey all i need a quick help i want to change all my pilots on leave to retired as it seems the system is setting all retired pilots on leave how do i setup the sql query to change the numbers from 3 to 2 regards joeri
  21. this schould block all proxy's i think
  22. quick thing i found # block proxy servers from site access # http://perishablepress.com/press/2008/04/20/how-to-block-proxy-servers-via-htaccess/ RewriteEngine on RewriteCond %{HTTP:VIA} !^$ [OR] RewriteCond %{HTTP:FORWARDED} !^$ [OR] RewriteCond %{HTTP:USERAGENT_VIA} !^$ [OR] RewriteCond %{HTTP:X_FORWARDED_FOR} !^$ [OR] RewriteCond %{HTTP:PROXY_CONNECTION} !^$ [OR] RewriteCond %{HTTP:XPROXY_CONNECTION} !^$ [OR] RewriteCond %{HTTP:HTTP_PC_REMOTE_ADDR} !^$ [OR] RewriteCond %{HTTP:HTTP_CLIENT_IP} !^$ RewriteRule ^(.*)$ - [F] add this to your htacces regards joeri
  23. how much was the quote for tis 3 min video?
  24. Fear gu aois, is bean gu bàs

  25. thanks all. Tom the lensflare is from FS9 itself its from the rex addon for the jetwash that one is like you say difficould i looked at real planes landing and most off them have more then just a thin line in landing as they are not at full trust :-) as for not on the plane i was waiting for that comment little mistake from me on the gear and on the tail depending on what angle its somethimes possible you see some blur on the elevators but thanks for the info i will keep this in mind for future ones this was number 1and 2 do yo ulmight know some good tutorials on fs photoshoping
×
×
  • Create New...