Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 2 replies
- 1.3k views
I am experimenting with the creation of custom add-on modules, at the moment without DB access. So I have a module PHP file that goes in modules/MODULE_NAME and the template file in the templates directory. Now, on the module file I process all input parameters that may be given on the URL as well as predefined class variables. What if I want to access the value of one of those variables of the module file back in the template? For example if I defined "var $testMe = true" within the module class that extends Codeon, how would I go about accessing this variable value from my template (TPL) file?
Last reply by Mysterious Pilot, -
- 2 replies
- 1.9k views
I have problems with the ADMIN sidebar, for example with module NEWS appears sidebar_news.tpl and the HELP and tasks doesn't appear and I can't add news, it happens in every module, I take a photo (DOWN). Things that I modified, in core/classes/TemplateSet.class.php, because I had an error in registration (file_exists), I edit public function set($name, $vars), that it was like this(lines 90-103 default file): public function set($name, $value) { if(is_string($value) && strstr($value, $this->tpl_ext)) { if(file_exists($this->template_path . DS . $value)) { $value = $this->GetTemplate($value, true); } } $this->vars[$name] = $value; } …
Last reply by Nabeel, -
'Website Under Construcion' page? [SOLVED]
by Guest itrobb- 2 replies
- 1.4k views
Hi again, How can I create a 'Coming Soon' or 'Under Construction' page for my website? I am currently in maintenance mode in my local.config.php, but I want a little more than just a message. I want a large background image (which I have already made) that says 'Coming Soon' etc, then I'll make a form field for visitors to be notified of changes, but I can handle that bit. Would I do it on my index.php and make a redirect to it from my base URL?
-
- 2 replies
- 1.8k views
Hello, how can i dissociate the fleet of the virtual airlines if they hosted at the same phpvms system?
Last reply by Alexair, -
- 2 replies
- 1.6k views
Hello, I wonder if once installed phpVMS you can carry all the data for each pilot and automatic updates to my site .... because I already have a website! Can you tell me how can I keep my web site: www.bluexpressvirtu.joomlafree.it but with the services of phpVMS?
Last reply by Nabeel, -
- 2 replies
- 1.4k views
Hi All, I am pretty much stumped at the moment of something, I need the php clever guys to please help I have two results from a query, they both contain icao codes Result 1: FAJS, FACT, FABL, FAWB Result 2: FAJS, FAVS, FAWB, FANS I want to be able to compare these two results and echo out the icao code each time there is a match i.e Result 3: FAJS, FAWB I know I can use something like: if (result 1 = result 2) to make a comparison, but how do out output what that comparison would be? I hope this question makes sense
Last reply by selwynorren, -
Hi all we have a problem with the manual pilot report not accepting non schedule flights. Xacars will and sends then through and the VMS soft ware accepts them. But if a pilot sends a non schedule flight through with the pilot report it gives an error, Is there any way we can make the pilot report accept non schedule flights. This is important to the way we run our VA which is a charter VA, such things as returning aircraft to base etc are necessary. Can you help please. PaulD.
Last reply by TAV1702, -
I have a question that I'd imagine has a simple answer, but I can't seem to find it. I am a part of a VA that simulates military ops. There are two problems that we are going to run into. Firstly, a pilot may not use the same callsign from day to day. As he does different jobs, his callsign may change accordingly. Is there a way to track flight hours and other info without mandating a pilot use a single callsign? Also, the callsigns are not only three letters... For instance, BUGSY123 might be used, where BUGSY is the actual callsign, and 123 is the pilot... does this make sense?
Last reply by PhatZilla, -
- 2 replies
- 1.4k views
Hello everybody, I wonder if it is possible to create one more field of alternative airport schedules will add when I think it would be very good because nowadays many people do flight on IVAO or VATSIM would help the most, you can add one more field on the page to add schedules? Merry Christmas to all!
Last reply by Kairon, -
- 2 replies
- 1.1k views
Hey everyone, I'm trying to add a new permisson to the groups. Like for Example I want to add a permisson for "EDIT_GATES" to the adding group list. Is it possabile to add a new permisson?
Last reply by Kyle, -
Please help me (I'm a beginner)
by Guest mota_victor- 2 replies
- 1.9k views
Good night friends, first of all I apologize if I wrote something wrong because I am Brazilian and I do not speak English very well. C'mon, I'm wanting to mount a virtual airline but did not get to understand the step of beginning. I have a domain hosted at UOL (very famous here in Brazil) and now I have to do ... I thank you, a hug and a happy new year to all Victor Mota
-
- 2 replies
- 1.8k views
Hi @ all! I want change the name of the txt for fsfk config. Not VA-Template, i prefer the Va Name. But i don´t know what i must change. Thx for help! Andreas
Last reply by Andy, -
- 2 replies
- 1.2k views
I am trying to get the total number of awards for a pilot. How can I count the awards of a specific pilot? I am looking to rank pilots based on the number of awards that they have. The awards have a separate table for those awarded and I cant figure out how to count them based on the pilot number field. Any help you can give would be appreciated.
Last reply by kbohme, -
- 2 replies
- 1.5k views
I have added schedules, aircraft, and etc. They show up in the admin section but when I go to the pilot center and search for flight, I get airport but it doesn't show any routes? Can someone tell me what I have done wrong? Thanks!!! SOLVED
Last reply by regional_elite, -
auto retire
by joeri- 2 replies
- 3k views
hello all i am having a problem with the auto retire its set to 30 days but its not retireing anny pilots annymore.
Last reply by imnemina, -
- 2 replies
- 1.2k views
Hey guys, I don't really know where to post this question so i'll try my luck in the support forum. I am using Version 2.1.934 Wat update do i need to install to have the latest PHPVMS version? do i really need to update? is it highly recommended? Regards Lucas
Last reply by MrAmsterdam, -
- 2 replies
- 1.2k views
Sorry if this has been brought up before and I have searched and searched most of the day and have came up empty handed on every attempt. I need to know if there is a sql query I can run in phpmyadmin to make the News titles a bit longer. Now it chops words off right in the middle. I think it has something to do with vchar or something like that. Anyone show me the way? Thanks in advance either way. Ray
Last reply by TAV1702, -
In my site I have this code: <ul class="login"> <li class="left"> </li> <li><?php if(Auth::LoggedIn() == false){ echo 'Olá Visitante!'; }else{ echo 'Olá ' .PilotData::GetPilotCode(Auth::$userinfo->firstname, Auth::$userinfo->firstname); } ?> But they show: What changes should I do to remove the four zeros ?
Last reply by mix, -
- 2 replies
- 3.1k views
Gday Guys This may have come up already, but i did a forum search and could'nt find anything similar to what i was looking for, my aim, is to integrate the vatsim network statistics with my live to show all pilots on my live map, im aiming to get something similar to this site: http://www.deltava.org/flightboardmap.do?id=VATSIM&op=map anyone know how to do this, has it been done already? if so can someone please provide some instructions and source code. Thanks Tylor Eddy
Last reply by Tylor Eddy, -
- 2 replies
- 2.5k views
Hi guys. Just recently installed phpVMS to replace VABase & have to say I'm mightily impressed (especially with all the great add-ons the community is developing!) Anyway, the problem at hand... I've manually imported the fleet from myPHPAdmin and re-optimised the tables, cleared the cache etc. I'm trying to import the current schedules we have (I've changed the data to match the phpVMS formatting) using the Admin function and it's successfully picked up all the airports & populated that table but it keeps throwing up an error for every entry that "Aircraft xx does not exist! Skipping" (xx is every a/c number I have in the table!). Needless to say it's not pul…
Last reply by Chaz, -
- 2 replies
- 2.2k views
Hello, I have added hours to my drivers with the Transfer Hours, but like all companies have a limit for each rank, For example, the first rank is exceeded after 50 hours, but why am adding the rank has not been updated even if the pilot with all the extra hours now 76 hours and 13 minutes? Thanks!
Last reply by nicolaananda, -
- 2 replies
- 1.3k views
well this is one that I have never seen before.... any suggestions ?? Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 5 bytes) in ****/******/public_html/vms/core/classes/ezdb/ezdb_mysql.class.php on line 273 Is my database too large now ? (i just added thousands of airports)
Last reply by kbohme, -
Air Hauler
by kbohme- 2 replies
- 1.7k views
Has anyone tried yet to integrate the Air Hauler program output with vms ? My pilots have been asking so I thought that I would try here before I start my own (gonna be very slow) investigation. I am looking for only very basic integration right now the pilots simply enter the Air Hauler route as a charter on kACARS and track it while they fly it on AH. It would be nice if I could just pull the VMS info right from AH logs.
Last reply by Stevec937, -
- 2 replies
- 1.2k views
Hello.please help set fskeeper on phpvms
Last reply by flyalaska, -
- 2 replies
- 1.5k views
Hello, I hae the problem where pilots can't signup due to a foreign key constraint in the databsae. I remembered I had to troubleshoot this before but can't remember how I did this. I rarely ever work with MySQL, soa quick walkthrough of how to go through that in phpmyadmin would be very helpful! Thank you, Cory EDIT: Disregard, problem solved.
Last reply by coryb12, -
- 2 replies
- 1.2k views
Ok, I would like to ask a few questions... Schedules: I had saw something about hiding them when they are not scheduled to fly. Because I want all Schedules available but I want to show what days they fly in real world.So e.g. Mon, Tues, Thurs, Fri Thats Route does not fly on Wednesday (Today) but I want that schedule to still appear there. Also... Calling last 5 Flights: I need some help calling the last 5 flights that were completed by the pilot. I want to show this in the Pilot Center. Thank You, Daniel
Last reply by amcpilot, -
Hello, I was making a page on my site for pilots which has discount codes for them to use on flight sim websites, but i wanted them to only be able to access the page when they have completed a certain number of flying hours (so people wont just join to ge tthe discount then never being seen flying with the va again) So I was wondering if there was a code for this? Thanks, James
Last reply by James142, -
- 2 replies
- 1.1k views
HI guys, I have looked in the forums and I could not see it, but do the pilots have to bid for flights or can I let them fly what ever routes we have in the shedules list? Our pilots like to fly any aircraft on any route, but the way vms is set up you cannot is there anyway I can change that or is that it. Apart from cheers guys for some great sof tware.
Last reply by 5SA CEO, -
- 2 replies
- 1.1k views
Hey guys, I'm having problems with FSFK and I'm trying to get it working and when I connect, i got the error 404 like in the image. What is going on? My FSFK files are uploaded and everything.........
Last reply by Kyle, -
- 2 replies
- 998 views
Hey guys, when I did a flight. My flight info wasn;t showing up, what is going on with that?
Last reply by Kyle,