-
Posts
1726 -
Joined
-
Last visited
-
Days Won
4
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by servetas
-
have you upload the rank module on your modules folder?
-
Try mark1million's solution. Please notice that if your website is on a free webhosting company it maybe have some problems...
-
1. Firstly please check it http://forum.phpvms.net/topic/150-pilot-ids-and-changing-them-where-they-start-from-etc/ . After that as you can see you are not able to change your members callsigns. You have to change again your pilot id to your first one. For example if your callsign was AAA001 and you changed it to AAA010 you have to change it again to AAA001. 2. Please send me your website in order to see your error and also the links... servetas
-
We would like to inform you that Greece Airways Virtual organizes the Real Flight Operations Day Event at Rhodes airport(LGRP). This event will take place on Sunday 26th of June from 18:00(UTC) till 20:00 (UTC). Each pilot is able to book any flight he wants, using our booking system which was created for our event. The booking system can be found here. Please use all the information provided on the booking system. Everyone is free to join our event. If you are not a member on Greece Airways Virtual you can book any flight you want and you are able to use any callsign you want. Please notice that there are not a lot of flights for this event so if you are not able to fly your booked flight please do not book it but if you have already booked a flight and your noticed that you are not able to fly it please contact us via email at vceo(at)greeceairwaysva.com or at wm(at)greeceairwaysva.com and we will remove it in order to be booked from another pilot who may want to join our event. Charts Unfortunately, charts are not available due to Hellenic Civil Aviation Authority so you have to search for them (px on google etc). Scenery FS9 Freeware Scenery for Rhodes Airport: http://www.greeksim.com/magazine/index.php?option=com_remository&Itemid=118&func=startdown&id=78 Pay ware Scenery for Rhodes Airport:: http://secure.simmarket.com/greek-airports-project-rhodes-international-2010.phtml FSX Pay ware Scenery for Rhodes Airport (FSX): http://secure.simmarket.com/live-in-fsx-rhodes-xtreme.phtml Each member of our virtual airline is free to join our event. If you book a flight you must use the callsign given on the booking system. You are also free to send your flight on our Flight Scheduling System. Every member of our virtual airline who will join our event will receive our 2011 Event Award: If he has booked at least one(1) flight he will also receive one(1) point for the Top Event Pilot Award: of Greece Airways Virtual. We expect you all, on behalf of the Events Department of Greece Airways Virtual. Note: Greece Airways Virtual is not a real world aviation airline so we will not simulate the real flight operations of an airport. The only thing we will try to do, with your help of course, is to create a Real Flight Operations Day at Rhodes Airport. Everyone is free to join our event.
-
[GRW]What is going to happen at 26th of June?
servetas posted a topic in Virtual Airlines Discussion
What is going to happen at 26 of June? A day for your calendar. We will have a good time on the afternoon this day… Everyone will be able to join our event. This is an event organized by Greece Airways Virtual. Stay Tuned!!! Kind Regards, Servetas George Greece Airways Virtual Vice Chief Executive Officer vceo(at)greeceairwaysva.com -
Hello!!! Very good website but i think that your IVAO Sponsor Link is wrong, it is not http://www.ivao.org/hq/, it is http://www.ivao.aero/ Kind Regards, Servetas George
-
Unfortunately we have found a repaint to create our repaints....Thank you very very much sir for your presentation! King Regards, Servetas George http://www.greeceairwaysva.com/
-
It is very simple to steal it again because as you can see on our website there is an awards list http://www.greeceairwaysva.com/fss/index.php/awards !
-
Some days later we noticed that this va http://va.oss.lv/index.php has steal our award for Boeing 737 Type Rating . Unfortunately (for them) we also noticed that they have not upload this image on their server! They have take this link(= http://www.greeceairwaysva.com/downloads/tr/B737TR.jpg'>http://www.greeceairwaysva.com/downloads/tr/B737TR.jpg )and use is to have the image online on their website. Yesterday this link was the image for the award but we change the image to another one. Check it http://va.oss.lv/index.php/profile/view/10 . Kind Regards, Servetas George Greece Airways Virtual Vice Chief Executive Officer http://www.greeceairwaysva.com/
-
I would like to know i want is able to create a new repaint for my virtual airline. This repaint must be like this http://www.greeceairwaysva.com/fss/index.php/Screenshots/large_screenshot?id=113 unfortunately it is for Boeing 737. Firstly i would like to have one repaint for an Airbus 320 Wilco Edition. After that and if i find a good repainter i will request another one for Airbus 343 Wilco. Standing by for your answers.
-
Greece Airways Virtual - http://www.greeceairwaysva.com/
-
Etihad Airways Virtual Launched (CLOSED)
servetas replied to fsxsimulation's topic in Virtual Airlines Discussion
Why a member must have over 1 virtual airlines? It is not logican i think -
We would like to inform you that a new project has been started. This is the VA Group which will give the chance to all of the virtual airlines to fly together. We will organizing common events in connection with all our members at the virtual organizations(IVAO and VATSIM).Then will help you to developed your new virtual airline and to exchange some basic knowledge about the administration of a virtual airline and many other. Everyone is able to suggest us things and then we will try to realize them. More information will be posted soon! Stay tuned....Please contact us via pm. On behaulf of the staff of VA Group Project Canceled
-
Hello, how can i dissociate the fleet of the virtual airlines if they hosted at the same phpvms system?
-
You mean that... confirm? If yes you can go to lid->skins-> you skin name->layout.tpl and add this <?php } /* End the Auth::LoggedIn() if */ else /* else - they're logged in, so show some info about the pilot, and a few links */ { /* Auth::$userinfo has the information about the user currently logged in We will use this next line - this gets their full pilot id, formatted properly */ $pilotid = PilotData::GetPilotCode(Auth::$userinfo->code, Auth::$userinfo->pilotid); ?> <img align="left" height="50px" width="50px" style="margin-right: 10px;" src="<?php echo PilotData::getPilotAvatar($pilotid);?>" /> <strong>Pilot ID: </strong> <?php echo $pilotid ; ?> <strong>Rank: </strong><?php echo Auth::$userinfo->rank;?><br /> <strong>Total Flights: </strong><?php echo Auth::$userinfo->totalflights?>, <strong>Total Hours: </strong><?php echo Auth::$userinfo->totalhours;?> <br /> <a href="<?php echo url('/pireps/new');?>">File a New PIREP</a> | <a href="<?php echo url('/schedules/bids');?>">View My Bids</a> | <a href="<?php echo url('/logout/');?>">Log Out</a> <?php } /* End the else */ ?> </div> </div> Under the: <input type="hidden" name="action" value="login" /> <input type="submit" name="submit" value="Log In" /> </form> If you do not, try to explain us again what do you mea
-
I think he would like to have (+1) a automatic system which will send some flights to flown from the pilots!
-
Thank you very very much!
-
Hello everyone! I am trying to create a second va on my phpvms website but if the pilot is on the one division he is able to see the flight schedules of the other va division.......Can we correct it? I do not want to instal a second phpvms system because i think i will get crazy ! I will wait for your answer.... George Servetas
-
xaxaxa Good Luck and thank you very good for your advertisement for Greece Airways Virtual......
-
yes i know but how can i make them Necessary?Like name and password?
-
Hello, is there any code to make some registration Fields Necessary like IVAO or VATSIM id? George
-
[solved] How do i know if its a fake flight report or not?
servetas replied to James142's topic in Support Forum
I think it is simple........ check this link http://www.vataware.com/ if you write at the Callsing Search the pilot's callsing you will find all the flight made.... -
[solved] How do i know if its a fake flight report or not?
servetas replied to James142's topic in Support Forum
If your pilots flying online on vatsim network you can check the flight to the VATAWARE and if you are a cetrified va on ivao network you will be able to check the flight from the flight tracker system!