Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Well I've swapped out the database class due to some updates http://nsslive.net/2009/06/30/ezdb-and-php-5-3/
  2. There are some probs with the latest Updating the core DB. What page is that on?
  3. Hey, the docs has a list http://docs.phpvms.net/installation#installation
  4. Well at KBOS right now the fuel price for Jet A per gallon is about 6.50. So there might be a conversion problem there, I don't remember if I explicitly did conversions. I added it to my bug list, I did not realize that. But regardless, that's a huge cost. Do you know was the fuel usage was though? And how it applies it depends on your settings in the local.config. The fsacars config there has to match up, it's a big confusing. But I'm gonna revisit this soon.
  5. Yes it's beta, not supposed to used in production. Older? Nope, the build is automated, doesn't keep old copes. I hope you backed up. Some of the underlying database interface code was changed, but not completely tested I'm aware of some errors, maybe this weekend I'll get to fix them
  6. Put an echo after if($eventinfo[0] == 'registration_complete') { so you know if it's being called or not
  7. What do you mean not working? Is ther an error or anything
  8. How modified? Did you change div names/did you change those templates? Try reverteing to the original schedule templates which handle those, see if that solves the problem. The thing is, any changes to divs or classes messes the javascript it
  9. Ouch, that's interesting. What was the fuel usage (not cost)? Since it's in the current month, just edit the PIREP, not the finance table
  10. Rev 721 - Removed etc files9 July 2009, 3:15 pmRev 721 - nabeel (8 file(s) modified)Removed etc files- /trunk/.vsphpignore- /trunk/ezsql.php- /trunk/phpvms.intellisense.cache- /trunk/phpvms.phpproj- /trunk/phpvms.puo- /trunk/phpvms.sln- /trunk/phpvms.suo- /trunk/unit_test.phpSource: phpVMSDownload from http://downloads.phpvms.net
  11. Rev 720 - Updating to ezDB, preliminary language files for translations9 July 2009, 1:58 pmRev 720 - nabeel (32 file(s) modified)Updating to ezDB, preliminary language files for translations+ /trunk/.vsphpignore~ /trunk/admin/modules/PilotAdmin/PilotAdmin.php~ /trunk/admin/modules/PIREPAdmin/PIREPAdmin.php~ /trunk/admin/modules/Settings/Settings.php~ /trunk/admin/modules/SiteCMS/SiteCMS.php~ /trunk/core/app.config.php+ /trunk/core/classes/ezDB.class.php+ /trunk/core/classes/ezDB_Base.class.php+ /trunk/core/classes/ezDB_MySQL.class.php+ /trunk/core/classes/ezDB_MySQLi.class.php+ /trunk/core/classes/ezDB_Oracle.class.php- /trunk/core/classes/ezSQL_Base.class.php- /trunk/core/classes/ezSQL_DB.class.php- /trunk/core/classes/ezSQL_MySQL.class.php- /trunk/core/classes/ezSQL_MySQLi.class.php- /trunk/core/classes/ezSQL_Oracle.class.php+ /trunk/core/classes/Lang.class.php~ /trunk/core/codon.config.php~ /trunk/core/common/SiteData.class.php+ /trunk/core/lang+ /trunk/core/lang/en.lang.php+ /trunk/core/modules/FrontBids+ /trunk/core/modules/FrontBids/FrontBids.php~ /trunk/core/modules/Registration/Registration.php+ /trunk/core/templates/frontpage_recentbids.tpl+ /trunk/ezsql.php+ /trunk/phpvms.intellisense.cache+ /trunk/phpvms.phpproj+ /trunk/phpvms.puo+ /trunk/phpvms.sln+ /trunk/phpvms.suo+ /trunk/unit_test.phpSource: phpVMSDownload from http://downloads.phpvms.net
  12. Wait on this, I've included it into a translation table, so you can change it through that
  13. Rev 719 - xacars integration (incomplete), db updates9 July 2009, 6:56 amRev 719 - nabeel (9 file(s) modified)xacars integration (incomplete), db updates~ /trunk/core/classes/ezSQL_Base.class.php~ /trunk/core/classes/ezSQL_DB.class.php~ /trunk/core/codon.config.php~ /trunk/core/common/ACARSData.class.php~ /trunk/core/common/RegistrationData.class.php~ /trunk/core/common/SchedulesData.class.php~ /trunk/core/modules/ACARS/xacars.php~ /trunk/core/modules/Registration/Registration.php~ /trunk/lib/js/jquery-front.jsSource: phpVMSDownload from http://downloads.phpvms.net
  14. Nabeel

    route map

    ok in routemap.htm, just do <?php MainController::Run('RouteMap', 'Controller'); ?>
  15. They might not know about Flying Tigers, since it operates as Flying Tigers, not directly as "Emirates" or "Lufthansa"
  16. Why would you rewrite it? What purpose would it serve? And to mention, phpVMS is still actively being worked on. You can create a Joomla addon which talks to the phpvms api All you need to do is to write a bridge, which is much simpler than learning the API for both products http://forum.joomla.org/viewforum.php?f=174
  17. Nabeel

    route map

    both, just attach them
  18. Nabeel

    route map

    Can you paste the files?
  19. I'm sure it could be, I'm not too familiar with Joomla
  20. Because it would be a huge mess. To update from one version to another, you'd have to upgrade to every step in between. The builds and everything are automated
  21. The subject is in the code, check the modules/registration/registration.php
  22. Nabeel

    route map

    Set the permissions on the file you're editing to something writable (775 or 777)
×
×
  • Create New...