Jump to content

mark1million

Moderators
  • Posts

    2283
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by mark1million

  1. Im not at home at the moment, basically all you need is the files, Create a folder in your root, vatstats or something, then in that you need another folder vatsimphpfiles, in there you have blank text files for airports.txt customization.txt,metars.txt,satnet-data.txt and status.txt, make them all 764 (permissions). Then you should have the following files in your vatstats folder, all.php vatpilots.php vatsimnow.php VatsimPHPgenerator.php To display on your pages, just do an include or iframe, So, <iframe id="Vatsim" src="http://yoursource.com/vatstats/all.php" width=680px height=300px marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=yes></iframe> These files All can be customized to display your callsigns only or everyone on vatsim.
  2. Nice site, i keep saying i need to re do my navs to dropdowns, have to find the time
  3. There was on his site till he closed it. What do you need to know?
  4. But after posting have you changed your passwords???? They still went out in the email for everyone who receives notification by that way...
  5. Hi, we will try to help you but to be honest if you can type and spell you should be able to get to grips with skinning, there are examples here ready made for you to download and customise. You also need to be able to accept criticism and take it on the chin, yes its not nice but neither is life. This is a great community here wiling to help out, it may be that were asleep when you want a reply Some of the guys say what they think while some of us are a bit more reserved, that's life and it would be a boring place if we were all the same.
  6. Hey guys, i have been looking at this, http://forums.devshed.com/php-development-5/return-to-originally-requested-page-after-being-redirected-to-login-279227.html Wondering if this is something that can be incorporated in to phpVMS.
  7. Thanks Tom i was nearly there with that just had some syntax formatting errors
  8. Hi, Can i show the login page instead of the default login message for protected content? <?php if(Auth::LoggedIn() == false) { echo '<div class="mcright" id="error">Please login to view this page. You can login <a href="http://www.easyjetva.com/index.php/login">Here</a></div></div>'; return; } ?>
  9. James pagination, Do a quick search its on here, i use it for schedules and pireps
  10. OK so if you want the links in and the message click for chart try this. Scale to fit your layout though. <a href="<?php echo SITE_URL?>/images/charts/pdf/<?php echo $schedule->depicao?>.pdf" target="_blank"> <img border="0" src="<?php echo SITE_URL?>/images/charts/<?php echo $schedule->depicao?>.png" width="350px" height="594px" alt="Click To Download Chart" /></a> Bit of explaining, top line is your pdf location so /images/charts/pdf..... Next line, Image location.. You can resize the image if you have one ie a thumb nail, if not the alt message will handle the click to download chart, hope thats what you need, im sure you can hack that about to suite your needs
  11. Yes, Like this? http://www.easyjetva.com/index.php/schedules/brief/3622
  12. The line you want is about 43 in the core>modules>screenshots>screenshots.php if ((($_FILES["uploadedfile"]["type"] == "image/x-png") Change to, if ((($_FILES["uploadedfile"]["type"] == "image/png")
  13. Ok so your landing page is excellent, but.... You need to skin phpvms to the same as your landing page that lets you down im afraid.
  14. Spare time,,,, what's that Between work, kids ,wife and the va i need more hours in the day
  15. Yes you can if you search the solution has already been shared in the original thread
  16. Take a look here http://forum.phpvms.net/topic/2989-touchdownstats-10/page__view__findpost__p__29230
  17. In fact looking at my site the index page of the downloads should already be protected for logged in users already.
  18. Hi im not quite following what you need, that code above will prevent joe bloggs from accessing the downloads.
  19. Hi 5SA, did you try that url ????
  20. Thats the problem, your on a free hosting site, they restrict everything, that error is a connection error to the database i think. Or your host is most likely missing some packages needed for phpVMS
  21. Just looked at your site and i think they are missing from the head section of your site.
  22. Check the link in your header for the javascript that the maps use, <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js"></script> <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true"></script>
  23. I don't do it for money but id gladly help you out if your stuck
  24. Just redownload the files again and upload the ones you want to repair. mark[AT]mgrant.info is my msn
×
×
  • Create New...