Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 9 replies
- 2.5k views
Hello, This evening I tried to edit one of my pages by the admin panel and the following error occurred when I tried to save the page: Warning: fopen(/home/bmibaby/public_html/core/pages/staffteam.htm) [function.fopen]: failed to open stream: Permission denied in /home/bmibaby/public_html/core/common/SiteData.class.php on line 258 Any idea what I can do to sort this? Thanks, Kris Thomson
Last reply by kthomson, -
- 9 replies
- 2.2k views
Hey there, My Friend and I created a java GUI application which reads our schedules database and lets the user search for a flight and gets the right data ready. You then click on 'Start Flight' and after you fly it, click on 'End Flight'. (Note that this is made for FlightGear Free and Open Source Flight Simulator) Then the application reads the flight time, fuel used and the route flown and posts the following variables to a temporary link (www.merlionvirtual.clubos.net/auto/scheduled.php) Now, there's nothing in the php file, so what do I put there so it can submit the PIREP with the posted data? Thanks a LOT for your help.
-
- 9 replies
- 2.7k views
Hey guys, Right heres the thing i've been re-doing our pilot registration page and added a few more things like DoB, City of Residence, Why they want to join our VA and one or two more things I want to add. Anyway I'm not sure how I would get this information to like send when the pilot sends it. With the DoB and Why they want to join just want that for admins to see so what do I need to add and where? I know its prob a big task? but if someone can just get me going then im sure I'll be fine (fast learner) Thanks!
Last reply by Joshua John, -
- 9 replies
- 3.5k views
We are upgrading our chat to ArrowChat. We trying to integrate it with our database. Ran into a wall. Having problems with the sessions. The chat script wants the data from the cookie. We can change that from cookie to session without a problem. Just don't know what the variables are. Any help would be appreciated.
Last reply by HighFlyerPL185, -
- 9 replies
- 3.6k views
I want to make an RSS Feed for latest news. This is my code: lib/rss/latestnews.rss <?xml version="1.0" encoding="utf-8"?><rss version="2.0"> <channel> <title>Latest News</title> <link>http://www.freshjetvirtual.com</link> <description>All the latest news from freshJet</description> <lastBuildDate>Thu, 10 Nov 2011 06:36:50 CST</lastBuildDate> <language>en-us</language> <item> <title><?php echo PopUpNews::GetFieldValue($popupnews->subject);?></title> <description><?php echo PopUpNews::GetFieldValue($popupnews->body);?></description> <link>…
Last reply by freshJet, -
Hello guy's, E put in the directory("/public_html/core/modules/adicionar") this code: <?php class adicionar extends CodonModule { public function index() { Template::Show('adicionar.tpl'); } } ?> . now the problem is, when i put this(<?php echo $userinfo->firstname; ?>) in the file(adicionar.tpl), the pilot's name does not appear to me why? ho and i'm logged in....
Last reply by Joaogl, -
- 9 replies
- 4.4k views
I'm rather frustrated right now so I hope some knowledgeable person would post the correct code for me to get my award images to appear in the Pilot Profiles. I have tried all the answers that are here after searching the Support Forum for Missing Awards Images, too many images...all the answers given about awards I tried but to no luck. I have worked on this back and forth from my site to the cpanel file manager for a couple hours now but have run out of ideas. I get the text of the award but no image. The URL's are correct because the images DO appear in the Admin Awards area with their descriptions. they are also I believe small enough being the same size as the ran…
Last reply by Josf, -
- 9 replies
- 2.9k views
Hi All, New here and love the software. I am setting up a new VA and I am having a small issue that I am hoping someone can direct me to the right avenues to get my situation resolved. When I go into the Schedules area for flights it asks me the 2 following things: 1)Arrival Time: 2)Flight Time: Now I have been all over these forums searching for help on these 2 things and cannot for the life of me find anything. What I am looking for is a way to determine how long the flights from Dep ICAO to Arr ICAO without having to go into FS9 as there will be many schedules and would be very time consuming to do it that way with alt+tabbing out of the sim from getting the d…
Last reply by Parkho, -
- 9 replies
- 2.9k views
Was helping a guys out with his skin until jeff noticed that he was calling a Javascript from another airlines site. I looked into the URL that it was being called from and the guys is copying the whole skin from them without permission. Forum thread- http://forum.phpvms.net/topic/6708-my-skin-help-me/page__gopid__44735#entry44735 Kind Regards
Last reply by simpilot, -
- 9 replies
- 3.6k views
I usually do website checks few times a week, and now I noticed our PIREP tables has gotten really ridiculously large. 5.5MB with only 52 PIREPs filed! Now the thing that worries me, as the PIREP database gets larger, will it affect the loading of PIREP lists, slower queries and other things? How do you handle with large amount of PIREP Data? And by the way, we are on shared hosting, if that will affects our VA as well.
Last reply by Parkho, -
- 9 replies
- 2.7k views
Hello all, I have noticed that when accepting PIREP's in the Admin Center, I get an error, which is Warning: imagefontheight() expects parameter 1 to be long, string given in /home/upscargo/public_html/core/common/PilotData.class.php on line 1035 Warning: imagefontwidth() expects parameter 1 to be long, string given in /home/upscargo/public_html/core/common/PilotData.class.php on line 1036 Warning: imagestring() expects parameter 2 to be long, string given in /home/upscargo/public_html/core/common/PilotData.class.php on line 1054 Warning: imagestring() expects parameter 2 to be long, string given in /home/upscargo/public_html/core/common/PilotData.class.php on line 1…
Last reply by Talisman57, -
- 9 replies
- 2.6k views
I added a new field (not custom, added in table) that has VATSIM ID. I got it working so it gets put in the table upon registration, but I need to fix it so it can be eddited in the edit profile page. The problem is if I echo $vatsimid it prints "Array". Help is appreciated. This is what I have so far: Profile.php public function editprofile() { if(!Auth::LoggedIn()) { $this->set('message', 'You must be logged in to access this feature!'); $this->render('core_error.tpl'); return; } $pilotid = Auth::$userinfo->pilotid; $this->set('userinfo', Auth::$userinfo); $this->set('customfields', PilotData::GetFieldData(Auth::$pilotid, true)); $this-&…
Last reply by Aaron, -
- 9 replies
- 2.1k views
hello, im working for a new airliner, but i have many airliners and i will a image by the airliner for the schedule.. can anybody help me with a guestion? greets Michael
Last reply by michael Kraan, -
- 9 replies
- 2.9k views
Hi there, My site has been up for over a year without trouble, and without changing anything, I found this when I tried to access the page (airmaltava.com) I've been over all the files mentioned and still haven't found anything of any significance. Does anybody have any idea as to what's up with this? Thanks, Mike
Last reply by Kyle, -
- 9 replies
- 2k views
Sorry, but I am having trouble(again) with my frontpage/css/header. If you look at my site: http://www.canadianclassicairlines.com/CPC/ There is a large gap from the bottom of the dropdown menu to the top of the news there. I need to seal that gap I have been playing with everything from the .css file to the header.tpl/frontpage_main.tpl and am having no luck. I feel I am overthinking this. Any help would be appreciated.
Last reply by freshJet, -
- 9 replies
- 2.4k views
Hey guys, I have got a company created Serious-airlines (serious-airlines.com) Now i have made another company Serious airlines cargo (i created an extra company in phpvms) I have created a few cargo routes with helicopters under the cargo division. The problem is that when a pilot flies the route, no money is earned and no fuel costs are paid. I can see that the fuel price is set normal.... with pax everything works fine. The cargo costs are also set properly. is this a known issue? The next strange thing is that the route (when you look at live map) is counting back from 100% to 0% ... normally you start at 0% and go up to 100% .... Thanks for the help. Lucas
Last reply by MrAmsterdam, -
- 9 replies
- 2.2k views
Solved Host migration
Last reply by simpilot, -
- 9 replies
- 2.9k views
Hello I got some real urgent issue: when somebody tries to register with my airline they get a blank page after they click "register". No error messages, nothing, not even with "debug" on. When I hit a wrong captcha it will come back to the regform though, so that part works. But apart of it, nothing shows and the registration is not processed. I looked on the forums here and couldnt find anyone with the same problem. Its a brand new site, the registration page is not modified. What could this be? I'm not fluent in php and really in a dump now because of this.
Last reply by mischka, -
- 9 replies
- 4.2k views
Our acars map is not showing anything any more ??? Can you help me out why this is doing it http://starallianceva.net/index.php/acars we are flying but we not showing up on the website
Last reply by AlessandroCuba, -
Hello everyone, I have started using FSFK as a joint client for my airline and the problem I have is that the log part of the flight needs to be inserted in separate fields in DB so that I can pull the data and show it in a table but I don't know which file to edit as there is no .php associated with FSFK in ACARS module and nor there is for KACARS if I'm not mistaking. I appreciate any help in this regard. Thanks
Last reply by Parkho, -
- 9 replies
- 3.2k views
How to create an automatic award system, for example the pilot reaches certain times he wins a prize, or some flights he wins a prize?
Last reply by mischka, -
- 9 replies
- 2.5k views
ok, so im trying to determine the net income only based off of gross income - fuel price per pirep. the code i have looks like this: $gross = FinanceData::FormatMoney($pirep->load * $pirep->price); $fuel = FinanceData::FormatMoney($pirep->fuelused * $pirep->fuelunitcost); $netincome = $gross - $fuel; echo $netincome; the value it returns is 0, no matter what. if i echo each gross and fuel separably it shows the numbers properly. What exactly am i doing wrong here?
Last reply by SparrowBD, -
- 9 replies
- 3.1k views
I searched here in the forum something like Booked Flights, thought, but nothing worked properly. I visualized the Admin Center, my pilots booked 18 flights, but not me this script returns the same flights on the Frontpage_main.tpl,. Someone has something similar like this http://airmaltavirtu...ex.php/bookings The script I have is this, but he did not return the you that I see in the admin center. Current Booked Flights</h3> <?php /*echo '<pre>'; print_r($allbids); echo '</pre>';*/ if(!$allbids) { echo 'There are no bids!'; return; } ?> <table id="tabledlist" class="tablesorter"> <thead> <tr> <th>Route</th>…
Last reply by loplo, -
- 9 replies
- 4.8k views
I'm well.. really kicking myself at the moment. I've been trying all morning now to get an image to align to the very right of a header. But no matter what I do it won't do what I want. It either gets inserted between the login boxes or it wrecks all the style up I can't figure it out I've tried adding tables, containers. While I'm not a PHP expert I try my best but somethings like this I could use a bit of help with please! The below image is "photoshopped" of how I want it to look like: It's the orange sticker to the very right that is a .png located within my skin folder. And I presume that to do the above it's all through layout.tpl below is the current cod…
Last reply by MBrown, -
- 9 replies
- 3.4k views
Had a quick search over the forums but no luck. People have asked I believe how to be able to search the schedules by using hundreds of different variations. But what I was wondering if it's possible to add an alternative flight search box by flight type? You know, when you upload the schedules you can say if each route is either: The reason I say it is as you know I have a charter airline and there are literally tens of thousands of charter routes, but then amongst those there are are few routes which are actually "Scheduled" routes. So to be able to filter those from the charter routes I was hoping to be able to search by either "P" passenger flights or "H" Chart…
Last reply by MBrown, -
- 9 replies
- 1.9k views
Could someone point me in the right direction for help on making a custom pilot center please.
Last reply by mattsmith, -
- 1 follower
- 9 replies
- 3.7k views
Hello boys and girls I have a question regarding our new virtual airline we where using fsairliners and we decided to swith to phpvms and for that reason i am migrating the look of fsairliners to phpvms at some point everything is ok Pireps are showin in a nice table the pirep details are linkable but i have a small problem with the log i managed to explode the log file by modifing the fspax module with a custon char but in the log at the end by the comments of fspax an n i shown in front of the text example Flight Critique -Are angry because they didn't reach their destination (flight too short). n<---- You made a very smooth landing. (+50) n<---You landed…
Last reply by MichaelKattirtzis, -
- 1 follower
- 9 replies
- 2.4k views
I have upload a zipfile for a plane in this folder \root\downloads I have create links and images on the plane page. Yet when I go here; index.php/downloads it says there are no downloads. Do I need to put the download file somewhere else?
Last reply by Parkho, -
- 9 replies
- 3.2k views
I have uploaded my site online for a test, however a security question arises. How do you set the permissions correctly on templates and PHP files, so they can't be saved by someone but at the same time work on the server without throwing errors?
Last reply by Sava, -
- 9 replies
- 4.8k views
Hello all, I have been trying to work out how to change the fuel price from the default 5.1 (excessively high) to 2.94 as it is currently shown at our base airport. I have tried editing the fuel info in the app.config.php file however that removes all of my airlines schedules from the admin center (though they show for pilots in the flight schedule and can still be booked). How else can I go about doing this? I don't know anything about coding beyond basic HTML and CSS so please keep it simple.
Last reply by Ariel,