Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Then you need to write some PHP code to loop, something like this: $break = 5; $i=0; // This loop should already be there foreach (.....) { if($i%$break == 0) echo "<br />"; $i++; }
  2. That's FSACARS. I can't control how it reports all that. It doesn't give me a heading to do a directional icon. However, XACARS does so I might have it do directional. Also, yes, it draws from A-B. There's no navigational data to draw routes
  3. This topic has been moved to Support Forum. [iurl]http://forum.phpvms.net/index.php?topic=1098.0[/iurl]
  4. Use line breaks after each image: <br /> or enclose them in <p> (paragraph) tags
  5. This topic has been moved to Support Forum. [iurl]http://forum.phpvms.net/index.php?topic=1104.0[/iurl]
  6. Sounds like you're using the beta. Try using the latest released version. But, first login on the main page, then goto the /admin URL.
  7. Nabeel

    Live Map,

    Check the admin panel, lower right hand corner, for the version.
  8. Nabeel

    Live Map,

    Exactly which version are you using? Did you edit that pilot's template?
  9. I'll take a look, don't know if it's possible right now, never thought of that. If not, I'll add it into the beta for next release
  10. Contact your host about that, maybe try FTP in passive mode?
  11. Nabeel

    Live Map,

    What version are you using? Is it the latest? I think this came up before, if you do a search you should be able to find it
  12. What do you mean? It's in one of the frontpage_ templates
  13. Nabeel

    Live Map,

    Also, it looks like you're missing the javascript includes in your skin. You should be doing: http://docs.phpvms.net/skinning#skin_elements
  14. This topic has been moved to Support Forum. [iurl]http://forum.phpvms.net/index.php?topic=1094.0[/iurl]
  15. Nabeel

    Live Map,

    That error is on your side: /home/gamernew/public_html/fly2there.co.uk//core/cache Set that path to writable,
  16. Copy the code from the route_map.tpl or acarsdata.tpl I think it was
  17. I need airlines who: Have at least 2/3 PIREPS a day, and MUST be using the financial side. PM me, thanks
  18. In your pilot center, you can download the config file for xacars, already setup with the URL's etc and has your pilot information entered. If you modified the profile_main.tpl, just copy the line and add it to your template from the default one in core/templates.
  19. Also changed how the fuel pricing works, I save the fuel price for the PIREP now, so you can edit the total used and the individual per-unit cost of fuel and it will save that/get the total. Instead of changing the total amount. You can see this way what price was used for the fuel
  20. Found some problems, will be fixed in next beta
  21. I'll take a look right now
  22. Nabeel

    helps

    Also, please don't cross post across different forums. One topic is fine
  23. Nabeel

    helps

    Use the StatsData::<function> http://docs.phpvms.net/api For instance <?php echo StatsData::TotalHours(); ?>
  24. Yes, but I don't get that log to be able to parse. Xacars doesn't send the log to the site, only displays it to the user. I'll ask the developer
  25. Use the StatsData::<function name> functions: http://docs.phpvms.net/api
×
×
  • Create New...