Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. I've changed that in the next version, so it's a bit clearer
  2. I'm not sure that character is supported in GD. I will look into it, sorry for the late reply!
  3. Which error are you getting? Did you set the local.config.php file to writeable also?
  4. Do you mean the last flight date for a schedule? Or a PIREP? or a pilot?
  5. Did you add the above code in, to show the image? And for the images link, are you using the full http://... ?
  6. Yep it's the total
  7. So what you have to do is create a file called local.config.php in the core folder. Make sure it's blank (no spaces or anything). To make a folder writeable, I'm not sure how you would do it in WebFTP, but you have to set the permissions to 777 or 775 (depending on your host). I would use WinSCP or Filezilla to access by FTP and upload files that way. If you search it, there's a thread which explains exactly how to do it
  8. I've fixed this bug in the source, it'll be in the next beta/release. Not sure why it happened in the first place, but for now just edit the ICAO in phpMyAdmin and you should be set. Sorry!
  9. I'm ready to take a few more airlines in. Requirements: At least a few PIREPs a day, with ACARS flights Using financials Willing to update to latest betas when it calls for it Other than that, it's pretty hands off and automatic. You just have to add a few lines into your local.config
  10. Is the CSV file helping you out with that import?
  11. The first one means there was no flight done (1969 is the date for a zero-value)
  12. I was trying to duplicate this last night, but seemed to be going fine. Can you attach your config file? Or PM it to me?
  13. That's weird. Try editing it through phpMyAdmin
  14. Try recreating the database. For that, all you should need is to set a name, username, and password. The installer will do the rest. Try also deleting all the files, and re-uploading from scratch
  15. Yup, but try not to rely on that for obscure airports, and I'd add in the major ones at least. The script could hang up depending on your script execution time, but since it will overwrite existing schedules, you can keep mashing F5 until it finishes. The other is an interesting problem. I will have to research that. Thanks!
  16. Rev 733 - XAcars bug fix30 July 2009, 12:27 pmRev 733 - nabeel (1 file(s) modified)XAcars bug fix~ /trunk/core/modules/ACARS/xacars.phpSource: phpVMSDownload from http://downloads.phpvms.net
  17. Don't copy it into every .tpl file, just include it into your header/footer.tpl So in header.tpl add <div id="page"> <!-- #columns: holds the columns of the page --> <div id="columns" class="widthPad"> <!-- Left column --> <div class="floatLeft width73"> Then in footer, add the corresponding 'end' peices you need. I do it as Jake does it, I've starting using 960.gs for all that
  18. If you're gonna go that way, change your header.tpl to be just this line: <html> <head> <?php Template::Show('core_htmlhead.tpl'); ?> </head> <body> <?php Template::Show('core_htmlreq.tpl'); ?> And in footer.tpl </body> </html> That way you won't have a repeat header, and it will have all the elements it needs to work
  19. Nabeel

    Skinning fore less

    Very nice, you can post this into General Discussion as well
  20. Nabeel

    image problems

    Whichever way you want. If you have skin-specific images, it's probably good to put them inside that skin folder. But images you would use all over, put them in the base directory. Either way is fine. Try doing it into the base directory and work from there
  21. Math was never my strong suit. I used an algorithm I found, but seems like that's causin probs. Any ideas on a good one to use?
  22. Great. What were you using on local server?
  23. What's it not working in? It's a CSS issue then
  24. I'll make this a config option
×
×
  • Create New...