Jump to content

Nabeel

Administrators
  • Posts

    8141
  • Joined

  • Last visited

  • Days Won

    38

Everything posted by Nabeel

  1. 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.
  2. Yep, just change that URL to the right one
  3. 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.
  4. I'll add it in. I'll also add in birthday, to check the age. I'll IM you.
  5. It should not be that difficult if you know SQL and some PHP.
  6. 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/
  7. Well you can just reject their registration and then delete it.I'll see if I can conjure up some anti-spam stuff easily.
  8. 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.
  9. lol.. it's always one file.. or one line... or one character Glad to hear it's working.
  10. You have to use either the ICAO or the IATA. It's whatever you enter in that field.
  11. 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.
  12. Awesome, good to hear. Sorry for that trouble!
  13. The page is coming up 404. Did you delete and then re-upload everything?
  14. 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
  15. How doesn't match? It does the flight number based on what you enter in the flight IATA field.
  16. I fixed a few errors, try this build out:http://www.phpvms.net/downloads/phpvms.402.full.zipFull re-upload.
  17. Give this a shot, it's the full version. Reupload/replace everythinghttp://www.phpvms.net/downloads/phpvms.402.full.zip
  18. 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.
  19. I've found a problem, workin on it.
  20. Are you running on a windows or linux host?
  21. Yep, it's a text file.Is it still blank (the page I mean?)
  22. Hmm your pilot list is empty. I guess you deleted them? I'll try to integrate recaptcha
  23. Their documentation is fuzzy. It says for that it's returning flight plan info, but it's information regarding one flight plan, but you're passing it a pilot number, which doesn't really make sense.I'm looking through the SDK now, I don't see anything about listing flights. It doesn't really explain what that does. I think it's getting the flights already flown by that pilot, since it keeps a local log of all the flights.Also, alot of their documentation differs from how it really works.
  24. It's probably in the directory where you installed it.
  25. Spambots? Can I see?
×
×
  • Create New...