Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 2 replies
- 1.8k views
I have added a line with a text box to the Pirep Filing template for "Date Flown" Just copied two lines of code and voila it's done. But..........I would like to have this appear in the pilot's Pireps and don't know how to modify the table(s) Can you tell me how and where to add it in MySQL? thank you. I'm getting better at tweaking little by much experimentation little. LOL
Last reply by tgycgijoes, -
- 5 replies
- 3k views
http://www.freshjetvirtual.com/index.php/acars One of my pilots sent me a message in their last PIREP indicating ACARS problems. I went to the ACARS map and saw the above (for those who can't see anything, it's a huge list of flights all under the same pilot: 0000.
Last reply by SiedlerP, -
- 2 replies
- 1.8k views
Hey Y'all, I need some help. I want to create a schedule that will have the airplane type, (B738) and when the pilot goes to bid a flight, the system assigns them a tail number from the fleet database. Can any of you phpvms geniuses help me please? Regards, Zeke
Last reply by ZekeElias, -
Hello For my pilot centre I need the code for the information of that pilot to display would anybody be able to provide the code for the following Name Pilot Id Rank Email Hub Location Hours Flights Miles Flown Thanks!
Last reply by Jeff, -
VA Central
by Cor- 3 replies
- 1.9k views
Hello, I pushed a wrong button so all the pireps are waiting again to be sent to VA central. I have this message in my admin panel What I do, nothing is happening. What can I do to correct this. tnx in advange, Regards, Cor
Last reply by Jeff, -
- 4 replies
- 1.7k views
Hello guys, I am trying to get the system to display the pilot join day. How would i do it? Or what would the Php be for it? Thanks, Edmund
Last reply by edmundk, -
- 4 replies
- 1.7k views
hi all, I created this code to see the longest flight <h4>TEST</h4> <table width="100%" border="1" align="center"> <tr bgcolor=blue> <th><b><font color=black>pilot</th></b> <th><b><font color=black>flight</th><b/b> <th><b><font color=black>time</th></b> <th><b><font color=black>cliente</th></b> </tr> <?php $query="SELECT * FROM phpvms_11pireps WHERE flighttime_stamp > '00:00:00' ORDER BY flighttime_stamp DESC LIMIT 15"; $list=DB::get_results($query); foreach ($list as $pirep) { echo '<tr><th>'.$pire…
Last reply by mattia, -
- 13 replies
- 4.8k views
Nabeel I am starting to get problems while pilots are filing pireps, to file a manual pirep it is taking over one minute from pressing the file button, this is also causing problems when pilots are using kACARS with the site delay. If there any way of moving the back end functions to a cron as the current performance can not continue. I have been speaking with Jeff and we have tried various things but its looking like its the back end functions that are causing the delays and problems as described above i tried a manual pirep which took over a minute to file. Is there a way to debug this step by step and find the problem. Just to add my other VA is fine and its runnin…
Last reply by RogerB, -
- 1 reply
- 1.3k views
Hey Guys, We get this error when my pilots login/logout. Logout Error: Login Error: However, for login, when we go back to the Home page after this error, it seems to have logged us in. When we go back to the homepage after receiving the Logiut error, it seems to have logged us out. Any Suggestions? Thanks in advance!
Last reply by Dyl963, -
- 1 reply
- 2.6k views
Hi, I have been experimenting installing phpVMS at an ISP. The installation was successfull and the main page did display correctly. However when I tried to selecet any of the other pages like registration or login, I got 404 page not found. After spending a full day researching, mode_rewrite, .htaccess rules, the forum, the code, etc... in vain, the ISP suggested me to install the software on a different server where they run php 5.2. On this new (actually old) platform everything seems to be working. ISP claimed that php 5.3 does not handle the index.php/link type url's ! I have asked them to provide me some doc proving their claim so that I could share with you.…
Last reply by Flyer, -
- 7 replies
- 2.6k views
Hey there, I'm hoping there's someone with a knowledge with using gmail Apps with phpVMS. Tonight, we changed over to Gmail Apps, and now we are having issues that the mass emails aren't being sent out. I double checked the local.config.php file and ensure the info is correct and it seems to be. Config::Set('EMAIL_USE_SMTP', true); # Add multiple SMTP servers by separating them with ; Config::Set('EMAIL_SMTP_SERVERS', 'smtp.gmail.com'); Config::Set('EMAIL_SMTP_PORT', '465'); Config::Set('EMAIL_SMTP_USE_AUTH', true); Config::Set('EMAIL_SMTP_SECURE', 'ssl'); # must be "ssl" for Google Apps Config::Set('EMAIL_SMTP_USER', 'emailsomething'); Config::Set('EMAIL_SMTP_PASS'…
Last reply by TennShadow, -
- 31 replies
- 6.8k views
G'day guys, Im trying to call a certain amount of an aircraft for my new fleet page. I need some guidance in doing this as im not quite sure what the syntax is for echoing an amount of something. This is what im trying to do <?php if $aircraft->icao; == DH8 echo $amount ?> Any guidance would be great Tylor
Last reply by Parkho, -
- 1 reply
- 1.4k views
Hi, i had added to my pilot a profile field, (textaerea), I want that this text area is visible in the public profile and profile main (his private profile) of the pilot but he can't (for now) modify it from his page (Modify profile). At the moment i can't do it, but i remember (if i don't wrong) that in the past the profile fields became all visible in the profile public when you add it, it's correct? This is how i add the field: Field Type TEXT AREA Default value NOTHING Show in User Profile? YES Show During Registration NO How to do it? Thnx!
Last reply by Blu-Express VA, -
- 18 replies
- 5.4k views
I have a very nuisance pecker-head that keeps registering. I need to have his IP address blocked. Is there a way to do this? Every time I delete his registration, he signs up with a new username, but it is always in the same format. This time his username is RerminiErer RerminiErerOC. It is really starting to tick me off as it has happened 15 times in the last 4 days now. Can someone help me? Nabeel, if you are reading this, I am on Fivedev. If I need to open a support ticket on this problem, I will. Someone please send help my way ASAP.
Last reply by joeri, -
- 0 replies
- 1.2k views
Hi, i like have the module with Awards in the Pilot's Profile, with the comment: Issued by .... and the date and/or other comments from the staff member... Like IVAO's profile, or you can view it: http://www.transavia...surname=Beerens If you click in the images on the left you have this: Dispatch qualified by: Byron Visser @ 06-01-2010 18:09z Exam/training did on 6-01-2010, goodluck en have fun with dispatching ! I really like it... Do you know any code for do that? Thank you so much!
Last reply by Blu-Express VA, -
- 5 replies
- 2.1k views
I need help with Pilot Id's in PHPVMS. I want the pilot ids to be in the following format 10000 10001 10002 ..........And soo on... I have tried by changing the pilot id's manualy and keeping the Config::Set('PILOTID_LENGTH', 4); # Length of the Pilot ID "4" but than the new member gets 1002 instead of 10002 when i do it to Config::Set('PILOTID_LENGTH', 5); # Length of the Pilot ID "5" it gives 01002 instead of 10002 So can you guys help me please ? Thank You Would be waiting for your replies.
Last reply by STARs, -
- 0 replies
- 1k views
I am wanting to start scheduling flights in and out of water airports. My VA only allows the usage of kAcars (custom) for flight submission. I was wondering how Acars treats water landings. Does it treat them like any other land based airport, or does it not function what-so-ever. I am asking VA owners that use the custom kAcars program and have airports scheduled in the water.
Last reply by Jeff, -
- 3 replies
- 1.4k views
Hi I'm looking for the calcDistance() function called in ops_scheduleform.tpl in admin/templates. Any body knows where it is? thanks
Last reply by Parkho, -
- 1 reply
- 1.3k views
héllo i have a probleme whit my PHPVMS see le screen http://imageshack.us/photo/my-images/855/help2e.png/ http://imageshack.us/photo/my-images/694/phpvms.png/ http://imageshack.us/photo/my-images/546/help1q.png/
Last reply by Sava, -
- 6 replies
- 2.5k views
Hi all, I'm currently working on modifying pirep_viewreport.tpl such that not only does it display the submit date and pilot name, but also displays who approved the PIREP and the approval date. I figured that if I could located the action taken by an admin in the phpvms_adminlog table, I could lookup the pilotid for that action, locate the pilot name in phpvms_pilots, and display firstname, lastname. However, when I execute this script on the page, it displays firstname, lastname as: Here is the code for the script: <?php $pirepid = $report->pirepid; $adminuserid = mysql_query("SELECT pilotid FROM phpvms_adminlog WHERE message=Approved PIREP #'.$pi…
Last reply by Nabeel, -
- 15 replies
- 3.4k views
I'm trying to make a booking module, and I don't get any errors, but it doesn't update the flight schedules. I think it has something to do with the mySQL update. Here's the booking.php I havn't made any .tpl and dont think I need to, this is my first module and still figuring it out. <?php class Booking extends CodonModule { public function index() { $this->set('pilotcode', PilotData::GetPilotCode(Auth::$userinfo->code, Auth::$userinfo->pilotid)); ?> <p><span style="color: rgb(128,0,0)"><strong><span style="font-size: 36px">Book a Flight</span></strong></span></p> <form action="http://www.canforce.org…
Last reply by Aaron, -
- 12 replies
- 2.6k views
Can anybody tell me how to add a training notes field somewhere. The field is just to add a record of training sessions and general notes etc. Any ideas are appreciated.
Last reply by Aaron, -
Hello everybody I just added the ranks on phpvms. Everything went good,but when i look on the page on the pay rate,the only thing i see is óŒ„/hr but i dnt see the number of it. Can someone help me please?
Last reply by Parkho, -
- 43 replies
- 9.4k views
Sorry if I open an other post but the other user hasn't got my problem. In basic template routemap and livemap work without problems. With my template they don't. http://vvair.volovirtuale.com /public_html/core/modules/ACARS/ACARS.php /public_html/core/common/ACARSData.class.php /public_html/core/templates/acarsmap.tpl I've uploaded again all files like a fresh install and in the personal template i've put the standard files, but still don't work. What else could be the problem? I'm an absolute noob about php and css, so please tell me where to look or which file to show you. Thanks
Last reply by joeri, -
Is there anyway possible to remove a hub from the registration to equal out the flow of hubs?
Last reply by Steve Bartlett, -
- 6 replies
- 2.6k views
I have installed obsessblue, but i can't seem to find anywhere on it to download acars. There is a tab in the pilot centre but nothing happens when you click on it. Please help.
Last reply by Strider, -
- 7 replies
- 2.6k views
I have two errors, my site got screwed up some how. Notice: The template file "/home/flyakaco/public_html//lib/skins/CURRENT_SKIN/header.tpl" doesn't exist in /home/flyakaco/public_html/core/classes/TemplateSet.class.php on line 248 Notice: The template file "/home/flyakaco/public_html//lib/skins/CURRENT_SKIN/footer.tpl" doesn't exist in /home/flyakaco/public_html/core/classes/TemplateSet.class.php on line 248 I don't even use the header.tpl and footer.tpl in my skin. Alaska Adventures
Last reply by Colin, -
- 5 replies
- 1.8k views
Hi there guys, Will there be any possibility that you will include full support for HTML5 and CSS3. This really needs to be done to catch up with the rest of them out there. Thanks Chad Donoghue
Last reply by miniarma, -
Hi everybody. I tried my first testflight today with fsacars. I start fsacars,i make the flight evrything goes good,the flight is shown on the livemap etc. After landing,when i will send the Pirep it shows my an error message. Databaseerror. Must i putin my database somewhere on an phptext? If yes where can i do that? Regards Damien
Last reply by damien82, -
- 1 reply
- 999 views
Hello everybody The livemap by default is showing the USA etc,but i want that my livemap shows europe,does someone can give me the coordinates for Europe? Thanks a lot Damien
Last reply by damien82,