
jantorre
Members-
Posts
66 -
Joined
-
Last visited
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by jantorre
-
It might be a stupid question, but if you have been useng an offline database and one on youre server, did you export your schedule to the server? All I get is the javascript working to get the schedule, but nothing happens
-
We have gone live at virtualnorwegian.com with phpVMS and some issues have been spotted: 1. Our pilots are using different setup regarding metric/imperial so some users will report in lbs some in kg. The problem is that when they have logged lets say 6000lbs, it is reported as 6000kg in the report(fsacars/xacars atleast)(our standard is EURO and KG. So we "pay" 2.2 times more than we should for our fuel ;D 2. During registrations, we get some internal server error(500) but the registrations apear in the admin center. The pilots do not get confirmation in the browser, so sometimes they try do reg multiple times... And our custom field is not parsed through(vatsim id) have to add them manually. These issues are probably connected somehow. My thoughts: I missed an writing permision or something I guess this is also connected, sometimes the requested hub is not correct, some of them get "no hub" even though they have done so... 3. Also I have an admin who cant access the admin site, even though I have sett all rights to him. Me and one other can access with no problems. Dunno what could be wrong there. Any suggestions? He have tried IE and firefox. I even tried making him a own group but it didnt work either. Even though we have some small issues here, I'm very happy with the system so far ;D and the reports from the pilots is that they are happy with the new stuff We are coming from VAFS, bought the vabase thingy, but never got it work, and we stumbled across this God sent, who even work for FREE!(I recommend everybody to send some $ to Nabeels paypal so we can continue to have the best tool for VAs) So, anyone got some tips on our issues? Regards, Jan Tore
-
It works! Thank you, this boosted the site quite a bit, now they don't have any excuses not to use charts ;D Thanks Simpilot and Nabeel, if I could hug you, I would Nabeel: Possible feature request for the future for none US users: "Have the option for none US users when adding airports, be able to add chart link to the database via admin panel" and select if they want to use the us version or custom link database.
-
BINGO, thats what I want to do I tried the code, but the link says "http://virtualnorwegian.net/index.php/schedules/brief/" even though in the table(chart) it is "http://vaccsca.org/pilot/airport/engm" So still a problem somewhere... ??? The complete code for the departure chart thingy: <a href="<?php $data = OperationsData::GetAirportInfo('$schedule->depicao'); echo $data->charts; ?>" target="_blank"> <img border="0" src="http://www.virtualnorwegian.net/images/charts/<?php echo $schedule->depicao?>.gif" width="387px" height="594px" alt="No chart available" /></a> Thank you
-
Its not the preview images, I solved my self using home made library. 1.site loads schedule info, and displays it. 2.images for DEPICAO and ARRICAO is loaded from my library 3.Link in the images is loaded from phpvms_airport->charts based on the $schedule->depicao Bold text being my problem It should use $schedule->depicao to know witch airport from "phpvms_airports->charts" to use. I better learn how to comunicate better ;D
-
I want to use this with the pilot briefing. the icao should be determind by the current schedule being briefed. the original links uses this code: <a href="http://www.airnav.com/airport/<?php echo $schedule->depicao?>#ifr" target="_blank"> I want this to get the complete link from the database, not fill in the blanks like the one above. I managed to load the preview snap using this code: <img border="0" src="http://virtualnorwegian.net/uploads/chart/<?php echo $schedule->depicao?>.gif" width="387px" height="594px" alt="No chart available" /></a> shot of table phpvms_airport:
-
It works, but as you said, it sends all data in the link. So if I want to use this to extract specific depicao / arricao in the briefing for a schedule? In words I want it to show the 'chart' from the current $schedule->depicao / arricao(im crap at explaining my thoughts...) Thank you
-
Bringing up this again. Can somebody help me with the code to echo/print the link from database? The links are placed in the phpvms_airports table and row name is 'charts'
-
Unittest folders by mistake or do we need them?
-
Tried rev 773, thank you for adding it. You earned a bonus :-* (I visited Paypal ;D)
-
When looking at pireps in admin panel, I would like to see what acars is used. Since we plan to use all acars systems that are compatible with phpvms it would be great. Also we use KG for fuel/weights but xacars only logs lbs. That way, if we can see it in admin panel that they have used xacars we can manually enter it in KG insted. I know its allready in the database as 'source' in pireptable. I would also like to ask for the xacars log text in the 'log' part like fsacars send its log there. If allready asked for:- sorry Didnt have time for a good search Thank you Nabeel, JT
-
Looking for VA's to test AIRmail system [DEPRECATED]
jantorre replied to simpilot's topic in Simpilot Group Addons
Great! Virtual Norwegian will go live with phpVMS next weekend so will add this great module to the site. (starting with a basic template, working on something better) Im a big fan of youre modules and skins! Thank you -
Thank you for your input, ill add them to airport table insted. Even though I have no experience what so ever I find phpvms easy to work with, but I have one problem with my template, I think it has to do with the javascript? Our wrapper is set to 900pix and have a "menu" on the right with statistics etc. When going to flight schedules and some other pages, the content of the loaded pages goes down below the menu thingy, but in the main section if you know what I mean? Some screens of the issue: Most pages are ok: But schedulepage are looking ok when loading: But when jave is loaded it looks like this: Any clue where the error on my page is? in java script or the template beeing to narrow?
-
Good day folks, in search for briefing for europe, I came across this page: http://www.flyingineurope.be/aviation_weather_maps.htm + Rain&Iceing page. Weather info posted as gif/png mostly, and could be used if youre airline flies in europe. I think the links are relativly stable aswell.(filenames etc) I tried it on the page im working on and it seems good.(now I have to learn how to resize external images using php...) Now for the airport maps issue. Im going to try making some snapshots of different aiport diagrams and linking them to aip of the specific airport. Though I guess it will have to be in a database or something because they are not centralized on one specific server? Like Norway uses http://www.ippc.no/norway_aip/current/main.html and sweden has http://www.lfv.se/sv/LFV/Flygtrafiktjansten/FPC/IAIP/AD-0-4/AD-2/ etc. Do you think this will be possible to make for a php/sql newbee?(all coding in general is new to me) I guess this Q should be in a different part of forum but dont want to make so many post: If I make a sql table like 'id' 'icao' 'link' 'link_snap' and use this as a base for the airport diagrams? Learning mutch everyday, love how everything is templated, but strugling learning the css etc. Cheers, Jan Tore (Virtual Norwegian ETA phpVMS 25th Oct)
-
Very nice and practical module, was a very easy install and works great! Thank you
-
Looking for VA's to test AIRmail system [DEPRECATED]
jantorre replied to simpilot's topic in Simpilot Group Addons
Hello, great module, just starting building new site for virtual norwegian , being a html/php noob, I find this community very helpfull and I learning mutch by the hour I work with the pages. During some test messages I saw that if i deleted them before I read them, the "you got # Unread items" still show new items. Not a biggy, I just changed the readstatment in the database. Normally people read their mail before deleting Thank you for sharing!