Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 14 replies
- 2.8k views
HEy guys ! I just install phpvms on my website for my Virtual Airline It has been a long time since i want this and now i get it i feel excited ... But my excitement drop after i discovered some of the feature doesn't work i mean it work but can't access to it ! Damn it.. Here is the one ! -Pilot Center (It says i need to logged in in order for me to use the pilot center . -Add&Edit airport (Under Admin Panel) -Add&Edit Fleet(Under Admin Panel) - This one it says i need to login in first . but i already log in So far here it is .. Please guys help me .. i really need this help. This software works 100% ..
Last reply by Jeff, -
Me and my friend are trying to dev a bridge between phpvms and simmiles system what we need to ask is "We need to print out the pilot ID and password variables on the profile page how can we do that?"
Last reply by Nabeel, -
- 3 replies
- 1.4k views
does anyone tell me please what the hex decimal colour would be that would work with the colours i have on the skin im using please see website link below luxairways.org
Last reply by alblua, -
- 11 replies
- 2.7k views
I have been trying XACARS and i did a flight from my bid stack and i got this. As you can see the information was submitted successfully but the data is in the wrong fields. Any way to fix this?
Last reply by Nabeel, -
- 8 replies
- 2.4k views
When loading pages oddly it shows up with a "" before the page loads. Don't know what that means! Ever since it started loading that up, the Pilot list didn't work in the Admin panel. It's like it's not pulling the database information or something. I overrided the Admin Panel pilots files (PHPVMS > admin > templates > pilots_etc...) any suggestions?
Last reply by Nabeel, -
- 1 follower
- 10 replies
- 2.9k views
Hello gentlemen, I am working on applying this proccess to my va website but I have several questions. In that step Skin Modifications Place it before before the </head> tag (default is /lib/skins/crystal/layout.tpl) <link rel="stylesheet" href="<?php echo SITE_URL?>/lib/js/leaflet/leaflet.css" /> <script src="<?php echo SITE_URL?>/lib/js/leaflet/leaflet.js"> </script> <script src="<?php echo SITE_URL?>/lib/js/leaflet/leaflet-providers.js"> </script> <script src="<?php echo SITE_URL?>/lib/js/leaflet/Leaflet.Geodesic.js"></script> I use the skyblue skin instead of cr…
Last reply by ERDEM, -
- 3 replies
- 1.8k views
Hello, I'm planning on starting a virtual airport, covering all routes, airlines, fleets etc from that one airport. Would phpVMS be suitable for this? Thanks.
Last reply by Nabeel, -
- 2 replies
- 1.3k views
Hi brothers, pilots and web developers, here are some questions: 1. How do I create a progress bar for the next rating? As for example of tim620: http://prntscr.com/gu9m1k 2. How do I get a "pilot of the week"? [SOLVED] 3. I'm using the CrewCenter from web541, but this appears and I can not change: When I go to someone's profile, the profile gets totally disorganized, like the following image: https://prnt.sc/gttqru And also "My Reports" appears, but it should be "Report List", and in the blue frame, my reports also appear. NOTE: It was in someone else's profile, then "Report List". Thank you.
Last reply by CarlosEduardo2409, -
some questions for generated a new Flight Schedules & Routes
by Guest FWX001- 4 replies
- 1.2k views
Hello everybody, is it possible? if I have a new route to generate (ADMIN CENTER) the final number will always be saved? and it is possible a back route Rienen generated automatically with an odd number? example: Flight Number: 2000 Departure Airport: EDDL Arrival Airport: EDDF after we have generated the new schedule the program generated a back route with the number 2001 automatically Flight Number: 2001 Departure Airport: EDDF Arrival Airport: EDDL is possible too send my the code or a send my the script. Regard Ramon (thx Google Translater)
-
- 2 replies
- 1.4k views
Hello all, I have recently downloaded and installed phpVMS and I only have a few questions, Is there a way to remove the phpVMS logo at the top of the page and add your airline logo? Is there a way to change the colour of the text and how do I change the colour of the lines etc in the admin centre? How can I add another page to the menu or how can I edit what it says on the menu. Thank you, your help is greatly appreciated
Last reply by Sava, -
- 1 reply
- 1.3k views
Hello friends. Someone can provide me with a template for the administration panel. The one that brings the phpvms 5.5.x I do not like it. I installed two that circulate in the forum but they are not 100% operative. There are several menus that do not work and I do not know how to fix them. I did not program phpvms and its creators have not been able to fix it either Thank you
Last reply by Heritage1, -
- 1 reply
- 1k views
Hello, - Ive been trying to limit the landing rate stats module to a weekly limit. ie, to only show the to landings of every given week. Ive been having some trouble achieving this. I have gone through the mega thread of the module it self and while there are some hints of a code snippet to limit it to monthly, unfortunately i have not been able to work out how to implement the code or where to implement it to. I would greatly appreciate any help or an explanation on how to implement a code that will restrict the top landings for a weekly display which will reset itself every week. -- and the two is about TOPPILOT Moudle: Im trying to get some of the top pilot tabl…
Last reply by freshJet, -
- 0 replies
- 814 views
If your having and issue with bogus registrations check your image or video directories for files or other directories that don't belong. That's where spam hackers are storing malicious codes......Thats where I found mine. And it was in a backup, really pissed me off.. Since I found the malicious code directory I've had no bogus registrations..
Last reply by RogerB, -
- 7 replies
- 2.4k views
My site rexently started giving lots of errors which never happened before, and now the website twitches and the size of the font changed from normal to huge! Please help. I do the maintenance in admin panel atleast every other day. But it still goes crazy... Never happened before!
Last reply by Thomas Rozanov, -
- 2 replies
- 1.1k views
Hi nabeel, i'm so sorry i must clicked the wrong button when i was going to report a bug then it took me to where i overwirted your bug tracker front page. Sorry Nabeel!!!!!! Hope you can resotre it back!
Last reply by Kyle, -
- 1 reply
- 1.7k views
I have a user select a country out of a select box, and then i want it to sort the airports that are in that country. I have a $country variable, and by $allcountries variable: $country = $_POST['location']; $allairports = OperationsData::GetAllAirports($country); ... then i have a foreach statement Am i doing that right? it does not sort the airports
Last reply by simpilot, -
- 7 replies
- 2.3k views
I want to sort my airlines aircraft in ascending order when the pilot comes to choose his aircraft for submission of a pirep. I have tried two ways so far. in local config i did this. /* Sort the aircraft by order*/ Config::Set('AIRCRAFT_ORDER_BY', 'name ASC'); That doesn't appear to work. I also went into my mysql db and went into operations changing the alter table order from "id" to "name", but that doesnt seems to work either. My php code on the pirep submit tpl is as follows, i wonder if someone could point me in the correct direction. <div align="center"> <select name="aircraft" id="aircraft"> <option value="">Select the a…
Last reply by stuartpb, -
- 1 reply
- 1.5k views
i really hate to spam the forums with this but its been more than a week since i have asked this question would you please just check out what i posted.... http://forum.phpvms.net/topic/2599-eventbooking-beta-13/page__st__120
Last reply by simpilot, -
- 0 replies
- 958 views
I have searched for this Spaces Export etc but can't find any hits. If I export our Flight Schedules to update them then import them in CSV format the next time I export them I get a space infront of the Arrival time, if I then export again I get two spaces, then three. Then it stops adding the spaces. Is this a known problem?
Last reply by Charlieg, -
- 1 reply
- 1.4k views
Hi, When a pilot resgistered form my VA the phpvms sent a mail. I want to see spaces in the final mail. This is the final mail: But I want and I put in the email_registrationaceppted.tpl this: How can I see the spaces in the final mail? Any Ideas?
Last reply by Kyle, -
OK i installed phpvms at my other VA and got spambots registering as pilots lolIs there a way to stop this?Might need some extra security coding me thinks Dave
Last reply by davehardy, -
Recently we discovered our unused forum was being used by spammers and causing us to exceed our bandwidth limit. The forum had been added when the new site at phpVMS was created, but we decided to use our old forum instead. The new forum sat idle until I approved a few new memberships from new hires in Afghanistan. I decided soon after that the applicants were bogus and deleted them from the roster, rejecting all future applicants too. (I think that Afghanistan doesn't reflect any Al Qeida connection. Afghanistan is just the first name on the country list). We deleted the forum a couple of days ago and ever since I'm getting new Afghanistan applicants at the rate of ab…
Last reply by mark1million, -
- 0 replies
- 1.5k views
Could get a list of all words that make phpVMS, to edit files and translate it into Spanish. You can guide me where you have to edit files to translate? Thanks
Last reply by polirom, -
- 3 replies
- 1.8k views
Hi there, I'm a retired airfoce officer and run a military / SOC VA in the Netherlands. It's very difficult to find good performing VA software for us. I truly believe that if phpVMS is willing to support us too, their marketshare will grow. We need software with the same capabilities as for a civilian VA however there are a few other things. - military don't fly "routes", they fly missions and every mission is different. However we have standard patrol, AAR, etc procedures wich fit nearly but not complete in the phpVMS package. - the pilots and Groups thing fit. (no changes needed) - Airline Operations should be changed in Ops Center and then - - Add & Edi…
Last reply by llju1, -
- 3 replies
- 2.2k views
Hi, My name is Liam Boyer and I am an administrator of American Airlines Virtual for Infinite Flight. I am seeking a way for my pilots to enter PIREPS or Flight logs into one system that I can view and show their status. My website is a free version of WIX. Please help. Thanks Infinite Flight is a Flight Sim on mobile devices, not as awesome as FSX, but good enough for those who play on Mobile. My Website: http://americanairlinesif.wix.com/virtualamerican
Last reply by t_bergman, -
- 6 replies
- 1.6k views
G'day all I have a request from one of my pilots. At the moment the pilot center has a pie graph which shows percentages of aircraft hours. Can someone please give me the code so the pilot could VIEW the hours that he/she has flown for each aircraft. E.g BOEING 737-800 10.1 CESSNA 172 1.4
Last reply by Nabeel, -
- 3 replies
- 1.7k views
Gents i am having a thought about listing flight hours by type, ie i have pax flights and cargo flights, i am looking at listing the hours separately and creating awards based on hours per types, is there anything out there that anyone else has done yet and how difficult would this be to code?
-
- 1 reply
- 1.4k views
Hi, I am using cPanel X and am trying to make a SQL database. Im just unsure with the database name does this matter? As the tutorial document says you use 'phpvms_prefix' and when I go onto mine it only gives the option to use 'wingsair_prefix' Do I have to use phpvms_xxx' for it to work with php vms? Thanks
Last reply by Sava, -
- 1 reply
- 1.9k views
Hello, The server I use was just down for days...they ended up having to reload everything from an out of date backup. Unfortunately my pilots have now lost quite a few of their flights. This makes me unhappy.. I was wondering if I could setup a (i think its called cron) command that would automatically backup the database on my server and send the file to another server I use. I use a cron to do daily maintenance on the site tables etc...and was oping I could do the same thing with a backup. I am hoping to automate it as there are times when I can be away from a computer for up to a week at a time because of work, so my manual backups won't be adequate. Any help woul…
Last reply by TennShadow, -
- 1 follower
- 4 replies
- 2.1k views
Hello Guys, we in our Airline got our complete schedule in utc time. At the end of the Month we are switching to the "wintertime" and so we must reschedule all Flights. Is there an way that we can change all Flights in mysql to be set deptime -1 Hour ??? Thanks in advance for your help. BRGDS
Last reply by Thomasha,