Support Forum
Any questions or bug reports go here.
7143 topics in this forum
-
- 3 replies
- 1.8k views
hello, you can put in the driver's personal page instead of the one written for the writing award + image? If yes, how? Thanks
Last reply by Blu-Express VA, -
- 4 replies
- 1.8k views
ok, I would like to be able to use KAcars tracking logs to import pireps into my site. The idea is that a pilot could do a flight on one airline (using Kacars), and then I could call the log file (which I think i have figures out) and use that log to import the pirep into a second airline that I have. I am wondering if this is even a possibility ? I'm not looking for the code (i am working on that) I guess what I am wondering is how it works (Kacars) so that I can figure out if its possible.
Last reply by kbohme, -
- 3 replies
- 1.5k views
im writing a standalone script to work with phpvms, currently im trying to get it to return an error message if a bid can't be removed, but for some reason its not working correctly: if(SchedulesData::removeBid($bidid)) { echo "Bid Succesfully Removed"; } else { echo '<font color="red">Failed to Remove Bid, Error Code: RB001</font>'; } The problem im having is that its returning the error message when the bid is removed or when its not, where as i use a identical check when adding bids: if(SchedulesData::addBid($pilotid, $brief_id)) { echo "Bid Added!"; } else { echo '<center><font Color="red">Failed to Add Bid, Error Code: AB001<…
Last reply by homer09001, -
Do to the spam attack on the phpvms apply form a bunch of my pilot id's got used, so when pilots join i change their pilot id. Only issue is the system removes them from the new pilot section. I know why it does this but can we fix it?
Last reply by Nabeel, -
- 13 replies
- 3.2k views
Hi all/ There was a problem. 1.When sending a report of images, taxiing displayed like this And to be like this 2.How can I make a map like this How can I do here is Thanks for any advice
Last reply by Nabeel, -
- 6 replies
- 1.3k views
Hello, there is a chance to put the pilot points? for example, finishing a tour or a planned event are 2500 points, is You can add something more than the awards that makes the points earned? Thanks
Last reply by Blu-Express VA, -
Owen modul call brake the page?
by Guest- 4 replies
- 1.3k views
Hey ho everybody, at first... i´m the new one So, now to my problem... I try to make my owen modul. A little "flipchart" vor arrivals etc. I read in the devl. documentation that i should begin with the follow: <?php class ModuleTest extends CodonModule { public function index() { echo "We are at index"; } public function pageone() { echo "We are at page one"; } } ?> if i try to call this modul via index.php/Flipcharts i will get the follow error message: Fatal error: Cannot redeclare class ModuleTest in C:\xampp\htdocs\va\core\modules\Flipcharts\Flipcharts.php on line 14 also a little bit funny is: if i try to call only the index.php.... the …
Last reply by simpilot, -
- 9 replies
- 3.7k views
Can someone pass me the code map of the last flights of the VA and the Pilot please? I find no place in not one, thank you. Equal to that at low!
Last reply by Nabeel, -
- 4 replies
- 2.4k views
Hello ! As I m making my own ACARS application I have come across to a strange problem. According to the RegistrationData.class.php file the password is md5 encrypted. when looking inside the db I saw this string: 4979ee3f58f9e6dbe3736952470153e6 which is 1234 converted from PHPVMS but the actual Md5 hash for the 1234 is: 81dc9bdb52d04dc20036dbd8313ed055 Can someone tell me what really happen here ? I can login with 1234 from inside the PHPVMS but my acars returns me an Invalid Log In Details error. Note1: ACARS written in VB.NET VS2010 Note2: MD5 Encryption working in my VB.NET
Last reply by Nabeel, -
- 1 reply
- 1.2k views
Hi Folks, Just wondering if I am missing something here...I have four aircraft in my fleet that are stuck at 838 hours and have been for a few weeks now. They have been flown, pireps received and approved but the hour count remains the same. We are running Version 2.1.934. Curious, does this mean that we will not have to do any hourly scheduled maintenance on those aircraft? Chuck CYXU
Last reply by joeri, -
- 5 replies
- 1.2k views
Ok, I was testing my phpVMS and I was rejecting a flight, and I was given out the pay, is that supposed to be off becasue when I reject a flight, it's giving my pilots the pay (I WANT MY MONEY BACK!!!) Is there anyway to fix that.
Last reply by Nabeel, -
ICAO Codes
by Daniel- 3 replies
- 1.6k views
When adding schedules we don't have the choice of choosing a different ICAO code... As in real airlines the Pilots code would be (e.g. RYR001) the schedule would be (FR1 or FR200) is it possible to do that? Thanks
-
- 4 replies
- 1.7k views
Hey, When i went into my local.config to add the va central thing i realized that hald of it sio missing and ideas? everything seems fine. here it is... <?php /** * This is the phpVMS Main Configuration File * * This file won't be modified/touched by future versions * of phpVMS, you can change your settings here * * There may also be additional settings in app.config.php * To change it, copy the line into this file here, for the * settings to take effect * */ define('DBASE_USER', 'XXNXX'); define('DBASE_PASS', 'XXXXX'); define('DBASE_NAME', 'XXXXX'); define('DBASE_SERVER', 'localhost'); define('DBASE_TYPE', 'mysql'); define('TABLE_PREFIX', 'phpvms_'); define('…
Last reply by Daniel, -
- 3 replies
- 1.1k views
I would like to use javascript to update my selection menus, i know its possible but im having trouble finding any code, basically what i want to do is if a pilot selects a departure then the destination drop down is populated from the database of available flights from the departure icao. Pointers welcome
Last reply by Nabeel, -
- 9 replies
- 2.9k views
Hi all, I'm having a bit of a struggle with the custom .htm pages, I can get php to work however when it comes to things like <? echo $pilotcode; ?> they won't display. I understand it's to do with the defining variable not being passed to the custom page but can't figure out how to solve it. Any suggestions or solutions?
Last reply by Bradpl6, -
- 6 replies
- 2.5k views
Hey guys i remember once there was a fuel calculator knocking about here based on aircraft type and route miles that displayed on the briefing page,I had this in a previous VA i started but cant seem to find it, if someone can point me in the right direction. Cheers.
Last reply by mark1million, -
Hi all, Here comes a question which i am sure has already been asked and has probably been filed under the "stupid questions" section. But here goes, I am in the process of creating my VA and I am now at the point where I am going to create my schedules, now is there an easy way of doing this opposed to sitting there entering each and every route through the admin panel? All I am looking for is a file or something which i can just add to my VA with some stock routes to start with which I can add to at a later stage or as they are requested. Or an easier way to input all the infomation required. Thanks in advance Scott
Last reply by Nabeel, -
- 4 replies
- 2k views
Hi All, I have searched and I can't seem to find the answer. I would like our Pireps to be automatically approved, rather than an admin having to do it. How can I go about this? Thanks in advance, Graham
Last reply by Strider, -
- 15 replies
- 4.6k views
Hello guys, I got a new template for my va and it has a image slider on the top (using javescript). It works fine in html coding but when i switch it to .tpl coding, the slider does not work. I have set all the folders into the right place but have no idea why it wont work. Any ideas will be much appreciated, James
Last reply by greeham, -
- 8 replies
- 2.5k views
I renumbered all my flights and want to kow how to erase all flights in my system before I upload the new CSV file. How do I do it? Also will this mess up all the pireps I have in the system already?
Last reply by mark1million, -
- 2 replies
- 1.1k views
Hello.please help set fskeeper on phpvms
Last reply by flyalaska, -
Is there something already to show Hub Stats like... Total flights Total hours Total Miles Total Pilots Maybe Total Schedules? Thanks
Last reply by Tom, -
- 3 replies
- 1.6k views
Hi, Im trying to create a seperate page where a pilot can click on a world map on hotspots for the airports so it brings up a page with all the charts for that airport. Here is the process as i understand it. Create a module "Charts" <?php class charts extends CodonModule { public function index() { Template::Show('charts.tpl'); } } ?> I have created my charts.tpl which is in my skins folder and obviously each airport needs its own template where i will display the chart links. When i do this i get the module "charts" does not exists.error Is there anything else i need to change. I have checked the file exists in core/mo…
Last reply by Alex, -
- 1 reply
- 1.2k views
Hello, after some researching on this I decided to make this thread.. When I went to our site today, these to errors suddenly came up: and this: What should I do about this? I do have sites which aren't part of phpVMS at all (same domain, same database etc), and they work without any problems at all. Expect that those errors shows, the only thing I've seen not working so far is the ACARS. Not able to log in at all... Many thanks for your help! Anders
Last reply by Strider, -
- 4 replies
- 2.3k views
Hi, How to personalized roster http://www.pashairvirtual.co.uk/index.php/Listing and column in the roster for IVAO instead of VATSIM? Thanks in Advanced!
Last reply by Blu-Express VA, -
- 15 replies
- 3.5k views
Hey, Just noticed that I had edited something on our roster and a pilot registered PAV079 Chris Odyssey and he is not in order... any ideas? http://www.pashairvirtual.co.uk/index.php/Listing the part I had edited <td><?php $fieldvalue = PilotData::GetFieldValue($pilot->pilotid, 'VATSIM ID'); if($fieldvalue != '1') { echo '<a href="http://www.vataware.com/pilot.cfm?cid='.$fieldvalue.'" target="_blank"><center><img src="'.SITE_URL.'/images/vatsim.gif" alt="Vatsim ID" /></center></a>'; } else { echo '<center><img src="/images/novat.png" width="20" height="18" border="0"/></center></a>'; } ?> <?ph…
Last reply by Daniel, -
- 5 replies
- 1.6k views
Hello, There is a file where there are all the airports in the world to be imported phpVMS instead of putting them all by hand? Thanks!
Last reply by simpilot, -
- 5 replies
- 7.1k views
How do I change a pilots rank? I have tried adding hours and that doesn't do it. There is no button to change rank? I'm using a pretty much stock PhpVMS install with pretty much no moods. Website here; wwwflyiva.org Thanks!
Last reply by Blu-Express VA, -
PIREP Status
by Kyle- 13 replies
- 2.8k views
Hey guys, I'm trying to firgutre out what the code is of the status of the PIREP. here's my code $pirep->status"; Is it wrong or what? I want to display the stats of the PIREP, like rejected or approved. How can I do that?
Last reply by Kyle, -
- 3 replies
- 1.5k views
I need a destinations list. I think is only one code to show all register airports. Anyone know how?
Last reply by Kyle,