Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 7 replies
- 1.6k views
Hi, How to personalize a registration page and mail for user? The Standard mail for user is Dear NAME FOR USER, Your account have been made at Blu-Express Virtual, but your account has not yet been activated. You will receive an email when your registration has been activated by someone on our staff. Thanks! Blu-Express Virtual Staff How to personalize? Thanks in Advanced for your help
Last reply by Nabeel, -
- 9 replies
- 3.1k 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
- 3.3k views
hello all i have a problem with registration of a new member when the form is filled and click on register they have a msg "could not open socket" i think it is due to recaptcha but i dont know how to solve this problem thnx for help
Last reply by simpilot, -
- 4 replies
- 2.1k views
Hello All, I've created a custom profile field through the admin center for VATSIM ID's. I've gone into the member's profile to add their VATSIM ID and get the "saved successfully" message. But when I go out of that screen then back in the data is missing. Any help appreciated.
Last reply by beerguts, -
- 8 replies
- 2.8k 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, -
- 4 replies
- 2.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, -
- 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, -
- 1 reply
- 1.3k 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, -
- 6 replies
- 2.3k views
how to create a title with a background image like this: http://www.alitaliavirtual.com/index.php SidArea Right, while you tell me also how do you move to the titles? Thanks
Last reply by Blu-Express VA, -
- 4 replies
- 4.9k views
Hi, How to add IVAO DATA in the pilot Roster? is the column with IVAO image and link for details for here pilots... This is VATSIM Data, but it's simily: http://www.flyoasis.org/index.php/pilots Thanks in Advanced!
Last reply by estebanmejia, -
- 3 replies
- 1.7k 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, -
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, -
- 2 replies
- 1.2k views
Hello.please help set fskeeper on phpvms
Last reply by flyalaska, -
- 4 replies
- 2.5k 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, -
- 7 replies
- 2.9k views
I wanted to include some security puzzle since I have one Spam registration by day this bots can register even with re-captcha activated is their an easy way to do something like eg. some kind of math question or simply capitol of a country thanks in advance Thomas
Last reply by Strider, -
- 5 replies
- 7.3k 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, -
- 6 replies
- 2.6k 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, -
- 3 replies
- 1.3k views
Hey guys, I have this hub module in my localhost and I haven't done a thing to it yet, so I wanted to get it done. How can I call for the pilots like for example. I want the Hub CYYZ to get all of the CYYZ pilots into the Hub Page Roster. Any help would be great and I'll give you reps... (Always!) Thanks.
Last reply by Kyle, -
- 15 replies
- 3.9k 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, -
- 6 replies
- 1.8k views
Ok, I been on that for a while and I'm trying to firgure out how can I call if there was no reports filed, then how can I say "No Reports Yet" on the Last Flights. So here's my code, and I want to add a part so if there was no flight reports, I want it to say no flights filed yet. <?php $flights = PIREPData::getLastReports($userinfo->pilotid, '10'); $string = ""; foreach($flights as $flight) { $string = $string.$flight->depicao.'+-+'.$flight->arricao.',+'; } …
Last reply by Kyle, -
- 1 reply
- 1.3k views
HI, ALL 1.- Because a complete flight and close the kACARS, still appears in the MAP LIVE flight and general site map http://www.mundoairlines.org/index.php?option=com_wrapper&view=wrapper&Itemid=131 2.- I have to copy that code to put on the main page of a website with joomla. How is it done? I want to put only the map but I get all the web phpVMS http://www.mundoairlines.org/index.php?option=com_content&view=frontpage&Itemid=1 THANKS
Last reply by TennShadow, -
- 3 replies
- 1.6k views
I need a destinations list. I think is only one code to show all register airports. Anyone know how?
Last reply by Kyle, -
- 7 replies
- 2.4k views
Gday Guys i was wondering if it was possible to get my VA and account deleted off VA Central ?, i am unable to do it as i had trouble signing up with my email, so i tried another email, and changed the settings after signing up to my preferred email, well.. VA Central didnt like that one bit, and i am unable to edit my VA within VA Central, i cannot access the account at all, keeps telling me my login details are wrong, i have tried both emails. I will sign up to VA Central again as soon as i finish porting my site over to my new paid hosting service, and ill leave it with the other email address this time. my VA is Qantas Virtual Airlines - http://www.vacentral.net/a…
Last reply by Nabeel, -
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, -
- 1 reply
- 946 views
When i add a page from the admin panel. It automatically adds links to the page in the menu bars (navigational). I am using obsess blue and i thought maybe theres a code in layout.tpl that does that and i should delete? But what is it? thanks!
Last reply by Tom, -
- 3 replies
- 1k views
Gday Guys I went to fire up my site today and i got this error Notice: The template file "/home/a5579765/public_html//lib/skins/CURRENT_SKIN/header.tpl" doesn't exist in /home/a5579765/public_html/core/classes/TemplateSet.class.php on line 248 i have not changed any files on the site, and for some reason this decided to display, im unsure what it means, may someone please explain the situation to me please, its ironic, as i was just about to move the site onto a paid hosting service Thanks
Last reply by Tylor Eddy, -
- 4 replies
- 1.8k views
Hello, I will get right into it - I downloaded and installed phpVMS earlier today, and everything seemed to go fine. That is, until the installation was complete, and I went to go log into the administration area. I noticed that when I went to login, or click on any link for that fact (with the exception of the home page link), I was taken to an error page. For Chrome, they show as a broken link, and in Firefox, I get this error message, "No input file specified." phpVMS Build Number: 934 Checking PHP version [OK] PHP version is 5.2.14.x ASP Tags [OK] ASP-style tags are disabled Checking connectivity... [OK] Can contact outside servers Checking for SimpleXML modul…
Last reply by Michael, -
- 3 replies
- 2.1k views
Why?: http://www.bluexpressva.joomlafree.it/phpVMS/index.php/schedules/details/24 Thanks!
Last reply by Tom, -
- 0 replies
- 939 views
Why?: http://www.bluexpressva.joomlafree.it/phpVMS/index.php/schedules/details/24 Thanks!
Last reply by Blu-Express VA, -
- 1 reply
- 919 views
Hello all, have a questions about Aircraft sytem at PHPVMS 1)do phpvms has ability to link aircraft to airport (aircraft must remain at the arrival airport)? 2)Also can I make many aircrafts to shedule? not one? 3)Can i link aircraft to pilot, and nobody alse can use it? sorry for eng
Last reply by Strider,