Jump to content

EastCoastHops

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by EastCoastHops

  1. Hello All,

    FIrst off I know I have been negligent on not updating phpVMS like I should have, but in the here and now, how do I fix this issue. It was hacked and now there is a pop up box with the hacker group and if I dismiss that dialog, then it takes me to the screen with there ad for the group. I have temporarily suspended the site virtualblue.org for security purposes, but how do I get that fixed and how to I update the site. Here is the link to the exploit they sent me.

    http://www.exploit-db.com/exploits/24960/

    Thanks

  2. image.png

    Director of Flight Operations

    Virtual Blue Airways is a dynamic and fresh virtual airline looking to start a new generation virtual airline. We believe in a practical fun while professional environment. When you join vBlue, you will be greeted with kind words from our Crew Management Department. Virtual Airlines about flying and having fun, but getting your hours and learning to fly a jetBlue aircraft isn't possible without someone to guide you. That is why we are hiring a Director of Flight Operations.

    Requirements

    • 16 years of age or older
    • Ability to communicate professionally and promptly with others
    • Have an exceptionable knowledge on how to fly various payware modal aircraft
    • Be able to give 8 hours (min.) to Virtual Blue
    • Valid Skype ID and willing to install the Teamspeak 3 Client

    What is the Director of Flight Operations responsible for?

    • Manage Submitted Flight Reports
    • Maintain an up to date database of airports, fleet, and schedules
    • Provide assistance for questions with Flight Simulator X questions and the operations of aircraft
    • Showing at a monthly staff meeting
    • Daily Check of staff email address

    Have what it takes to become part of the Virtual Blue Administration? Someone has got to do it!

    Please submit requests for further information to president@virtualblue.org

  3. I suggest creating your pages through the ftp instead of the admin panel. Below are the instructions on doing so

    In your File Manager go to Core > Moduals > and create a folder for the page name you want. For example we want to make a fleet page so we will create a new directory names Fleet (first letter MUST be capital)

    Navigate into the Directory you made A.K.A Fleet and create a new file name Fleet.php

    Past the following script into the Fleet.php file

    <?php

    class Fleet extends CodonModule {

    function index() {

    $this->show('fleet');

    }

    }

    <<<End of Script Don't Insert This Line>>>

    Now save this file and navigate into your active skin file (/lib/skins/skinname)

    Create a file named fleet.tpl (all lowercase)

    This fleet.tpl file is what you will edit to show your page content.

    This should fix the html tag issue. Hope I helped!

    Cheers!

    Brendan

×
×
  • Create New...