Jump to content

freshJet

Members
  • Posts

    1470
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by freshJet

  1. Looks like you have a custom skin there, so the default code isn't going to work.
  2. You probably have a </div> tag in the wrong place. Post a screenshot and attach the CSS.
  3. For those looking for an update on this project, it has been very much abandoned for several months now. I have been busy with work, plus I have not been involved in the VA scene for about a year now. phpVMS development came to a standstill as well. If there is enough demand for this then I might consider completing it.
  4. It's very easy. Just write out a template, fill in the details with the phpVMS flight plan variables. Obviously you could go a step further an allow the pilot to manually enter the data into a form and produce it that way.
  5. http://www.monarch.co.uk/destinations
  6. That is them, they will not always be named styles.css.
  7. <?php echo number_format(StatsData::TotalPaxCarried());?>
  8. No one has slammed anyone (unless that's why DJRixton decided to withdraw his posts). But it happens too often now where skins are being released, sometimes payware, that are breaching licenses.
  9. This is happening way too much with skin releases, alarm bells were ringing straight away when I opened the thread. What happened to the good old days of writing skins from scratch?
  10. The link for this is yoursite.com/index.php/register.
  11. A lot going on at the moment so haven't touched it in weeks but it has most certainly not been abandoned. I will continue to post updates.
  12. include('../core/codon.config.php'); Make that the very first line. Make sure the path is correct as well.
  13. I can't remember exactly, but it's easy. Look at the login form code on the main site and copy it. Just make sure the pilot ID input is named 'email' and password 'password'. Make sure to include the hidden input fields.
  14. It's just the way the editor works. You could apply display:inline to the text, or you could use str_replace in the PHP code to replace the <p> and </p> tags.
  15. This was 2 years ago. I think it's safe to say it's already long gone.
  16. After you start the loop: if($aircraft->icao == 'B738'){ continue; }
  17. freshJet

    ice v1

    The link is at the bottom of the first post.
  18. Change public function getAircraftTotals(){ ... to public static function getAircraftTotals(){ ... in what I assume must be core/common/FleetData.class.php.
  19. Not through the config file, but you could edit the code for the $userinfo class. So, if the ID is 0000 echo 'Retired'. Problem there is that might cause some issues where it is expected as a number, i.e passed into functions.
×
×
  • Create New...