Jump to content

ShrikarG

Members
  • Posts

    54
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

3016 profile views

ShrikarG's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Hey Folks , I would like to introduce you to LiteJet Virtual. We now simulate Jet Airways Jet Konnect Etihad Airways Druk Airlines (Royal Bhutan Airlines) Nepal Airlines SriLankan Airlines Biman Bangladesh We might not have a payware ACARs , But we definitely have an amazing CrewCenter by Mark Swan! Features : - Internal Webmail (By David Clark) - Live Map - METAR (By Parkho) - Worldwide Charts (By Parkho) - Weather Map by WindyTV - Indian Scenery's Database with direct download Many More features Under Development Join us Today! http://litejetva.in/
  2. @Keith .If you find a solution , please let us know.
  3. [13-Dec-2016 04:24:01 Etc/GMT] PHP Warning: session_start(): Cannot send session cookie - headers already sent in /home/litejoro/public_html/crew/core/codon.config.php on line 40 [13-Dec-2016 04:24:01 Etc/GMT] PHP Warning: session_start(): Cannot send session cache limiter - headers already sent in /home/litejoro/public_html/crew/core/codon.config.php on line 40 [13-Dec-2016 04:24:01 Etc/GMT] PHP Warning: Creating default object from empty value in /home/litejoro/public_html/crew/admin/backup.php on line 26 [13-Dec-2016 04:24:01 Etc/GMT] PHP Notice: Undefined index: DOCUMENT_ROOT in /home/litejoro/public_html/crew/admin/backup.php on line 35 I have these errors too but a backup File is getting created. Is the script supposed to email you with the SQL database attached to the email? This is what I get in email : <br /> <b>Warning</b>: Creating default object from empty value in <b>/home/litejoro/public_html/crew/admin/backup.php</b> on line <b>26</b><br /> <br /> <b>Notice</b>: Undefined index: DOCUMENT_ROOT in <b>/home/litejoro/public_html/crew/admin/backup.php</b> on line <b>35</b><br /> Warning: Using a password on the command line interface can be insecure. Backup Completed
  4. Even I am looking for such a script. Right now I am doing in manually every night
  5. I edited a line of code to make the pilot's avatar appear instead of the single pilot pic. Now the problem is , on the main profile page , the avatar appears correctly. But when I switch to any other page , it displays default avatar... This is the code : <div class="navbar-custom-menu"> <ul class="nav navbar-nav"> <!-- User Account: style can be found in dropdown.less --> <li class="dropdown user user-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <span class="hidden-xs"><?php echo Auth::$userinfo->firstname.' '.Auth::$userinfo->lastname; ?></span> </a> <ul class="dropdown-menu"> <!-- User image --> <li class="user-header"> <img src="<?php echo PilotData::getPilotAvatar($pilotcode); ?>" /> <p> <?php echo Auth::$userinfo->firstname.' '.Auth::$userinfo->lastname; ?> <small><?php echo Auth::$userinfo->rank; ?></small> </p> </li> <!-- Menu Footer--> <li class="user-footer"> <div class="pull-left"> <a href="<?php echo url('/profile/editprofile'); ?>" class="btn btn-primary btn-block btn-flat">My Profile</a> </div> <div class="pull-right"> <a href="<?php echo url('/logout'); ?>" class="btn btn-danger btn-block btn-flat">Log Out</a> </div> </li> </ul> </li> </ul> </div> </nav> </header> <!-- Left side column. contains the logo and sidebar --> <aside class="main-sidebar"> <!-- sidebar: style can be found in sidebar.less --> <section class="sidebar"> <!-- Sidebar user panel --> <div class="user-panel"> <div class="pull-left image"> <img src="<?php echo PilotData::getPilotAvatar($pilotcode); ?>" /> </div> <div class="pull-left info"> <p><?php echo Auth::$userinfo->firstname.' '.Auth::$userinfo->lastname; ?></p> <a><i class="fa fa-circle text-success"></i><?php echo Auth::$userinfo->rank; ?></a> </div> </div> <!-- sidebar menu: : style can be found in sidebar.less --> <ul class="sidebar-menu"> Any Solutions ?
  6. Mine works perfectly. I just followed the steps and it worked. You need to add route in your ACARS before you start logging your flight. For me , it plots the filed route , not the flown route.
  7. First empty all the contents in phpvms_airports table. Then Import all the airports.
  8. Working just awesome. Its a great addition to my "Resources" Section of my VA. Thank you parkho!
  9. Explore the entire phpVMS by installing it on a local server or a free server , also check its documentation.
  10. all these folders are inside the root folder in which you have installed phpVMS.
  11. Similar thing for IVAO : http://api.ivao.aero/getdata/whazzup/whazzup.txt
  12. Just go here and open any of the URLs , it will return you a text file with all the online data. https://status.vatsim.net/
  13. You can log in with your VATSIM ID and Password (if you have) to access the forums. I am posting the links below. Results are in XML format 1. https://cert.vatsim.....php?cid=xxxxxx (VATSIM ID in place of xxxxxx) Result : <root> <user cid="1217255"> <name_last>Galgali</name_last> <name_first>Shrikar</name_first> <email>[hidden]@gmail.com</email> <rating>Controller</rating> <regdate>2012-01-28 10:10:23</regdate> <pilotrating>P1</pilotrating> <country>IN</country> <region>Africa/Middle East</region> <division>Middle East (VATME)</division> <atctime>638.487</atctime> <pilottime>691.151</pilottime> </user> </root> 2. https://cert.vatsim.net/cert/vatsimnet/idstatusrat.php?cid=xxxxxx (VATSIM ID in place of xxxxxx) Shows timings for all ratings, updated once a week (IF the user connected during the previous week). Result : <root> <user cid="1217255"> <atctime>638.487</atctime> <pilottime>691.151</pilottime> <S1>73.2764</S1> <S2>46.9574</S2> <S3>337.304</S3> <C1>179.049</C1> <C2>0</C2> <C3>0</C3> <I1>0</I1> <I2>0</I2> <I3>0</I3> <SUP>0</SUP> <ADM>0</ADM> </user> </root>
  14. Will this help ? : https://github.com/Ysurac/FlightAirMap/wiki
  15. Maybe this can help : 1. https://forums.vatsim.net/viewtopic.php?f=68&t=63014 2. https://api.ivao.aero/
×
×
  • Create New...