Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Try <p align="center">, you might need to layer those
  2. There's some problems with the beta right now for fresh installs. Start with the release version, that works for sure with alot of things. Updating to the beta seems OK too. I'm gonna try to fix some of these beta issues today
  3. You could just include it in routemap.php, using the template. Create a file in the core/templates folder called "routemap_page.tpl" or something like that, and put in your HTML in there. Then in the routemap.php, just put: <?php Template::Show('routemap_page.tpl'); Wherever you want that template to show up
  4. If you watch my tutorial, the 1st one I think, I explain it in there
  5. Yeah, there are some issues with the beta for right now, on the install. If you install the release version, then update to the beta you should be OK
  6. I'll check that out, it's an odd one. If you comment out line 45 in core/codon.config.php, it should go away
  7. Yeah, just echo out extra stuff or use templates to echo everything out. I can't remember if i went over templates?
  8. What's the code?
  9. No prob man thanks
  10. It's alright, don't worry about If you have any specific questions, feel free to ask
  11. Nabeel

    Search Form

    Yeah that form action is to /action.php, change it to index.php
  12. Nabeel

    Search Form

    Point it to index.php
  13. I see your flight # is: [iATA] => USMC2866 Did you modify it to accept 4? It seems like it crashed in the end, fscars didn't send a PIREP message Delete FSACARS completely, including the directory, install from scratch, including the update that's on the page
  14. Can you try the beta that's up now?
  15. I'm sorry? I don't see any error?
  16. Nabeel

    java

    That can be redone as: <script type="text/javascript"> setTimeout(function() { window.location = "<?php echo $redir;?>"; }, 2000); </script> Little more compact
  17. Nabeel

    java

    That's weird, I haven't heard of that problem happening with the script tag I'll see what I can find
  18. Check permissions on those files, nothing has changed with pages since last release Did you overwrite any files your changed? Remember to copy your templates from the core/templates folder to your skin folder
  19. Can you guys turn on logging, in the local.config.php, the ACARS_DEBUG set to true, and then send me the /core/modules/acars/log.txt
  20. Nabeel

    java

    Try this: <script type="text/javascript" language="javascript"> //<![CDATA[ window.location = "<?php echo $redir;?>"; //]]> </script>
  21. For airline code, in the installer, the restriction is still to 3. I think I was keeping it at 3 to stay with ICAO. I'll consider expanding it. Ahh, I remember the change. It was allowing alphanumeric flight numbers.
  22. Well, FSP integration is done, that's the most that's possible
  23. If one database but on the same server, it can be shared, but in terms of phpVMS, you can't partially share a database. Over different servers, same as above, but in practice doesn't work out very well because of internet traffic, and security
  24. For now you can set flight-types to charter. The only thing affects is revenue. Next revision what I'm doing is allowing flights from one airport, back to the same airport. Someone suggested that in another thread, to count for "sorties" flown around and coming back. Hopefully that's a solution in the sort-term. This change has actually already been made in the latest beta version
  25. Nabeel

    java

    I mean, if you take the script out, does it still mess up the page?
×
×
  • Create New...