Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. A lot of flights are only set for Sunday/Monday
  2. Changed Files: m core/codon.config.php php version change View complete changes Download from here
  3. Can you re-reigster? THanks
  4. That was over a year ago, it's ok. Paid Services is specifically for advertisements
  5. Look in the code for that template... it's explained in there
  6. http://getfirebug.com/ Will help you greatly - check out their documentation and screencasts. IMO it's an essential tool for any style/HTML debugging
  7. Nabeel

    Confused

    Well, I'm not sure about that skin, but you can give it a shot - upload everything into lib/skins where the instructions say, and if the images don't show up, try the other folder. It's just a bit of trial and error sometimes. To activate it, you go into the admin panel "General Settings" and there's a "skin" option there
  8. Can you find one of the PIREPs which he is supposed to have, and then see what the pilotid is on that record in phpMyAdmin or whatever you use to browse your database? Also, are they ACARS flights? If so, which ACARS program And only one pilot? Or all your pilots?
  9. Get WinSCP, it's an FTP browser, and you can make edits through that (it has a built in editor), or you can have it use an external editor and it will automatically handle uploading the file on save That's the safest way
  10. Has that template code changed?
  11. You need to contact your host, that's a host issue. Either the disk is full, or they made some server configuration change or upgraded something which didn't work properly. Also the extra data in the XML - are you on a free host? I don't understand where that extra is coming from
  12. A couple things: DISTINCT icao, fullname, range, weight ... That looks for ALL of those fields as DISTINCT, you'd want to do DISTINCT(icao). Aside from that, you might be looking to use GROUP BY instead of DISTINCT edit: nevermind on the GROUP BY edit: I see the problem. Enclose field names with `: $sql = 'SELECT DISTINCT `icao`, `fullname`, `range`, `weight`, `cruise`, `maxpax`, `maxcargo`, `imagelink`, `downloadlink` FROM `' . TABLE_PREFIX . 'aircraft` WHERE `enabled` = 1 ';
  13. Try echo $pilot->rankabbrev That might work, I can't remember if I only selected certain fields or not
  14. Just add hardcoded links like: <a href="/profile">pilot center</a> Then other links to whatever pages. They'll go in those templates
  15. I don't think this is possible with the stock install. Look at the RealSchedule addon
  16. From the pilot center, there's only 1 page deep navigatoin you can go, so just the back button should work. I'm not sure where you're getting lost?
  17. Sometimes just takea few hours to update
  18. Call sign is just fine. You don't have to send a pilot's list either
  19. beta? what di dyou enter?
×
×
  • Create New...