Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 9 replies
- 6.2k views
Hello guys, is it posible to make a phpscript, where other pilots can download an ivao flightplan (.fpl) file of their flights? I made an example: [FLIGHTPLAN] ID=<?php echo $schedule->code.$schedule->flightnum; ?> RULES=I DEPICAO=<?php echo "{$schedule->depicao}"; ?> DEPTIME=<?php echo "{$schedule->deptime}"; ?> LEVELTYPE=F LEVEL=<?php echo "{$schedule->flightlevel}"; ?> ROUTE=<?php echo "{$schedule->route}"; ?> DESTICAO=<?php echo "{$schedule->arricao}"; ?> EET=<?php echo "{$schedule->flighttime}"; ?> Does somebody knows, if it works? Kind regards Chris
Last reply by elferen1, -
- 8 replies
- 4.1k views
Hi, how to add an image like this: for all pilots' public profile?, I will to add this for have the IVAO's status of all pilots.... Thank you so much!
Last reply by Blu-Express VA, -
- 6 replies
- 2.5k views
Hello, I am currently applying for certification of our VA at IVAO. However have asked us to insert the VID of each driver in the roster driver ... I do not know how to do it and how to make this automatic operation afterwards for future registrations. Thank you.
Last reply by sayedzaafir, -
- 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, -
Is there a way to not use the java for downloads and logging in?
Last reply by Nabeel, -
- 7 replies
- 1.6k views
Nabeel, you and I talked about this a while back. I am trying to release 3 more skins, but it seems the java I am trying to use never wants to work in PHPVMS, is there a reason why?
Last reply by Nabeel, -
- 2 replies
- 1.1k views
I am having a few java script conflicts with my site. Anyone an expert in how to order certain java script to not interfere with the other? My flight map is screwed up and no combination seems to work.
Last reply by RogerB, -
- 1 reply
- 1.5k views
Hello everyone, Im having a bit of a problem with my skin the little airplane and status on the live map does not show up. I have figured out the soloution to this problem but that causes another problem. In this picture i remove the custom line and then im able to see the plane on the live map. But when i do this my drop down menus dont work on the website?
Last reply by tutmeister, -
- 9 replies
- 2.6k views
Hi! I need to use javascript 1.9.1 using <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> however when I do it the no route passed issue occurs. Does anybody know how I can use js 1.9.1 without having this error? Thanks! Jacob
Last reply by freshJet, -
- 0 replies
- 1.1k views
I am having trouble with the javascript error causing the No Routes Passed. I have read some topics about a javascript No Conflict code but don't know the correct code I need or where to put it. Will that fix the No Routes Passed error. I can usually fix this error by moving the script to different locations in the layout.tpl file or even the frontpage.tpl file but nothing is working this time. Any ideas! Thanks for your help!
Last reply by in2tech, -
- 5 replies
- 2.1k views
Hello, both my site and that of another VA have been hit today by a Javascript injection attack. Mine was hit about 1300 GMT, his approx. 1000 GMT today. Has anyone else been hit by such an attack? We're running two totally different servers (mine is dedicated, his is virtual), at different data centers by different providers. Only things in common are phpVMS and SMF (I'll be making a similar post on the SMF forum soon!) Anyone? Thanks! Chris
Last reply by Skylink, -
- 1 follower
- 3 replies
- 1.4k views
I have this code that came with the module and the path is not working to make the accordion work. Any ideas? <!-- Javascript --> <script type="text/javascript" src="<?php echo fileurl('/lib/js/acarsmap.js');?>"></script> <script type="text/javascript" src="<?php echo fileurl('/core/modules/AptInfo/js/tabslides.js');?>"></script> <script type="text/javascript"> function initialize() { var mapDiv = document.getElementById('map-canvas'); var map = new google.maps.Map(mapDiv, { center: new google.maps.LatLng(<?php echo $airport->lat; ?> , <?php echo $airport->lng; ?> ), …
Last reply by in2tech, -
- 4 replies
- 1.4k views
I'm completely redesigning my website, I want a sidemenu with a submenu that expands when clicked. I know how to make the submenu in HTML and I know the basics of CSS, but I have no clue how to do this javascript stuff. Can someone please help me out. I want it to look exactly like the original canforce site, see their left sidebar: http://www.rcaf-arc.forces.gc.ca/v2/index-eng.asp and my progress (sidebar not there, failed at it): www.canforce.org (also we're not stealing their banner, it there temporarily until our EC finishes ours)
Last reply by Aaron, -
- 1 follower
- 2 replies
- 1.3k views
Trying to display pilots join date on all page. I am using this code. <?php echo date(DATE_FORMAT, strtotime($userinfo->joindate));?> also tried <?php echo date('F n, Y', strtotime($userinfo->joindate));?> They both show correctly in the profile pages. Any pages outside the profile it will display. January 1, 1970 Anyone know how to display correctly on all pages?
Last reply by Nabeel, -
- 7 replies
- 2.5k views
Is there a way to see when and display the date the pilot joined our airline?
Last reply by Nabeel, -
Joine date
by Guest chikolol- 18 replies
- 2.1k views
why does it always say date joined: 12.31.1969 The recent pilots online say that the join date is 12.31.1969 how do i fix that please.
Last reply by Nabeel, -
- 5 replies
- 4.7k views
How can I join joomla and phpvms to build my virtual airlines? What I have to do? How can i build using these two programs together?
Last reply by WA101-ALLAN, -
- 15 replies
- 5.1k views
After a quick search I can see that its been looked for by quite a few people but no one seems to have posted a solution, so has anyone succesfully written a bridge that will register a pilot in PHPVMS if they register on the Joomla site? If not I'll have a crack and see what I can come up with.
Last reply by simpilot, -
- 8 replies
- 2.7k views
edit
Last reply by TAV1702, -
- 13 replies
- 5.6k views
Hello everyone, I'm doing the new skin using Bootstrap for my company, but I have some serious problems. In layout.tpl file I need to call jquery.js <code> <script src = "<? php echo SITE_URL?> / lib / skins / Virtualiroma2 / js / jquery.js"> </ script> </ code> Most likely the script is in conflict with that in the file called core_htmlread.tpl <script type = "text / javascript"> var baseurl = "<? php echo SITE_URL;?>"; GeoURL var = "<? php echo GEONAME_URL;?>"; </ script> <link rel = "stylesheet" media = "all" type = "text / css" href = "<? php echo fileURL ('lib / css / phpvms.css')?>" /> <m…
Last reply by Tato123, -
- 3 replies
- 1.8k views
Hey Guys, Ive been trying to implicate this on our website, http://jqueryui.com/demos/tabs/ . I downloaded the file from their website but i have no idea how to put it onto my website. Below is the code ive put in HTMLPut in the .tpl file <!doctype html> <html lang="en"> <head> <title>jQuery UI Tabs - Default functionality</title> <link type="text/css" href="/pacific/lib/skins/pacific/images/pacific.css" rel="stylesheet" /> <script type="text/javascript" src="jquery-1.3.2.js"></script> <script type="text/javascript" src="ui.core.js"></script> <script type="text/javascript" src="ui.tabs.js"></script&…
Last reply by Nabeel, -
- 3 replies
- 3.4k views
Hey there, Im a complete jQuery novice and I understand phpVMS integrates jQuery as standard. I'm looking to implement this jQuery Lightbox with phpVMS so that I can display links and images using it. I understand this isn't the ideal place to ask, but the guys at jQuery may never have even heard of phpVMS. http://fancybox.net/home Any jQuery experts who can guide me with installation in the more abnormal phpVMS environment are appreciated. PS. Efforts at following their instructions fail (rather epically, actually) Thanks, Kieran
Last reply by Nabeel, -
- 0 replies
- 798 views
I found a jquery login script that I like. Can someone point me in the right direction to impliment it?
Last reply by RogerB, -
- 14 replies
- 2.4k views
Hello All , I cant get my schedules to paginate $(document).ready(function() { $("table") .tablesorter({widthFixed: true, widgets: ['zebra']}) .tablesorterPager({container: $("#pager")}); }) added to header.tpl but doesnt work , any help would be great http://www.airindiavirtual.net
Last reply by Dee, -
- 6 replies
- 2.1k views
A lot of the items on my VA's site have stopped working, I have put the newest jquery up, but it doesn't seem to read that it is there. Does anyone know why it would stop using jquery or jquery only being selective on what it allows to work, as the acars map works fine. I fixed the problem, due to some code that was left in causing trouble.
Last reply by Strider, -
- 4 replies
- 1.7k views
Ok, this now is a genuine problem. I want to use jquery.js to improve visuals of the website but Im having problems with the schedules not being displayed properly and with the schedules_bid.tpl where users cannot remove flight bids. The problem disappears as I get rid of jquery.js. Anyone know how to fix this?
Last reply by GlobalOne, -
- 5 replies
- 2k views
Hello I know i have posted alot in this forums asking for help and I do appreciate it but Im stuck again On my site there is ALOT of javascript/ jquery for the image slider but, I have noticed that the schedual page does not work at all (in IE it redirects to http://www.flyirelandva.com/action.php/schedules/ and in any other browzer it just ends up being a blank page. I have no clue how to use javascript and any help will be appreciated. - This is really starting to annoy me now because I thought we got the problem fixed in an older post. (also if i remove any javascript from the layout.tpl the slider will not work and i have also noticed that the slider only works…
Last reply by Nabeel, -
JSON array
by mattia- 1 follower
- 4 replies
- 1.9k views
Hi Guys, i need help with the json for the phpvms live map, this is the exmple code [{"flightnum":"IV7050","deptime":"2016-06-01 16:47:00","arrtime":"17:01:39","gs":"397","alt":"26955","lat":"41.340347359635","lng":"-72.46185414378","phasedetail":"Climbing","timeremaining":"07:45:00","online":"No","depicao":"KJFK","arricao":"LFPO","heading":"68","distremain":"3080","aircraftname":"B747-400", "zone":"[{"Latitude":34.647995,"Longitude":-86.738549}]", "code":"IV","pilotid":"IV0018","firstname":"Mattia","lastname":"test","deplat":"40.6398","deplng":"-73.7789","arrlat":"48.7253","arrlng":"2.35944","route_details":[],"percomplete":2.32,"distremaining":"3080","pilotname":"Ma…
Last reply by mattia, -
- 1 reply
- 2.2k views
I went to look at the PIREP admin section and when it was displaying the dashboard I got this error: Open Flash Chart JSON Parse Error [syntax Error] Error at character 0, line 1: 0: <h3>VA Stats:</h3> I don't see anything from with either of the two files where I see "VA Stats" appearing. See attachment.
Last reply by Nabeel, -
JSON error??
by CFVA- 4 replies
- 1.7k views
Clicking VIEW DETAILS of a flight, on the resulting page under Schedule Frequency I get this error: Open Flash Chart JSON Parse Error [syntax Error] Error at character 0, line 1: 0: { Any ideas anyone please? GW
Last reply by simpilot,