Jump to content

AidasP

Members
  • Posts

    32
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by AidasP

  1. And very off-topic, the kACARS won’t even connect, it gives me errors like: headers already sent, session_cookie and etc (i know how to write a simple login/registration system in PHP, and i have made redirects in the MAIN index.php, but the VA path is in the folder), just annoying thing is, that all the acars systems connect without any problems, but kACARS won’t. Aidas
  2. I have 2 problems with the acars map, when using XACARS(since theres no good 737-300 in p3d, theres no other choice): 1. It would only appear after refreshing like 100 times. 2. After flight ends, and when you submit the pirep, turn off the PC(etc), the acars map says, that youre somewhere in africa still doing the flight that was in baltic/europe(for 12hrs) Also Im using the my own skin (made with bootstrap), and tried default, reinstalling still no luck, and yes, i am using payed host, i put the Google Maps API Key. Help would be very appreciated, all the pilots are killing me with their problems, thanks very much in advance!
  3. Okay, thanks! Sorry for late reply. But that really helps. Aidas
  4. Oh and just to note, it works fine on apple mail app
  5. I tried to test the password reset function, but didn't work, i tried registering a new user, all the email sneds is "noname" thats it, no text anything, ant thats the same for all things: lost passord, pirep,registration e.t.c Heres an image: (i am using free host infinityfree if any1 can help me, that would be very appreciated, because i cant login to my account anymore..) https://ibb.co/kq6TLR /|\ for reset password and for registration: https://ibb.co/cpifZm It is actually is very annoying, i hope this isnt the host error, and also this is how my email_lostpassword.php looks: (incase of something) <?php if(!defined('IN_PHPVMS') && IN_PHPVMS !== true) { die(); } ?> Dear <?php echo $firstname .' '. $lastname; ?>, Your password was reset, it is: <?php echo $newpw?> You can login with this new password and change it. Thanks! <?php echo SITE_NAME?> Staff That content/text is just not in the email ;(
  6. Noo... I dont user the CrewCenter, i told that before, im using my own, which i made with bootstrap, any1 can give me a code with pilots list, without hubs, and with bootstrap would be appreciated a lot! i mean with bootstrap - bootstrap table
  7. oh and yeah i move them to my skin folder, or edit it directly, still no luck
  8. wait..............................................................I am using default 'Crew Center', well at least the one i made with bootstrap, the thing is, that (yes my version is 5.5.x, of phpvms), that the Module Pilots, is acting like its not even existing there, i can delete everything, i can keep everything, i can edit stuff, it just ignores my changes, i am really annoyed with the hubs, just like sitting here trying to fix it for like 2h30min, so yeah..
  9. mope, the pilots.php completely ignores me whatever i do
  10. http://smallplanet.epizy.com/index.php/pilots as you can see it looks terrible, i am trying to user bootstrap tables, again with no success, why does the table repeat all the time, and (probs that why), how in the f world do i get rid of hubs, the Pilots.php has completely nothing todo with it, because, when i delete everything from the file, no changes are made, and its annoying me so much, how do i get rid of the airport names? Aidas thanks in advance!
  11. Well since, I am on my school computer.... Anyways, I am trying to display, pilot id + pilot's avatar, on all pages, it only shows up in pilot center, im making a profile page where they can change pass avatar etc., im not using the default phpvms, fully customizing it by hand, and unable to use bootstrap..... Hope htisanwers someones question! AidasP
  12. Thats my code for it: <li> <a href="<?php echo url('/userprofile'); ?>"> <img style="position:absolute;top:3px;left:-15px;width:30px;height:30px;" src="<?php echo PilotData::getPilotAvatar($pilotcode); ?>" /> <?php - if (!file_exists(SITE_ROOT.AVATAR_PATH.'/'.$pilot.'.png')) { ?> - <img src="<?= SITE_URL ?>/lib/images/noavatar.png" alt="No Avatar" style="width: 50px" class="img-responsive"/> - <?php - } else { - echo '<img src="'.SITE_URL.AVATAR_PATH.'/'.$pilot.'.png'.'" alt="No Avatar" class="img-responsive"/> '; - } ?> </a> </li> (also displaying the avatar beside)
  13. I tried using many methods of displaying the pilots Id on the main menu, i tried: <?php echo PilotData::getPilotCode(); ?> also: <?php echo $pilotcode; ?> full example: <li><a href="<?php echo url('/pilots'); ?>"><?php echo PilotData::getPilotCode();?></a></li> (etc) I can only get these to work, when i am in pilotcenter, i need them in my core_navigation main.
  14. Well the error, i am getting is basically unable to connect: CONNECTION ERROR! yes it is free hosting, but i know people how use this hosting and they are completely fine with it aswell, i tried to make a test account, still no luck
  15. Hmmm, oh i was trying to get acarsii working, and deleted the free version... ANYWAYS the v2 does not work aswell, since im not home rn, ill try to upload the thing when im back (aprox. 1.30h), and i am using the simpilot version of phpvms, maybe thats the case? i dont know, but the free module was installed there by default
  16. http://smallplanet.epizy.com/index.php also, just to note, none of the acars work that are supported by phpvms, even the CCFTracker
×
×
  • Create New...