Jump to content

spielbergsp

Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

spielbergsp's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Okay thanks! I'm not using financials and do not intend to so it's fine for me. PIREP examples: FSacars pirep for a scheduled booked flight: http://greatlakes-va.com/index.php/pireps/viewreport/22 Custom PIREP for airports that were not in the database at the time PIREP has been accepted (added the airports right after accepted the PIREP: http://greatlakes-va.com/index.php/pireps/view/14 I wanna try something else though. I wanna see if I can manually fill a custom (non scheduled) flight information in FSacars, use it to track the flight and then file a PIREP.
  2. By the way, what do yo mean "disconnected PIREPs"? Just tried an FSacars PIREP of a scheduled flight, tried a custom PIREP to an airport which wasn't in the database (accepted then added the airports in the db), all worked fine. Again, I don't use the financial tools so that is not a problem with me.
  3. I don't use any financial tools so that's not really a problem for me. The rest of the stuff seems to be working okay.
  4. I'd overcome the problem, now there is a possibility to file custom PIREPS for custom routes. I used the form max suggested and also disabled the schedule check by removing the following strings from core/modules/PIREPS/PIREPS.php: if(!SchedulesData::GetScheduleByFlight($this->post->code, $this->post->flightnum)) { Template::Set('message', 'The flight code and number you entered is not a valid route!'); Template::Show('core_error.tpl'); return false; } The only problem is that if the airport is not in the airport list yet you have to add it manually, no matter before or after you accept the PIREP. But that doesn't seem to be a big trouble, really.
  5. Okay I solved the bid problem, still struggling on the custom PIREP.
  6. Hi guys! Got 2 issues here. First is when I try to bid a flight i'm being shown a blank white page and the flight doesn't bid. When I try filing a PIREP at index.php/pireps/filepirep, and enter a flight number that does not belong to a flight between the airports selected, it gives me an error message saying that.Is there a way to make a custom PIPER possible? So a pilot will be able to select a departure and arrival airport (or better yet just enter ICAO codes for any airports), enter a flight number, and that'll go into the logs. Thanks!
×
×
  • Create New...