-
Posts
1076 -
Joined
-
Last visited
-
Days Won
8
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by Vangelis
-
-
You can download it from GitHub https://github.com/vangelisb/Simbrief
-
if you want please send me your ftp info and i will install it for you
-
Then it is not installed correctly as there should have been a menu on the left where you insert the criteria in order for the pirep to be declined If for some reason you havent put any criteria then the module wont wo
-
I would have a look first if you have added the right criteria according your pirep
-
-
As i visited your website can you describe how you use simbrief ? as i cant find a button at the schedules
-
What is your website address? i can have a look at it
-
View File Auto Accept/Reject Pirep Are tired of accepting or even rejecting pireps ? Then do not worry Auto Accept/Reject Pirep is here to help you It has a admin interface so you will be able to add 1. The VA's admin pilot admin that declines the PIREP 2. Function that searches the pirep log for custom criteria and decline the pirep 3. Functionality that adds the reason why it was declined in the PIREP's Comments. 4. Custom Reason why the pirep was decliened For Example Your Pirep has been rejected because you " Custom Text" 5. Function that send an e-mail to admin and or to pilot when pirep rejected 6. It is compartible with Simpilot's Plugin Manager Submitter Vangelis Submitted 09/23/21 Category Addons
-
Version 1.0.0
468 downloads
Are tired of accepting or even rejecting pireps ? Then do not worry Auto Accept/Reject Pirep is here to help you It has a admin interface so you will be able to add 1. The VA's admin pilot admin that declines the PIREP 2. Function that searches the pirep log for custom criteria and decline the pirep 3. Functionality that adds the reason why it was declined in the PIREP's Comments. 4. Custom Reason why the pirep was decliened For Example Your Pirep has been rejected because you " Custom Text" 5. Function that send an e-mail to admin and or to pilot when pirep rejected 6. It is compartible with Simpilot's Plugin Manager -
[ADD-ON] APVAcars Software For phpVMS version 7
Vangelis replied to Vangelis's topic in Addons and Downloads
At the moment the only available ACARS for phpVMS v7 is the one that Nabeel the creator is selling . At the moment i am not planning to release a new version due to lack of time i believe i will be able to continue on the project in the next couple months at the moment i would support Nabeel for the reason that he is working on the platform and he is worth the recognition -
This module never played well with smartacars as the do no use the functions of phpvms for the pireps
-
You need to go to the function and remove the static in front of GetAllHubs(array()) function
-
What is the link of your website ?
-
[ADD-ON] APVAcars Software For phpVMS version 7
Vangelis replied to Vangelis's topic in Addons and Downloads
No idea to be honest as i have a lot of work atm and i am also moving my company so there is no time -
[ADD-ON] APVAcars Software For phpVMS version 7
Vangelis replied to Vangelis's topic in Addons and Downloads
this version does not work with the current version of phpvms 7 i am working on an update at some point i will upload an update -
replace <input type="text" name="arr"> <input type="text" name="depp"> with <select name="arr"> <?php foreach($allairports as $airport) { echo '<option value="'.$airport->icao.'" '.$sel.'>'.$airport->name.' ('.$airport->icao.')</option>'; } ?> </select> <select name="depp"> <?php foreach($allairports as $airport) { echo '<option value="'.$airport->icao.'" '.$sel.'>'.$airport->name.' ('.$airport->icao.')</option>'; } ?> </select>
-
Paid hosting ? It seems you need to enable the modules in php.ini
-
[ADD-ON] APVAcars Software For phpVMS version 7
Vangelis replied to Vangelis's topic in Addons and Downloads
as phpvms is constantly improving thus the code changes i am in the process of rewriting the acars, at the moment the current version is not working with phpvms 7 and a new version will be released in the following weeks. At the moment nabeel has a working client and as far as i am aware he charged the licence per VA i would suggest to contact him -
I'm trying to run the installer and I get an error.
Vangelis replied to ToastTheFourth's topic in General Discussions
Did you run the install ? in that page you will need to fill in the mysql credentials and info -
Is it possible to migrate from the Vam system to phpvms?
Vangelis replied to aLeexandre1997's topic in General Discussions
If you have the kwnowledge everything is possible. the easyest way is to export the db to an excell and format it to phpvms database format -
If you want send me a pm with Website Address A test username and password Ftp Credentials in order to check the php files and i can have alook at it
-
send them by pm and on the very first change i will have a look at it
-
compare those templates and see what is missing for example all the hidden values are missing