Jump to content

Strider

Members
  • Posts

    1821
  • Joined

  • Last visited

  • Days Won

    53

Everything posted by Strider

  1. I have also noticed that the last 15 flights, is just taking the last 15 flights from the entire VA, regardless of aircraft used. I have tried changing the code to use the aircraft you selected, but it does not work.
  2. Just found a little error in the code. When you click into view the details of the aircraft, and at the bottom where it gives available schedules for the aircraft, you have the link to view the details of the schedule linking to the main schedule list. I have fixed it. In schedules.tpl find the following line: <td><a href="<?php echo url('/schedules/view/'.$flight->id);?>">View Flight Schedule</a></td> and replace with: <td><a href="<?php echo url('/schedules/details/'.$flight->id);?>">View Flight Schedule</a></td> It will not link to the details of the flight, instead of bringing you to the entire schedule list.
  3. For anyone having trouble with the files not being in the same place, replace the: <?php include('notamdep.tpl'); ?> with: <?php Template::Show('notamdep.tpl'); ?> Do that with the second one, and it will work just fine.
  4. Here is the code for the IVAO status image in the roster: $feildvalue = PilotData::GetFieldValue($pilot->pilotid, 'IVAO ID'); if($feildvalue != '') { echo '<img src="http://status.ivao.aero/R/'.$feildvalue.'.png">'; } Place it in your pilots_list.tpl, and save it to your skin folder. Change the IVAO ID to what ever it is in your database. You can use the correct spelling for feildvalue to what you want, you can even change it to another name if you like.
  5. Ah thought so. Some code can be annoying with the way it wants things laid out.
  6. I see that it has been fixed, what was the problem and how did you fix it?
  7. You have to delete the record from the database by hand.
  8. As far as I know it does affect your ranking of vacentral. It is up to you if you want to. I dont think you should be going for rankings for your VA.
  9. Not that hard, the code is here.
  10. I dont understand where the box is not rounded on the bottom? They all are. What browser are you using? As they are rounded in Firefox. You may want to create a simple module for the p1 vatsim page, as it a total brake in the design.
  11. in your local.config file finde the part where it says baseurl = ''; and add your url in there.
  12. As mseiwald has said, you need to wrok hard. A VA is not an easy job as you think it is. You really have to work hard behind the scenes. If one thing is not working, try another. Not another VA. You need to give pilots a reason to fly. Dont just join the band wagon and go for a EU based airline or an American based airline. It may be a bit harder, but going for a place that is not served by a lot of VA's can actually get you more pilots, as it gives them more places to fly that are interesting, instead of the boring old EU/US routes. Not that they are bad, but they have been done to death. People like to explore places, so give pilots that opportunity to do so. You need to plan your VA's better. Don't just go out, get some hosting, a domain and slap phpvms up with a template, and change a small amount in it. Plan it first, decide where you want to base your VA, what airline you want to base it on. If fictional, you can use a real world airlines routes, so you can make it a bit easier. But if fictional, start small, a few 737's or A320's or smaller, depending on the type of VA you want. Don't go straight for the 30 A380's, 50 747's, 10 777's, 20 A330's, that is just unrealistic, and it won't get you many pilots, and any pilot that does join, is unlikely to actually fly. You need a proper foundation to work on. And that is your plan. Your plan gives your VA the foundation on which you can build. You need to run it like a real business. This is what is actually very interesting about running a VA, it gives you an insight into how to run a real business (not all aspects of it, but a lot) You wont be able to go into the real world with just a plan for a VA and put it directly into real world use, but you can use it as a base to do so.
  13. I have it, will email it to you.
  14. Servetas, my reply was not in anyway saying it was ok for stealing, just to use PM not publicly post it. It annoys a lot of people on here that read posts like this, also in reality, it is non of our business what they do with each other. Also you can destroy any chance of a successful lawsuit by publicly posting as you can damage the proceedings if found, the judge can either throw it out as you unfairly influenced the outcome.
  15. Where you say your VA is ranked number 1, what proof do you have to show that you are ranked number 1?
  16. Just wondering, why is the main image all blurry? Wouldn't it look better all sharp? Also the blue isn't doing it for me. It stands out too much, and it is the only part of the site my eye is drawn to. Just my observation and my opinion.
  17. Well no one here wants to see those kind of posts. Also what makes you think he is going to reply to it here? Keep it private ok. This is not a public matter. It is a private matter between you and him.
  18. I think this is best suited for the support or off topic forum. If the url is the same, changing the base url wont change anything, check that the settings table is populated, and that you have the right password and db name, it maybe different since you put it in the new phpmyadmin on the new server. All that the base url does is tell the browser what url to use, like use www.myva.com, or just myva.com. Changing that wont do much. It is the DB connection and DB you need to check.
  19. http://forum.phpvms.net/topic/7353-vstatscenter/ there you go. I did it for you. Next time, try using the search function on the forums, before posting for something. It may have already been made and searching for it, will give you the answer.
  20. Look for Vastatscenter. That will give you exactly what you want.
  21. I dont like hosts that try to blame other factors, and try to refuse to fix a problem with their own service. They should be trying to do everything they can to help you. My host letshost.ie, I find the best. I had a problem with my phpvms install (it was caused by me unintentionally, and did not know at the time) I asked for help, I was getting no errors, just a blank screen. PHP was not the problem, and neither was the database, as the forum which runs on php and the same DB as my phpvms install were working fine. I ask them, they said it was to do with some sort config error or something cant remember fully. But when I asked could they help me, they said it was not usually done as it is outside my support area for my plan. But they said they would have a look into it for me. I find if a host is willing to help even if it is not supposed to be done, a very good host.
  22. Your host is wrong, a piece of php will not cause a 500 internal server error, that is to do with the server.
  23. Think I got another cold :( I hate colds!

×
×
  • Create New...