Jump to content

ctabuyo

Members
  • Posts

    26
  • Joined

  • Last visited

Everything posted by ctabuyo

  1. I would offer some suggestions regarding the Airline´s site: Hit me up if you wanna hear them. thanks!
  2. Hello: My name´s Cristian Tabuyo, and I´m the CEO of Crystal Designs. A brand new business with the purpose of changing things in the world of Virtual Aviation. I am looking for one employee to work for us. In case you are interested fill out the next questionaire: Click here The questionaire will be opened till 18th of June. If you have any doubt do not hesitate to contact me. Thanks,
  3. We will be posting weekly updates on our Facebook: https://www.facebook...signTechnology/ Best,
  4. Hello: After months of development I´m delighted to show you(a bit) of the project I´m working on right now, it is called VACars, and it is a revolutionary ACARS software. What is special about it, is that it is developed with the latest technologies and under the latest UI Standars, not only that, but it will be the very first ACARS Software on the world that will be Windows, OS X, Android, iOS, Windows Phone capable since V1.0. I have been working on this for a long time(started on late December 2015). And I decided it is now the moment to show a bit of it. Since I´m developing for 5 platforms at the same time, it takes long time to develop... Today I´m just going to show you the login screen in Windows OS.... In case people is interested on it, I will be posting more exciting photos on the following days... I don´t like to tell release dates, but,... my plan is to release it on Late June early July. To accompany this ACARS, I´m also working on amazing stuff. That´s why if you are a Ruby On Rails programmer and want to collaborate in this project, please tell me! Kind regards! P.S: And remember, if people is interested on it I will post a bunch of photos of the ACARS in the following days!!!
  5. If I don´t remember bad, I read a post from Nabeel that stated that the charts were hard-coded and there was no way to change them.
  6. You have to be careful mate!!!! If you copy websites from REAL airlines you might be infringing their copyright and you might have legal problems with them. Just a friendly advice!! Take care,
  7. Looking for a website for your start-up Virtual Airline, or may you just want to update your old website? Well, in that case this is the correct place. Continue reading...! Some of you might already know us, however we do want to become even more famous. That´s why after some time, we have decided to roll new packages for Virtual Airlines developement. They were done thinking always in the customer. We have rolled 2 packages, one offers the best experience for VAs that operate at a hobby-level. And another one does for VAs that operate on a professional-level: *What are you waiting for? - Click here and discover the amazing things we do. Order it now!! Help us become the best!!! Merry Christmas to all of you! -- Kind Regards, Cristian Tabuyo ZumeWeb VAs´ websites developer
  8. In that case you haven´t set what to do with your menu on mobile devices on the .CSS file: Try something like this, (you might have to adapt the code, and change the name of the menu in this code): @media screen and (max-width: 643px) { ul.nav-menu, div.nav-menu > ul { display: block!important; }} Regards!
  9. But this guy already found a developer as you can see on the title. As a guy already said, watching just images it´s difficult to say anything. A link to a demo will be better.
  10. Have you use bootstrap for it? If so, did you use the bootstrap resposinveness functions? Regards,
  11. Sorry for the delay I am really busy with some other proyects.: Ok, let´s try this, Go to: Core->Modules->Pilots and open Pilots.php Then, inside the public function index modify the code look like this: class Pilots extends CodonModule { public function index() { $pdo = new PDO('mysql:host=$host; dbname=$database;', $user, $pass); $stmt = $pdo->prepare('SELECT "pilotid" FROM "phpvms_fieldvalues" WHERE "value" = "IVAO Pilot"'); $stmt->execute(); $result = $stmt->fetchAll(); if(!$result) $result = array(); foreach($result as $res) { $this->set('title', 'IVAO Pilot'); $this->set('allpilots', $res); $this->render('pilots_list.tpl'); } P.S: Notice this is a kind of pseudo-code that I haven´t had the chance to try it, so it might not work correctly at all. Regards!
  12. Hello Bastian, and welcome to this forum: In order to achieve what you are trying to do... ...1st step: You´ll have too look for the pilot_list.tpl of your current skin, and then you will probably have an HTML table, like this one for example: <table id="tabledlist" class="table table-bordered"> <thead> <tr> <th>Pilot ID</th> <th>Name</th> <th>Rank</th> <th>VATSIM ID</th> <th>IVAO</th> <th>Flights</th> <th>Hours</th> </tr> </thead> <tbody> So what you have to do is add a new <th> called Status, so like this: <th>status</th> 2n steep: Look for the php code at the bottom of the file, you´ll have to add there something like this, being carefully of respecting the order of the <th> created before with the <td> on this section of the code if you know what I mean: <td> <?php echo PilotData::GetFieldValue($pilot->pilotid, 'Status'); ?> </td Kind regards, and let me know if it worked!
  13. No, he means you have to configure your Android´s browser to show pages in "Desktop Mode". I tried like that in my father´s Android and it worked! Regards,
  14. I don´t understand your question, can you please add more details such as the code you are having problems with? Thank you
  15. I have experience with laravel, if you are still interested feel free to send me a PM.
  16. On my iPhone it works good, on Android not.
  17. I can code that for you. If you´re interested, send me a PM
  18. Hey mate, let´s go in parts: First of all and very important, I am not trying to compete with you, if you take a look at it for a moment we are offering different products at all. Your is a commercial software which is always the same for every airline in the world. However mine isn´t a commercial software, it is designed for each customer and it does what they want it to do.... At a very affordable price. Mobile apps aren´t a problem at all, because when both(the mobile and the computer in which the desktop app is running) are connected to the same network, is "easy" to send "data" from one to another. FSUIPC doesn´t work fine with every single addon, that´s why if you want your ACARS to work perfect with a particular airplane, well, you just tell me and we see what we can do(probably use another SDK like SimConnect, PMDG....). I have a solid plan, but as I already said we´re offering completely different software And about the claims, I might understand that it can bother you, but for me it is just the thruth. It is really nice to try to empathize with the rest of people, not just strict to what you think. Kind Regards! P.S: Anyone who wants commercial software should go for smartCARS this is not his/her place, if you want a low-price ACARS with the best quality then, go for mine. P.S2: I do not understimate what went into smartCARS. I perfectly understand/know that it was A LOT of work, on programming. But I think it was worhtwile. Don´t missunderstand me, my "claims" on my first post against smartCARS were just to make people understand that if they dont wanna spend too much money on their VA, smartCARS is just not their ACARS.
  19. Hi Mate Thanks for your advices. In fact you´re pretty right about the MySQL, that never should be done because it will be very easy for anyone one who reverse engineers your software to acces to the database, so I prefer using other methods like HTTP, JSON... About the generic demo, I´m going to upload photos of every ACARS that I develop(of course when they´re finished), because as they are going to be different from each others, people can see all the differents UIs that I have created. Thanks again Vangelis
  20. The ACARS I programm in C#. But I do know Objective-C/Swift as well.
  21. Well, I haven´t programmed any ACARS yet(I have programmed one to get familiarized with FSUIPC Offsets, but it was pretty simple and without a good UI...). So as soon as I programm one, I will post screnshoots. Thank you,
  22. Hello: I open this post, because I read about an ACARS called smartCARS which costs $69,99 for an airline, and the premium costs 3,99/month to the pilot. I think they´re too expensive especially the smartCARS premium. So since I have lot of experience programming in C#(in fact I´m "RallyeAir Software Development Department Director"). I decided to start doing custom, for airlines which are(in my opinion) affordable and better than smartCARS. These ACARS are programmed exclusively for each airline. It costs $35(just one time of course) the Windows Versions(MFSX, P3D, X-Plane), and everything is free for the pilot(he will have free features like automatic save of your flight...) and for $15 more ($50 in total) you´ll have a mobile version(iOS, Android, Windows Phone).... I think prices are pretty affordable, huh? And of course, the ACARS is paid when it is 100% finished, implemented on your airline and you´re happy with it. However: - If you order just the Windows Version($35), I ask for a 10% of the total price when you order it($3,5), just to make sure that you ar "interested" on it. If once finished you wouldn´t like(which I´m pretty sure won´t happen), I´ll return the $3,5. Pays are done via "PayPal" - If you order the Windows Version + Mobile Version($50), I ask for the 5% of the total price($2,5), just to make sure that you ar "interested" on it. If once finished you wouldn´t like(which I´m pretty sure won´t happen), I´ll return the $2,5. Pays are done via "PayPal" You can contact me via PM on this forum, or via email, by clicking here. P.S: I also programm on Mac(Swift/Objective-C) so if anyone would be interested on an ACARS for that S.O, please get in touch with me and we will talk, but an ACARS for that system will be more expensive than for Windows, ofc. P.S2: The first airline asking for it will have a 20% discount off for being our first client. Hurry up, you might take one of that awesome ACARS 20% off. Kind Regards! Edit: I already had my first order, so the 20% discount offer is no longer available.
×
×
  • Create New...