Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 4 replies
- 1.9k views
I never thought I'd be doing this again, but I'm going to resurrect my old VA. Installed phpVMS and everything appeared to go fine...until I tried to edit a page. That's when I noticed there was no editor function. Knowing me, it is probably something I did wrong, but for the life of me, I cannot figure out waht it might be. Any ideas?
Last reply by CrashGordon, -
- 7 replies
- 1.9k views
ok sorry to be a pain but all is working ok now its the google map icons are not working its just a gray square can someone help fix it Thanks Sorry Again
Last reply by Nabeel, -
- 5 replies
- 1.9k views
I have a laptop and i am not always connected to the internet. I found out, that the schedules page looks different when i am offline and does not work correctly. Here a picture When i select an airport or something, it shows me a page without any styles and at all.. it doesnt look like it should. I use this page without any modifications (only that one which does not show all schedules automatically at once)
Last reply by Nabeel, -
- 3 replies
- 1.9k views
Hi, I am programming my own ACARS and everything is going fine, but I cannot use the correct format for displaying the LOG field, on PIREP, same way kACARS does. I would like the LOG on PIREP to display this way: [00:00] bla bla bla [00:01] bla bla ... [00:02] bla... ... Can you please help me? Thank you! Regards, Roger
Last reply by Rogerox, -
- 2 replies
- 1.9k views
I imported the "FFA" preferred flight database. But unfortunately it was many duplicate Departure/Arrival Airports. I am in need of a sql query that will delete Duplicate flight schedules and keep the flight with a defined route with the shortest distance... Thx in advance...
-
- 3 replies
- 1.9k views
Can someone help me, I analyzed my site and realized that the person filling out the contact form .... the data is not sent to the registered email address when installing phpvms. I noticed that too when sending e-mail to all pilots in the admin center, shows that it was sent but no one receives ... Does anyone have any idea?
Last reply by Tom, -
- 4 replies
- 1.9k views
Lately I have been getting a popup on the left side of my screen every time I select a page at phpVMS or my VA web site. It's titled "Related Searches" and has 7 links below it. Sometimes it not only displays the popup but also opens a new page for some sort of ad. Has anyone else been getting this? Not a fan of it. Every time I do anything on my webpage I have to close the popup because it appears every time a new page opens. Aggravating!
Last reply by alblua, -
- 4 replies
- 1.9k views
i think that might say everything ;D actually never use this filter but when i was on the morning walk through my website, i noticed that its not possible anymore to select a specific aircraft there..
Last reply by Nabeel, -
- 3 replies
- 1.9k views
I'm working one of the new features for WorldACARS that pulls aircraft data from the database, displays it, gets processed by WorldACARS then displays it to the user. For some reason the code I wrote doesn't work: (It pulls data from url, e.g http://localhost/action.php/wacars/maintence?reg=VH-FTW) public function maintence() { $reg = $_GET['reg']; $aicraft = self::getAircraftInfo($reg); echo "$aicraft->totaltime"; } public static function getAircraftInfo($reg) { $reg = DB::escape($reg); return DB::get_row('SELECT * FROM '.TABLE_PREFIX.'aircraft WHERE `registration`='.$reg); } Could someone please tell me w…
Last reply by Nabeel, -
- 5 replies
- 1.9k views
i do not have any Icons or Flight data on my Live maps can someone please help website is Ravenairways.com
Last reply by flyalaska, -
- 2 replies
- 1.9k views
As you can see,] http://www.linkvirtual.info/index.php/pilots ] list doesnt look too good with my CSS, so was looking to change the design but got stuck on the php side of things, and as i edited the $report functions how i thought would work, it didnt turn out and all i got was errors :/I basically want to use the same style table as what i used on the front page for the recently filed Pilot Reports [ http://www.linkvirtual.info ] , but just have it on the pilots list page instead.Here is the code for the reports;<center><h2>Recent Arrivals</h2><?phpif(!$reports){ echo 'No reports have been filed';return;}foreach($reports as $report){e…
Last reply by G-NEWC, -
- 3 replies
- 1.9k views
Hello y'all, Sorry it's me again... I would like to know the adress to link some pages from phpVMS to my VA website (ex: VA stats, financial reports, fleet status, etc...). Like I did for the pilots here : http://www.airinter-va.org/articles.php?lng=fr&pg=103 I have found the way to do it for the pilot list but not for the rest. I got only some pages within ADMIN but I am affraid that by adding an ADMIN page it would be a security issue. What I want to do is to publish the VA various stats and graphs for everyone to see it. As for the fuel price : What is the currency, ie: 5.10 is it in dollars? Is there a way to change currency used for the VA in Euros? I rea…
Last reply by joeri, -
- 2 replies
- 1.9k views
Hi guys, I am just doing some tidying up and im trying to add some custom css to the pilots public profile, on that page it lists the pilots pireps, there is no code for this in the pilot_public_profile.tpl, where does this info come from?
Last reply by mark1million, -
- 2 replies
- 1.9k views
Hi, How to add a background on my website? Thnx!
Last reply by Blu-Express VA, -
- 1 follower
- 3 replies
- 1.9k views
hi, is there anyway to accept or reject automaticaly pireps ? like if something is missing it is rejected ? thank you all jean jacques
Last reply by chiropra, -
- 1 follower
- 4 replies
- 1.9k views
Hello Guys. I Steer My Hosting With Dns on Yesterday. But I Cant Enter My Website Problem Picture ; What Can I Do Please Help Me Thanks and Regards
Last reply by Emrah14, -
- 7 replies
- 1.9k views
We all know that when we add extra pages to our site from the admin panel, it puts that page name in bold at the top left. I want to get rid of that for this one page I am working on. Can it safely be gotten rid of? I think it just puts the feel of the page out of wack. I went to editor on that page in the admin and my extra code shows up but not that. So I figured I might try to cheat the system and go into core/pages and edit the page directly and as well, it shows my code that I added but nothing extra. for an example of what I am saying, please look at http://thunderva.com/index.php/pages/test Notice how it just looks wrong?
Last reply by Nabeel, -
- 1 reply
- 1.9k views
Hi, When a new pilot tries to register they get the following error. I have no idea what is wrong or how to fix this. Could someone help please? I don't expect many to join up but it would be nice to have the option LOL! Error Registering Cannot add or update a child row: a foreign key constraint fails (`alliance_Global`.`phpvms_pilots`, CONSTRAINT `phpvms_pilots_ibfk_1` FOREIGN KEY (`code`) REFERENCES `phpvms_airlines` (`code`) ON UPDATE CASCADE)
Last reply by LarryM, -
- 3 replies
- 1.9k views
Ok I'm no new comer here, been using phpvms for years now. And for the life of me I can't get past these issues. I had this working beautifully for years, then I had to do a clean reinstall after a db failure (nothing worked). I have reinstalled v5.5.2 several times in the past 2 days and each time it is the same issues. The ACARS map isn't showing up, the pilots list isn't showing up, and schedules nor aircraft show up. Yet they are in the db. This is on a new install v5.5.2 where one aircraft and schedule is added to the system after it comes up. I am not on a shared hosting system. I would be grateful if anyone could explain what is going on, as right now I am complete…
Last reply by Longhaul444, -
Hi, I made an iframe for my events and forums. Is there a way to get rid of the scroll bar in the iframe and make it so the height of the iframe depends on the height of the page it's displaying. I'm trying to make it so the main theme is there throughout the whole site and am using allot of iframes, but I hate the stupid scroll bars in them. Thanks
Last reply by mark1million, -
Is there a add on module for php that will allow the pilots to choose custom routes that may not be in the DB
Last reply by in2tech, -
- 4 replies
- 1.9k views
Hi all, I am very new with php and how it works, i have downloaded everything required but it all seems like giberish to me, I have a site that is already built, through yahoo small buisness, www.skybusva.com, i just cant seem to figure it, Can someone help me covert my site to PHPVMS. Thanks
Last reply by Nabeel, -
- 3 replies
- 1.9k views
Hello everyone! Have anybody add all the airports of the world at his Phpvms site?If anyone have done it please send it to me.. Thank you very much! Servetas George
Last reply by servetas, -
- 5 replies
- 1.9k views
I am having trouble sending email from the mass mailer in the admin panel. Know body including myself are not receiving emails. I check the spam, and nothing is going through. Any ideas? I am using Simpilotgroup Extended Version 1.3
Last reply by ahughes3, -
- 3 replies
- 1.9k views
Hello. I have a few questions regarding subdomains. I recently added a subdomain to our va in order to attempt to seperate our divisions from one another. I have created the subdomain and copied the phpvms files to the subdomain and edited the skin files to reflect the new look. I have the same database for all divisions currently. My questions... 1. Is it possible to show only the schedules for that airline code and ignore the other divisions' schedules? 2. Same with aircraft...is there a way to seperate aircraft by airline? I know these may seem like odd questions but I am inexperienced in php coding. I can do some editing but not alot. Any help is great. Thanks in…
Last reply by mark1million, -
- 6 replies
- 1.9k views
Does anyone have the code to pull a numerical value of the number of pilots in a specific hub? Also, the amount of flights done by pilots in that hub? Thanks!
Last reply by Tom, -
- 4 replies
- 1.9k views
Hi All, Is there some code that will display a list of Admin's that are logged into the admin panel? Thank you David.
Last reply by OzFlyer, -
- 4 replies
- 1.9k views
Hello everybody I would also like to integrate the days into the schedule search. That means, if a pilot selects Monday in a box, then all flights from Monday are in the results. My code so far ... schedule_searchform.php <?php if(!defined('IN_PHPVMS') && IN_PHPVMS !== true) { die(); } ?> <section class="content-header"> <h1>Schedule Search</h1> </section> <!-- Main content --> <section class="content"> <div class="cssload-ball"></div> <!-- Main row --> <div class="row"> <!-- Left col --> <section class="col-md-8 connected"> <form id=…
Last reply by Miggel, -
PHP any one? help please if possible
by Guest chikolol- 7 replies
- 1.9k views
okay, sorry too ask for something again lol, well i have been working on my virtual airline for some time now, and i have codeshare branches on my airline, which operate expanded routes through out Europe and Americas, but i have a few thing on my Operations page for the different airline, such as JET2 AND DHL, now i ahve added those airlines and some schedules how would i show the latest flights flown by that airline and a schedule just by that particular airline, to show it on the page, not the whole system schedule but just that particular one, if its possible!, now i now i have posted this before dont get mad at me, please! and i have been through the API, lol am just…
Last reply by Nabeel, -
- 4 replies
- 1.9k views
hello all i have a quick question i have aboud 30 pilots who are inactive and ready to be deleted BUT they made flights for the va is it save to delete them or will the database lose their flights gr joeri
Last reply by joeri,