Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
Stats Page
by CPC900- 7 replies
- 3.6k views
Ok, I really don't understand the workings of phpvms to try and do my own modules. So, I am asking for some guidance on one of my old sites stats pages..... Here is my original code of an html page. It basically showed the amount of hours pilots had per aircraft. I am hoping someone can sort of guide me in how/what I could do to make this function in phpvms. I used to pull all the data from the sql database, and obviously, you can tell I was doing it the long/hard way. I think I get confused by how to grab the data, how to add the data together from different tables, etc. inside the phpvms environment. I would really like to understand phpvms so I can help, rather …
Last reply by CPC900, -
- 10 replies
- 2.4k views
Hello, I'm installing phpVMS ... beginning of the installation asks me: Database Name; Server; User; Password; If MySQL or MySQL Server Type Extended. Now I wonder if the data are the ones that I received an e-mail activation site namely: *** Parameters *** MYSQL The MySql DB has already been created, you can manage it through the PhpMyAdmin interface. By default, the database allows you free to run 5000 queries per hour. Phpmyadmin Access: http://bluexpressvirtu.joomlafree.it/phpmyadmin UserID: unn7nx6k_jpack Password: ********** but my database name which is it? what is the password of the DB? the user of the database? Database Server? P.S. I wrote o…
Last reply by Blu-Express VA, -
- 11 replies
- 2.1k views
One of my VA's Malaysia Virtual Airlines, has suddenly decided to give me a lot of php errors, I ran the checkinstall.php and the only error it found was with the kacars free module. http://malaysiava.org I need help trying to figure out why the skin wont show, and the errors are showing. I have not added anything new, or changed any code, so this shouldn't have happened. Any help I can get would be greatly apprieciated.
Last reply by Strider, -
classes erro >v nshahzad-phpVMS-v2.1.934-15-gc292c9d.zip Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 256 bytes) in /home/grupobra/public_html/ad/core/classes/ezdb/ezdb_mysql.class.php on line 273
Last reply by joeri, -
Aircraft
by Guest Tomgis34- 0 replies
- 744 views
Hello, I would like to know if someone could send me a database to prevent my staff to add one by one all the existing aircraft. Indeed, it would allow me that pilots can fly with the plane that he wants. Regards,
-
- 2 replies
- 1.8k views
Hello, how can i dissociate the fleet of the virtual airlines if they hosted at the same phpvms system?
Last reply by Alexair, -
'Website Under Construcion' page? [SOLVED]
by Guest itrobb- 2 replies
- 1.4k views
Hi again, How can I create a 'Coming Soon' or 'Under Construction' page for my website? I am currently in maintenance mode in my local.config.php, but I want a little more than just a message. I want a large background image (which I have already made) that says 'Coming Soon' etc, then I'll make a form field for visitors to be notified of changes, but I can handle that bit. Would I do it on my index.php and make a redirect to it from my base URL?
-
Register fatal error
by Guest soundchok- 3 replies
- 1.3k views
hello, when i try to register a new pilot i note all the informations and when i click on Register, a blank page open with: Fatal error: Call to undefined function filter_var() in /mnt/153/sdc/a/8/atlantis.virtual/core/modules/Registration/Registration.php on line 206 how to do? thanks for your help
Last reply by Nabeel, -
Financials
by RogerB- 19 replies
- 4.1k views
Not sure if anyone has addressed this, doesn't seem like most VA care about their financials. At any rate the over all financials for my VA are way off....They state that my VA made 3billion last year. I no longer see an option to reset financials in the admin panel.
Last reply by Nabeel, -
- 6 replies
- 2.4k views
Hello every one ! I got a serious problem today with the codon.config.php file. Here is the error: Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/greeceai/public_html/fss/index.php:1) in /home/greeceai/public_html/fss/core/codon.config.php on line 40 and at the codon file the line 40 is: session_start(); I really need help please!
Last reply by dimitris, -
- 4 replies
- 1.8k views
on the default template when you login at the top right you have that badge thing. Avatar, flights etc. How could i possibly add that to my skin. thanks Daniel
Last reply by Daniel, -
- 1 reply
- 928 views
It would be nice to be able to specify -on an item by item basis rather than as a whole- whether a download is public (anonymous & authenticated users) or just members only. It is not enough to just hide the link because anybody that knows the system can place a hot link to the item even if it does not appear listed on the public area.
Last reply by Mysterious Pilot, -
- 3 replies
- 1.2k views
<?php if(Auth::LoggedIn()) { if(Auth::UserInGroup('Administrators')) { echo '<li><a href="/Forum/forumdisplay.php?fid=16">Staff Forum</a></li>'; } ?> I am using this in the Pilot Center for the staff Forum put i get a syntex error or somthing like that. Does any one have ideas or let me know what i am doing wrong. So only people in the Administrator group can see this link. thanks a lot Daniel
Last reply by Daniel, -
- 2 replies
- 1.9k views
I have problems with the ADMIN sidebar, for example with module NEWS appears sidebar_news.tpl and the HELP and tasks doesn't appear and I can't add news, it happens in every module, I take a photo (DOWN). Things that I modified, in core/classes/TemplateSet.class.php, because I had an error in registration (file_exists), I edit public function set($name, $vars), that it was like this(lines 90-103 default file): public function set($name, $value) { if(is_string($value) && strstr($value, $this->tpl_ext)) { if(file_exists($this->template_path . DS . $value)) { $value = $this->GetTemplate($value, true); } } $this->vars[$name] = $value; } …
Last reply by Nabeel, -
Route Map
by Guest FWX001- 1 reply
- 885 views
Hallo, over my pilot center I can see a map of all my flights, it´s posible anywhere can generate me a code for see only the last 5 flights???? Thx Regard FWX001
Last reply by Nabeel, -
- 0 replies
- 1.2k views
For the sake of correctness I thought it would be okay to point out that in the Add Schedule form there is a field improperly named "Flight Level". This field expects a number indicating the amount of feet from sea level at which the flight is to be conducted (cruise altitude). Flight Level is a number in hundreds of feet for altitudes above the Transition Altitude. The notation of a flight level for 12,000 feet would be FL120. The Transition Altitude (TA) varies from country to country. For example in the US it is 18,000 feet whereas in The Netherlands it is around 4,500 feet. So it is the TA at which point you start referring as Flight Level instead of Altitude. Altit…
Last reply by Mysterious Pilot, -
- 2 replies
- 1.3k views
I am experimenting with the creation of custom add-on modules, at the moment without DB access. So I have a module PHP file that goes in modules/MODULE_NAME and the template file in the templates directory. Now, on the module file I process all input parameters that may be given on the URL as well as predefined class variables. What if I want to access the value of one of those variables of the module file back in the template? For example if I defined "var $testMe = true" within the module class that extends Codeon, how would I go about accessing this variable value from my template (TPL) file?
Last reply by Mysterious Pilot, -
Hey Guys, I have done some searching and couldn't find if anyone else has had this problem On our ACARS map the "Status" and the "Distance/Time Remaing" information is not displaying correctly. I thought it was working at one time.... It always show the status as "enroute" and the D/TR as "0" I have went back to the original template and copied it back over to the skins folder to start from scratch, and it still does not work properly. I go to the VA Central page and our info is correct on their live map, so I know the information being sent is correct, just not on our page.....any suggestions?? Thanks - Nick
Last reply by Nabeel, -
- 0 replies
- 784 views
The default skin (crystal) only has a content area that covers the whole width. I would like to use a skin that has a side column on the left and probably also one with side columns on the left and right in addition to the main content area. I have seen them in some of the other VAs, looked all over the SKINS forum but apparently all the skins are either outdated (don't work well with .944) or just dead links to sites that no longer exist. Anybody has one such current skins?
Last reply by Mysterious Pilot, -
- 1 reply
- 1.4k views
The default skin (crystal) only has a content area that covers the whole width. I would like to use a skin that has a side column on the left and probably also one with side columns on the left and right in addition to the main content area. I have seen them in some of the other VAs, looked all over the SKINS forum but apparently all the skins are either outdated (don't work well with .944) or just dead links to sites that no longer exist. Anybody has one such current skins?
Last reply by Bluemax, -
- 5 replies
- 1.4k views
Hi, I have recently tried to add the Oxford Airport (KOXC) but it says Nothing found. Try entering the full 4 letter ICAO. Is there anyway to fix this? Thanks Austin
Last reply by austin4362, -
- 0 replies
- 797 views
I am wondering, I know that I can check to see if there is any information in the table and change my php output based on the findings... What I am wondering is there any way to check a link in php and use that information to effect the output ? For example... Lets say that there is a chart avaliable at http://www.chartplace.com/ICAO.html for aiport ICAO but NOT one for ICAO2 at http://www.chartplace/ICAO2.html Is there a way to check that first and only put a link up if it is avaliable ? so the page might say ICAO - link here ICAO2 - sorry not avaliable I have been doing some learning but can only find the if statement for information stored in the sql database,…
Last reply by kbohme, -
- 5 replies
- 1.4k views
Hello all, Im trying to make a new phpvms skin for my va but all the text turns out too small (and the logo on top is streched) when its made into a skin ) (http://flyirelandva.com) but is fine when it is html coded. (http://flyirelandva.com/testsite) Thank you in advance, james EDIT: now have to show you it through an image because i cant leave the website looking like that :S
Last reply by James142, -
- 6 replies
- 2.1k views
Hey, When I go to edit pilots, like say if the pilot is Captain, but when I go to edit profile, It changes the rank back to the first rank like "Trainee" How can this be prevent so the pilot rank won't keep changing back to it's first rank when editing pilot's admin profile.
Last reply by Kyle, -
- 19 replies
- 5.2k views
Ok, I have been looking through the forums and tinkering with my site, and I need to try to wrap my head around it.... For adding the vatsim link info to my site, I need to: 1. Add a text column to the phpvms_pilots table in the sql database, called Vatsim ID?! 2. Add a box for the inclusion of the Vatsim ID in the registration_mainform.tpl file?! 3. Change the pilots.tpl file to include the vstsim info already mentioned many times in the forum?! Is that basically correct. I find reading so many posts about this topic, has only messed up my head
Last reply by mark1million, -
Editing the Airport List
by Guest itrobb- 2 replies
- 1.1k views
Hey all, Is there another way to edit the airports i.e. through a file in my web directory? It's just that I cannot add some airports and I want to remove JFK.
Last reply by Nabeel, -
- 2 replies
- 1.7k views
One can define an award but it only covers specifying the URL of the image, the name and description. There are no trigger specifications such as "grant on rank promotion" or "grant on X successful flights" or "grant manually". In my case I created just one award that would be granted when completing 20 landings on a special subset of airports (challenging approaches). My main question however is, once awards are defined I don't see a way to either grant them automatically (see above) or manually. For example, I miss some "Grant Award" on the Pilot menu. Am I missing something?
Last reply by Mysterious Pilot, -
- 2 replies
- 997 views
hey guys, I wonder if someone could help me out with some code. Ok what I would like is if they are in a hub. e.g. EGLL it will display an image. or KLAX it would display another image. etc. Instead of text. You will see if you have a look at. http://www.pashairvirtual.co.uk/index.php/Listing Instead of the text. at the moment i am using this <td><center><strong><?php echo $pilot->hub?></strong></td></center></td> thanks alot Daniel
Last reply by Daniel, -
- 3 replies
- 1.4k views
I am trying to test the system and tried the Mail All Pilots with a sample message. It said the mail was sent successfully. However, I have (the only pilot and admin) not received any mail in my inbox or junk mail folder. In the local.config.php I found a setting for email name & address and something else like "Use SMTP". That leaves me a bit confused because how can it pretend to send mail without SMTP? It has been 30 minutes and the email doesn't arrive to either Inbox or Junk. I was able to send an email from my Hotmail (receiving acct) to the email account created on the server.
Last reply by Mysterious Pilot, -
- 6 replies
- 3k views
Something odd has happened. I went to the schedules export to see what it would do but i decided not to export, none of the dialogs allow the user to cancel an operation (change his mind), something that definitely needs some attention in design. Anyway, the problem is, now that I go to the Airports and Schedules pages, they both show no airports and no schedules, EMPTY! This is just horrible, a disaster, well so I thought because it took me hours. I logged out and in again but the problem persists, the grid simply doesn't display any airports or schedules but shows the awards, pilots, fleet, rank etc. The pilot shows a list of two hubs so I though, either there is no r…
Last reply by ARV187,