Jump to content

levicosta201

Members
  • Posts

    186
  • Joined

  • Last visited

Posts posted by levicosta201

  1. I am not saying dont, but create some modules for free. I am not telling him to stop selling modules, but it is nice to have something to give to the community for free. Another way is make the same module, but with one, give it more functionality make it do more and charge for that, and make a cut down version and give that for free. It is a great way of letting people try your modules, and if they want they can purchase them.

    Thank you for your good idea, but for now my modules will be paid soon I will launch a free module.

  2. Hm Daniel i think that should be up to the developer. I for example would stop writing modules if i wouldnt make anything of it. I have limited spare time and could do plenty of other things than using that time for sitting in front of thousands of lines of code and write modules.

    Its great that many people contribute to the community for free but you shouldnt expect everyone to offer his limited time without charging money. Besides that nobody is forced to buy the modules. If someone wants it he can either learn how to code it like i did in the past or pay someone who can do it if he doesnt want to spend the time to learn it. I see nothing wrong with this.

    I agree with you, create a module is not easy, takes time, not counting the various errorsthat occur until you get a result of release. But many people do not seem to understand that.

  3. saying it works and saying how it works is two different things.

    Excuse me everyone, there was a misinterpretation of the text on my part. Well, who thought I was arrogant apologize as this is not my intention. I will be kind to explain the operation. I look for user sessions.

  4. If you claim it works, there should be no biggy in telling how it works, servetas question was pretty easy, but you avoided it. Also by the looks of it, you have not really added much more to the badges, all you have added was the flight status. If I was going to buy it, I would want to know how it works, and I am allowed to know how it does. If you dont tell me, I won't buy it simple as. The only confrontational person here I can see is you Levicosta201. I have also seen that you just want to make money out of this hobby, all the modules I have seen you create you are selling, why not be nice to people and give some away for free, I create some modules, and I dont ask for money for them.

    I have not shot a free module because only two I developed and performed just one sale, I need to keep me, but I intend to launch free modules, but also paid. I fully assure you that the module works. Look at the PM I'll send you.

  5. In what way are you protecting users? He's clearly shown what the product does. He doesn't need to go in depth on how it works. If people want that functionality I highly doubt they care how it's determined.

    Also you can easily assume based on the lack of mention of VATSIM/IVAO that it isn't using those, as they'd be selling points.

    Why is every thread a conflict -_-

    Tom said it all. Thanks Tom.

  6. I have no obligation to speak as I do for my module work. I have an obligation to say what my module does, as I explained pro Joeri. My module works? YES. How? No matter. The only thing that matters is that it works. Now if you'll show me or not, I do not have to do with it, respect that very much. But I know I have educated people who will buy. :)

  7. Are you kidding now? Is that a logical answer you are giving to someone who is might interested on your module? I just want to know how does it works. I mean, in which data is the pilot status based. When you want to sell something, you let your new customers know how your product works. I am sorry but if you do not give these information, you will not succeed.

    Personally, based on your answers, i would NOT suggest to anyone to buy any of your products.

    I smell competition and fight on their part.

    • Like 1
  8. I just can't understand where the pilot status is based...

    You can buy the module if you want to discover

    simpilots one shows the info now in my forum sig

    I see, do not know what the system used by simpilot, however, is basically the same thing, only mine appears to have some different information, and you can also easily add whatever you want.

  9. thgats the same actually as simpilots one ?

    To be honest I've never used the simpilot. As quoted my displays the following information:

    • Pilot Name
    • Pilot Lastname
    • Pilot Country
    • Pilot Money
    • Pilot Rank
    • Pilot Status (Online or No?)
    • Current status Flight

    And if you use the image in a forum it will dynamically change their status, such as flight status of the pilot.

  10. ->

    Buy! <-

    Over a module developed by the programming team LBXweb. This module aims to dynamically display the badge of the pilot, it displays the following information:

    • Pilot Name
    • Pilot Lastname
    • Pilot Country
    • Pilot Money
    • Pilot Rank
    • Pilot Status (Online or No?)
    • Current status Flight

    The module displays a picture stating that the URL is null, casso not receive nor a parameter, see an example here. Also, the module generates a different status for each of the pilot image, ie, if the pilot is online generates an image, whether it is offline generates another image, examples below:

    PILOT ONLINE:

    pilotonline.jpg

    PILOT OFFLINE:

    pilotoffline.jpg

    ​​The colors of the background can be easily changed, RGB colors are used. The color of the text can also be changed easily. As the positions of each text. There is a file (README) explaining how to perform the procedures for changes. You can add any information you want about their riders.

    To purchase just click
    .
  11. I got rid of that, but still getting the foreach error.

    When I add the CSS for centering the map, it ends up under my footer instead of above it

    there is probably some conflict with your existing css, try changing absolute to relative

  12. Okay the error on line 57 I placed $flights =ACARSData::GetACARSData( ); below, above, in front of and behind foreach($flights as $flight)and I am still getting the same error. Also I could not get the CSS code to work for centering the map.

    Can you show me how these are suppose to look? Here is the code I am sing for the map:

    <img src="http://www.gcmap.com/map?P=<?php echo $string ?>&MS=bm&MR=240&MX=650x360&PM=pemr:diamond7:red%2b%22%25I%22:red&PC=%230000ff" /><br />

    Maps generated by the <a href="http://www.gcmap.com/">Great Circle Mapper</a> - copyright © <a href="http://www.kls2.com/...om/~karl/">Karl L. Swartz</a>

    <!--Start Table-->

    <?php

    $count = 5;

    $pireps = PIREPData::getRecentReportsByCount($count);

    ?>

    <table width="725 px" border="1" bordercolor="#FFFFFF">

    <thead>

    <tr align="center" valign="middle" bgcolor="#7D95AF">

    <th>Flight #</th>

    <th>Departure</th>

    <th>Arrival</th>

    <th>Duration</th>

    <th>Pilot</th>

    <th>Landing Rate</th>

    <th>Aircraft</th>

    </tr>

    </thead>

    <tbody>

    <?php

    if(count($pireps) > 0)

    {

    foreach ($pireps as $pirep)

    {

    $pilotinfo = PilotData::getPilotData($pirep->pilotid);

    $pilotid = PilotData::getPilotCode($pilotinfo->code, $pilotinfo->pilotid);

    echo "<tr>";

    echo "<td align=center> $pirep->code $pirep->flightnum </td>";

    echo "<td align=center> $pirep->depicao </td>";

    echo "<td align=center> $pirep->arricao </td>";

    echo "<td align=center> $pirep->flighttime </td>";

    echo "<td align=center> $pilotid $pilotinfo->firstname $pilotinfo->lastname </td>";

    echo "<td align=center> $pirep->landingrate </td>";

    echo "<td align=center> $pirep->aircraft </td>";

    echo "</tr>";

    }

    }

    else

    {

    echo "<tr><td>There are no recent flights!</td></tr>";

    }

    ?>

    </table>

    </td>

    CODE:

    <style type="text/css">
    #center{
    position:absolute;
    margin-left:25%;
    }
    </style>
    <div id="center">
    <?php
    		 $flights = PIREPData::getRecentReportsByCount(5);																																	
    		 $string = "";
    		 foreach($flights as $flight)
    		 {	
    						 $string = $string.$flight->depicao.'+-+'.$flight->arricao.',+';
    		 }																																	
    ?>
    <img src="http://www.gcmap.com/map?P=<?php echo $string ?>&MS=wls&MR=900&MX=720x360&PM=b:disc7%2b%25U" width="810px" height="470px" /><br />
    					 Maps generated by the <a href="http://www.gcmap.com/">Great Circle Mapper</a> - copyright © <a href="http://www.kls2.com/...om/~karl/">Karl L. Swartz</a>
    <!--Start Table-->
    <?php
    $count = 5;
    $pireps = PIREPData::getRecentReportsByCount($count);
    ?>
    <table width="725 px" border="1" bordercolor="#FFFFFF">
    <thead>
    			 <tr align="center" valign="middle" bgcolor="#7D95AF">
    			 <th>Flight #</th>
    			 <th>Departure</th>
    			 <th>Arrival</th>
    			 <th>Duration</th>
    			 <th>Pilot</th>
    			 <th>Landing Rate</th>
    			 <th>Aircraft</th>
    			 </tr>
    		 </thead>
    		 <tbody>
    <?php
    if(count($pireps) > 0)
    {
    foreach ($pireps as $pirep)
    {
    		 $pilotinfo = PilotData::getPilotData($pirep->pilotid);
    		 $pilotid = PilotData::getPilotCode($pilotinfo->code, $pilotinfo->pilotid);
    		 echo "<tr>";
    		 echo "<td align=center> $pirep->code $pirep->flightnum </td>";
    		 echo "<td align=center> $pirep->depicao </td>";
    		 echo "<td align=center> $pirep->arricao </td>";
    		 echo "<td align=center> $pirep->flighttime </td>";
    		 echo "<td align=center> $pilotid $pilotinfo->firstname $pilotinfo->lastname </td>";
    		 echo "<td align=center> $pirep->landingrate </td>";
    		 echo "<td align=center> $pirep->aircraft </td>";
    		 echo "</tr>";
    }
    }
    else
    {
    		 echo "<tr><td>There are no recent flights!</td></tr>";
    }
    ?>
    </table>
    </td>
    </div>
    

  13. I am getting this error for the "Latest Flights" gcmap:

    Warning: Invalid argument supplied for foreach() in /home/luvswavi/public_html/lib/skins/airlines/frontpage_main.tpl on line 57

    Line 57 is: foreach($flights as $flight)

    Also, the Map is on the left side of the webpage, how can I center it? I googled that several times and couldn't find a way to do it.

    Above:

    foreach($flights as $flight)
    

    Add:

    $flights = ACARSData::GetACARSData();
    

    And use css to center:

    <div id="gcmap">
    <!--- Map Code --->
    </div>
    

    CSS CODE:

    #gcmap{
    
    position:absolute;
    alignment-adjust:central;
    /*here you should go adjusting until your map is centered on the page*/
    margin-left:50%;
    }
    

  14. Sorry but having a navigation for pilots who are logged in but not for people who are not, that is poor web design. Open it in a new window would be better, something that doesn't isolate people on that page alone. I like the way when you click on a flight it comes up on the left, I like that, but the rest, I dont. It is good to see you are thinking of new ways of showing the map, but it has failed this time, but keep working at it, maybe not have it full screen, maybe just the bottom part below the navigation and banner.

    This problem can easily be solved with a simple menu. Is there.

    LINK: here

  15. Not good, for one main reason, you have isolated people once they go onto the map, they are stuck there, there is no navigation. They can't leave, so they will just close the window and move else where. That is poor webdesign.

    This is only one solution in full screen. But my users can access a menu layout with navigation through another link. This is not bad web design, is nice

    There is for me. I think it's alright, it's a nice idea.

    Thank you! :)

  16. Module news feed for Virtual Airlines based phpvms

    ==================================================

    #twMerco is licenced Creative Commons:

    #View license.txt in the root, or visit http://creativecommo...icenses/by/4.0/

    #@author Levi Costa

    #@copyright Copyright © 2014, Mercosul Network Devlopement

    #@license http://creativecommo...icenses/by/4.0/

    URL for the module

    ------------------

    To call the module URL is as follows: www.yoursite.com/index.php/feed

    URL for the module (Call JSON)

    ------------------------------

    Json callable url: www.yoursite.com/index.php/feed/getjson

    The JSON was integrated into the module so that it was possible to interact with mobile applications based on html5.

    If you are interested in developing a html5 mobile app for your Virtual Airline contact me by PM.

    Questions

    ---------

    I will not answer questions sent by PM. If there is any doubt ask on the forum with execessão of questions related to projects for mobile html5.

    Code on GitHub: https://github.com/levicosta201

    post-3530-0-89876800-1402424066_thumb.jpg

    post-3530-0-72836500-1402424076_thumb.jpg

  17. That is even better. ;)

    I've been thinking about developing something great, except I'm out a lot of ideas. The single greatest idea I had was to develop a module in which the pilot needs to do a test for admission. I do not know if there is already this module but it was an idea I had.

  18. I think this is pretty easy. You can just have a tabled which will show all the pilot's ordered by the warnings they have gotten. After that, the administrator will be able to decide what he wants to do with a specific pilot. Deleting pilots is not suggested because it will might cause problems with the va's statistics (i think but i have not tried it). If you won't do it, i can build a module like that for free.

    George

    Do as you wish. Whether it is easy or not, I do not care, I'm just developing, if you want to develop and deliver for free all right, only I'll densevolver mine and sell $ 1.

×
×
  • Create New...