Jump to content

servetas

Moderators
  • Posts

    1726
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by servetas

  1. I would also like to have an offer about it. The repaint is standard, i have got the .psd file of a Flight 1 ATR and we would like to paint several aircrafts. Of course you can join our staff or do it with money . http://www.greeceairwaysva.com
  2. Try this one: <?php MainController::Run('Pilots', 'RecentFrontPage', 5); ?>
  3. Do you use freeware hosting?
  4. How can we do this? If i could, it would be a great module .
  5. also, is possible to show only the pilots you have not flown for the last x days?
  6. Does it show all the pilots or just the pilots you have not file a pirep for specific days?
  7. You can also lock the directory of your phpvms system via your cpanel or plesk and set a password.
  8. servetas

    vAwards

    Are we able to use this module in order to add multiple awards to a pilot? Like IVAO network do? For example, if i finish a va tour, which give me an award, twice...will the award shown twice on my profile?
  9. Off topic How much do you pay for a vps and what about the server specs?
  10. My opinion is that there do not have to be any freeware plans compatible with PHPVMS. If you running these plans there would be a lot of other virtual airlines which will copy the material you have created. In many cases there were, there are and there will be virtual airlines created by immature persons who do not respect us (the creators of an image, of a text or anything else). Of course if you can support us by closing any plan which is owned by someone who just want to be the "king" by creating an wasted va, i would vote yes. I am 16 years old and sometimes i did not have money to pay my hosting plan or even my Teamspeak server but of course i respect the other's work and i believe that if you want to built something you do not have to steal material or anything else which is created by someone else without his permission. servetas
  11. Yes i had already that on my code! Fortunately i found the solution after some hours The problem was that i have not added anything on the database. Sorry for that!!!
  12. I cannot find any solution to this problem: From the module: $this->set('comment', xxxData::xxxSearch($icao)); From the template (xxx_searche.tpl): <?php foreach($comment as $com) //This is line 14 { ?> <tr> <td><?php echo $com->xxx; ?></td> And in the end it gives me this error: Warning: Invalid argument supplied for foreach() in C:\AppServ\www\fss\core\templates\xxx\xxx_searche.tpl on line 14
  13. Why don't you open one topic in order to announce that your pilot have flied 50+ hours from the previous record? http://forum.phpvms.net/topic/7091-aalv-hits-1000-hrs/page__fromsearch__1
  14. I think that you have to contact your webhosting company in order to find a solution.
  15. If you are a member of VATSIM network you can use this one: http://stats.vatsim.net/
  16. You have to find the core_navigation.tpl file. It is on your template(:brillancev1) folder.
  17. I was having this problem after my fs reinstallation. I had to redownload the kACARS client and when i trying to login i faced the same problem. I just updated my kACARS_Free Module on my site and everything worked perfect!
  18. servetas

    Logout

    After a quick search i found a "solution". Go to the Logout.php file and replace where: public function index() { Auth::LogOut(); /*redirect back to front page */ header('Location: '.url('/')); #$this->set('redir', SITE_URL); #$this->render('login_complete.tpl'); } with this one: public function index() { Auth::LogOut(); /*redirect back to front page */ $URL="http://www.vbirdva.com/vbv/"; header("Location: $URL"); #$this->set('redir', SITE_URL); #$this->render('login_complete.tpl'); } Tested and works .
  19. Why don't you try to put it in a public function? public function viewawardspage(put here the valiables) { your code }
×
×
  • Create New...