Jump to content

FiveStar

Members
  • Posts

    86
  • Joined

  • Last visited

Posts posted by FiveStar

  1. I have Problem with my Flight board not me i thing every one have here which is It does not show aircraft type, but according to the code it should show it I have checked your code but Still no result BRO i have did little research on this i have noticed when i have gone to phpmyadmin in phpvms_schedules there are some rows and under aircraft row it was just showing text like 1,13,15,12 not showing aircraft names or not either REG number and when i have typed this code

    <td align="center"><font color="#010854"><?php echo $flight->aircraftname;?> <?php echo $flight->aircraft;?></td>

    it was just showing Digit 1 under Aircraft Row on my front page flight board

    Awaiting..........

  2. I have checked your code but Still no result BRO i have did little research on this i have noticed when i have gone to phpmyadmin in phpvms_schedules there are some rows and under aircraft row it was just showing text like 1,13,15,12 not showing aircraft names or not either REG number and when i have pasted your given code

    <td align="center"><font color="#010854"><?php echo $flight->aircraftname;?> <?php echo $flight->aircraft;?></td>

    it was just showing Digit 1 under Aircraft Row on my front page flight board

    AWaiting..........

  3. Hi I just want to know how we can put Add Pilot option in Admin Panel any suggestions or code?

    Explanation: i wanted to Add pilots manually Through Our Admin Pilot so how to creat module for it if anybody can Help please.

    This Would be the SQL Query to execute the code? NEED FULLY WORKING CODE..........

    INSERT INTO `Asmara_Pilots`.`phpvms_pilots` (`pilotid`, `firstname`, `lastname`, `email`, `code`, `location`, `hub`, `password`, `salt`, `bgimage`, `lastlogin`, `totalflights`, `totalhours`, `totalpay`, `transferhours`, `rankid`, `rank`, `ranklevel`, `confirmed`, `retired`, `joindate`, `lastpirep`, `lastip`) VALUES ('2', 'Anil', 'Jabbar Memon', 'aniljabbar84@yahoo.com', 'VMS', 'VM', 'EDDS', '', '', 'background2.png', '0000-00-00', '211', '943', '33', '0', '12', 'Commander', '12', '1', '0', '2005-05-05 00:00:00', '0000-00-00 00:00:00', '');
    
    

  4. The pilots can place bids - do you mean limiting flights based on rank? That's an interesting idea

    YEP you are right @Nabeel :D same thing wanted for my VA limited Flights based on Pilot rank for that assigning them assignments according to there Rank by doing this they will also complete per month requirement of flights by pilots.........?

  5. If I understand you correctly, this is your first attempt at starting your own Virtual Airline. The first and most important thing you need to do is USE A PAID HOST. If you can't find one, you can click the HOME link at the top left and use Fivedev as most of us are

    Thank-You Jeff For your Reply i already have paid host and also installed PHPVMS after posting my question so as of now just need some kind of help to built Assignments Part for my VA i really appreciate if anyone could guide me through this forum.

    I am a quick learner :)

    Best Regards

    A/K

  6. Hi i am New Here and wanted to start my own VA so need little help from anyone who knows Coding Stuff

    Basically the Idea was to alot Pilots Assignments according to there ranks so pilots can see in Pilot CP what flights they have for today so they can achieve VA allocated Flights Per month.

    Hope you understand and get back to me. :rolleyes:

×
×
  • Create New...