-
Posts
8151 -
Joined
-
Last visited
-
Days Won
39
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Posts posted by Nabeel
-
-
You don't need to do all this. In the admin panel, under settings, there's "Custom Fields", you can add it there.http://www.phpvms.net/docs/managing_you ... ile_fieldsAfter adding it, to show it in the profile, you have to call it (assuming you named it "Country"):
echo PilotData::GetFieldValue($pilot->pilotid, 'Country');
As for showing icons, that'd be a bit trickier. But if this seems like something everyone wants, I can add it in, that way there's no hassle during updates. I'm not quite sure where to get the icons as well.
-
lol.. it's always one file.. or one line... or one character
Glad to hear it's working.
-
You have to use either the ICAO or the IATA. It's whatever you enter in that field.
-
It will only use the airline code and the flight number, so AB123. Check the airline code again. Since a pilot is attached to an airline, that airline code is the same code used in the pilot number.
-
Awesome, good to hear. Sorry for that trouble!
-
The page is coming up 404. Did you delete and then re-upload everything?
-
What do you mean change the location? Do you mean change where it's centered? There's no quick way. I'll come up with something, but for now, if you open /lib/js/acarsmap.js, line 28:
map.setCenter(new GLatLng(45.484400, -62.334821), 13, G_PHYSICAL_MAP);
Change those coordinates. And I'm sure they can be converted, but now without some effort. The fields stayed mostly the same. I'm not sure why you would want to though? The PIREPS are separate from the ACARS
-
How doesn't match? It does the flight number based on what you enter in the flight IATA field.
-
I fixed a few errors, try this build out:http://www.phpvms.net/downloads/phpvms.402.full.zipFull re-upload.
-
Give this a shot, it's the full version. Reupload/replace everythinghttp://www.phpvms.net/downloads/phpvms.402.full.zip
-
Alright, this has been weird. It was a weird compatibility error. I'll have a fix up in a few days, just fixing a few other things to get that working as well.
-
I've found a problem, workin on it.
-
Are you running on a windows or linux host?
-
Yep, it's a text file.Is it still blank (the page I mean?)
-
Hmm your pilot list is empty. I guess you deleted them? I'll try to integrate recaptcha
-
Their documentation is fuzzy. It says for that it's returning flight plan info, but it's information regarding one flight plan, but you're passing it a pilot number, which doesn't really make sense.I'm looking through the SDK now, I don't see anything about listing flights. It doesn't really explain what that does. I think it's getting the flights already flown by that pilot, since it keeps a local log of all the flights.Also, alot of their documentation differs from how it really works.
-
It's probably in the directory where you installed it.
-
Spambots? Can I see?
-
Ok.First of all, does the flight show up in your PIREPS?Hours and number of flights are only accounted for when the PIREP has been accepted by an admin. Until then, it's not counted.The live map data shows up for 12 hours after wards. Did you change the default live time in your config? It may be a caching issue, that I'll check to see, but I doubt it. Also, the flight wasn't closed out, so I guess FSACARS crashed?
-
I will take a look.Did you do an upgrade or a fresh install of the latest?
-
What version of wamp, including the PHP versions?In your php.ini, theres an "error_level", set that to E_ALL, and the option "display_errors" to on.I'm also moving this to support
-
Well it's working for other VAs. I would still check with your host. Maybe phpBB is using SMTP? Check the spam filter, etc. There's a ton of reasons why mail may not be working. The site is extremely slow. It's not loading up.Now the site is up the server was downIf a phpbb3 auto replier work so can phpvms.As for the ACARS i will make a video on what im talking about. -
I am not sure, but as far as I can tell, there's no way to pull a list.I also have a question regarding this,What does the button 'Flight From VA' do as when i click this in FSACARS i get cannot connect to server. Is there a way to link FSACARS so it can pull a list direct from my server of all the flight plans so that users dont need to input any data. Just to save time for the pilotsChris -
Welcome aboard!Yup, it does work. Check out this guide over here: http://www.phpvms.net/docs/using_fsacarsGood luck!
Spambot!
in Support Forum
Posted
Well you can just reject their registration and then delete it.I'll see if I can conjure up some anti-spam stuff easily.