Jump to content

Marmus

Members
  • Posts

    32
  • Joined

  • Last visited

Everything posted by Marmus

  1. I understand how this code "builds" the website address by adding the Departure and Arrival airports into the website link....but GCMaps also allows you to build the same link using the Latitude and Longitude coordinates to build the address. I would like to add code so that it looks up the Departure and Arrival Airports in my own MySQL database and retrieve the Lat/Long coordinates to be inputted into the web address. This would eliminate errors for the smaller airports that may not be into the GCMaps database. The downside is that it will not list the airport name code on the map. The web address format for San Fransisco to Los Angles Airports with the code as currently written would be:http://www.gcmap.com/mapui?P=LAX-SFO (http://www.gcmap.com/mapui?P=LAX-SFO) But using the Lat/Long coordinates, it can also be written as:http://www.gcmap.com/mapui?P=37.618972+N+122.374889+W-33.942495+N+118.408067+W (http://www.gcmap.com... N 118.408067 W) I am just not sure of the easiest way to query the "phpvms_airports" database for the Lat/Long and write the new code into the current code.
  2. Did this site tank already? Link sends me to something called "PHPList" website.
  3. This looks great...however is the Great Circle Mapper site working OK? I added the code, but the map does not generate fully, only a small portion of top of map, then the graphics get funky, then nothing. Any help would be greatly appreciated. I tried in Firefox and Internet Explorer. EDIT - I found my error in the airport code. It shows up on 3 of my computers now, but the 4th computer still has en error, I assume it may be a Win7 issue or I need to update something within my browsers.
  4. This seems to have lots of conditions to accept....what if I just want all submitted PIREPs to be automatically approved? Is there a quick code I can add? and where would I add it? Thanks. [sOLVED} My question got solved by doing some more searching though these forums....seems that all answers are here somewhere, just need to be able to search properly or stumble upon the answer! Answer to my question can be found here: http://forum.phpvms.net/topic/3041-auto-accept-pireps/
  5. [solved]...sort of.....didn;t do anything, but now pilot ABC-001 appears in listings!
  6. I just installed phpVMS, and have 3 pilots registered. I am pilot ABC001, my two registrants are Pilots ABC002 and ABC003. In the Pilot listing, pilot ABC001 (me) does not show up. Yet in the admin section, I am listed. Is it default that pilot ABC001 does not get listed? (assuming it is just an admin position) Do I need to create a seperate pilot number for myself and my flying? Thanks in advance.
  7. Hi All, I am new here, sorry is a stupid question, I searched and this was the closest topic that fit what I am loking for.... ...is there a way to get the pilot's last location to show on the Live Map, as a static icon with label until the next flight? Thanks Marmus
×
×
  • Create New...