Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 2 replies
- 2.4k views
On the Recent Flights on the front Page of the website it keeps showing the date of 01/01/1970, it should show the date the Pirep was filed. Here is the code I am using: <?php # RECENT FLIGHTS ;?> <div class="col-md-6"> <div class="hr-title hr-long center"><abbr>Recent Flights</abbr></div> <div class="table-responsive"> <table class="table table-condensed table-hover"> <thead> <tr> <th>Flight</th> …
Last reply by Steve Bartlett, -
- 6 replies
- 2.4k views
How do I make a hotspot on the header that links to somewhere. Specifically, I have the VATSIM logo on my header, and want to make a clickspot so it links to www.vatsim.org when clicked. I know how to do it in dreamweaver, but I'm not able to use dreamweaver. I have no clue what code to put in where, plz help.
Last reply by Jeff, -
- 6 replies
- 2.4k views
Hi, i'm using phpvms 5.3 (crewcenter.travelskyalliance.com) and when I tried to delete a bid from smartCARS, it is delete in the acars but no in the webpage... And now he flights mark as "bidded" (Reservado) but these flights aren't bidded... How can I delete these fake or ghost bids? ... Sql? (Look attached screen)
Last reply by ProSkyDesign, -
- 2 replies
- 2.4k views
Hello Guys, I know I'm Off-Topic but I need help as I have not yet received any response from administrators CENTRAL VA; I successfully installed three weeks ago, the API KEY is enabled, but every time I try to send PIREP me error: "FAILED exporting PIREP # 279 - No response from API server". In the list of Virtual Airline I do not see even entered my VA; I thank you sincerely I look forward to the answers;
Last reply by Edwin, -
- 1 follower
- 8 replies
- 2.4k views
So, the old pilot pay bug has resurfaced. If I adjust pilots pay (say they have 1000 and I give them 5000, their profile reads it as they have 6000$. Nice. However, Exam Center gives the money back on recalculate of finance in admin panel. Has anyone ever found a fix for that yet? And another one, If I have adjusted said pilots pay to the said 6000$ and they take a $5000 exam, that should leave them $1000 right? Wrong. It says they don't have enough money for the exam. Meaning in reality, the exam center is reading their pilot pay as $1000, not $6000. I adjust some code from total pay to $userinfo->totalpay + $userinfo->payadjust; to total out the money they have…
Last reply by TAV1702, -
- 4 replies
- 2.4k views
Hi all, I'm currently going through a stage of trying to move our Mass Emails over from the local hosting to a dedicated system designed for mass email marketing as my VA has gone over 100 active pilots and our hosting keeps shutting our email system down whenever we mass email due to 'spam protection' I've spent hours on the forums and I've updated the Local config php as well as other associated files to enter the SMTP/Auth/User data, tries TLS, SSL etc and have had no luck. I've even correctly set up the DNS and MX records (and reverted the MX Records for further testing) MailGun seems to make mention of an API requirement however it doesn't seem to be m…
Last reply by Brendan03, -
- 7 replies
- 2.4k views
How do I push user back to his profile edit page if core_success or core_error is thrown? In the code below index() pulls profile_main.php which is not used (at all)--I can't set profile_edit because if I do then it shows no data. Is there way to force index() to move on to public function view($pilotid='') where the actual profile builds? public function index() { if(!Auth::LoggedIn()) { $this->set('message', 'You must be logged in to access this feature!'); $this->render('core_error.php'); return; } /* * This is from /profile/editprofile */ if(isset($this->post->action)) { if($this->post->action == 'saveprofile') …
Last reply by Ither, -
- 7 replies
- 2.4k views
Running version simpilot 5.5.2 I changed the ranks by deleting all the old ranks and adding in the new ones as a result of implementing some VA updates, however following, when I went into the manage fleet section to change the ranks (as well as many other values) an error message saying "There was error editing the aircraft". Not only that but adding onto that, I am unable to delete users who are no longer with the VA, and unable to add new aircrafts into the fleet. Any causes to the error and any remedies to the situation? Help is greatly appreciated.
Last reply by ProAvia, -
- 7 replies
- 2.4k views
Hey Guys, I'm trying to firgure out what's wrong. So I don't want any pilots to access the retired pilots public profiles and here's my code from profile.php. if(!pilot::retired()) { $this->set('message', 'Sorry! This Profile Is Not Available! '); $this->render('core_error.tpl'); return; } Can anyone help me to guide in the right direction and I'll be happy to give you 1+ rep if you helped me. Thanks!
Last reply by Kyle, -
- 1 follower
- 6 replies
- 2.4k views
Well Hello, Guys I have this problem in my admin center pilots ranks,The edit botton doesn't exist and I cant see the ranks images please help me I want to delete all ranks but I don't Know how? see this image.. Help Me guys!!
Last reply by Stealthbird97, -
- 5 replies
- 2.4k views
Hi there, This is my first post on the forums so I'd like to say thank you to everyone that gives up their time to help newbies such as myself! Hopefully I'll get all the answers I need from here. Okay, so I've just switched from FSAirlines to KaCARS, wordpress to PHPVMS, and as I'm sure you're aware, there's a huge difference! I've managed to work my way around a few of the bits and bobs. I'm also new to the whole php/sql/coding/anythingthatisntenglishtome lol! Because of this lack of knowledge, I'm stuck on a few bits and I'm hoping some of you guys may be able to help me. The issues I have up to this point: My ACARS map, I'd like to display on my front page. I'm ok…
Last reply by simpilot, -
- 5 replies
- 2.4k views
Hello all, I've a new idea that's after 48 hours of flight booking, the pilot is withdrawn $100 (or to be able to prescribe in the config, how much money to rent for late flight) Example: Pilot had $200 he booked a flight, but doesn't make the flight, after 48 hours, automatic removed the flight from flight bids, and withdrawn $100 from pilot! Pilot have $100! sorry for my english, Thanks Artjom
Last reply by Nabeel, -
- 3 replies
- 2.4k views
Hi there, We have recently changed the background for our signatures and it is working for others but not for me. I have selected the new background in my profile and I have selected the Reset Signatures link in the maintenance section of the admin panel. It is regenerating the signatures however for me it is regenerating the signature with the old background which is no longer on the server my site is hosted at. There is only one background file in the background folder. Does anyone have any ideas what is happening and how I can sort this out. My Vice-ceo would normally sort this but he is currently on holiday. Cheers
Last reply by TheBulk, -
- 8 replies
- 2.4k views
I have one question here, Im trying to do this. <?php if(!Auth::LoggedIn()) { // Show these if they haven't logged in yet ?> <?php } else { ?> <p class="front"> Your Hub Manager is...</p> <?php if ($userinfo->hub == KDEN) { echo "Dimitri"; } elseif ($userinfo->hub == KLAX) { echo "Josh"; } elseif ($userinfo->hub == KMDW) { echo "Jeff "; } elseif ($userinfo->hub == KBNA) { echo "Mark"; } else { echo "you have no manager yet"; } ?> <?php } ?> but it will always echo you have no manager yet. does $userinfo->hub echo a number or what? Please help. Thanks
Last reply by Kyle, -
Hi my phpvms_aircraft file has gone out of my mysql database please will some one export theres or is there another way? Thanks in advance Jacob
Last reply by Nabeel, -
- 1 follower
- 4 replies
- 2.4k views
just one thing we noticed in my VA. Sometimes it can take 12 hours for an admin to authorise a Pirep on my VA, no major drama;s But, if a pilot flies from A to B, and the pirep is not yet validated by Admin, the aircraft still shows available to others at A Is there are way to lock out any aircraft pending pireps, until authorised, to stop duplicate use?
Last reply by ukmil, -
- 5 replies
- 2.4k views
Dear people Each time a pilot entering a PIREP, staff members comes a mail in English saying "A PIREP has-been submitted by ...." Where is the TPL file is to translate this to my language? How is the name of the TPL? Best regards
Last reply by imnemina, -
- 1 follower
- 5 replies
- 2.4k views
Hi There, i use an addon for live route show for PHPVMS. It works amazing, but i see sometimes a straight line, the problem is my acars program (or phpvms) sends/recieving just every 2 minutes an update of my position. Is there a way to change that to 1 minute or something? I hope you can help me! Thanks a lot Jelle
Last reply by Heritage1, -
JSON array
by mattia- 4 replies
- 2.4k views
Hi Guys, i need help with the json for the phpvms live map, this is the exmple code [{"flightnum":"IV7050","deptime":"2016-06-01 16:47:00","arrtime":"17:01:39","gs":"397","alt":"26955","lat":"41.340347359635","lng":"-72.46185414378","phasedetail":"Climbing","timeremaining":"07:45:00","online":"No","depicao":"KJFK","arricao":"LFPO","heading":"68","distremain":"3080","aircraftname":"B747-400", "zone":"[{"Latitude":34.647995,"Longitude":-86.738549}]", "code":"IV","pilotid":"IV0018","firstname":"Mattia","lastname":"test","deplat":"40.6398","deplng":"-73.7789","arrlat":"48.7253","arrlng":"2.35944","route_details":[],"percomplete":2.32,"distremaining":"3080","pilotname":"Ma…
Last reply by mattia, -
- 5 replies
- 2.4k views
Does anyone know if there is a replacement or some type of fix to be able to view a pilots stats on their Pilot Center page? I am using the 5.5.2 phpvms release. Flash is no longer being used right? Stay safe!
Last reply by natcret, -
- 3 replies
- 2.4k views
I'm hoping that I can backup and reuse the changes I've made these files. For the main and for the Admin center. Also, I'm re using my modified crystal skin. Is this ok to backup? I mean I dont' want to break any updates.
Last reply by Nabeel, -
- 5 replies
- 2.4k views
Hello Friends ... I have a serious problem, my "live map" does not work properly ... he be problems in the script ... Have reinstalled 3 times, and did not work ... See the photo ..... I await aid and answers ....
Last reply by Nabeel, -
- 3 replies
- 2.4k views
hi all i am try for 2 days ago to solve this problem with search in foum but no way...(problem): traffic not apear on map..google map installed corectly with key ...my site here
Last reply by raymond rabasi, -
- 1 follower
- 3 replies
- 2.4k views
Hi all I have Like 20 Pilots Registered in my VA and when And when i Hit the view all pilots section I dont see any pilots!
Last reply by Parkho, -
- 7 replies
- 2.4k views
Good morning all, first of all i would like to thank everybody helping in this community trying to improve this script, i have creat a simple html page i want to include /index.php/pilots page in this new html one i proceed with normal procedure by copying/past the coed <?php include('home/core/codon.config.php'); ?> also adding the code of pilots_list.tpl into this page but only thing show up in this page is "There are no pilots!" thank you in advance
Last reply by FlyingMachine, -
- 6 replies
- 2.4k views
Well, if I am using a drop down menu how to arrange that within the core_navigation.tpl ? For example I may have a link to the pilot center droping down from "operations" but how do I show that only to logged in people? And also the logout and admin, where do I put my links for those in the core navigation as they also drop down from "operations"? many thanks, roboa
Last reply by roboa, -
- 6 replies
- 2.4k views
Please pardon me guys as I know this has been brought up before, but my search is revealing nothing. I have some pages that I would like only a specific group to be able to see. How is this possible to do? I want to make it so only my group ATC can view the ATC training materials and such. And obviously due to security and such, Admin should be able to see these pages as well. Any help would be great. Thanks in advance either way. Ray
Last reply by TAV1702, -
[Solved] Pilot Center
by Guest Kendo- 4 replies
- 2.4k views
hey Guys i looking for a Pilot Center that look like this Like this one! not like this one(is my Pilot Center)
-
- 1 reply
- 2.4k views
Hi everyone, I've worked with phpVMS for quite a while now and I'm pretty satisfied, great job!! Now my customer had page already set up and wanted me to integrate phpVMS. I have a normal login field (Pilot ID, Password and remember). I got the loginform: <h1>Login</h1> <form name="loginform" action="<?php echo url('/login');?>" method="post"> <?php echo "<?xml version='1.0'?>"; ?> <?php if(isset($message)) echo '<p class="error">'.$message.'</p>'; ?> <dl> <dt>E-mail Address:</dt> <dd><input type="text" name="email" value="" /> <dt>Password:</dt> <dd><i…
Last reply by Vangelis, -
- 2 replies
- 2.4k views
I have two sub airlines that I would prefer not to show up on the registration page. Is there a way to not have them show up when a pilot registers and have all pilots assigned to the main airline? I searched and was not successful finding what I'm looking for. Thanks in advance for you help!
Last reply by TennShadow,
