Jump to content

PIAS2011

Members
  • Posts

    110
  • Joined

  • Last visited

Everything posted by PIAS2011

  1. Hi My VA is unable to send VA PIREP logs to VACENTRAL.NET here is the error ; FAILED exporting PIREP #18 - No response from API server FAILED exporting PIREP #17 - No response from API server FAILED exporting PIREP #16 - No response from API server FAILED exporting PIREP #15 - No response from API server FAILED exporting PIREP #14 - No response from API server FAILED exporting PIREP #13 - No response from API server FAILED exporting PIREP #12 - No response from API server FAILED exporting PIREP #11 - No response from API server FAILED exporting PIREP #10 - No response from API server FAILED exporting PIREP #7 - No response from API server FAILED exporting PIREP #6 - No response from API server FAILED exporting PIREP #5 - No response from API server FAILED exporting PIREP #4 - No response from API server FAILED exporting PIREP #3 - No response from API server FAILED exporting PIREP #2 - No response from API server FAILED exporting PIREP #1 - No response from API server Completed
  2. didnt find any issues with the latest beta
  3. Finally done making my OWN blinking dots they can be seen at my site. Thanks to all For there support [solved]
  4. Hi Is there any code for the screenshots module from which i can Display Newest screenshot in LARGE size? Thanks
  5. nice site good luck with the va and agreed with mark.
  6. Cant access your site as i need to REGISTER inorder to view the site. Can u attach them here or something thanks.
  7. thanks sim pilot it worked [solved]
  8. Thanks simpilot but there are no 2 dots blinking i mean like on a flight board. if someone could design them or something ?
  9. in this code it looks like everything is ok but THE PROBLEM IS HERE in this part of it the status is being displayed wrong when i reject a pirep it shows pending. <?php if(count($pireps) > 0) { foreach ($pireps as $pirep) { $pilotinfo = PilotData::getPilotData($pirep->pilotid); $pilotid = PilotData::getPilotCode($pilotinfo->code, $pilotinfo->pilotid); if($pirep->accepted == '0') $status = 'REJECTED'; if($pirep->accepted == '1') $status = 'ACCEPTED'; else $status = 'PENDING'; echo "<tr>"; echo "<td align=center bgcolor=#171717> $pirep->code-$pirep->flightnum </font></td>"; echo "<td align=center bgcolor=#171717> $pirep->depname </font></td>"; echo "<td align=center bgcolor=#171717> $pirep->arrname </font></td>"; echo "<td align=center bgcolor=#171717> $pilotid $pilotinfo->firstname $pilotinfo->lastname </font></td>"; echo "<td align=center bgcolor=#171717> $pirep->landingrate </font></td>"; echo "<td align=center bgcolor=#171717> $pirep->aircraft </font></td>"; echo "<td align=center bgcolor=#171717> $status </font></td>"; echo "</tr>"; } } else { echo "<tr><td><center>There are no recent flights!</td></tr></center>"; } ?> </tbody> </table>
  10. Looks like i will have to change the forum i am currently using Mybb suggest me people that which forum should i use which should at least have the Recent topics posted code.
  11. Hello All Does any know RECENT TOPICS POSTED on homepage code for mybb forums? Thanks
×
×
  • Create New...