Jump to content

kelinu

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by kelinu

  1. Woah. Thanks again for your help. I really wonder how this happened. I'm checking with my host to see if they have any logs of database access. I do hope this wasn't malicious, but I can't really can't see any other possibility.
  2. Oh man. I have loads of tables missing. How the heck did this happen? I do have backups. Checking further.
  3. Oh god. How many tables are there meant to be in the phpVMS database? There are only 11 here, and I don't see any settings table.
  4. Really? It's still down here. Any idea what I could do to fix the issue? Thanks for the reply.
  5. Hi there, My site has been up for over a year without trouble, and without changing anything, I found this when I tried to access the page (airmaltava.com) I've been over all the files mentioned and still haven't found anything of any significance. Does anybody have any idea as to what's up with this? Thanks, Mike
  6. How did you fix this problem? I'm suffering the same thing.
  7. Is anyone still there? Must the ASP tags be on or off?
  8. I am on paid hosting. They need to turn PHP asp_tags OFF? I thought the problem was that they needed to be ON. I will contact them again.
  9. Ah. They told me that ASP does not run on Linux servers. It's a Linux server. Is there any workaround to it that you know of? Thanks for all your help up until this point. Do you know if this is the only time where ASP tags are used in the phpVMS code? I don't fancy running into this problem again.
  10. Shared hosting. The PHP info page said that ASP tags are on. I will double check with my host about it and report back.
  11. Nope, it seems that ASP-style tags are on.
  12. I'm having a problem with the live map on my VA. Whenever somebody is flying, the information does not appear correctly in the table under the live map and in the tooltip bubble. I've tried using both KACARS and XACARS with the same results. This is what happens: I did a bit of digging around in the phpVMS source code and I found acarsmap.tpl which seemed relevant to the problem. This is the code that prints the table: <script type="text/html" id="acars_map_row"> <tr class="<%=flight.trclass%>"> <td><a href="<?php echo url('/profile/view');?>/<%=flight.pilotid%>"><%=flight.pilotid%> - <%=flight.pilotname%></a></td> <td><%=flight.flightnum%></td> <td><%=flight.depicao%></td> <td><%=flight.arricao%></td> <td><%=flight.phasedetail%></td> <td><%=flight.alt%></td> <td><%=flight.gs%></td> <td><%=flight.distremaining%> <?php echo Config::Get('UNITS');?> / <%=flight.timeremaining%></td> </tr> </script> I haven't edited any of the code in the template file. What's happening? Thanks so much for your help, Mike
×
×
  • Create New...