-
Posts
1726 -
Joined
-
Last visited
-
Days Won
4
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by servetas
-
You may use this code on the briefing table (schedule_briefing.tpl): <?php # If it's empty, insert some blank lines if($schedule->route == '') { echo '<br /> <br /> <br />'; } else { echo strtoupper($schedule->route); } ?>
-
You must try the password from the new registration...
-
Ok...i you have got access to your database via the phpmyadmin try this: Make a fake registration on your phpvms site...After that go to your pilots board via the phpmyadmin and edit the new registration changing the confirmed field from 0 to 1.Before click the save keep on your mind the member's id. Ater that go to your GroupMembers board and add a new value: On the group id, put 1 (it is the group,administrator,id) and on the pilotid fill in the new registration's id. I do not know if it will work ...
-
Does the system send you new passwords?
-
If you have change your password from the PHPMYADMIN as Jon said you have made a mistake! As, also, Jon said alla the passwords has encryption. It is not logical to use a password like this 4004211f88d7f14be04a935493096b2f . If you want to solve this, go to your phpmyadmin and edit your profile replacing the password number with this: 4004211f88d7f14be04a935493096b2f. Then, save it, and try to login with you callsing or your email and the password 741852963. If you login successfully, visit your profile and change the password immediately because as you can see, now, a lot of people which will your new password.
-
I fully agree with Joeri...If you think that your website is the best keep it for your self. Let the others make statements for you... It is beter for a virtual airline .
-
One question: How do you know that?Is there any critic who decided that your website is the best phpVMS powered website? Or you draw conclutions as a Chief Executive Officer (or,generally, staff) of Legend Air...
-
000Webhost. I have not try them because i am using a payware hosting. If you want to open a virtual airline, i think, you must try a payware hosting. A good payware hosting plan starting from 5 euro per month! Check fivedev. Edit: You are lucky the support PHP cURL as i can see here.
-
Hello my friend!!! Please check this. I think it will help you! I am also the Vice Chief Executive Officer of Greece Airways Virtual and we give the chance to our pilots to fly Unscheduled Flights. We create a new system... We added an airport with IVAO AAAA and name Unscheduled Flight. After that we created a pirep from AAAA to AAAA. When a pilot wants to fly an unscheduled flight he have to send this pirep (from AAAA to AAAA) but he has to write on his comments the departure and the arrival airport of his flight (p.x. DEP/LGAV ARR/LGTS). After that, the validator, before accept the pirep, he edit it and add the departure and the arrival airport, taking information from the user comments. If you want to give the chance (to your pilots) to fly any flight they want without being on the virtual's airline's schedules, you may use the first solution. I think these information will help you.
-
After a coversation via teamspeak and the help with the teamviewer all are OK! Good Luck emartinez with your new va!
-
What is this project (virtual airline?, super market?) and what he will do? Give us more information...
-
If you want any help you can request help on this forum and someone will give a solution to your problem.
-
I cannot understand exactly what do you want...Ok, you want to test vms and crate templates-modules. After that, what do you want from us?
-
Hello everyone, me and dimitris are about to release a new one staff module for phpvms but unfortunately we have got a little problem: public function edit_staff_1() { $id = $this->get->id; if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) { $sql = "UPDATE ".TABLE_PREFIX."staff SET posit='".$this->get->posit."' WHERE id=$id"; $sql1 = "UPDATE ".TABLE_PREFIX."staff SET name='".$this->get->name."' WHERE id=$id"; $sql2 = "UPDATE ".TABLE_PREFIX."staff SET desc='".$this->get->descr."' WHERE id=$id"; $sql3 = "UPDATE ".TABLE_PREFIX."staff SET email='".$this->get->email."' WHERE id=$id"; $sql4 = "UPDATE ".TABLE_PREFIX."staff SET img='".$this->get->img."' WHERE id=$id"; $sql5 = "UPDATE ".TABLE_PREFIX."staff SET note='".$this->get->note."' WHERE id=$id"; //echo $sql; //echo "<br />"; //echo $sql1; //echo "<br />"; //echo $sql2; //echo "<br />"; //echo $sql3; //echo "<br />"; //echo $sql4; //echo "<br />"; //echo $sql5; DB::query($sql); DB::query($sql1); DB::query($sql2); DB::query($sql3); DB::query($sql4); DB::query($sql5); echo "Updated!<br />Staff position for {$this->get->posit} have been updated."; Template::Show('staff/staff_menu.tpl'); //echo "{$this->get->desc}"; //echo "{$this->get->id}"; } } When i am trying to insert data on desc column it is not added but all the other fields are added correctly. I tried to echo the sql statement and it is passing the data correct to function but function is not adding the data at MYSQL database. If anyone can take a lot on the code and find any mistake please reply this theard as soon as possible because we are one step before before release!
-
Thank you very much for your information! So...it is not Flight Level but Altitude ...
-
Hello everyone, i tried to start an IFR flight. I fill out the flight number and i pressed the Get Flight Number Info button. Unfortunately when i pressed the Start Flight it gives me this error: Check Flight Level 1k to 50k. Also when i am clicking on the Get Flight Number Info, i received another one error which is this: Notify System Administrator of the Switch Error Data not received Switch=Aicraft. I anyone knows the solution...please help me.
-
Please provide as the lint 59 from the Screenshots.php (you can find it on /var/www/vhosts/royles.eu/httpdocs/core/modules/Screenshots/Screenshots.php)...
-
I think that the phpvms has got a lot of compatibility problem with the freeware hosting providers. So i think you cannot do anything...
-
Why do not you try to locate it into schedule_results.tpl? using for example: <style type="text/css"> CAPTION.MYTABLE { background-color:#689ACC; color:white; border-style:solid; border-width:2px; border-color:#003399; } TABLE.MYTABLE { font-family:arial; border-collapse:collapse; font-size:10pt; background-color:#808080; width:100%; border-style:solid; border-color:#003399; border-width:2px; } TH.MYTABLE { font-size:10pt; background-color:#003399; color:white; border-style:solid; border-width:1px; border-color:#003399; } TR.MYTABLE { } TD.MYTABLE { font-size:8pt; background-color:#FFFFFF; color:#003399; border-width:1px; text-align:left; } </style>
-
After some tests i think i can suggest you a good solution. I do not know if it is good but you can check it. I have already check it on a site on my localhost server so i do not know exactly what will it do . As simpilot said open PIREPData.class.php and find line 783 and replace the ".PIREP_PENDING.", with this ".PIREP_ACCEPTED.", As you know it will set your pireps into an auto accept status. After that you are able to inform your va's members that the flights and the hours will not update automaticaly. So when you can you are able to go to your Admin Panel->Site & Settings->Maintenance Options-> and run the Reset Hours command, the Recalculate Distances and the Reset Pilot PIREP Count. If you do not want to do it for example every day and if you are using CPanel you can set up a cron job. I do not know if the other panels have got cron job because i have not used them. Regards, servetas
-
I cannot understand what exactly do you mean...I saw your va's website and the pireps lists and i did not find any big problemfor example here.
-
Check out this http://forum.phpvms.net/topic/5347-solved-auto-accept-bug/page__p__35615#entry35615 .
-
As you can see, you are able to send "airmails" to a specific person or to all your members via the Notam. It will be good for me to check on the list the pilots to send this message.
-
Greece Airways Virtual Staff Position is open
servetas replied to servetas's topic in Virtual Airlines Discussion
Reminder!!!- 1 reply
-
- 1
-
Greece Airways Virtual Staff Position is open
servetas posted a topic in Virtual Airlines Discussion
We would like to inform you that Greece Airways Virtual requests repaint manager. Requirements a ) Must be a members of Greece Airways Virtual. B ) His work is voluntary. c ) He must not be CEO or VCEO on any virtual airline. These are the basic requirements for this position. Responsibilities a ) He must be able to create repaints for a lot of aircrafts. B ) He must be able to create IVAO MTL for a lot of aircrafts. c ) He must check out our forum at least once a day for any member's problems, questions or requests. There will be a meeting in order to check out your skills. We would like to have a staff member who will have very fresh ideas. If you want any supplementary information you can contact us on vceo(at)greeceairwaysva.com . You can fill out your application here and we will contact you as soon as possible.