Jump to content

Nabeel

Administrators
  • Posts

    8141
  • Joined

  • Last visited

  • Days Won

    38

Everything posted by Nabeel

  1. Are you using a free host? The allow_url_fopen() is blocked. Seems like you also have debugging turned up all the way. That's just doing the version number check.
  2. Did you run the install/update.php? Double check the permissions on the js folder
  3. Hey there Chris, You can list one flight at one time, but then place in the notes that it's 15 minutes later on sundays. The schedules have to be unique (meaning you can't have two ABC001, only one)
  4. I'll take a look after the release, then I can concentrate on it a bit
  5. There's a big update coming tonight, after you update to that, let's see if it gets fixed.
  6. What do you mean the last email used? Some browsers do save the field information, but I can't really check. Mass registration, I don't right now It could potentially be fast - since you just type it in the registration form you just need the email, name, and password, just enter those and go for it. You'll have to enter at least that much in a CSV file
  7. Hey there, Welcome to the site! Are you using the beta? There was an error in the sql code which was updated last night.
  8. Ok I just committed, the template is in /admin/templates/email_.....tpl Copy it to your skin, should work
  9. Nabeel

    help

    Basically you open a div tag or something at the end of the header.tpl, and then close it at the start of the footer.tpl. The system will automatically insert everything in between, but when you leave that div open, it'll all go into that div
  10. Hey Karl, Welcome aboard! The admin panel skin won't change; that's been "locked in" so to speak. There are too many things going on there to allow a skin change, a ton of Javascript and element IDs that need to be exactly the way they are for things to work. The admin panel theme has been redesigned for the next version though.
  11. Right now it's in the code in admin/modules/pilotadmin/pilotadmin.php in the ApprovePilot() function. I'm gonna split that out of the the code though and allow that as an override in the skin folder
  12. Nabeel

    Pages

    Also lib/signatures and lib/avatars
  13. Yeah, I've contacted simroutes about having an API to export routes, but didn't get an answer. Perhaps I'll try again
  14. Nabeel

    Pages

    Are the permissions on the directory ok? 777?
  15. I would love to, but I can't find any web-services which can 'deliver' routes through XML or JSON.
  16. Ahh ok, I will check it out. Thanks
  17. Create a file, just put this in it: <?php phpinfo(); ?> See if you can find a section for GD. That's needed for image lookups
  18. OH, is there an error message uploading the avatar? Also, do you have GD installed on the server?
  19. Nabeel

    Pilot Ranks

    In Firefox, can you highlight the area where the image would show, and then click "View Selected Source" and paste that in here, or in IE what the link to the image is?
  20. Yup, just click "Lookup" after entering the ICAO. If the airport can't be found, you can use http://www.airnav.com/airports/
  21. Just don't enter anything in terms of prices, passenger loads, etc, otherwise the finances will still happen but you can ignore it. But with this finances, there's just stuff you define. Read the update guide, as well as the financials information. It doesn't impede you in anyway, just complements the system
  22. Hey, As for the update, that's a bug on my end that's been fixed for the next update. Avatars, I'll check it out, someone else reported some problems too. What type of image are you trying? Rank images, photobucket might not like remote images. Can you try doing an image hosted locally?
  23. Yeah, but this is a little different than a forum, since hours are calculated, then ranks are set depending on those hours. So you can force it, but once the hours are changed then the rank is re-calculated. What are you trying to do?
  24. Nabeel

    Hours

    Yep, that bug will be fixed. There's a few topics on it, once in a past few days. Basically its translated into a fraction
×
×
  • Create New...