Jump to content

Tom

Members
  • Posts

    1517
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Tom

  1. I'm guessing you didn't add the "Don't be a d***" bit yourself, and I noticed it has no link so I'll assume: Nice to see you aren't supporting the original creator But, quite nice skin. I'm sure it'll look nice all phpVMS-ised
  2. Yah, that's what I tried to tell them...
  3. If you're not looking specifically at phpvms airlines I may have a position for you...
  4. You're not using phpvms so that code won't work. Use this: <? if($logged<>"yes"){ ?> <div class="urbangreymenu"> <h3 class="headerbar">Pilot Center</h3> <ul> <li><a href='ATR42.php'><b>ATR42 Schedules</a></li></b> <li><a href='skedatr.php'><b>ATR42F Schedules</a></li></b> <li><a href='b737.php'><b>B737 Schedules</a></li></b> <li><a href='a310.php'><b>A310 Schedules</a></li></b> <li><a href='b767.php'><b>A300 Schedules</a></li></b> <li><a href='b777.php'><b>B777 Schedules</a></li></b> <li><a href='b747.php'><b>B747 Schedules</a></li></b> <li><a href='logbook.php'><b>My logbook</a></li></b> <li><a href='download.php'><b>Download Section</a></li></b> <li><a href='help.php'><b>Pilot's Manual</a></li></b> <li><a href='rankings.php'><b>Rankings</a></li></b> <li><a href='pilotroster.php'><b>Pilot hours</a></li></b> <li><a href='flights.php?map=karachi' target='_blank'><b>Flight Movements</a></li></b> </ul> </div> } ?>
  5. Like this: <? if($logged<>"yes"){ // do things for logged in people } ?>
  6. Looks like you're using a custom system right? Yup, <? if($logged<>"yes"){ // do things for logged in people } ?> Also, all those uses of print is messy. Where you have multiple instances of print ""; to display html, you can just condense them all into a single print "";, or just remove print altogether and put php tags around the php.
  7. Oh I see, didn't notice those - was just downloading the one from the first post. Thanks
  8. Getting an error: Tried reuploading the files which didn't help.
  9. Both simpilot and this Lorenzo fellow have done it.. I'm sure they could kindly share their wisdom?
  10. Tom

    HACK

    What happens when you use a poorly developed/tested system/modification. Whatever reputation e107 had with me has just flown out the window... If I were you I'd switch to something else...
  11. This is my favourite of the three you've just put up, however the marquee at the top goes off the edge a couple of pixels either side. Good work
  12. Don't start up a TCX airline, I can guarantee as soon as they find it they will ask you to close. Good luck
  13. Tom

    Install problem

    That was the problem, silly me Thanks
  14. Hi, I get the following error on install: How can I solve this? Thanks
  15. It's the massive images you're making it load. Once they're all done it works just fine.
  16. This only works when a pilot is flying on IVAO/Vatsim correct? (Nice site by the way)
  17. Not working? I just get taken to a blank page. I'm logged in on Twitter and everything...
  18. There shouldn't still be header/footer tpl files. It doesn't come with them in the crystal skin any more. Frontpage_main is still needed as this is a content template.
  19. If nobody puts a tutorial up soon I'll make one. Basically it goes like this: {What used to be header.tpl code} <?php echo $page_content; ?> {What used to be footer.tpl code}
  20. The password is encrypted, so I highly doubt there is one. It would be insecure.
  21. Tom

    Thoughts

    Actually no, its x10hosting.com and they don't have their domain. Gabriel, yes it was. And CrashGordon, must have been you. It always loads very fast for me.
  22. Okay so "no wonder it's only $2.99..." was a bit harsh, sorry. The middle is truth and should be taken on board, and the last sentence.. well.. If you're happy to go for a rate higher than anyone else would...
  23. For the future, if that link doesn't work you can still get it by going to my website and clicking on freebies.
×
×
  • Create New...