Jump to content

Nabeel

Administrators
  • Posts

    8139
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Nabeel

  1. Hey everyone, This past week's release has been bad. Tons of bugs cropping up, and it will be fixed by this weekend, most of them are fixed right now... just doing rigorous testing on it. I've setup 3 test areas that they move through. The reason for it was a problem with the place my code is stored. The server was corrupted, and my newer code ended up being replaced by some older code. I though I had fixed all the problems, but my automated build tools did not have test units for some of the basic functions, which were also reverted to older versions. My build tools are supposed to update my main testing server. They did not, so I didn't notice most of the issues which came up. In the last few days, I've restored everything back to how it was, and am now searching for a different provider to store my SVN code repositories. Sorry about all the troubles guys, from here it'll hopefully be smoother. Thanks for your patience. Nabeel
  2. Yeah, it shows them all as new the first time you're in, but after that it seems to work ok. I'll try to find an addin
  3. This will be fixed in the next update, read: http://www.phpvms.net/forum/index.php/topic,157.0.html
  4. Try adding it in .nav ul a I haven't touched the skins in months.. lol.
  5. If you're getting this error, make sure you have added the airports that were on the flights to your airports list. I have changed this code to check if it exists, and then add it if it doesn't. But if the airports are not added, then it could fail, it it needs to lookup information. For instance, you are flying to KIAD, but you're don't have KIAD added in your Airport's list, this may happen. If your host has remote fopen disabled, then I cannot retrieve this airport information, and it must be manually added through the control panel.
  6. On the bottom have you tried "View the most recent posts on the forum."?
  7. I don't see a #nav-one element on your page, it's #nav
  8. It'll be in #nav a since they are links
  9. I am slowly putting in addins. Lemme see if I can find a mod for it. But if you find one, lemme know... www.simplemachines.org
  10. You can add them in the core nav, in your template that's fine. There are tutorials online on how to do that. As for the admin editing, save the changes, I don't support overriding admin templates. That code changes too often. I do have ways to add items into the menu, I'll have documentation on that in some time though.
  11. Another button button2.png
  12. Here's a mini button to use: button.png
  13. Admin center? What are you modifying there? Those files are overwritten, I wouldn't modify those, it's touchy and not meant to be changed around. Either rename that skin folder, or copy and rename the folder. Anything in /core/templates get overwritten. But as for making changes, there's a proper way: http://www.phpvms.net/docs/skinning#editing_templates
  14. Nabeel

    issues

    Thanks no problem, I'll get to that one next. So hopefully you guys can wait till the weekend If you want to test it out though, let me know.
  15. Nabeel

    issues

    The entire thing is now working flawlessly. I fixed a few bugs, and I will make sure this is solid, and release it either on Friday or over the weekend. A few notes: Pilot Number: FULL number, INCLUDING the code (so VMA434). This is because FSACARS does not send me the CompanyICAO field, only the pilot ID field. I need both to lookup who you are. Flight IATA: FULL number, INCLUDING the code (VMA654654). I can't look up a route without that code. The CompanyICAO field is not sent to me here either, and I don't know what airline a route belongs to without the code. Registration: REQUIRED, or else I don't know what aircraft you used. Now that there are multiple aircraft of the same type, I can only look up the registration number reliably. To send the PIREP, you click "Stop Log". It will ask to Accept or Decline. Click Accept. Then, click the "Flight Log" tab, then click "Send Log". It will ask to confirm; say yes, and it will send. I'll have a patch over the weekend to fix errors which prevent the flights from showing, and to upload the code to use the registration data, and properly parse the Flight IATA. If you forget the code, I can "guess" which airline is it, but if it doesn't find the correct flight, then I can't do anything about it. There will be a "Edit PIREP" option, but it might not make this weekend's release, most probably the next one after (depends how much time I have this week). Also, FSACARS loves to spontaneously stop working (properly). Deleting the fsacars.ini file and reinstalling (the latest 4.0.15 version) fixes the problems. You NEED to use the 4.0.15 because they have changed how data is send between the versions. Their documentation doesn't match either version, so I've picked apart how they send it in 4.0.15 since it is the latest.
  16. Those are included (I'll have a doc on how to output them). But anything more advanced?
  17. What kind of integration? What data, what do you want to see?
  18. A note with this: if it's stopping after one pilot, either: make sure a rank image is assigned, or in your local.config.php, set the 'SIGNATURE_SHOW_RANK_IMAGE' to false. This will also be fixed in the update
  19. Nabeel

    issues

    Something odd is going on. Register on www.phpvms.net/test, and download your vma.ini from there, and if you can post a quick 10 minute flight for me, that'll be awesome.
  20. This will be fixed with an admin option in the next update, but for now, download the zip, and extract the "createzips.php" file into your site root (where index.php is). Then run it. It will generate a signature for all the pilot's in your VA. createsigs.zip
  21. What kind of data is useful?
  22. Hey, A few critical patches in this one, run the update.php I had stopped manually doing patches, and replaced it with a build script (automatically checking versions, patching files, and just using test-cases), leaving bugs in there for the last update. There were a few database changes as well, so this was not completely checked in the auto build. The first releases were tight in how they handled data, but now with all your feedback, that needs to be loosened a bit, so it's just going through growing pains... Stay tuned this week and next since I'm issuing patches fairly quickly with bug fixes as soon as I find them. There's going to be quite a bit more Q&A from now on. Sorry about all this trouble.
  23. Nabeel

    issues

    Can you zip and send me your import csv?
  24. Nabeel

    Cruise

    Speed. It's not used right now for anything.
  25. Nabeel

    issues

    I just released a patch now for the aircraft on PIREPS. I'm looking into the import.
×
×
  • Create New...