Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. 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
  2. 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
  3. Yeah, just echo out extra stuff or use templates to echo everything out. I can't remember if i went over templates?
  4. It's alright, don't worry about If you have any specific questions, feel free to ask
  5. Nabeel

    Search Form

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

    Search Form

    Point it to index.php
  7. 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
  8. Can you try the beta that's up now?
  9. I'm sorry? I don't see any error?
  10. Nabeel

    java

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

    java

    That's weird, I haven't heard of that problem happening with the script tag I'll see what I can find
  12. 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
  13. 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
  14. Nabeel

    java

    Try this: <script type="text/javascript" language="javascript"> //<![CDATA[ window.location = "<?php echo $redir;?>"; //]]> </script>
  15. 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.
  16. Well, FSP integration is done, that's the most that's possible
  17. 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
  18. 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
  19. Nabeel

    java

    I mean, if you take the script out, does it still mess up the page?
  20. Nabeel

    java

    A div isn't closed or something? And it works with the script tag taken out?
  21. lol... a few bugs were fixed though. Who know a damn function to add times would be so troublesome
  22. Check the latest beta, another update to this, hopefully it puts it to rest for good
  23. Nabeel

    java

    The script tags shouldn't be doing that, they're invisible to the html
×
×
  • Create New...