Jump to content

Tom

Members
  • Posts

    1517
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Tom

  1. Hosting is free, domains can be free, phpVMS is free, learning to write HTML & CSS for a decent skin is free, learning to paint your aircraft is free. You don't need to afford anything to run a VA.
  2. There's nothing wrong with free hosts if you get the right ones. Suggesting they shouldn't be allowed support, or telling them the only way to fix it is to pay is just rude. If you don't want to support people on free hosts that's fine, don't reply, but there's no reason everyone else can't. On topic: I would suggest speaking to your host... I doubt that's phpVMS.
  3. Can you give examples of virtual airlines you have lead to success? I find this all a bit pointless really... if people have get other people to tell them how to run their airline then.. why bother?
  4. For the sake of ensuring everything that's required to be created when a pilot registered is created, I would just do: $data = array( 'firstname' => '', 'lastname' => '', 'email' => '', 'password' => 'New123', 'code' => '', 'location' => '', 'hub' => '', 'confirm' => false); RegistrationData::AddUser($data); (Obviously filling in the rest appropriately).
  5. You want to revert your changes in frontpage_main and edit layout.tpl instead (or header.tpl and footer.tpl if it doesn't have a layout.tpl).
  6. The password you enter there has to be plain text, so you could do something like import them all as $data['firstname'].time() and send them an email (using Util::SendEmail) telling them their password and how to change it, for example.
  7. Looks like you've copied the whole layout and put it inside frontpage_main The code you're working with in frontpage_main is the space on the right of the sidebar, not the entire page.
  8. Well the thing is you can guarantee they have SimConnect as it's part of FSX... FSUIPC is a pain. Nevermind.
  9. Don't use FSUIPC, use SimConnect - that's what it's there for (in FSX at least). And yes, I recommend using C# too.
  10. Whether the text overlaps on purpose or not, I like the fact that it does... feels authentic... they never seem to be able to print it where it should be
  11. Tom

    News Scroller

    Use the source (line 398) Or, if that doesn't work, it's just a <marquee>
  12. You're welcome. And thank you for your pointless spamming, which has evidently greatly increased your success rate, based on the sudden abundance of solutions to your problem.
  13. http://fslive.eu/flight/view/5197 We log it every 5 minutes, as well as speed and altitude... makes for some quite nice maps & graphs... Though, we aren't using kACARS... I would expect it's fairly simple, IIRC kACARS etc just send a big chunk of XML data back to the site, so all it would have to do is create a waypoints table on the site and add location every x seconds into the massive XML string...
  14. 21 minutes isn't worthy of a bump...
  15. I don't know if Nabeel still does those.. However as of the last time I read the license, you CAN remove it if you want, but you won't receive any support without it.
  16. "absolute" is an invalid value for background-position, so you can omit that line
  17. Watching massive images knit themselves onto my screen makes me sad
  18. A line of css would fix everything: img{max-width:100%;height:auto;}
  19. You don't need more realistic shots you just need to embed them properly..
  20. It lacks alignment... it sort of looks like you've drag-and-dropped them on and thought "heh, that'll do..." The best way to get your alignment perfect is using something like http://960.gs/ - there's a .psd in the download for 12/16 columns you can align your boxes with.
  21. I can do phonegap, native iOS even, but I'm definitely nowhere near NY or available full-time xD
  22. Based on your age I'd guess you weren't operating legally... unless your parents are super rich. I looked into licensing for internet radio a few years back, you needed a license for the broadcasting software and then licenses from each of the publishers of the music you're playing - it gets expensive real fast.
×
×
  • Create New...