Jump to content

Nabeel

Administrators
  • Posts

    8148
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. The latest is actually 402.http://www.phpvms.net/downloads/phpvms.402.full.zipNot sure why the installer build didn't update. I'll check/change that. That version number it's tracking is different. I'm in the process of changing how the builds are laid out to make it a bit easier for myself.I'm not sure what you can if it can be flown by FSACARS. It can, you just fly it like a normal flight. I'm fixing the bug where the bid isn't removed though.And you can't delete pilot's just yet. There's too much data to account for to completely delete someone, but once I finalize that data, then you'll be able to delete, so maybe in the next update, or the one after that (the next update will be by next weekend the latest)
  2. OUCH. Thanks. I'll fix that. I hate phpBB sometimes.
  3. Nabeel

    Letters

    Ahh UTF8 and Unicode issues. PHP doesn't handle unicode the best, but a few things might help: - setting a character encoding: <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> Put that in your <head></head>.You can also set your mysql database/tables to UTF8. I think in phpmyadmin there is an option. If you don't find it, let me know. This may also helpAlso, if you can give me some specifics, I can check the code against the PHP docs and see which functions aren't as unicode friendly. This is supposed to be completely fixed in PHP6. Hopefully that helps a bitNabeel
  4. Nabeel

    News

    I haven't created a new archive module, sounds like a good add-on for someone to write
  5. My favorites that I always use are the "Visual Quickstart Guides" on amazon. Those are excellent books, non-verbose and to-the-point.
  6. Nabeel

    Login

    Just copy the code on on the login template. Just a username and password field, with the form action pointing to index.php/login
  7. It'll be easier to make a static link to the register page (index.php/register).Tutorials? http://www.sitepoint.com is good, zend.com has some good stuff as well.
  8. Yep, just change that URL to the right one
  9. Make sure the URL is correct and matches up in your /core/local.config.php. There's a few settings there which might be specific to your host/URL.
  10. I'll add it in. I'll also add in birthday, to check the age. I'll IM you.
  11. It should not be that difficult if you know SQL and some PHP.
  12. IP banning could be a possibility. Email ban was there in 1.0 - it wouldn't delete the pilot, it would mark it as rejected, so the email couldn't be reused. That changed in 1.1. I'm thinking maybe a captcha or some sort of manual validation.But you can do an IP ban using an htaccess. I think that would be the easiest way - http://tools.dynamicdrive.com/userban/
  13. Well you can just reject their registration and then delete it.I'll see if I can conjure up some anti-spam stuff easily.
  14. You don't need to do all this. In the admin panel, under settings, there's "Custom Fields", you can add it there.http://www.phpvms.net/docs/managing_you ... ile_fieldsAfter adding it, to show it in the profile, you have to call it (assuming you named it "Country"): echo PilotData::GetFieldValue($pilot->pilotid, 'Country'); As for showing icons, that'd be a bit trickier. But if this seems like something everyone wants, I can add it in, that way there's no hassle during updates. I'm not quite sure where to get the icons as well.
  15. lol.. it's always one file.. or one line... or one character Glad to hear it's working.
  16. You have to use either the ICAO or the IATA. It's whatever you enter in that field.
  17. It will only use the airline code and the flight number, so AB123. Check the airline code again. Since a pilot is attached to an airline, that airline code is the same code used in the pilot number.
  18. Awesome, good to hear. Sorry for that trouble!
  19. The page is coming up 404. Did you delete and then re-upload everything?
  20. What do you mean change the location? Do you mean change where it's centered? There's no quick way. I'll come up with something, but for now, if you open /lib/js/acarsmap.js, line 28: map.setCenter(new GLatLng(45.484400, -62.334821), 13, G_PHYSICAL_MAP); Change those coordinates. And I'm sure they can be converted, but now without some effort. The fields stayed mostly the same. I'm not sure why you would want to though? The PIREPS are separate from the ACARS
  21. How doesn't match? It does the flight number based on what you enter in the flight IATA field.
  22. I fixed a few errors, try this build out:http://www.phpvms.net/downloads/phpvms.402.full.zipFull re-upload.
  23. Give this a shot, it's the full version. Reupload/replace everythinghttp://www.phpvms.net/downloads/phpvms.402.full.zip
  24. Alright, this has been weird. It was a weird compatibility error. I'll have a fix up in a few days, just fixing a few other things to get that working as well.
  25. I've found a problem, workin on it.
×
×
  • Create New...