
Omerr01
Members-
Posts
93 -
Joined
-
Last visited
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by Omerr01
-
Hello, How I can not show Inactive/reited pilots in pilot roster page? Thans for helping!
-
Mee too
-
Hello everyone, I wanted to know if it is possible to do everything that I put in - Customs Fields register as Vatsim ID, etc. So I wanted to ask is there a way to make it mandatory to register the virtual company .. Thank you so much for helping!
-
1. I do not want that PHP will continue to own more hours to the event .. I mean, if I did that the event will be until 20:00 z then I want it to really be until I put each time a pilot makes this book adds a few more that I did in Slot Interval love to know how I remove it ?? The intention is that if I did have Slot Limit: 61 so it will not be the 61 pilots also do book .. 2. I want to do after a certain time, for example after 31 days if the pilot did not fly then it will send him an email and tell him he RETIRE and if I really want it put him in this situation because at the moment I put it to the pilots so it's not really doing anything ... I mean, if I manually someone so he can still fly to login I have not seen anything he can not do so this is I wanted to ask whether it can be done but really it does not allow him to fly or be active on the site. . As if he can just login to the site then it will record that he can not connect because of its user currently retire before he would send an email or something like that ... So thank you very much for helping!
-
Hello all, i see in virtual airlines that the can to change the Flight Status to Img or something else, How I can do this ?? <?php if($flight->phasedetail != 'Paused') { echo $flight->phasedetail; } else { echo "Cruise"; }?> this is the code and i want if the flight status is Cruise to put img, or if the flight was arrived put img . How I can do this please ? Thanks for helping..
-
Okay, but i change the SITE_UTL to what? to the Main domain or what?
-
http://box.lufthansavirtual.net/ http://www.lufthansavirtual.net/ http://eat.lufthansavirtual.net/
-
LIke lufthansavirtual they connect 3 different domains in one system. as you can see in lufthansa virtual.
-
Any one please???
-
^title^ like this airline: http://www.lufthansavirtual.net/ Thanks.
-
okey thanks you very much.. where i put this code : $pilotinfo = PilotData::getPilotData($xml->verify->pilotID); if($pilotinfo->retired == 1){exit;}
-
I put a pilot on the state retire and it's not doing anything gives it gives him to connect Bock gives him fly to send PIREPS?? How do I fix this?
-
i want to add to schedule search a "search by ICAO(write)" and "search by flightnumber" how i can do this ?
-
Its Work Thank You Very Much!!
-
i have custom k acars (payware). and when i install the auto pirep reject/accept and after i delete this Moudle . i have this problem: when i send the pirep . please help me i don't now what to do .. Sorry for bad english. Thanks .
-
Schedule Search (Airline, Aircraft, Arrival, Departure)
Omerr01 replied to simpilot's topic in Simpilot Group Addons
hello sir .. i have this moudle but all pilots can do "add to bid" . and i don't want becuse i have There are restrictions on ranks . Example: Pilot to 50 hours can not fly for heavy aircraft like 747 777 767 .. but now all pilot can do add to bid . how i can do they can make the bid only by their rank. As usual schedule search . please help me .. -
Hello, - Ive been trying to limit the landing rate stats module to a weekly limit. ie, to only show the to landings of every given week. Ive been having some trouble achieving this. I have gone through the mega thread of the module it self and while there are some hints of a code snippet to limit it to monthly, unfortunately i have not been able to work out how to implement the code or where to implement it to. I would greatly appreciate any help or an explanation on how to implement a code that will restrict the top landings for a weekly display which will reset itself every week. -- and the two is about TOPPILOT Moudle: Im trying to get some of the top pilot tables to show on our homepage. Can anyone provide anyt insight as to what the code should look like and where should it go. Thanks for helpers
-
Hey guys, Im trying to get some of the top pilot tables to show on our homepage. Can anyone provide anyt insight as to what the code should look like and where should it go? Thanks a lot in advance
-
Hey guys, Ive been trying to limit the landing rate stats module to a weekly limit. ie, to only show the to landings of every given week. Ive been having some trouble achieving this. I have gone through the mega thread of the module it self and while there are some hints of a code snippet to limit it to monthly, unfortunately i have not been able to work out how to implement the code or where to implement it to. I would greatly appreciate any help or an explanation on how to implement a code that will restrict the top landings for a weekly display which will reset itself every week thanks in advance guys.
-
Hey guys, Ive been trying to limit the landing rate stats module to a weekly limit. ie, to only show the to landings of every given week. Ive been having some trouble achieving this. I have gone through the mega thread of the module it self and while there are some hints of a code snippet to limit it to monthly, unfortunately i have not been able to work out how to implement the code or where to implement it to. I would greatly appreciate any help or an explanation on how to implement a code that will restrict the top landings for a weekly display which will reset itself every week thanks in advance guys.
-
where i put this code ???