Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 4 replies
- 1.4k views
Hi Guys, I'm currently contemplating a module to "validate" pilots with a validation email. You know the drill: you sign up for something, you get an email and then you click on the link and you get validated. PHPvms currently doesn't support this - we only have the option to let everyone in or to manually validate people. So I thought this might be a good idea. All I have to do is set pilots to not be automatically validated and then to write a module which validates them when clicking on a link. Now, the question is, what to put in the link? I thought about the 'salt' field, which is unique for each user and also quite cryptic. Just putting a pilotid in the link w…
Last reply by mischka, -
- 2 replies
- 1.1k views
I have noticed today that my Roster page is not showing the full list. The first person showing up first is AKA132, and there are people infront of him including myself that are not listed. Any ideas whats causing this. Same problem on my Status Badge page.
Last reply by flyalaska, -
- 6 replies
- 3.8k views
Hi guys I'm trying to put this (see photo) in the ACARS map you have any advice? thanks for help Regards
Last reply by mattia, -
- 1 follower
- 3 replies
- 2.1k 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, -
- 1 reply
- 810 views
Please remove the question, I fixed it by reinstalling twice (don't know how that made it work) phpVMS.
Last reply by HighFlyerPL185, -
- 2 replies
- 1.6k views
Hi there, I discovered from the database that you can echo the date and the time of the last login from the phpvms_sessions table. I am not too experienced on PHP, and I am wondering how the $session_id variable works? I have this code, but it doesn't return anything. <tr> <td class="main1_1">Last Login Date</td> <td class="main2_1"><?php echo Auth::$session_id->logintime; ?></td> </tr>
Last reply by HighFlyerPL185, -
- 1 follower
- 7 replies
- 2.1k views
Hello, For some reason my "Open Bids" list stopped working, it shows no bids, when there are some in the admin center: http://www.msflights.net/pilots/phpvms/index.php/schedules This happened pretty much out of the blue....I have not changed anything on the site. Does anyone have any idea why this has occurred? Thanks!
Last reply by mseiwald, -
- 8 replies
- 5.2k views
(Version 2.1.934) This problem has now been ongoing for almost 2 years. Yes, two years I've been without an ACARS Map. You can see it here: http://www.freshjetv...index.php/acars I have tried and tried and tried on SEVERAL difference occasions to solve the issue without avail. I recently went to back and tried to tackle the problem by updating every related file with the default files on gitHub. These are: acarsmap.js (edited to get the weather map too using the code in this thread) acarsmap.tpl local.config.php (just the ACARS options) ACARS.php module I also deleted my GoogleMapAPI.class.php and GoogleMap.class.php, as these were not in the latest release beca…
Last reply by FiveStar001, -
- 1 follower
- 7 replies
- 2.2k views
Good night In my virtual airline, the pilots only are accepted after passed an examination. The examination module is in other web site. Pilots must register in this site, take the exam and if they do well, a staff member will add to phpvms site manually. I can do to make the option "Register" are only visible to staff memebers? As the admin center option. In the core_navigation.tpl Best regards
Last reply by Parkho, -
- 0 replies
- 780 views
How would I check for total hours flown and new members for a single day on the UTC timezone?
Last reply by HighFlyerPL185, -
- 0 replies
- 1.9k views
I have decided to start my own VA. So far I have domain name, hosting by Fivedev all set up. Here's the problem: Can't seem to get it together. Is there some knowledgeable person who would be willing to get on TeamSpeak along with TeamViewer and help me finish my install and set up my VA? I am retired/disabeled so no money to spare. If I can get PHPvms installed and operatng I want to finish the setup using kACARS. It's this beginning part that I seem not to be able to complete. So what do you think. I live near Seattle and my time zone is Pacific Standard. Look forward to hearng from someone. I can be available at your convience. Moderator: If this is innapproat…
Last reply by GrizzW, -
- 1 follower
- 4 replies
- 4.5k views
Hey Would it be possible to have a automatic registration script for PHPBB3? Like when a person registers through Phpvms they will automatically be registered on the Phpbb board. Thanks.
Last reply by STARs, -
- 4 replies
- 1.7k views
Hi guys, as Johannesburg now officially has changed from FAJS to FAOR, I would like to ammend that for my VA as well. Of course I can edit the schedules, but how about the airport database itself (for example for the airport being shown on the map correctly): Is there a way I can change this as well (tried, but did not succeed), or does somebody has to to that at the main database? Thank you for your help! Alex
Last reply by AlexCohrs, -
Site Hacked
by Alex- 5 replies
- 2.2k views
My Airline www.atlasvirtualairlines.com has been hacked. I believe this may have been by a disgruntled ex virtual employee. pilots, scheduled, routes, have been deleted. when i try to open the website i get this messge. [b]Notice[/b]: The template file "/home/atlasvir/public_html//lib/skins/CURRENT_SKIN/header.tpl" doesn't exist in [b]/home/atlasvir/public_html/core/classes/TemplateSet.class.php[/b] on line [b]248[/b] [b] Recent Reports[/b] No reports have been filed [b] Newest Pilots[/b] [b]Warning[/b]: Invalid argument supplied for foreach() in [b]/home/atlasvir/public_html/core/templates/frontpage_recentpilots.tpl[/b] on line [b]3[/b] [b] Users Online[/b] [i…
Last reply by joeri, -
- 1 follower
- 6 replies
- 2.6k views
I'm trying to seperate pilot roster into different sections, using jQuery tabs, however I have completely no idea where to start, or how the pilot roster works on phpVMS (never looked at the roster in detail). Basically, I want each tab to stand for a hub, i.e Belfast Aldergrove, London Gatwick, so on, and quite obviously, each tab would display pilots at that respective hub. I assume that pilots_list.tpl does a foreach or something for hubs, because the default code works for all of the hubs displayed on the list. I've done this so far, but it just merely replaces the titles of the hubs, and does not work at all. <div class="usual"> <ul class="idTabs"> …
Last reply by Vangelis, -
- 4 replies
- 1.8k views
I have a sidebar section which is only visible when a pilot is logged in. I would also like this section show some user data. What code would I need to make it display the pilots name. I've already tried <?php echo $userinfo->firstname . ' ' . $userinfo->lastname; ?>! But this doesn't show anything. I would be much obliged if someone could tell me the code i need. Thanks
Last reply by Stealthbird97, -
- 1 follower
- 28 replies
- 4.8k views
Signature font are diffrent sizes and i dunno why heres my signature from my old site and heres one from my new site this is odd hope someone can shed a light on this for me cheers michael CEO Luxury Airways Virtual
Last reply by LuxuryCEO, -
What forum is a good option? Vanilla or SMF? I know SMF, but do not Vanilla.
Last reply by aarbee, -
- 0 replies
- 887 views
Dear, Does anyone have a script that I can insert in the registration page, example: Last record AXE0150 I wanted to release the pilot EXE0200 vacancies, ie with an information Today we have 50 places available, and decreased according to the record. On reaching the limit of vacancies appears a closed record information. CEO- Luiz Fernando Gol Virtual
Last reply by Fernando, -
- 2 replies
- 1k views
Hello~ I would like to create a popout schedules page, is there a way of calling a particular template into a modal window (without layout.tpl)? Anyone know how i can go about getting this to work ? Remington
Last reply by Remington Box, -
- 1 reply
- 1.6k views
Hi there, I was looking for any links to NOTAM pages or charts, because the old ones in Flight Briefing are outdated and don't work anymore. I tried capturing links from the FAA, but it seems they don't want you to capture their NOTAMs anymore.
Last reply by tgycgijoes, -
- 6 replies
- 1.7k views
Hi there, I want to save some space by inserting a METAR into a table, and with that in mind, it looks rather odd to have something like Current METAR: METAR: EGGP 131420Z 17006KT 7000 SCT025 SCT033 03/00 Q1021 How can I remove the bold METAR from the class? Where is it defined, does anyone know by any chance?
Last reply by HighFlyerPL185, -
- 2 replies
- 1.3k views
When I accept registrations the pilots don't get email but when they register I get email. What is going on here?
Last reply by Kyle, -
- 7 replies
- 1.9k views
I would like to put a welcome area on my front page in a set area like left uper, so i stays and i dont have to use news for it Thanks Mac
Last reply by mac, -
- 8 replies
- 4.7k views
Dear, I see that the staff is very advanced using PHPvms, I went on a website and found interesting a system that only releases the registration if the pilot has a VATSIM or IVAO VID. It's a pretty cool system, ie the pilot enter the registration page by clicking on the link "I want to register" opens a page to enter the VID, the system does a search if the result is correct the record is released, if not real system show an error message. Does anyone have any idea how can we develop it? Example <div id="myModal" class="modal hide fade"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> &…
Last reply by Fernando, -
- 1 reply
- 1.5k views
Hey, Could someone please direct me to where phpvms stores the database details (i.e. the file)? I cant seem to be able to find it. Thanks
Last reply by Kyle, -
- 1 reply
- 1.2k views
Am new to the world of phpVMS, but hav set up a VA using it but need to change a few colours. The attached image shows the text that I need to alter. Both the BLUE and BLACK text are what I need to change. Ideally I could do with it all being white or light grey. I am fully aware of hex colour codes as have used them in html sites in past. What I do not know is which of the .css files contain the parts that I need to alter. Would be most grateful for a few quick pointers. Richard
Last reply by RichardRodgers, -
- 4 replies
- 1.8k views
Hello all. Is there a way to hide someone from Pilot Roster without delete his account?
Last reply by servetas, -
- 5 replies
- 1.6k views
I was curious how someone might go about adding a section to the pilot list, that kept pilots who were a big part of a VA, but who have passed away. Kind of like a "gone but not forgotten" reference, so that they would always be listed on the pilot list.
Last reply by CPC900, -
- 1 follower
- 8 replies
- 2.2k views
Hi there, I am currently running phpVMS with six routes/schedules added that are all enabled, but only three show up in the schedule results, when I specify the search criteria as "All" on the fields. The bizarre thing, is that I created an echo to tell me how much schedules there actually are being displayed with the specified search criteria, and it returns the magic number of 6. Any ideas?
Last reply by mseiwald,