Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 4 replies
- 1.8k views
hi all, I created this code to see the longest flight <h4>TEST</h4> <table width="100%" border="1" align="center"> <tr bgcolor=blue> <th><b><font color=black>pilot</th></b> <th><b><font color=black>flight</th><b/b> <th><b><font color=black>time</th></b> <th><b><font color=black>cliente</th></b> </tr> <?php $query="SELECT * FROM phpvms_11pireps WHERE flighttime_stamp > '00:00:00' ORDER BY flighttime_stamp DESC LIMIT 15"; $list=DB::get_results($query); foreach ($list as $pirep) { echo '<tr><th>'.$pire…
Last reply by mattia, -
- 3 replies
- 1.8k views
Hi everybody!! I'm new to phpVMS. I'm owner of a VA and I would like to know how to send private email to a pilot. The only feature that I see in admin panel, is to send a mass email to groups (active pilots, all pilots, etc.) Is there a posibility to send email only to one pilot? thank you for your help.
Last reply by spal, -
- 5 replies
- 1.8k views
As you can probably see if you look quick, NOW! The flight / pilot is no where near the route/airports! Link To Map: http://members.pulseair.co.uk/index.php/acars Were running the latest beta (900) and for some reason the pilot shows up half way across the world from the actual airports he is meant to be at! Also ive noticed that instead of flying different routes / positions pilots always appear around the african area. Please heLP! -Thomas.
Last reply by Nabeel, -
Ok so i am using fivedev.net for web hosting and phpvms is already on the database it looks like but how do i actully install it so i can get it to work i am really stuck!
Last reply by jauger, -
- 3 replies
- 1.8k views
Hi my site is: europevirtual.co.uk it is hosted by tfdi design if you try to register, when you click submit it just returns to the registration form with no error and it dosent sign the pilot up what is wrong with my site? Joel
Last reply by vJet2, -
- 3 replies
- 1.8k views
Help Help I have about 50 route on my airline and i cant see any route's in the Pilot Centre View Flight Schedules. I'v replaced the template files for all of the .tpl file that start with "schedule_" and there is no diffrence. Anyone know how to fix it. Yes the route are enabled!
Last reply by mark1million, -
- 1 reply
- 1.8k views
Hi All is possible add in the admin center new group permission for "addons"? i have add this code but doesn't work <?php if(PilotGroups::group_has_perm(Auth::$usergroups, FULL_ADMIN) if(strlen($MODULE_NAV_INC) > 0) { ?> <li style="padding: 0; margin: 0;"><a class="menu" href="#"> <img src="<?php echo SITE_URL?>/admin/lib/layout/images/settings_icon.gif" />Addons</a> <ul style="padding: 0; margin: 0;"> <?php echo $MODULE_NAV_INC; ?> </ul> </li> <?php } ?> in my case only FULL_AMDIM may view the "Addons" Best regards Mattia
Last reply by Kyle, -
1.How do you move nav tags in menu bar closer together to get them on one line. when you log in the other page go to next line and block things on the pages. 2. how can you move the items on the page down if i can not change nav tabs. 3. where is the pilot_public_profile.tpl at or what tpl do i use to put code in for awards to show up on pilots page, i have made the awards but shows up written i would like to show pics also. 4. how do you puy solved on prior postings. thanks Mac www.maexpressva.com
Last reply by nabpp, -
- 1 follower
- 4 replies
- 1.8k views
Hello, We are having problems with our schedules system. For example If I search for a schedule the page does not load any schedules and will appear blank. Other members are able to view a few and then if they click on them to get the dispatch details, they go blank again. Examples This is what loads after pressing 'Search' Any ideas?
Last reply by TAV1702, -
- 1 follower
- 3 replies
- 1.8k views
Dear Members i would like to ask for the help to please advise me as how to get the output text such as greased landing, Hard Landing etc for example Pilot submitted the PIREP with -850 ft/min landing rate i would like to get an small text showing weather it is hard landing or greased landing like this -850 ft/min (HARD LANDING) same goes for greased landing i tried the below code but doesn't seems to be working for me as i am not getting an idea how to put < less than or > greater than values between the code please help. <?php if($pirep->landingrate == '> -750') {echo 'Hard Landing';} else {echo "{$pirep->landingrate} ft/min"; }?> how i …
Last reply by OA01, -
- 1 reply
- 1.8k views
Good eve Today I bought the Magix 7 Web Designer and I just wanted to ask if someone knows if I can create a template or a homepage with the use of PHPVMS codes? Thanks for your effort and answers! Good night!
Last reply by bunoire14, -
- 1 follower
- 3 replies
- 1.8k views
Hi I deleted one of my PIREP's and then recalcuted the hours via the Maintenance page. I "lost" the hours, but it didn't update the "number of flights" - i still have 5 - should be 4. Did i forget to update something to show the correct number of flights ?
Last reply by CorporateVirtual, -
- 5 replies
- 1.8k views
Hi there, I have got this problem at the moment, where on my profile page, i have these two red crosses, how can i make them into an avatar or a badge, as i have tried to use an avatar but it didnt work, screenie : Thanks muse4eva
Last reply by Nabeel, -
- 6 replies
- 1.8k views
G'day all I have a request from one of my pilots. At the moment the pilot center has a pie graph which shows percentages of aircraft hours. Can someone please give me the code so the pilot could VIEW the hours that he/she has flown for each aircraft. E.g BOEING 737-800 10.1 CESSNA 172 1.4
Last reply by Nabeel, -
time stamp
by cdawg- 5 replies
- 1.8k views
hey i was wondering if anybody knows how to change the time stamp...for instance when it submits a pirep it sends it as 12:00:00 i was wondering if anybody knew how i could change it to just submit as 12 with out the :00:00 any help in this matter would be great...thanks
Last reply by simpilot, -
Pax vs Cargo Pirep Problem C / P [SOLVED]
by Guest Stormchaser- 5 replies
- 1.8k views
Just noticed tonight my pirep DB all flights are logged P or Passenger regardless if the schedule is a cargo/pass flight. I thought it was maybe acars problem so did a manual pirep with a cargo schedule still same problem logged as P passenger flight. Did load it with appropriate cargo for plane but still P in pirep DB. Don't know how to fix this. Noticed the problem when I added totalpass() to frontpage and got 1.6 million even though only have 100 flights. Fixed the problem by manually changing all the cargo pireps to C in mysqladmin.
Last reply by Cor, -
- 1 reply
- 1.8k views
Is it possible to bid on a flight from the schedule_details.tpl page? I am trying to use this code to bid on the flight, but it does not do anything when clicked on. <?php # Don't allow overlapping bids and a bid exists if(Config::Get('DISABLE_SCHED_ON_BID') == true && $route->bidid != 0) { ?> <a id="<?php echo $route->id; ?>" class="addbid" href="<?php echo actionurl('/schedules/addbid');?>"><img src="http://www.mysite.net/lib/skins/cityportal/images/purchase2.png" srcover="http://www.mysite.net/lib/skins/cityport…
Last reply by Jeff, -
- 1 reply
- 1.8k views
Hello, I am having trouble with my pilot center awards bit. I am trying to only write 3 awards per line but having troubles. Any clue how to write only 3 awards per line? <strong>My Awards</strong></p> <table width="450px"> <tr> <td><?php if(!$allawards) { echo '<center><img src="http://www.voegolv.n...g_recusado.png" border="0" /><br><font face="Trebuchet MS" size="2">Piloto sem Awards.</font></center>'; } else { /* To show the image: <img src="<?php echo $award->image?>" alt="<?php echo $award->descrip?>" /> */ …
Last reply by Kyle Watkins, -
- 6 replies
- 1.8k views
Hey guys, I've tried searching for this and can't seem to find an answer anywhere.. does anyone know if it's possible or how to show on the pirep_viewreport the actual times for the phases, like preflight started at __:__, takeoff at __:__ Thanks in advance for anyone that is able to help. -Zac
Last reply by PikoSim, -
- 2 replies
- 1.8k views
Ok i just ordered fivedev.net the mini. and i just paid 12.95 for a domain its boston-va.com and i just ordered every thing about almost 2 hours ago and i cant setup the domain. is phpvms allready installed? and i think i need help hehe
Last reply by Nabeel, -
- 2 replies
- 1.8k views
I am woundering if there is a way for new pilots to be automatically registered on my ts. if so what is the code to do that. i am just starting on how to php code.
Last reply by simpilot, -
Pilot hours
by Guest mcculchris- 4 replies
- 1.8k views
Hi, i have managed to get the other problem sorted out but no for some reason i dont seem to be able to change the pilot hours can someone help me with this
-
- 5 replies
- 1.8k views
I need help with making my website look better. So I have a couple of questions. Info: I'm using obsess blue skin. I'm a noob 1) How do I make my var ticker ( the black moving text) and my normal text box. Not be on every page of my site? 2) How can i make my right menu (obsess blue) be different from my upper menu? In other words how do i seperate the two menu's in core_navigation.tpl? Thanks A Lot!!
Last reply by Thomas Rozanov, -
- 2 replies
- 1.8k views
Does any one know where the crystal skin gets the side bars? What Tpl? I looked in the Layout.tpl.. But didn't find much.
Last reply by edmundk, -
- 1 reply
- 1.8k views
looking through the search functions when viewing all pilots in my admin, i notice i cant search for the ID. Going into Admin/templates/pilot-list.tpl i see this: <script type="text/javascript"> $("#grid").jqGrid({ url: '<?php echo adminaction('/pilotadmin/getpilotsjson');?>', datatype: 'json', mtype: 'GET', colNames: ['','First', 'Last', 'Email', 'Location', 'Status', 'Rank', 'Flights', 'Hours', 'IP', 'Edit'], colModel : [ {index: 'id', name: 'id', hidden: true, search: false }, {index: 'firstname', name : 'firstname',sortable : true, align: 'left', search: 'true', searchoptions:{sopt:['in']}}, {index:…
Last reply by Bikekid260, -
- 6 replies
- 1.8k views
How do you change it so it doesn't assign the pid or show a pilot in the new pilots section until the registration is confirmed? I saw a post about it before but couldnt find it
Last reply by Aaron, -
- 1 reply
- 1.8k views
Hello everyone and sorry for my english ... When I get an email from the website I get strange characters as in the picture ... My local.config: ... My local.config: Page # encoding options Config :: Set ('page_encoding', 'UTF-8'); in app.config Page # encoding options Config :: Set ('page_encoding', 'UTF-8'); Config :: Set ('DB_CHARSET_NAME', 'utf8'); On the home site: <head> <meta content="text/html; http-equiv="Content-Type" charset=utf-8" /> <title> ....... </ title> </ head> Thanks for any reply, best regards
Last reply by Iraklis, -
- 1 follower
- 4 replies
- 1.8k views
Flights are not showing up on the live map, any idea why?
-
- 2 replies
- 1.8k views
Hi, I was wondering how you can private pages for such as schedules so members only can see it, Im using obsess blue and i dont which files to put them in for example schedules. Thanks
Last reply by Kyle, -
- 3 replies
- 1.8k views
Hello, today i decided to clean up my website so i decided to delete simpilot's exam system. We installed it a long time ago but now i do not remeber where did we put the code for the menu... Can you imagine where it can be?
Last reply by servetas,