Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 6 replies
- 3.6k views
Hello, Does anyone know how to fill in the missing pilot ID's? For example, our system starts at LEV249, next is LEV250. Then... we have a major gap between LEV250 and LEV276 due to inactive members removal. We are now up past LEV310 and have a few other holes in there. Is there a way to get these holes filled without messing with any of the pilots already in the system? I know you can set them in the admin center but wont that mess up the current members? Thanks!
Last reply by Curshad, -
- 6 replies
- 3.2k views
This table is huge in my database and I'd like to run the following as a weekly Cron Job: <?php $connect = @mysql_connect("localhost","username","password"); if (!$connect) { die('Could not connect: ' . mysql_error()); } @mysql_select_db("database"); // DELETE empties the table $query = "DELETE FROM `phpvms_sessions` WHERE `logintime` < date_sub(NOW(), INTERVAL 2 DAY);"; mysql_query($query); ?> Is there anything other than storing current login details that this table is responsible for that I would be screwing up by doing this? The reason I am doing the above is that I have changed the MySQL table to the Memory Storage Engine and I don't want…
Last reply by mark1million, -
- 6 replies
- 1.7k views
Hello everyone I just joined the forum excuse my English and Sorry if this is the wrong section of forum my question is you can put the pages feature buttons (attach photo) in other places? example, the list of schedule or the list of airports? my lists are very long thanks in advance best regards Mattia
-
- 6 replies
- 2k views
Hi guys, this morning i opened my website www.serious-airlines.com and got the following message: Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 6: parser error : Opening and ending tag mismatch: hr line 5 and body in /home/seriousa/public_html/core/modules/Registration/Registration.php on line 23 Warning: simplexml_load_string() [function.simplexml-load-string]: </body> in /home/seriousa/public_html/core/modules/Registration/Registration.php on line 23 Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /home/seriousa/public_html/core/modules/Registration/Registration.php on line 23 Warning: simplexml_load_…
Last reply by MrAmsterdam, -
- 1 follower
- 6 replies
- 2k views
Hi can anyone help with this SMF Installer The installer couldn't find any way to write files to your server. Please contact your server administrator or check your settings. Click here to try this step again.
Last reply by vJet2, -
- 6 replies
- 2.2k views
Hi guys I am new to this and an amature php developer. It more of a hobby. Please bear with me. I have just set up phpvms and it's working great. The only thing is that when I try adding a route in the admin area the route is not there. Tried up loading it via csv file and the same, it does not appear in the routes. A similar thing happens with the pirep. It says the server has received the pirep but I can't see it in the admin panel. I am running it on localhost As i wanna get it all working befor I make it live. Thanks for any help guys guys P.S. one thing to add. i am not getting any errors. when i try add a schedule it says success and when i send the PIREP …
Last reply by Werdlem, -
- 6 replies
- 2.1k views
1. I want to create a group for deleted pilots so that they they are treated just like a guest, but so that I've got records of the flights etc, so what would the code be for the group in the PilotData.class.php ? 2. My PDF documents won't load via the links in the pilot centre. Just reuploaded them all, which took away the error about them being damaged, but now they don't load. Any ideas? 3. Some pilots are still getting the inactive login notice. However, I changed the php so that they'd be able to login to access the Pilot Centre, but it's not working. Any ideas?
Last reply by Strider, -
- 6 replies
- 1.7k views
Hey There! I just noticed that the CEO is not showing up on the Pilot Roster. I dont have any Idea how to fix the problem! Please Help! Thanks
Last reply by mark1million, -
- 6 replies
- 2.1k views
Okay, here is a problem I came across today that I would like to get right, but just can't figure it out. I want to have the aircraft name to be shown instead of the registration in the pireps_viewall.tpl. In the pireps_viewall.tpl file I have this (as default) <?php echo $report->registration; ?> I have tried numerous types to get it show, but it just will not show up for me. Tried the following... <?php echo $report->name; ?> <?php echo $aircraft->name; ?> <?php echo $report->aircraftname; ?> with no positive results. Does anyone have the correct code for this?
Last reply by Jeff, -
- 6 replies
- 1.9k views
Warning: Invalid argument supplied for foreach() in /home/boeing75/public_html/core/templates/touchdownstats/touchdownstats_index.tpl on line 21 How do i get this mod to work... PLEASE HELP Thank you Brian
Last reply by SAV_Brian_CEO, -
Random Cargo Generator
by Guest- 1 follower
- 6 replies
- 2.3k views
Hello guys, I am trying to make a random cargo generator for each specific aircraft to show in schedule briefing, here's what I'm trying to do: <php $ MD11 = rand (50000, 77110); $ 727 = rand (10000, 23000); $ 757 = rand (25000, 47600); if ($ schedule-> aircraft = 'MD-11F') { echo "cargo on board". $ MD11; } elseif ($ schedule-> aircraft = 'B727-200F') { echo "cargo on board". $ 727; } elseif ($ schedule-> aircraft = 'B757-200F') { echo "cargo on board". $ 757; } ?> but it's happening the following error: syntax error, unexpected T_LNUMBER…
-
Mapa de Voo Online
by Guest- 6 replies
- 2.1k views
Boa noite a todos Estou com Problemas no mapa online de voo só aparece as aeronaves no mapa mas as descrições do voo tipo local de saÃda local de chegada, FL, numero do voo etc. Alguém sabe qual o motivo
Last reply by victordekola, -
- 6 replies
- 2.2k views
This has happened several times and it's got to stop. Basically, if I'm editing a file, say in the lib folder, then occasionally I go to refresh my site and I get errors and no site. So, when I go back to cPanel to see what's wrong, it says the directory is empty, then when I go back to public_html I realise it isn't empty - it's gone. Thankfully, JustHost has managed to retrieve and restore the folder each time (in this case today it was my core folder). Any ideas?
Last reply by Nabeel, -
- 6 replies
- 2.3k views
Warning: Cannot modify header information - headers already sent by (output started at /home/swvirtual/swvirtual.net/core/local.config.php:1) in /home/swvirtual/swvirtual.net/core/modules/Login/Login.php on line 154 Please help!
Last reply by Rickisani, -
- 6 replies
- 1.8k views
hello I am trying to insert the sidebar in my frontpage of site ONLY. I am getting the error that the side bar is being displayed first and the rest content under it Here's a screenshot hope it helps Thanks
Last reply by P.I.A.S Virtual, -
- 6 replies
- 2.6k views
Hello, Hope everyone had a nice Christmas, Quick question, how would I get the current months (http://www.airfranceva.com/index.php/TopPilot), (middle row) only to be viewable on the frontpage. Many thanks, Connor
Last reply by Connor1994, -
- 6 replies
- 2.5k views
I'm currently running the trial version of FS Flight Keeper and everything uploads fine and works great thanks to me following Keith's tutorial on how to set it up correctly. The two things that aren't working are the uploading of images and position reports. A quick test flight shown here shows what I mean, a blank google maps, bar the departure and arrival airfield: http://www.unityvirtual.net/index.php/pireps/viewreport/1218 Does anyone else have this issue? Does anyone know if this is due to the limitation of the trial version? I'll be buying the full version within the week, so hopefully will figure it out for sure then.
Last reply by TennShadow, -
- 6 replies
- 2k views
I set up my ranks so all hours required are 0 and I'm going to assign them manually. When a new pilot signs up, their rank is newhire, but there is no newhire rank and no icon? I changed something somewhere to rank autoupdate false. Any help apprecieated, thanks
Last reply by Aaron, -
- 6 replies
- 1.9k views
How do I make a hotspot on the header that links to somewhere. Specifically, I have the VATSIM logo on my header, and want to make a clickspot so it links to www.vatsim.org when clicked. I know how to do it in dreamweaver, but I'm not able to use dreamweaver. I have no clue what code to put in where, plz help.
Last reply by Jeff, -
- 6 replies
- 2.5k views
Hi guys, I'm VP & Website Manager of Emirates VA. We currently use the booking system from"http://forum.phpvms.net/topic/1966-phpvmsbooking-release/". What I want to do is.... When someone selects any airport in the departure list that's not OMDB the arrival only shows OMDB as option. And of course also the another way around. I know basic php and it's probably got something to do with the if else statement but please help me! Vincent Peters, www.emiratesva.com vpeters@emiratesva.com
Last reply by Cloudva, -
- 6 replies
- 2.7k views
Hello there, I have an issue with the site e-mails, they basically don't send. Whenever I activate a new pilot, they never receive a message. I tried the "Contact Us" form too, and that didn't seem to send anything to my e-mail. I researched about it a little on the forums, and it could be due to the fact I have a gmail address, however I am unable to tackle the issue, since I have no idea how would I do that, or where the problem lies. Any suggestions? I'd appreciate any help Cheers.
Last reply by Edwin, -
- 6 replies
- 1.8k views
Hello, i wrote an .htacess file the other day but i was wondering if i could get an image and text to display if someone were to go to my lib/skins folder or something like that.. Any ideas?
Last reply by Sava, -
Is there anyway possible to remove a hub from the registration to equal out the flow of hubs?
Last reply by Steve Bartlett, -
- 6 replies
- 2.2k views
Hi all, Happy New Year. I'm experiencing a few issues with my registration page after I edited it for formatting, while at the same time adding a few additional fields. I understand that Nabeel gives admins the option to add custom fields via the Admin Panel, but I noticed that when that happens, I'm faced with a huge problem when it comes to formatting. As a result, I formatted the registration_mainform.tpl as I needed it to be formatted and took out the code that included the custom fields. I then manually added those custom fields and created columns in my phpvms_pilots database on my server. After doing so, upon registering a test pilot, I'm encountering this error:…
Last reply by AGuyFawkesMask, -
- 6 replies
- 2.6k views
I have installed obsessblue, but i can't seem to find anywhere on it to download acars. There is a tab in the pilot centre but nothing happens when you click on it. Please help.
Last reply by Strider, -
- 6 replies
- 2.5k views
Hi all, I'm currently working on modifying pirep_viewreport.tpl such that not only does it display the submit date and pilot name, but also displays who approved the PIREP and the approval date. I figured that if I could located the action taken by an admin in the phpvms_adminlog table, I could lookup the pilotid for that action, locate the pilot name in phpvms_pilots, and display firstname, lastname. However, when I execute this script on the page, it displays firstname, lastname as: Here is the code for the script: <?php $pirepid = $report->pirepid; $adminuserid = mysql_query("SELECT pilotid FROM phpvms_adminlog WHERE message=Approved PIREP #'.$pi…
Last reply by Nabeel, -
- 6 replies
- 2.5k views
Is it OK to change module names? e.g the Profile folder and profile.php changed to PilotCentre and PilotCentre.php or something?
Last reply by freshJet, -
- 6 replies
- 2.7k views
Good Day. I want to know how can I take some data from acarmaps.tpl to make a PHP Formula to make a calculation. Something like I want to convert Plane Altitude to Meters. The Formula is very simple AltitudeMts = AltitudeFeets / 3.28 (Aprox). acarmaps.tpl Give me <%=flight.alt%> I think this is the plane Actual Altitude. And can be show in the Html Table using <td><%=flight.alt%></td>. Now The question, How can i assign the <%=flight.alt%> Value ta a PHP variable so I can make the formula using PHP and siplay in a new Row in the html table. ? Thanks and sorry for my poor english I speak Spanish. Regards Carlos Garcia
Last reply by CarlosGarcia, -
- 6 replies
- 4.2k views
I tried to load the site on the web space purchased, but after installing I see the home page and when I try to do anything I get this error "No input file specified". Locally I have no problem, what can have happened?
Last reply by NadRush, -
- 6 replies
- 1.6k 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,