Jump to content

cdawg

Members
  • Posts

    13
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

cdawg's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. thanks for the response simpilot......i'm just a basic coding guy where would i put the code?
  2. hello all, i have been searching for hours with no luck....can anybody tell me how i can change the flighttime_stamp from when a pirep is being submitted into the data base instead of reading as time it just reads as numbers....for example when its inserted into the database it reads 5:00....i would like for it to read just 5 so i need to know what file i need to change so that when its going into the database it just reads the number and what in the file do i need to change? thanks so much
  3. cdawg

    Bluelight

    got a question how can i add a drop down for the pilot center and make it to where only logged in users can see it?
  4. Ohio Airways Virtual is currently seeking higher rank positions to help with the development of the airline...we are still in the process of getting everything setup...if anybody is interested please send us an e-mail at ceo@ohioairwaysvirtual.com we are looking for VP Fleet Manager Ops Director and more positions to come
  5. hello all, i am looking for someone that is good at creating modules,what i am looking for is kinda like a dealership module...what it needs to do is i need to be able to put up aircraft for sell and my pilots can buy them...and if they don't have the full amount then they should be able to have an option to where i could set up payments and they can make payments on it and the system will keep track of what they owe....also the pilot should be able to put up aircraft that they own for sell as well,if anybody could help me out in this that would be great....please post here or p.m me if you could
  6. is there anyway to use this in the edit pirep form????
  7. cdawg

    Pilot Pay

    anybody know if it's possible to change pilots being paid from hourly to a percent of the revenue???and if so how do you change it
  8. cdawg

    time stamp

    ok where do i need to put the code..do i put it in the fleet_table.tpl??? this is my fleet_tpl code <h1><?php echo SITE_NAME?> Company Drivers </h1> <!-- Fleet Table Version 2.0.- - fleet_table.tpl - By Mitchell W http://forum.phpvms.net/topic/1522-fleet-table/ CHANGES FROM 1.1: Added image Added download --> <table border="1"> <thead> <tr> <td width="42"><div align="center"><b>Image</b></div></td> <td width="34"><div align="center"><b>Type</b></div></td> <td width="57"><div align="center"><b>Year</b></div></td> <td width="78"><div align="center"><b>Truck # </b></div></td> <td width="88"><div align="center"><b>Total Miles </b></div></td> <td width="156"><div align="center"><b>Total Deliverys </b></div></td> <td width="124"><div align="center"><b>Location</b></div></td> <td width="121"><div align="center"><b>Driver</b></div></td> </tr> </thead> <tbody> <?php foreach ($fleet as $aircraft) { ?> <tr> <td><div align="center"><img src="<?php echo $aircraft->imagelink; ?>"></div></td> <td><div align="center"><?php echo $aircraft->name; ?> </div></td> <td><div align="center"><?php echo $aircraft->weight; ?></div></td> <td><div align="center"><?php echo $aircraft->registration; ?></div> </td> <td><div align="center"><?php echo $aircraft->totaltime; ?></div> </td> <td><div align="center"><?php echo $aircraft->routesflown; ?></div> </td> <?php $params = (array('a.registration'=>$aircraft->registration, 'p.accepted'=>PIREP_ACCEPTED)); $pirep = PIREPData::findPIREPS($params); $current_location = $pirep[0]->arricao; $current_location2 = $pirep[0]->arrname; ?> <td><div align="center"><?php echo $current_location.'-'.$current_location2; ?></div> </td> <td><div align="center"><?php echo $aircraft->range; ?></div> </td> </tr> <?php } ?> </tbody> </table> <br />
  9. cdawg

    time stamp

    thanks for the reply but how do i do that...i have attempted to try that but on the fleet table it will still read the internal number
  10. hey sim if you have msn can you add me please want to ask you something cdawg21685(at)yahoo.com thanks

  11. cdawg

    time stamp

    hey i was wondering if anybody knows how to change the time stamp...for instance when it submits a pirep it sends it as 12:00:00 i was wondering if anybody knew how i could change it to just submit as 12 with out the :00:00 any help in this matter would be great...thanks
  12. cdawg

    bid system

    hello i was wondering if anybody knew if you could remove the bid system to where ppl don't have to bid on a flight to be able to file....and if so how do you do it????
  13. i have most of that converted...its the coding for everything that is fs that i need to get changed...for ex. i need to take out the bid system as well as take out the create schedules change the departure and arrival airports to warehouse things like that
  14. i was wondering if there were anybody out that that knows the system like the back of there hand and could help me out with a mod of the system...basicly what i want to do is use it for anther game.....i am starting up a virtual Trucking Company and would like to try and convert this from being used for FS to being used for my Trucking Company..if anybody wants to have a go at it please post here or get in touch with me in a pm or msn and yahoo...thanks
×
×
  • Create New...