Jump to content

levicosta201

Members
  • Posts

    186
  • Joined

  • Last visited

Everything posted by levicosta201

  1. Thank you for your good idea, but for now my modules will be paid soon I will launch a free module.
  2. 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. 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. 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. 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.
  6. I smell competition and fight on their part.
  7. You can buy the module if you want to discover 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.
  8. 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.
  9. -> 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: PILOT OFFLINE: ​​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 here.
  10. there is probably some conflict with your existing css, try changing absolute to relative
  11. 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>
  12. 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%; }
  13. I will provide this acarsmap system for sale if anyone is interested. I will be selling for a price of $ 10, I think it fair. Link: HERE
  14. This problem can easily be solved with a simple menu. Is there. LINK: here
  15. 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 Thank you!
  16. I will provide this acarsmap system for sale if anyone is interested. I will be selling for a price of $ 10, I think it fair. Link: HERE Hello guys, take a look at my acars map, and please give suggestions of what found. LINK: acarsmap
  17. 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
  18. 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.
  19. No problem, I even think it's good that two people develop the same module. After all, you can add things to my will not have, or vice versa.
  20. 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...