Jump to content

Jeff

Members
  • Posts

    1307
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Jeff

  1. These are the codes I have in their entirety: Now just link to it. I use: http://www.oneworldvs.net/index.php/TouchdownStats/top_landings/10
  2. Absolutely, look for this wherever your links are located (usually template_main.tpl) } else { // Show these items only if they are logged in ?> There should already be a link or two in there already just add that link in as well. Whatever you place in there only registered members can access. any other person will just receive a page that says "Access denied you need to be logged in"
  3. Jeff

    Header Pic

    I'm not sure. I changed the resolution of my monitor from 1680 to 1024 and your header looks fine. It seems to be centering itself perfectly. or something like that. Other than that, I just don't know.
  4. Okay, I deleted the airmail.sql from the database and installed it once again. This time it seems to be working. I'm not sure why it was removing the (_) I never had that happen before. I used the same file from the download, so I'm baffled that it did it then and not this time. Oh well, thanks for your help for solving the problem I appreciate it.
  5. Here you go... this is 88 x 33 if you need it bigger or smaller, just PM me I'll be here for a few more hours still. For the dark site: For the Obsess Blue: The one for the ObsessBlue template is transparent, and can be placed anywhere.
  6. Also, is there any news to the Live Fuel for phpVMS, or should we just keep setting them manually, as I updated to 2.1.941 already?
  7. You did see the free ones available here on the forums? phpVMS skins
  8. Usually I have this turned off, because you are never sure that the pilot ever flew the flight.
  9. Here is the latest in the log.txt Yes registering and pireps work correctly, as those recently happened with no problems. (should something have it's permissions set to 777 for the AirMail?)
  10. I reinstalled everything again, and sent myself an e-mail. Nothing in my Inbox still. Have to wait for someone to come online to see if they have the same issue still.
  11. I haven't been able to get the Top 5 to call properly yet, but once you get the Top 5 you wont need to show the best from -100 up to -200 since you are already showing Those will always be showing until someone beats them (except the 63, not sure how that one got on there).
  12. Maybe he landed upside down. This is how I have mine setup you can look into it. <?php foreach($stats as $stat) { $pilot = PilotData::getPilotData($stat->pilotid); $aircraft = OperationsData::getAircraftInfo($stat->aircraft); echo '<tr align="center" valign="middle" bgcolor="#DFF4FF">'; echo '<td>'.PilotData::getPilotCode($pilot->code, $pilot->pilotid).' - '.$pilot->firstname.' '.$pilot->lastname.'</td>'; echo '<td>'.$aircraft->fullname.'</td>'; echo '<td>'.$stat->arricao.'</td>'; echo '<td>'.$stat->landingrate.'</td>'; echo '<td>'.date(DATE_FORMAT, strtotime($stat->submitdate)).'</td>'; echo '</tr>'; } ?> </table> </div>
  13. Jeff

    kACARS_Free 1.0.0.7

    Yeah, I was having alot of problems with some scripts when I was using 000webhost.com that's why I am now using fivedev to run phpVMS.
  14. You might also want to try this as well, to see if you are still getting the same error. Extrernal Link
  15. you did do this right? External Link. The info you place in ther is the same found in the ini you downloaded from your Profile. Also, make sure your parking brake is set and your engines turned off. (just trying to narrow the solution down a bit)
  16. Yep, I remember that error. There is a fix for it, let me get right back to you with the solution.
  17. I just had a member send me something, and it never gets to me, and vice-versa.
  18. Jeff

    Header Pic

    you might want to try this External Link
  19. if you can tell me what size you need it to be, I can resize it for you to fit where you need it. Or just give me a link of where you are wanting to place it and I can figure it out for you.
  20. There might be a setting you need to do at the top in SETTINGS, not sure haven't used it in awhile. but you might need to give XACARS your login information so it can connect to your profile.
  21. Yep, the xacars.ini just needs to be placed in the XACARS folder located in C:\Program Files\xacars Once you have it in there, just park at the gate and start XACARS and place the bidded flight number (Ex: DAL1328) then you should be able to connect and the rest of the flight info will be filled in automatically for you. You just need to fill in the rest, like FL320 and so on. Then Connect to FSX.
  22. Yep, I can see airmail and also airmail_folders in there. here is a screenie.
×
×
  • Create New...