Simpilot Group Addons
Addons and Modules
www.simpilotgroup.com
168 topics in this forum
-
- 1 follower
- 4 replies
- 2.8k views
Dear Folks i was trying to use pretty photo using jquery to expand Screenshot pics on the same page but unfortunatley i am getting below Error here is my code <b>Click on any image to view fullsize.</b><br /><br /> <?php if (!$screenshots) {echo '<div id="error">There are no screenshots in the database!</div>'; } else { echo '<table class="profiletop">'; $tiles=0; foreach($screenshots as $screenshot) { $pilot = PilotData::getpilotdata($screenshot->pilot_id); if(!$screenshot->file_description) {$screenshot->file_description = 'Not Available';} if ($tiles == '0') { echo '<tr>'; } …
Last reply by Vangelis, -
- 3 replies
- 2.8k views
phpVMS Build Number: simpilot 5.5.2 Checking PHP version [OK] PHP version is 5.5.38.x ASP Tags [OK] ASP-style tags are disabled Checking connectivity... [OK] Can contact outside servers Checking for SimpleXML module... [OK] SimpleXML module exists! Checking file hashes for corrupt or mismatched files [Checksum failed] /admin/modules/Reports/Reports.php did not match, possibly corrupt or out of date [Checksum failed] /admin/modules/PilotRanking/PilotRanking.php did not match, possibly corrupt or out of date [Checksum failed] /admin/modules/Import/Import.php did not match, possibly corrupt or out of date [Checksum failed] /admin/modules/Dashboard/Dashboard.php did not…
Last reply by ProAvia, -
- 3 replies
- 2.8k views
How can I show the status of the Pilot in the Pilot Center even when the Pilot's status is - "On Leave". What factors determine if a pilot is on leave or not ? and how does a pilot become active again after being on leave ? I did found this code in the forum but it was for the default phpvms, therefore im starting this topic.
Last reply by MikeTGV, -
- 4 replies
- 2.8k views
Hi, i have a question, is it possible that when a pilot make en charter that the charter will be create in de airliner "charter?" and not in the main airliner? i think that i must change this code? $charter = Auth::$userinfo->code;Greets Michael Kraan
Last reply by simpilot, -
- 2 replies
- 2.7k views
Hi, my English is bad, sorry, I'm Spanish. I do not understand the flight system. At the airport in Madrid LEMD-I have 2 aircraft At the airport in Madrid LEMD-20 flights are created. When I'm in LEMD I have only two flights available, one for each plane. The destinations of each aircraft are placed automatically. As it does to fly from LEMD-MADRID, for the other 18 destinations created. Not available. Not appear in the list of flights to LEMD-MADRID Thanks, I hope you understand
Last reply by VincentButtstedt, -
- 6 replies
- 2.7k views
Dear simpilot i just upgraded to your phpvms 5.5x version all working fine except schedule search function i tried to locate the functions but not able to understand weather java script not working properly can you please able to assist. Thanks James
Last reply by jamyboy, -
- 1 reply
- 2.7k views
Hi All I played with code in realschedulelite_index.tpl and managed to get it to show only the airports with any aircraft available rather than the long list of all Airports. Here is how it looks: Just replace the realschedulelite_index.php with the one you have up and you should be good to go. Let me know if you have any problems. Cheers core.zip
Last reply by camiloski04, -
- 2 replies
- 2.7k views
Hi guys, I have a littel problem for Realschedulelite module. I have 293 aircraft in the fleet, and I gave each one a complete route, example: aircraft EI-XXX, assign route EGSS-LIME-EGSS-LEIB-EGSS-LEPA-EGSS Now, when I click on airport ICAO(EGSS) the routes available from it is only EGSS-LIME, why I don't see the other route? ex. EGSS-LEIB , EGSS-LEPA My setting in the local.config.php and app.config.php are: Config::Set('DISABLE_SCHED_ON_BID', false); Config::Set('DISABLE_BIDS_ON_BID', true); Thanks in advance, Thomas Zaniboni (www.virtualryanair.com)
Last reply by ThomasZaniboni, -
- 0 replies
- 2.7k views
Hello, I Have Recently installed The exam centre into my website and it works fine except for the fact that i have one exam working but I cannot seem to add new questions or add questions to existing exams I have searched the forums i cannot find the answer i am seeking Thanks In Advance http://williamtownvi...m/en/index.php/
Last reply by NathanV8, -
- 3 replies
- 2.6k views
Hi folks, I have been trying to use simpilots SSO for Vanilla but it doesn't seem to be working 100%, I have done everything that the tutorial says and on the vanilla sign in page on the VA site and click login and get the following error {"error":"invalid_request","message":"The client_id parameter is missing."} So it seems that the client ID is missing? Well i put it in the module file and it matches vanillas JS connect client id. Is this something to do with JS conect is on a different version since it shows a sign out URL and a cryptic hash. Please help Chris
Last reply by ChrisTaylor, -
- 1 reply
- 2.6k views
Hello It has annoyed me for some time now that the schedule search results (in this add-on and the standard schedule find) is not sorted by departure time. Showing the schedules by deptime is important, because a pilot has a better overview of which flights depart in the near future. Setting the relevant option in the local config doesnt help because the deptime field is actually a varchar, so sorting on that is a no-no. Hence I did some googling and found a neat way to convert the varchar to an actual time. Here is the relevant pieces of code to be changed in /core/common/Frontschedulesdata.class.php, and to save you all a game of "seek the differences", the changed …
Last reply by simpilot, -
- 2 replies
- 2.6k views
Hey! So now that i have purchased the Pilot Rewards system and may i say i love it...i remember bring up the idea of making different reward levels (ex. Gold, Silver, Platinum) but didnt get any feed back on it. So now i ask is it something we can do. Or if it can be done to my system, i dont mind paying extra for it! This feature will really go in very well with our planned rewards program we would like to offer our pilots
Last reply by Ariel, -
- 3 replies
- 2.6k views
Anyone using the Events module and wants to have a events sidebar like used to be on the OcenBlue or OcenaBluev2 Here is the code that I had to use to fix it. The links were going back to a empty event table. Now with this code, it pulls the right info as it is supposed to. Not sure if it is right, please use at own risk. <?php // Events Module from simpilotgroup.com // Front page event list by Cory Wienckowski $events = EventsData::get_upcoming_events(); if(!$events) { echo "<p>There are no upcoming events.</p>"; } else { $count = 0; foreach($events as $event) { if($count == 10) { break; } if($event->active == '2') { continue; } echo "" . date…
Last reply by TAV1702, -
- 3 replies
- 2.6k views
i get this error on admin side any one know how to fix ? Warning: opendir(modules/Plugins/uploads/) [function.opendir]: failed to open dir: No such file or directory in /home/###########/public_html/admin/modules/plugins/plugins.php on line 43 Warning: readdir() expects parameter 1 to be resource, boolean given in /home/###########/public_html/admin/modules/plugins/plugins.php on line 46 Warning: closedir() expects parameter 1 to be resource, boolean given in /home/###########/public_html/admin/modules/plugins/plugins.php on line 73
Last reply by Tom, -
- 1 reply
- 2.6k views
Here are the errors I am getting on the Front Schedules, I imagine just like the events problem, this has to do with php version 5.5. Strict Standards: Non-static method FrontSchedulesData::findaircrafttypes() should not be called statically, assuming $this from incompatible context in /home/steve14958/public_html/core/modules/FrontSchedules/FrontSchedules.php on line 26 Strict Standards: Non-static method FrontSchedulesData::findcountries() should not be called statically, assuming $this from incompatible context in /home/steve14958/public_html/core/modules/FrontSchedules/FrontSchedules.php on line 27 And the one for the Hub Transfer request form, also a static issue:…
Last reply by Steve Bartlett, -
- 5 replies
- 2.5k views
Where does Airmail get the date from? I noticed my inbound email times are fine, but all my sent messages show a date of: 12/31/1969 07:00pm
Last reply by mseiwald, -
- 3 replies
- 2.5k views
Hi Guys, I would like to expand my FlightBoard if possible with the flight status (Boarding, Taxi, TakeOff, Climb, Cruise, Descent, Approch, Landed) Can someone tell me how to write this. I do not know the programming language. Use smartCars to fly. FlightBoard
Last reply by LH154, -
- 2 replies
- 2.5k views
Hi Dave I have a very old copy of phpVMS running Version 2.1.v2.1.934-75-g25792f4 is it possible to update that version easily to your extended version? I took and converted Nabeels new version to your extended version and the database took some work to get it to work due to the no pay per flight thing being missing from his newest version. That was on that SRT site I spoke to you about a while back. It runs great now. The version I am running now on my other site, has the pay per flight so it all should match up I am guessing. Take care, Ray
Last reply by TAV1702, -
- 4 replies
- 2.5k views
I've had this problem before and not sure how I overcome it, Simpilot helped last time I think. When you send an airmail message it says that the message has been sent, but hasn't actually, I've checked the database and the tables are there from importing the file. Any help as always appreciated
Last reply by simpilot, -
- 1 follower
- 6 replies
- 2.5k views
I had created a bunch of one-off charters during the process of ferrying a JS32 from Europe to North America (phpVMS is a great addition to FSEconomy!). Now that I'm done with them I'd like to delete them out of the system. Before I do that, though, I was wondering what the impact of that action might be. Will I lose any data (PIREPS, financials, etc) from my phpVMS install? Will my VACentral stats be impacted? Anything else I should be aware of? Thanks in advance for any insights/answers.
Last reply by simpilot, -
- 1 reply
- 2.5k views
I have a question, is it possible that the pilot must enter the flight time when a pilot create a schedules? so yes what is the code for that? Friendly greets, Michael
Last reply by simpilot, -
- 3 replies
- 2.4k views
Someone on my staff deleted some routes on the tour during an active tour. I have restored the routes, they are still not showing on the tour page. Any ideas on how to fix this? http://www.flyaka.com/index.php/tour/details/11
Last reply by simpilot, -
- 2 replies
- 2.4k views
Hi I am trying to get a row of 3 screen shots on my site. To do this I know the code needs placing in 3 times, <?php Screenshots::show_random_screenshot(); ?> But is there a tag I need to place in to go across the site instead of down in a column. I'm a complete php noob so any help is appreciated. thanks Screenshot1 Screenshot2 Screenshot3
Last reply by shaun105, -
- 2 replies
- 2.4k views
Hi, first off please dont tell me to search the forums for a solution as I already did so. Essentially I am using the FrontSchedules module and am experiencing the issiue where it says no routes have been found. I have seen other people with the same problem but no workable solution. I am using a new installation of phpvms and know that the schedules exist. The build in search feature works fine. All the information in the dropdown menu shows up fine, except for the Select an aircraft type. Does anyone know what could be causing this issue?
Last reply by GlobalOne, -
- 4 replies
- 2.4k views
i have a virtual airline and i try to install the AIRMAIL moudle. and i have a problem after i put the folders in the root phpvms and open table in PHPMYADMIN . i do "wwww.virtualairline.com/index.php/Mail" and this what he say for me : Notice: The template file "/home/********/public_html//core/templates/mail/mail_menu.tpl"doesn't exist in /home/********/public_html/core/classes/TemplateSet.class.php on line 248 Notice: The template file "/home/********/public_html//core/templates/mail/mail_inbox.tpl"doesn't exist in /home/********/public_html/core/classes/TemplateSet.class.php on line 248 please help me i don't now what to do . **sory about me bad english**
Last reply by simpilot, -
- 2 replies
- 2.4k views
how i can do refresh in week ? I mean I want all of this week will delete all the pilots there and it will do so again every week. And Sorry about my english..
Last reply by Omerr01, -
- 3 replies
- 2.3k views
Someone cal help me with this problem, i bought this module yesterday and i have some problem to install this feature, if someone can help me i will be helpfull. Sorry for my english !!
Last reply by simpilot, -
Hi sir, i have install your version of phpvms, but i have a problem with Captcha. In a registration form, when click on register, i see this error: Fatal error: Class 'ReCaptcha' not found in /home/hfrjgrdn/sites/dfyvanet/phpvms/core/modules/Registration/Registration.php on line 178 Can you help me please?
Last reply by kenny, -
- 1 reply
- 2.3k views
Hi I have a problem is that when I have more than one route per aircraft is SKBO HK4535-SKCL, SKBO-SKRG, SKBO-SKBG, and the time to add a bid only shows me one of those, and if I wanted to SKBO -SRKG I can not add the bid because I only show the first route. another thing also happens if I add a bid the bid is still available for the other riders then may be 3 or 4 pilots doing the same routein the the same plane . thanks www.searca-virtual.com/tripulacion
Last reply by simpilot, -
- 3 replies
- 2.3k views
Hi I have the exam center module. the exam center works fine but when i click on examcenter admin then it just comes up with a blank page. It still has navigation bar at the top etc. but no content is displayed please help Joel
Last reply by simpilot,