Jump to content

Nabeel

Administrators
  • Posts

    8141
  • Joined

  • Last visited

  • Days Won

    38

Everything posted by Nabeel

  1. What are you using to get the last PIREP? <?php echo date('d.m.Y', $report->submitdate); ?> Should be in quotes.
  2. What tables in mysql? You have to upload it to your site. phpVMS is design to "be the site", but you'll have to upload it, and change the URL in the core/local.config.php file Live map, you need a Google API key. Enter that in the General Settings in the admin panel. Check out the docs as well: http://www.phpvms.net/docs And the tutorials: hhttp://www.phpvms.net/tutorials
  3. Hey we all do it lol, glad you got it workin'
  4. Try using Firefox for now; the update is coming hopefully by next weekend, with a revamped admin panel. Sorry about that!
  5. Yeah, from wherever you installed it
  6. No problem, I always had troubles with it individually. Once you install it, goto: localhost/phpmyadmin You can create a database from there. The default username is "root" with no password. So you'd enter that into the phpVMS installer
  7. You can have multiple people have access to the admin panel (just give add them into the "Admin" group). Right now, there aren't different "levels", but it's planned to include it in the future
  8. Try using xampp, that'll set everything up (php, apache, mysql). The problem you're having might be from a setting that's not right. Set error_reporting to E_ALL ^ E_NOTICE, that'll give any errors. With it set to 0 it'll just show a blank page like you're setting.
  9. Instead of DATE_FORMAT try 'm Y' just to test
  10. Hey, It's in the install folder, as: /install/install.php
  11. Hey Ermias, No prob, we're all here to help out. Those aren't errors per-say. How did you setup your local server? Are you using xampp or wamp, or did you download apache/php/mysql seperately? I personally use xampp for local testing, it takes care of settings. There's an option in the php.ini file called error_reporting. Set it to: error_reporting=E_ALL ^ E_NOTICE That'll remove those notices. Not sure why it's displaying them by default. Also, what version are you using? And yes, the database name is the one you've created, along with a user/password that has access to it. Hope that helps, ask whatever questions you need, don't be shy
  12. Nabeel

    Templates

    It's not too hard, as most people will tell you, you just have to play around with it, takes a few to understand how it fits together. Once you do that then it's fairly easy. Watch the skinning tutorials Roger did, he did a good job, seemed to have helped people out.
  13. Nabeel

    Login

    Hey, Troubles logging in how/in what way? Need some more details to go on. Browser details, what's the "troubles" he's having, etc
  14. Hey there, Unfortunately, it's schedules-based. Perhaps someday in the future there may be a way to do unscheduled flight, but right now there is alot of data, including the upcoming financials, that are tied to schedules. I haven't given much thought to it, on how to do non-scheduled flights but perhaps sometime in the future. Some VAs schedule a flight and then the pilot adds it to their bid queue. Maybe that's a possibility?
  15. Should be similar for smf, if I get time I'll look something up
  16. This is a known bug, it'll be fixed in the update (coming really soon) But if you really want to clear it, there's another thread with the fix.
  17. Seems like a CSS issue to me, the text is missing so it's either hidden by another element or under something. Check the HTML source and see if it's there; if it is then check your CSS styles
  18. Did you change any code? Got an example?
  19. http://phpvms.net/docs/ http://www.phpvms.net/docs/installation Scroll down to update
  20. Hmm, I don't recall putting any limits on those. I can double check. But if they don't enter a valid schedule, then the PIREP file will fail, regardless of the airports
  21. I'm gonna figure something out for that after release of this next update. That'll be a bit involving
  22. As of now, no, but that's an interesting concept...
  23. Well, it's only work with the beta versions, since the current release is missing the $userinfo bit
  24. It's a start. Once you get a hang of it, it'll go even better
×
×
  • Create New...