Jump to content

OmerAslan

Members
  • Posts

    288
  • Joined

  • Last visited

Everything posted by OmerAslan

  1. This is what i get, i don't know if i did any mistake, Parse error: syntax error, unexpected 'MainController' (T_STRING) in /home/pilotomeraslan/public_html/a/core/templates/acarsmap.php on line 54
  2. Ok. Let m put it easy way, How can i show my Live map on external page? Please help.
  3. Now it's perfect my friend. Thanks.
  4. Hello my friend, There is no line with public function <?php class CreditsData extends CodonData { function get_credit($id) { $query = "SELECT * FROM ".TABLE_PREFIX."credits WHERE id=$id"; return DB::get_row($query); } function get_all_credits() { $query = "SELECT * FROM ".TABLE_PREFIX."credits ORDER BY name DESC"; return DB::get_results($query); } function get_active_credits() { $query = "SELECT * FROM ".TABLE_PREFIX."credits WHERE active = '1' ORDER BY name DESC"; return DB::get_results($query); } function save_new_credit($name, $description, $image, $link, $active) { $query = "INSERT INTO ".TABLE_PREFIX."credits (name, description, image, link, active) VALUES('$name', '$description', '$image', '$link', '$active')"; DB::query($query); } function save_edit_credit($name, $description, $image, $link, $active, $id) { $query = "UPDATE ".TABLE_PREFIX."credits SET name='$name', description='$description', link='$link', image='$image', active='$active' WHERE id='$id'"; DB::query($query); } function delete_credit($id) { $query = "DELETE FROM ".TABLE_PREFIX."credits WHERE id='$id'"; DB::query($query); } }
  5. Hello, i have phpvms 5.5.2 version, admin credits page Strict Standards: Non-static method CreditsData::get_all_credits() should not be called statically, assuming $this from incompatible context in /home/pilotomeraslan/public_html/a/admin/modules/Credits/Credits.php on line 36 public credits page Strict Standards: Non-static method CreditsData::get_active_credits() should not be called statically, assuming $this from incompatible context in /home/pilotomeraslan/public_html/a/core/modules/Credits/Credits.php on line 7 also Warning: Invalid argument supplied for foreach() in /home/pilotomeraslan/public_html/a/core/templates/credits/index.php on line 4 how can i fix it? Thanks
  6. can you guys help me little bit about this? this is my iframe code. but not working. <iframe src="http://a.aalvirtual.com/index.php/acars" style="border:0px #ffffff none;" name="myiFrame" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="768px" width="1024px"></iframe>
  7. Hello, phpvms 5.5.2 version, i download with plugin manager and when i type the link exams I have this errors; Strict Standards: Non-static method ExamsData::get_setting_info() should not be called statically, assuming $this from incompatible context in /home/pilotomeraslan/public_html/a/core/modules/Exams/Exams.php on line 20 Strict Standards: Non-static method ExamsData::get_setting_info() should not be called statically, assuming $this from incompatible context in /home/pilotomeraslan/public_html/a/core/modules/Exams/Exams.php on line 27 Strict Standards: Non-static method ExamsData::get_exams() should not be called statically, assuming $this from incompatible context in /home/pilotomeraslan/public_html/a/core/modules/Exams/Exams.php on line 29 Notice: The template file "/home/pilotomeraslan/public_html/a/core/templates/exams/exam_list.php" doesn't exist in /home/pilotomeraslan/public_html/a/core/classes/TemplateSet.class.php on line 231 when i type Exams_admin Strict Standards: Non-static method ExamsData::check_admin() should not be called statically, assuming $this from incompatible context in /home/pilotomeraslan/public_html/a/core/modules/Exams_admin/Exams_admin.php on line 14 Notice: The template file "/home/pilotomeraslan/public_html/a/core/templates/exams/frontpage_main.php" doesn't exist in /home/pilotomeraslan/public_html/a/core/classes/TemplateSet.class.php on line 231
  8. try http://domain.com/lib/images/ranks/imagename.file extention (rank1.jpg)
  9. I add this into iframe code but white screen comes up.
  10. Hi Rui, Where do i have to put this code?
  11. Hello, My phpvms 5.5.2 version working on subdomain. I want to put my live map with list at the bottom of map to my homepage (domain page) what should i do to do this? I tried with iframe but it didn't work for some reason. Please help. Thanks.
  12. I download it. Can anyone explain to me, how to setup this first time step by step? Thanks. Ok i had a problem to add this database. I erased all navdata folder from database and add it new one and it worked. Thanks.
  13. I download firebug but i didn't understand nothing about it. But i fixed the problem. I erase all the airport database and i download them again. Now it's working. Just like new thanks to you all for the help.
  14. Hi, You don't need to edit any file for this. Go to the admin panel then pilot&groups then ranks section. Edit each rank with full path of image url. Example http:// www.myairline.com/path/to/my/rank/image That's all.
  15. I am new. I don't know what is firebug. If you can explain to me little more open what to do, i would appreciate it.
  16. yes my friend it's working well now. thanks a lot.
  17. Hello, When i add new schedule, Days of Week: and Per Week Schedule check all | check none buttons not working. Also in the same section when i was typing the airport it was showing Airport icao and name under. Now it's not. Can we fix this problems somehow? Best regards, Omer ASLAN
  18. Hello, Is anyone has any answer about this matter? Actually i found one way to fix, that is if you put external link for the award images becomes looks fine. But for the internal link, not working. Thanks,
  19. If you guys planning to do this module integrated with the default phpVMS acars map around same price then i will buy it same day. I like the way it looks and i would like to have it on my front page. Thanks.
  20. Ok my friend. Thanks.
  21. I talked with the owner and i was ready to pay 40 Euros for the installation. But he told me 40 Euros for phpvms and i have to pay 70 Euros because i have phpvms 5.5.2 version how funny people.
  22. no not working. i give up
  23. plugin manager, didn't give me any error. but i did try to download manually and it didn't work for me. i will try again and i'll let you know if it's worked or not. i am trying to install version 2... i think this is the right one.
  24. Hi. This is what i need. I may buy this. But is it show only ivao and vatsim flys? I have smartcars2 and if someone fly offline this is not gonna show? And how it gets data from the networks or website? because we simulate many airlines. But i like this a lot. I hope it works with smartcars2. Thanks
  25. Hello, I have smartcars2 for my va. I want to add integrated pirep system also for extra option for our pilots. this module is free and i downlod it. but i don't know where to put which file. Is anyone already have this or know how to install ? Thanks
×
×
  • Create New...