Jump to content

Nabeel

Administrators
  • Posts

    8148
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Hey there John, Welcome to the site, thanks for checkin out the program. Are you using the beta or the latest released version? And when you double click the 'Error on page', what's the error that you get?
  2. Nope, then you won't have to do anything then
  3. This is the changelog for the next update. I've decided to post it now since it's basically "feature complete", except for a few minor things. It'll be in "testing mode" for the next couple weeks or so, I'm aiming to release at the end of January, if there are no major "blockers". I don't think I missed anything but it'll be revised when it's released. Enjoy! - Changelog updated changelog.htm
  4. Nabeel

    Question

    Nope, did you include the proper templates? http://www.phpvms.net/docs/skinning#skin_elements
  5. It's just going to ignore the leg # (like it kinda does now when filing the PIREP) I'd change those flight numbers now (if they're the same)
  6. Cool, just make a new module with that event, and you should be good to go!
  7. Yeah, that's limited in the db structure to 3. I stuck with the ICAO convention on that. I'm not sure what it'll take to change it, aside from changing the length in the sql tables, not off the top of my head at least.
  8. Well, you can create a module with events, but I haven't hashed out an events system for the admin. You can use the "register_complete" event when they actually register to create the profile: http://www.phpvms.net/docs/development:02_events_list#registration_complete Scroll up a bit to see how to create the module, and then the event. Hopefully that makes sense. You can use "registration_precomplete" even to get the user info, but in this next build I fixed it to postcomplete includes the user info. That will 'fire' when they create a profile, but before it's approved. The next update will have an events subsystem for the admin panel; I haven't done it uptil now because no one is really using it.
  9. Well, you have forums already, with PMing systems already which are better than what I'd create, so I don't see why I should duplicate a messaging system when there's one already created/being used.
  10. Um, there's no way to do that now, since I've only got 2 icons assigned, but it's a good idea. I'll get back to you
  11. Revert to the default template if you're using your own template on the map page. Make sure the API key is proper and check for any javascript errors on the page (check the error console in firefox)
  12. After this update, I'll take a look into it. I'm at my 'feature cutoff' date and that might be a bit complicated to do.
  13. Nabeel

    i need help

    Don't make edits directly in the core/templates folder, copy the template you're using into your skin folder, so it won't get overwritten
  14. Hey everyone, I think I am going to remove flight legs. Now since you can enter letters into the flight numbers, the leg's are kinda "obsolete", since you can just add it as part of the flight number. Also, FSACARS and FSPAX don't support it, so it's throwing things off with PIREPs and those finance calculations, and other 'future plans' which I have in mind. It just adds another layer of complexity, which is just giving me a big headache, and doesn't really serve a huge purpose (I don't think many of you are using legs) Just giving a heads up. Nabeel
  15. Dave, you sure it was the profile fields? I'll check it out though. I'll check the .info also, may just be a reg-ex problem
  16. It's monthly fees, though you can just add up what they will be for the month. Since it can change month to month, I'm devising how to handle that, as well as how to handle fuel/fuel costs. I'm trying to find a service to look up the current avg cost, and incorporate that for when a flight is flown, it'll charge that price on.
  17. If you're using Firefox, check out the error console. I'm testing it now, albeit on the latest build, the pilot id, etc was giving issues. Now the doubling won't matter. But if you open the error console, clear it, then goto the ACARS map page, if there's anything, it'll show up. But I was getting some Javascript errors with it not liking the remote URL, but I'm reading now that's due to the fact that it's on "localhost"
  18. Hey, Are you getting any Javascript errors?
  19. You should post what you want your design to look like, the design template, etc, so there can be a more accurate idea.
  20. Scroll down a bit in the main forums, it's the last forum there http://www.phpvms.net/forum/index.php/board,17.0.html
  21. Well, make sure you delete everything, for phpVMS, delete anything in the database. Then run the phpVMS installer, it will put in the tables. Make sure it's uploaded correctly. Then run the install/install.php. You'll enter the database information there. Then it'll install everything on its own.
  22. Hey, Well, first, fspassengers is coming in the next update (not sure if you read the front page). So you don't need to create scripts, etc for that. That'll be built in, using the existing scripts/platform. That code you pasted is just verifying the form field input, from the first page of the install. Just makes sure that everything is entered. That error usually comes when PHP5 isn't enabled properly. Perhaps you also accidentally deleted the htaccess file? Try re-uploading as well, sometimes files get corrupted when using FTP on upload. Also, are you using the beta, or the release version? Make sure it's the release. Beta still has some problems.
  23. No problem. It takes some time for that to propagate. If you domain changes, you can change the address in core/local.config.php, in the SITE_URL setting
  24. I guess 2008 wasn't the best year Untitled.jpg
×
×
  • Create New...