Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. What was the link?
  2. Give it some time, sometimes that lookup server goes down if it's getting hit with a lot of traffic
  3. What was the issue, and how did you solve it? For future reference, thanks...
  4. Follow the instructions in my sig to enable debug logs, and then once that's done, try saving a custom field, then lemme know, we'll check the logs for any errors
  5. You can do a forgot password on the account and you should be able to get in from there
  6. Contact your host, that's a host error error
  7. I always do: include dirname(__FILE__).'/../path/to/file'; The dirname(__FILE__) gives the absolute path to the file you're at now, and from there you can navigate to wherever that codon.config.php file is. Using the absolute path to that file is best though
  8. This is probably the best way. There's also this help topic: http://forum.phpvms.net/page/index.html?record=11
  9. No tax, that's the number, yup
  10. Hi all, fivedev/phpVMS hosting is now officially starting an affiliate program - you get 7% of every referral, with a payout of $25. You also get a $5 bonus for signing up. Top referrals in every month will get a month free hosting. The servers have also been upgraded to PHP 5.3, and given more of a kick in terms of RAM and CPU. So, check it out! http://www.fivedev.net In phpVMS news, the bug tracker has been moved to github, and more of the project is being moved there, to allow more community involvement in the direction and development. As I've said always, it will remain completely open-source. vaCentral - a few changes have been implemented, mainly, any airlines without a PIREP in two months will be dropped off of the rankings. Weekly reports have also been fixed, and I'm looking to make a few more ranking changes. If you're good at math and like algorithms dealing with rankings, etc, drop me a line, let's talk. -Nabeel
  11. You just want your VA deleted?
  12. Wait, what?
  13. I'd talk to your host, that's probably an incorrect webserver configuration
  14. You were also missing the call to the phpVMS javascript - check the skinning docs
  15. You'd do it via CSS
  16. Remove these two: <script type="text/javascript" src="js/jquery-1.4.min.js"></script> <script type="text/javascript" src="js/jquery-ui-1.7.2.min.js"></script> You're calling jQuery in again
  17. You can use htaccess to make /pilots to go index.php/pilots It will auto lookup the module based on that name passed in. Any arguments after that are passed in as function arguments
  18. That aircraft is just for reference, you can just assign it to a 'default' aircraft - your pilots can file a PIREP with whatever aircraft
  19. Configured? It should work once you get ACARS flights using something like kACARS IVAO - do a search, there are a few threads about that
  20. Nabeel

    Layout

    Look at the code I had posted... that's the basic starting point for that
  21. I would ask them. Also, there is an Alaska Virtual Airlines in existence already, I believe...
  22. I wonder if someone could pick it up?
  23. phpVMS isn't designed for that out of the box, but it would need heavy modifications. Probably would be better to start something from scratch for that
  24. Make sure the variable to use is $pilot, might be something else
  25. You'd have to code that yourself
×
×
  • Create New...