Jump to content

MaciejO

Members
  • Posts

    94
  • Joined

  • Last visited

Posts posted by MaciejO

  1. Goooood morning! We are now open, all accounts were now activated and are free to login and use the basic flightplan/logbook system that we will have to use for some period of time.

    Our forum should be running by end of this evening but I will update you guys by a next news about whats happening with that.

    I would also like to encourage people to like our social pages available here:

    We are also now running a teamspeak 3 server that details can be found on the right hand side of the frontpage or pilot briefing room.

    If you have any questions, do not hesitate to ask, if you have any ideas, sent them, use contact form to do both of those.

    We are also now planning a aeroclub opening event which will be held by end of this month. That's when everything should calm down and be fully ready to be used.

    www.scovirtualaeroclub.co.uk

  2. Scottish Virtual Aeroclub

    Mission Statement:

    To provide a real VFR flying experience to all aviation enthusiasts who love to fly in the amazing areas of busy airspace within the Scottish TMA or want to fly in the breath taking views of the Scottish Highlands.

    About Us in Depth:

    Scotland has a good mix of controlled and uncontrolled airspace with many airports to choose from. Cumbernauld aerodrome in the TMA is a short hop to either Glasgow, Edinburgh and Prestwick or to the beautiful scenery of Loch Lomond and the trossachs and the picturesque Scottish Highlands and Islands. Other fields include Perth and Fife amoungst many others around the country are home to very successful real world flying clubs.

    Website:

    The website can be found under the following URL: http://www.scovirtualaeroclub.co.uk

    Registration:

    Registration is open from the 1st of August 2013 and is available to everyone who is at least 13 years old and holds active VATSIM account.

    PLEASE NOTE: We are planning to activate all of the pending member registrations on the Sunday, 4th of August 2013. The reason for that being is that our internal part of the site is not yet ready to be used.

    Planned Opening Date:

    Sunday, 4th of August 2013

    • Like 2
  3. Scottish Virtual Aeroclub

    Mission Statement:

    To provide a real VFR flying experience to all aviation enthusiasts who love to fly in the amazing areas of busy airspace within the Scottish TMA or want to fly in the breath taking views of the Scottish Highlands.

    About Us in Depth:

    Scotland has a good mix of controlled and uncontrolled airspace with many airports to choose from. Cumbernauld aerodrome in the TMA is a short hop to either Glasgow, Edinburgh and Prestwick or to the beautiful scenery of Loch Lomond and the trossachs and the picturesque Scottish Highlands and Islands. Other fields include Perth and Fife amoungst many others around the country are home to very successful real world flying clubs.

    Website:

    The website can be found under the following URL: http://www.scovirtualaeroclub.co.uk

    Registration:

    Registration is open from the 1st of August 2013 and is available to everyone who is at least 13 years old and holds active VATSIM account.

    PLEASE NOTE: We are planning to activate all of the pending member registrations on the Sunday, 4th of August 2013. The reason for that being is that our internal part of the site is not yet ready to be used.

    Planned Opening Date:

    Sunday, 4th of August 2013

  4. I have tried to fix this problem for Alex using all fixes given but none of them worked on any of the issues. When I have made a clean phpVMS install on this server it thrown in exactly the same errors just after completing the registration proccess at the end of installer.

    Does anyone have any idea how to sort this out?

    Mac... :ph34r:

  5. Hi there guys! New skin(BigTiles - Modern UI Inspired phpVMS skin) for sale is going to be released within the next few days.

    Price for shared rights is going to be 15GBP and 50GBP for full rights. If you are interested in full rights from the beggining drop me a pm or an email.

    Specification can be seen below:

    largetiles.jpg

    In addition to that I will be releasing updated version of dispatch system(20GBP) and some freeware skin within up cooming week but this is a small suprise!

    Maciej.

    • Like 1
  6. Hi there,

    I am trying to run if(MainController::$activeModule = 'Frontpage') inside layout.tpl, it seems like its working but its really not. I am trying to present diffrent div's for a homepage and diffrent for all other modules.

    Code in layout.tpl:

    <?php
    if(MainController::$activeModule = 'Frontpage')
    {
     echo 'This is a frontpage';
    }
    else
    {
     echo 'This is not a frontpage';
    }
    ?>
    

    After going to my site, I can see This is a frontpage, this is correct, I add index.php, its still correct. BUT when I do index.php/login I should get response This is not a frontpage, and what I get is This is a frontpage.

    Could anyone help me on this one?

    Mac... :ph34r:

  7. Hello there,

    If anyone of you is using latest php version with phpvms you are exposed to Strict Standards error(E_STRICT error level).

    Errors you will get are:

    Strict Standards: Accessing static property Contact::$post as non static in server:\phpvms\core\classes\CodonModule.class.php on line 69
    Strict Standards: Accessing static property Contact::$get as non static in server:\phpvms\core\classes\CodonModule.class.php on line 70
    Strict Standards: Accessing static property Contact::$controller as non static in server:\phpvms\core\classes\CodonModule.class.php on line 72
    Strict Standards: Accessing static property Contact::$activeModule as non static in server:\phpvms\core\classes\CodonModule.class.php on line 75
    Strict Standards: Accessing static property Downloads::$post as non static in server:\phpvms\core\classes\CodonModule.class.php on line 69
    Strict Standards: Accessing static property Downloads::$get as non static in server:\phpvms\core\classes\CodonModule.class.php on line 70
    Strict Standards: Accessing static property Downloads::$controller as non static in server:\phpvms\core\classes\CodonModule.class.php on line 72
    Strict Standards: Accessing static property Downloads::$activeModule as non static in server:\phpvms\core\classes\CodonModule.class.php on line 75
    Strict Standards: Accessing static property Finances::$post as non static in server:\phpvms\core\classes\CodonModule.class.php on line 69
    Strict Standards: Accessing static property Finances::$get as non static in server:\phpvms\core\classes\CodonModule.class.php on line 70
    Strict Standards: Accessing static property Finances::$controller as non static in server:\phpvms\core\classes\CodonModule.class.php on line 72
    Strict Standards: Accessing static property Finances::$activeModule as non static in server:\phpvms\core\classes\CodonModule.class.php on line 75
    Strict Standards: Accessing static property FrontBids::$post as non static in server:\phpvms\core\classes\CodonModule.class.php on line 69
    Strict Standards: Accessing static property FrontBids::$get as non static in server:\phpvms\core\classes\CodonModule.class.php on line 70
    Strict Standards: Accessing static property FrontBids::$controller as non static in server:\phpvms\core\classes\CodonModule.class.php on line 72
    Strict Standards: Accessing static property FrontBids::$activeModule as non static in server:\phpvms\core\classes\CodonModule.class.php on line 75
    Strict Standards: Accessing static property Frontpage::$post as non static in server:\phpvms\core\classes\CodonModule.class.php on line 69
    Strict Standards: Accessing static property Frontpage::$get as non static in server:\phpvms\core\classes\CodonModule.class.php on line 70
    Strict Standards: Accessing static property Frontpage::$controller as non static in server:\phpvms\core\classes\CodonModule.class.php on line 72
    Strict Standards: Accessing static property Frontpage::$activeModule as non static in server:\phpvms\core\classes\CodonModule.class.php on line 75
    Strict Standards: Accessing static property FSFK::$post as non static in server:\phpvms\core\classes\CodonModule.class.php on line 69
    Strict Standards: Accessing static property FSFK::$get as non static in server:\phpvms\core\classes\CodonModule.class.php on line 70
    Strict Standards: Accessing static property FSFK::$controller as non static in server:\phpvms\core\classes\CodonModule.class.php on line 72
    Strict Standards: Accessing static property FSFK::$activeModule as non static in server:\phpvms\core\classes\CodonModule.class.php on line 75
    Strict Standards: Accessing static property kACARS_Free::$post as non static in server:\phpvms\core\classes\CodonModule.class.php on line 69
    Strict Standards: Accessing static property kACARS_Free::$get as non static in server:\phpvms\core\classes\CodonModule.class.php on line 70
    Strict Standards: Accessing static property kACARS_Free::$controller as non static in server:\phpvms\core\classes\CodonModule.class.php on line 72
    Strict Standards: Accessing static property kACARS_Free::$activeModule as non static in server:\phpvms\core\classes\CodonModule.class.php on line 75
    Strict Standards: Accessing static property Login::$post as non static in server:\phpvms\core\classes\CodonModule.class.php on line 69
    Strict Standards: Accessing static property Login::$get as non static in server:\phpvms\core\classes\CodonModule.class.php on line 70
    Strict Standards: Accessing static property Login::$controller as non static in server:\phpvms\core\classes\CodonModule.class.php on line 72
    Strict Standards: Accessing static property Login::$activeModule as non static in server:\phpvms\core\classes\CodonModule.class.php on line 75
    Strict Standards: Accessing static property Logout::$post as non static in server:\phpvms\core\classes\CodonModule.class.php on line 69
    Strict Standards: Accessing static property Logout::$get as non static in server:\phpvms\core\classes\CodonModule.class.php on line 70
    Strict Standards: Accessing static property Logout::$controller as non static in server:\phpvms\core\classes\CodonModule.class.php on line 72
    Strict Standards: Accessing static property Logout::$activeModule as non static in server:\phpvms\core\classes\CodonModule.class.php on line 75
    Strict Standards: Accessing static property News::$post as non static in server:\phpvms\core\classes\CodonModule.class.php on line 69
    Strict Standards: Accessing static property News::$get as non static in server:\phpvms\core\classes\CodonModule.class.php on line 70
    Strict Standards: Accessing static property News::$controller as non static in server:\phpvms\core\classes\CodonModule.class.php on line 72
    Strict Standards: Accessing static property News::$activeModule as non static in server:\phpvms\core\classes\CodonModule.class.php on line 75
    Strict Standards: Accessing static property Pages::$post as non static in server:\phpvms\core\classes\CodonModule.class.php on line 69
    Strict Standards: Accessing static property Pages::$get as non static in server:\phpvms\core\classes\CodonModule.class.php on line 70
    Strict Standards: Accessing static property Pages::$controller as non static in server:\phpvms\core\classes\CodonModule.class.php on line 72
    Strict Standards: Accessing static property Pages::$activeModule as non static in server:\phpvms\core\classes\CodonModule.class.php on line 75
    Strict Standards: Accessing static property Pilots::$post as non static in server:\phpvms\core\classes\CodonModule.class.php on line 69
    Strict Standards: Accessing static property Pilots::$get as non static in server:\phpvms\core\classes\CodonModule.class.php on line 70
    Strict Standards: Accessing static property Pilots::$controller as non static in server:\phpvms\core\classes\CodonModule.class.php on line 72
    Strict Standards: Accessing static property Pilots::$activeModule as non static in server:\phpvms\core\classes\CodonModule.class.php on line 75
    Strict Standards: Accessing static property PIREPS::$post as non static in server:\phpvms\core\classes\CodonModule.class.php on line 69
    Strict Standards: Accessing static property PIREPS::$get as non static in server:\phpvms\core\classes\CodonModule.class.php on line 70
    Strict Standards: Accessing static property PIREPS::$controller as non static in server:\phpvms\core\classes\CodonModule.class.php on line 72
    Strict Standards: Accessing static property PIREPS::$activeModule as non static in server:\phpvms\core\classes\CodonModule.class.php on line 75
    Strict Standards: Accessing static property Profile::$post as non static in server:\phpvms\core\classes\CodonModule.class.php on line 69
    Strict Standards: Accessing static property Profile::$get as non static in server:\phpvms\core\classes\CodonModule.class.php on line 70
    Strict Standards: Accessing static property Profile::$controller as non static in server:\phpvms\core\classes\CodonModule.class.php on line 72
    Strict Standards: Accessing static property Profile::$activeModule as non static in server:\phpvms\core\classes\CodonModule.class.php on line 75
    Strict Standards: Accessing static property Registration::$post as non static in server:\phpvms\core\classes\CodonModule.class.php on line 69
    Strict Standards: Accessing static property Registration::$get as non static in server:\phpvms\core\classes\CodonModule.class.php on line 70
    Strict Standards: Accessing static property Registration::$controller as non static in server:\phpvms\core\classes\CodonModule.class.php on line 72
    Strict Standards: Accessing static property Registration::$activeModule as non static in server:\phpvms\core\classes\CodonModule.class.php on line 75
    Strict Standards: Accessing static property Registration::$get as non static in server:\phpvms\core\modules\Registration\Registration.php on line 25
    Strict Standards: Accessing static property RouteMap::$post as non static in server:\phpvms\core\classes\CodonModule.class.php on line 69
    Strict Standards: Accessing static property RouteMap::$get as non static in server:\phpvms\core\classes\CodonModule.class.php on line 70
    Strict Standards: Accessing static property RouteMap::$controller as non static in server:\phpvms\core\classes\CodonModule.class.php on line 72
    Strict Standards: Accessing static property RouteMap::$activeModule as non static in server:\phpvms\core\classes\CodonModule.class.php on line 75
    Strict Standards: Accessing static property Schedules::$post as non static in server:\phpvms\core\classes\CodonModule.class.php on line 69
    Strict Standards: Accessing static property Schedules::$get as non static in server:\phpvms\core\classes\CodonModule.class.php on line 70
    Strict Standards: Accessing static property Schedules::$controller as non static in server:\phpvms\core\classes\CodonModule.class.php on line 72
    Strict Standards: Accessing static property Schedules::$activeModule as non static in server:\phpvms\core\classes\CodonModule.class.php on line 75
    Strict Standards: Accessing static property XML::$post as non static in server:\phpvms\core\classes\CodonModule.class.php on line 69
    Strict Standards: Accessing static property XML::$get as non static in server:\phpvms\core\classes\CodonModule.class.php on line 70
    Strict Standards: Accessing static property XML::$controller as non static in server:\phpvms\core\classes\CodonModule.class.php on line 72
    Strict Standards: Accessing static property XML::$activeModule as non static in server:\phpvms\core\classes\CodonModule.class.php on line 75
    Strict Standards: Accessing static property ACARS::$post as non static in server:\phpvms\core\classes\CodonModule.class.php on line 69
    Strict Standards: Accessing static property ACARS::$get as non static in server:\phpvms\core\classes\CodonModule.class.php on line 70
    Strict Standards: Accessing static property ACARS::$controller as non static in server:\phpvms\core\classes\CodonModule.class.php on line 72
    Strict Standards: Accessing static property ACARS::$activeModule as non static in server:\phpvms\core\classes\CodonModule.class.php on line 75
    

    To resolve this problem simply open CodonModule.class.php and just after php opening tag add:

    ini_set('error_reporting', E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED);
    

    That's it fixed!

    Mac... :ph34r:

    • Like 4
  8. Hi there, its quite simple!

    <?php
    require('core/codon.config.php'); /* Call the PHPVms Config File */
    if(Auth::LoggedIn()) {
    ?>
    Display content you want to display for users which are logged in!
    <?php
    } else {
    ?>
    <script type='text/javascript'>
    window.location = '<?php echo url('login");  ?>' <?php /*javascripts redirect as php headers error will display if php function is used*/ ?>
    </script>
    <?php
    }
    ?>
    

    Mac... :ph34r:

  9. Hello,

    The script and all of services are still available, please e-mail or pm me if you would like to buy this script or have any questions about my services.

    Script was updated to calculate fuel even more correctly than it did before.

    Mail: olbi123@gmail.com

    Regards,

    Maciej.

  10. Right chaps I have to offer my Briefing Package that I created while ago it does include FULL LOADSHEET(Automatic) Pilot Notes, ATC FP place(using remarks section of schedule), and all things you will need to feel more real, its based on realworld briefing package from easyjet. I'm offering it for £10 with life time support and help out with installation, if your interested then use contact form on my website. I think its fair price for it. Here you can find picture of how does this briefing look:

    briefingpackage.png

  11. logo_partners.png

    Hello,

    As I need some money I decided to open little WebDesign service, I offer full skill creation(including logo etc), phpvms installing(also installing scripts), creating simple modules, helping out, graphic design, advices on VA etc.

    Please visit http://www.maciejolborski.net for more info!

    Regards,

    Maciej.

    UPDATE:

    The dispatch package was re written and is now managed from phpVMS admin panel, database is installed from an website level!

    Its really worth this price gents! £15

    briefing.jpg

  12. You mean how do you get all PHPVMS data in new php file? you have to call function require at beggining of document and then set few variables, example:

    <?php
    require('core/codon.config.php');
    
    if (SchedulesData::getScheduleDetailed($_GET['plan'])) {
    
    $schedule = SchedulesData::getScheduleDetailed($_GET['plan']);
    $depairport = OperationsData::getAirportInfo($schedule->depicao);
    $arrairport = OperationsData::getAirportInfo($schedule->arricao);
    ?>
    EVERYTHING WHAT YOU WANT TO BE DISPLAYED IN NEW WINDOW SHOULD BE PLACED HERE.
    <?php
    }
    ?>
    

    Hope that helps!

    Maciej.

    • Like 1
×
×
  • Create New...