Jump to content

Wayne

Members
  • Posts

    171
  • Joined

  • Last visited

    Never

Everything posted by Wayne

  1. So to get this to work we just need to add this into the registering form that is on phpvms right? Do we somehow add it to the submit link/button?
  2. Its prolly because that server is loaded down, it happens sometimes to alot. So just take your time wait a couple hours from now and try it again.
  3. Make sure you go into the admin panel under the Site Settings/Maintenance Options and be sure to click on the Reset Signatures link. Also when you do this or update with beta versions make sure to overwrite the lib/signature/backgrounds file that is in there because when you update a new version or whatever it will overwrite your old image and when you reset them it will go back to the phpvms image. (not that anything is wrong with that )
  4. well all i can say is try hostmonster its good price, and you get a ton of free stuff as well as a free domain.
  5. All you should have to do is put this code on the main header.tpl file...somewhere on it at least. <script type="text/javascript"> var map_center_lat = "<?php echo Config::Get('MAP_CENTER_LAT'); ?>"; var map_center_lng = "<?php echo Config::Get('MAP_CENTER_LNG'); ?>"; var map_type = <?php echo Config::Get('MAP_TYPE'); ?>; </script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/js/acarsmap.js"></script> <div class="mapcenter" align="center"> <div id="acarsmap" style="width:<?php echo Config::Get('MAP_WIDTH');?>; height: <?php echo Config::Get('MAP_HEIGHT')?>"></div> <p style="width:<?php echo Config::Get('MAP_WIDTH');?>;font-size: 10px; text-align: center;">The map and table automatically update. <span style="color:red;">Red</span> indicates pilot is on the ground. <span style="color:green;">Green</span> indicates in air. Click pilot name to view.</p> </div> <table border = "0" width="100%"> <thead> <tr> <td><b>Pilot</b></td><td><b>Flight Number</b></td><td><b>Departure</b></td><td><b>Arrival</b></td><td><b>Status</b></td><td><b>Altitude</b></td><td><b>Speed</b></td><td><b>Distance/Time Remain</b></td> </tr> </thead> <tbody id="pilotlist" ></tbody> </table> Try that and see if it works, you could prolly adjust somethings by doing some copy and paste to redefine the code and such. It would be worth a shot.
  6. all you do is go to this link on your site http://westpalmairva.thewestieplace.com/admin then login and it will take you to the admin panel.
  7. Try and mess with #bodytext #innerwrapper and the main body first see what that does.. Or you can try and take all of the stuff that is on the blank template for the finance stuff put it into a table and then from there assign it left or right adjustments and other things. You can always try to re-adjust the table, i had to do this and it worked great.
  8. Prolly to show how many times a week or something that flight is flown or how many times its flown....Not sure cause all of mine are blank to....You could prolly just remove it from the one template.
  9. just search the web, in Google type in php and see what comes up and just start reading.
  10. are they all the right folders chmoded right? i think there should be certain ones that are 777
  11. cheap dosent mean it will work 99.9% of the time or even 50% of the time, you really have to watch out for places that are like that. Just a fair warning.
  12. go into your admin/templates/email_registrationaccepted.tpl And you can edit it in there to what you would like it to say.
  13. Well the airline that used the booking tickets and you sit in with the pilot that is prolly some program they have made or you have to buy. But yeah you could prolly make something like the booking a flight. There was a post on here about that. http://phpvms.net/forum/index.php?topic=493.0
  14. Yes you could do it, you could prolly make the main parts such as hubs and so on work and the number of passengers just be a blank, where you could select a number of people but for the search it wouldn't really put anything off. So that would just return blank.
  15. nevermind got it working now.
  16. Wayne

    phpVMS API Key?

    Yes you will need it its to run the Google map for tracking all flights with acars. http://code.google.com/apis/maps/signup.html
  17. Most likely yes, but you would have to have access im thinking or some coding that would link all the sites together. Then yes it could work.
  18. Wayne

    My new skin

    Looks great you may want to fix the shadow on the left hand side its kinda blocky looking other than that looks good fits right in with the airline!
  19. Its always worth a shot, try try and try again.
  20. Cool, sorry didnt mean to make you re-write the code.
  21. same here i forgot to post about this. ha
  22. yeah i just got a google map error in firefox this morning. linky to image
  23. Just the schedules i would say with the weird ness, but other than that i would have to say any page that has the acars map.
  24. Well the script says Stop running this script? A script on this page is causing internet explorer to run slowly. If it continue to run, your computer might become unresponsive. He says he has all browsers updates, java, and flash and such....
×
×
  • Create New...