Jump to content

Jeff

Members
  • Posts

    1307
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Jeff

  1. I figured out the image. I opened it with Gimp, and it is showing that the top portion (that is showing the white) is transparent. So I opened the image in paint and just removed the top part completely. Then I placed it back into Gimp and re-sized it back to 1 x 48 px and now it is looking like it should be. Click my signature to see it.
  2. I'm sorry Nabeel, but like I said, I was just making a statement, not trying to say that you weren't doing anything. I know how much time you spend working on several projects and know personally what that can take from you, so don't think I was just being a a$$ towards you. Maybe I didn't word that last statement correctly.
  3. Yeah, I did the update, but not sure I did it correctly, I did try to do it like it said to do... back up the core/local.config.php then delete it. Then I uploaded everything to the site and ran the install. I did have some errors come up (not exactly sure anymore of what exactly they were) about some tables.
  4. Yeah I do agree... I know Nabeel and Simpilot are very busy these days, but the tutorials have been down with a message saying "they will be coming back, please use the documentation for now". but looking at the Documentation there really isn't a lot of info in there for us to really grasp much concept on how to actually do things. So it involves us to flood the forums with unnecessary questions. I'm not giving a lecture, I'm just saying that there are a lot of members (me especially) looking stupid for asking and asking the same questions over and over again, some with no response what-so-ever.
  5. Nice Sergio. There are a couple of things I'd like to add here. First: That gap between the Header and Nav Bar, Is there a way to close it, so that it is flush? Second: I was able to get the footer text to center, instead of being pushed up against the right side. I just changed it in the styles.css (on line 58 to) #footer { width: 970px; background: url(images/bottombg.jpg) repeat-x 0 0 #ffffff; height: 148px; margin: 0 auto; padding: 10px 0 0 0; clear: both; text-align: center; border-left: none; border-right: none; }
  6. so how do you pull the "Average Touchdown Rate" for the month or to date?
  7. Nabeel, While editing any pilot's information from the Admin Center, If I click the "Save Changes" button the top says "Profile updated successfully" but then no changes have actually been done. I have tried several accounts and the same problem exists for each member. I'm not sure why it isn't working as it was before. Should I re-install the admin stuff again through cPanel or is there a quick fix up your sleeve?
  8. you can also use OpenOffice which is also free
  9. I pretty much doubt that.
  10. Jeff, I was hoping that you would see this, as I knew you would get it working for me. I appreciate your help bud, thank you so much.
  11. That's what I was asking 3 posts up. I'd like to know how to get them to show the lines, because all it is showing is the ICAO codes with a blank map.
  12. Landing Fees Offices Ticket Counter Baggage Claim Makeup Rental Fees Concessionaire Taxi Limo Rental Car Terminal Building Usage
  13. First off, sorry for the late response. Secondly, it's all in your /public_html/core/local.config.php file Look for this: and change it to: Now, just above that you see: change that to:
  14. Jeff

    Airline Stats

    Hey bud... it's all in the core\local.config.php file. You can pull them out of there. Here is how I have it on the sidebar of my frontpage_main.tpl <p><strong>Total Pilots: <?php echo StatsData::PilotCount(); ?></strong></p> <p><strong>Total Flights Flown: </strong><?php echo StatsData::TotalFlights(); ?></p> <p><strong>Total Aircraft: </strong><?php echo StatsData::TotalAircraftInFleet(); ?></p> <p><strong>Total Hours Flown: </strong><?php echo StatsData::TotalHours(); ?></p> <p><strong>Passengers Carried: </strong><?php echo StatsData::TotalPaxCarried(); ?></p> <p><strong>Fuel Burned (lbs.): </strong><?php echo StatsData::TotalFuelBurned(); ?></p> <p><strong>Miles Flown: </strong><?php echo StatsData::TotalMilesFlown(); ?></p> <p><strong>Total Flights Today: </strong><?php echo StatsData::totalflightstoday(); ?></p> <p><strong>Total Schedules: </strong><?php echo StatsData::totalschedules(); ?></p> The results come up like this: Total Pilots: 8 Total Flights Flown: 28 Total Aircraft: 314 Total Hours Flown: 42.06 Passengers Carried: 2746 Fuel Burned (lbs.): 44958 Miles Flown: 32357 Total Flights Today: 1 Total Schedules: 628
  15. Here is how I have it in the frontpage_main.tpl <img src="http://www.gcmap.com/map" alt="" width="700" height="360" /> <?php $pireps = PIREPData::getRecentReportsByCount('20'); //20 = # of records foreach($pireps as $pirep) { echo $pirep->depicao.'-'.$pirep->arricao.','; } ?>
  16. Okay... I can get the map to show on the front page with this: and under the map, I get this: by using this code: <?php $pireps = PIREPData::getRecentReportsByCount('20'); //20 = # of records foreach($pireps as $pirep) { echo $pirep->depicao.'-'.$pirep->arricao.','; } ?> but, how can I get it to actually draw the lines on the map instead of it just showing the ICAO's under the map? Can you give me a step-by-step process for this please? This is on my home page of my site. click my badge to go there.
  17. Although I am a Delta fan, I do love to fly the long-haul routes with the 772 and 773. It is a really nice plane.
  18. Inside my /home/oneworld/public_html/core/modules/ACARS/fspax.php I am able to see this: # Get the flight ID $flightinfo = SchedulesData::getProperFlightNum($_POST['FlightId']); $code = $flightinfo['code']; $flightnum = $flightinfo['flightnum']; /*if(preg_match('/^([A-Za-z]*)(\d*)/', $_POST['FlightId'], $matches) == 0) { echo "#Answer# Error - Invalid flight ID;"; return; }*/ Now, I'm not sure what I am needing to change here, or if I'm even in the right place.
  19. I'm still having this problem if anyone knows of a solution, please.
  20. Jeff

    Menu

    Ah, okay, I get what you are wanting. You want a multi level drop-down menu (you hover over link, drop-down pops up, then you hover over a link in that category and you get another menu form a certain one. yeah, I saw a thread on that, let me find it.
  21. Well, you don't think any real Airline has just one airplane that they use for all of their routes do you?
  22. That is kind of a rough statement don't you think. I believe if someone is trying to actually do some repainting, that they should be given the benifit of the doubt that they can do it before someone just jumps down their throat like that. Wow.
  23. Jeff

    Menu

    well, if you are using the "Crystal" theme, Vansers has done a great job placing a drop-down menu on there. You might want to check it out to see if you want to try it. http://forum.phpvms.net/topic/3081-crystal-skin-with-drop-down-menus/
  24. Okay, I did a search on this problem, and this is what I came across: http://forum.phpvms.net/topic/2796-add-airport-problem/page__p__18420__hl__%2Bairport+%2Bnot+%2Bshowing__fromsearch__1#entry18420 If you still have problems, just wait for someone to guide in the right direction. Hope this helps.
×
×
  • Create New...