Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 2 replies
- 1.3k views
Hello, i'm new to php and phpvms. i've added a custom field in the pilot registration (ID IVAO). I want to display this custom field in the pilot pending table in backend, with a link to the IVAO profile of each pilot. I've tried some solutions but it doesn't work. Here's my last : pilot_pending.php <?php if(!defined('IN_PHPVMS') && IN_PHPVMS !== true) { die(); } ?> <h3>Pending Pilots</h3> <?php if(!$allpilots) { echo '<p>There are no pilots!</p>'; return; } ?> <table id="tabledlist" class="tablesorter"> <thead> <tr> <th>Pilot Name</th> <th>Email Address</th> <th>Location&…
Last reply by orobouros, -
- 1 reply
- 1.3k views
Hello, How do when a PIREPs rejected the hours are not added to the pilot ? thanks Rui Miguel
Last reply by servetas, -
- 2 followers
- 2 replies
- 1.3k views
Hello everyone. Little helping hand ... I just saw that I was using PHPVMS version 2.1.936! How do I upgrade to the latest version (5.5.2)? I'm ready to give my FTP codes if it takes to do it? I'm afraid to put the bazaar in my website, which works well ... Thank you. Patrice UAS001 http://www.uasgroup.org
Last reply by Vangelis, -
Hi Can anyone please show me how i can make a page in dreamwever, where a user can enter information, store it on the SQL database and then another page which shows the information? Many Thanks chris
Last reply by Sava, -
- 0 replies
- 1.3k views
Hi guys, Last question for now :-) Is there a code available to show the latest 10 flight schedules added on the website? What i mean is the admin created a few new schedules that pilots can fly. The admin wants those added flights to be shown on the website for pilots to see. Is there a solution for this available? Regards Lucas
Last reply by MrAmsterdam, -
- 1 reply
- 1.3k views
How can you connect teamspeak to MySQL to create privilege keys to newly registered pilots within your virtual airline ?
Last reply by StartVM, -
- 2 replies
- 1.3k views
My sidebar currently looks like this, and I'd like to evenly space the text. Id like for my sidebar to be evenly spaced like this. I am clueless, and don't know how to space the text. Any help would be greatly appreciated, thanks! Website here Heres my frontpage_recentpilots.php <?php if(!defined('IN_PHPVMS') && IN_PHPVMS !== true) { die(); } ?> <?php foreach($pilot_list as $pilot) { ?> <p> <a href="<?php echo url('/profile/view/'.$pilot->pilotid);?>"> <?php echo PilotData::GetPilotCode($pilot->code, $pilot->pilotid).' '.$pilot->firstname.' '.$pilot->…
Last reply by jacobmatthew, -
- 3 replies
- 1.3k views
The "flight from VA" function is great, but it still doesn't pull the correct aircraft. For me acars never updates after takeoff until you land (map), but i noticed for one other person it appears to work on their map......Other than those two small things ACARS has been rock solid..
Last reply by Nabeel, -
- 4 replies
- 1.3k views
I know when I set up the schedules it asks for an aircraft to fly that route, so I copied the same tail number for each set of schedules. i.e. Flights out of EGKK are in the 100's is G-JST Flights out of KBOS are in the 200's is G-FSCJ Does the pilot have to fly that aircraft or can he fly what every aircraft is the fleet at that airport at that time?
Last reply by 5SA CEO, -
- 1 reply
- 1.3k views
Hi All, I've searched quite a few threads but can't see any that match this exact issue. Basically any email sent from the site (ie. group emails through the admin panel or automated emails like the registration emails) are not being received by anyone. We are, however, receiving notification emails to the nominated site address (i.e when a PIREP has been filed or someone has registered). The email address matches our hosting account email. Any ideas? Thanks in advance for your help.
Last reply by Nabeel, -
- 1 reply
- 1.3k views
Is there a way to set up php to allow duplicate flight numbers. Example like a through flight that keeps the same flight number.
Last reply by Parkho, -
- 3 replies
- 1.3k views
I am trying to start up a New VA Club were you can fly an airplane you like or military flight you like and Airline flight I need to see if I can change some coding around to meet my needs if I can, I am trying to take away the flight scheduled but keep the auto pirep going were they can file any kind of flight they want, without having a set flight scheduled or bids like the other VA have.
Last reply by in2tech, -
- 1 reply
- 1.3k views
Hello friends ... I have a serious problem in FSFK ... he can not make the connection to the server ... and can not download WEB.txt. Look at the picture .... Help me!
Last reply by Nabeel, -
- 0 replies
- 1.3k views
Hey Guys, At the moment, with the routemap (../index.php/routemap) theres just a "title" above each of the markers with information on the airport name and ICAO. How can I get an Info Window/Bubble to show up with more information on the respective airport when clicking on the marker? ---EDIT--- Basically what I want to do, is that pilots open the routemap, click on an airport marker, view flights available and book them. Nice and visual approach. And interactive. Regards, Nout
Last reply by Nout - Zon Executive, -
- 2 replies
- 1.3k views
Hi All, I've searched the forum but can't find any working solutions to my problem. My mass e mailer has not been working in the past week or two. (I don't know if having a few sites connected to the same database info makes a difference for this) It says sending complete but nobody receives an email. Help would be appreciated Jon
Last reply by Jon, -
- 0 replies
- 1.3k views
Hi I'm very new with this wonderfull system. Is it also possible to show the compleet pilot list , not only the newest pilots? Thx in advance Stofke
Last reply by Kristof, -
- 2 replies
- 1.3k views
I did a really dumb thing and misspelled the site name when I installed my site Can I correct this? if so how or will I have to reinstall he site Thanks Rick
Last reply by Captthud, -
- 2 replies
- 1.3k views
When I type in my database name, usernames and password when i hit next it comes up with this error. I am trying to install PHPVMS v5.5.2.72 my web host is running PHP version: 7.3.6 any ideas "Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /home/flyeaste/public_html/core/classes/ezdb/ezdb_mysql.class.php:98 Stack trace: #0 /home/flyeaste/public_html/core/classes/ezdb/ezdb.class.php(196): ezDB_mysql->connect('flyeaste_EAL100...', ')xcKNSGz&nmm', 'localhost', 'utf8') #1 /home/flyeaste/public_html/install/includes/Installer.class.php(148): DB::connect('flyeaste_EAL100...', ')xcKNSGz&nmm', 'flyeaste_phpvms', 'localhost') #2 /home/f…
Last reply by ProAvia, -
- 0 replies
- 1.3k views
Hi, i have edited the airports with the correct chart links. for example: LOWI --> http://www.vacc-austria.org/?page=content/chartlist&icao=LOWI But when the pilots goes to pilot brief there is no chart available, because in the section "charts for LOWI" there is this link --> http://www.airnav.com/airport/LOWI#ifr Any idea how to get the links from the database to be displayed there? Thanks alot, Markus
Last reply by markusr, -
- 2 replies
- 1.3k views
Good afternoon all, My site has been plodding along nicely, survived the web hack attack without to much damage, until today, whilst I was inputting a schedule then This error suddenly appeared when I refreshed my site "Fatal error: Cannot re-assign auto-global variable _FILES in /home/nexissai/public_html/core/common/PilotData.class.php on line 436", I've check the PHP version and its still on 5.2, I'm at a loss as to how one moment everything is hunkydory then its broken without me actually changing anything, any idea's would be great. Kind regards, karl.
Last reply by nexissair, -
- 1 reply
- 1.3k views
Hello. i'm getting the following error in the public profile page: Warning: Creating default object from empty value in C:\wamp\www\testes\core\common\ChartsData.class.php on line 49 In line 49 has: $z = ''; $z->label = $date[1].'-'.$date[2]; # 49 $z->point = $dat->total; $dataPoint[] = $z; Does anyone know the solution to this error? Thanks!
Last reply by brunoquadros, -
Error There was an error adding your PIREP : Schedule does not exist. Please update this manually.
Last reply by StarAtlas, -
- 0 replies
- 1.3k views
Hi, I was wondering if there are any plans to develop an authentication bridge for Joomla. It would be extremely useful if this is developed. There are a number of such bridges already available (e.g. for phpBB, gallery2 etc.), so the technology is demonstrated. This would also make life of VA managers quite easier. Thanks Tanveer Yasser
Last reply by Tanveer, -
There is a error on the groups tab. How do I fix this? http://imageshack.us/photo/my-images/845/admindo.png/
Last reply by Strider, -
- 0 replies
- 1.3k views
Hello I am posting some files to develop a system of approving pireps with automatic scoring system of points and penalties of the pilot during flight. Whoever wants to help develop the system download the files, in case I'm using only the ATR and EJ-195. File to Downlods
Last reply by CN@ndo, -
- 2 replies
- 1.3k views
SOmeone can make an tutorial how to get the PHPVMS into 000WebHost?
Last reply by tutmeister, -
- 1 reply
- 1.3k views
Hello everyone. I have been trying to figure out from where the actual sidebar options in the admin panel are rendered. I know I figured it out once but I can't seem to find it again now. The skin calls it from the $sidebar variable but I am trying to figure out from which controller does that variable come from so I can rearrange the options a bit. The template files are only used for displaying the options for the selected sidebar menu. Hope you understand what I am asking for
Last reply by Sava, -
- 3 replies
- 1.3k views
http://members.pulseair.co.uk/index.php/acars Running latest beta, 2.0.869. Hasnt showed up since then. Thomas.
Last reply by Nabeel, -
- 3 replies
- 1.3k views
Can someone see if they get the same results? Try to add this airport (if you are using the lookup on the phpVMS server), KAVQ. How does it not have any data, but have a live fuel price?
Last reply by joeri, -
- 3 replies
- 1.3k views
I want to purchase as a package- a custom website, custom modules, and custom ACARS. Like vaBase..... But they aren't able to help because their paypal is down... Anyone know of anything else?
Last reply by Sava,