Jump to content

Strider

Members
  • Posts

    1816
  • Joined

  • Last visited

  • Days Won

    51

Everything posted by Strider

  1. B744 is the ICAO code for the Boeing 747-400. Cheers Dan C
  2. nige I tried it, and it didn't work. I copied and pasted you code did what you said, and signed up after uploading the forumregister folder. Cheers Dan C
  3. The aircraft in your banner are stretched and don't look that well. Just thought you should know that. Cheers Dan C
  4. Just re upload the skin and it will be fine. Cheers Dan C
  5. Strider

    FSpax

    Yea might be your freehost blocking it. I am not sure as i dont use freehosting no more. Cheers Dan C
  6. Strider

    FSpax

    Did you download the config file? and put it into the fspax main folder? I am not sure if it goes there as I dont use FSpax for my VA. Cheers Dan C
  7. Go to core/templates folder and find the file email_registered.tpl that is the email pilots get when they register. Save it to your skin folder though, as it will get over written in updates, if you save over the file in the core/templates folder. Cheers Dan C
  8. I am now trying to work on the code myself as I think t his would be a great idea to have, but am having some trouble with it: <?php $array = array(SchedulesData::GetBidWithRoute($pilotid, $code, $flightnum)); $comma_separated = implode(",", $array); echo $comma_separated;?> It shows nothing even though I tested it by bidding on a flight, that bid did not show up. Is there something else I should be trying? Cheers Dan C
  9. Most likely your host, this is the problem with free hosts, they are not always reliable. And can sometimes be slow loaders or they just wont load at all in some extreme cases. Cheers Dan C
  10. Nothing is showing up still. Cheers Dan C
  11. How do i call the implode()?? Cheers Dan C
  12. I have tried the other functions, and they are not working. I get the word Array at the bottom now. Cheers Dan C
  13. I am not getting any error now, but nothing shows up, everything is just blank. http://globalaircargovirtual.org/index.php/pilots Cheers Dan C
  14. <?php echo void CheckUserInGroup($pilotid, $groupid);?> There you go. Cheers Dan C
  15. I am trying to get the groups the pilots are in to show on the roster, so you know which pilot is in which group, I am having some trouble with it and am getting an error. Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/globalai/public_html/lib/skins/global/pilots_list.tpl on line 61 Cheers Dan C
  16. I get a web site under review page. Cheers Dan C
  17. Strider

    JALSkin

    Little suggestion the logo on the banner, maybe make it see through the white it will look better then having a sliver of the image on the left hand side of it. Cheers Dan C
  18. <div id="routemap"></div> put the code for the route map in those tags then in the css file put: #routemap{ text-align:center; } Cheers Dan C
  19. that is not a an error that is in dire need of a fix really, that is just a mistake on nabeels part when he made the update. Cheers Dan C
  20. RSS feeds might need a fix not sure though. Otherwise just chmod when needed. Cheers Dan C
  21. Well first off you would design this in html, as html is static not dynamic, secondly even for the most realistic VA's this idea isn't needed, as you dont have real passengers. Cheers Dan C
  22. at one part it says show schedules, change the number value it will then show more routes. Cheers Dan C
  23. try a reinstall, and make sure your host has the most recent php and mysql builds, you have to chmod jquery-admin.js to 777 Cheers Dan C
  24. Edit the route map configuration. Cheers Dan C
  25. Did you edit the crystal skin without creating a new skin folder? If so that might be the answer to the forum link disappearing, also the core>templates folder any file you edit there you must copy over to the skin folder you create as then the system choses the templates in the skin folder rather then the ones in the core>templates. Cheers Dan C
×
×
  • Create New...