Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Nabeel

    2 Q's

    Find that line, and place a @ in front of the set_time_limit() Sure, you can just look at the admin/templates/downloads_list.tpl I think it is, you can use that format
  2. Hey, Make sure lib/signatures is 0777, and then in the admin panel, under maintenance options, there's a link to regenerate the signatures
  3. Yep, clean indeed. On the schedule page, you need a float left to have it push up (add the float to that schedule's div)
  4. Nabeel

    3 Issues

    The import doesn't touch any aircraft information, just looks up the registration, if the registration doesn't exist it'll make it blank... so just add the registration for your aircraft in the aircraft section, then the import won't have blank aircraft
  5. I have the field there (the retired field), I just need to implement it. I'll add it into the project tracker
  6. They're back up now
  7. Nabeel

    3 Issues

    What do you mean import and overwrite?
  8. And you don't see it in the tracking system (http://phpvms.net/forum/index.php?project=1), click "Report Issue" to add it. I'll be going through and adding things, but I am still sorting stuff. I have yet to setup and move the code repository, I won't be working on/fixing anything until that's done. Thanks
  9. I know, the DNS is going to cut off over, alot of the links aren't working yet.
  10. Woo Everything should be MUCH faster, though it was a pain to setup!! Haha
  11. You set /lib/js/jquery-admin.js and /lib/js/jquery-front.js to 777? (not just the directory)
  12. Nabeel

    FSacars

    It's supposed to work, I have it on my list to check, it's supposed to pull the latest bid info
  13. Nabeel

    3 Issues

    For #1, make that file writeable. The other two I will check. If you add back in the registration, does it save it?
  14. Hey, Just make those two files writeable
  15. Nabeel

    I updated

    ^ Those errors are your route_map.tpl, revert to the default one
  16. Thanks very much, glad you got it working. I'll probably have that patched for the next update. I haven't looked at the other problem yet - trying to first complete a server and repository migration first
  17. Allt he data is in the $pirep variable, as $pirep->variable Get the list of variables by doing: <?php print_r($pirep); ?>
  18. I have been planning to, haven't had the time though. It would be quite a bit more involving than FSACARS/FSPax though.
  19. Nabeel

    I updated

    I'm lookin into it, hopefully tonight.. things been a bit hectic. Got in a car accident today, tryin to get that sorted...
  20. Yeah, that was going to be my next suggestion. Reupload your files; if you did an update install, make sure all the files did indeed update
  21. You have to add all the airports you're going to fly to, and routes are required (you need to have some set schedules)
  22. Yep, it always was. I'd check with your host. Actually hmm, Is there a blank line in your import?
  23. Hmm, it won't add to any? That's weird. I'll check it out.
  24. Nabeel

    Skinning help

    No, I just use it to mark where the header and footer.tpl files will be; when you add an editable area when you create a dreamweaver template, basically everything above that editable area goes into header.tpl, everything below into footer.tpl
  25. Because you probably weren't doing it correctly.
×
×
  • Create New...