Jump to content

AlessandroCuba

Members
  • Posts

    14
  • Joined

  • Last visited

Recent Profile Visitors

2351 profile views

AlessandroCuba's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. Levicosta tienes de mi parte 100+ muy interesante el proyecto
  2. I need to know how I could have on passenger flights, cargo transport
  3. I need to know how I could have on passenger flights, cargo transport
  4. http://blog.unijimpe.net/generar-pdf-con-php-y-mysql/
  5. You could put the entire code of your website?. Thank
  6. Small code showing the VATSIM weather in the template, random <div id="metar"> <?php $sql = "SELECT ".TABLE_PREFIX."airports.id, ".TABLE_PREFIX."airports.icao as icao, ".TABLE_PREFIX."airports.name, ".TABLE_PREFIX."airports.country as country FROM ".TABLE_PREFIX."airports ORDER BY RAND() LIMIT 1"; $result = mysql_query( $sql ); while ($row = mysql_fetch_row($result)) { echo"<h3>METAR (ICAO: ".$row[1].")</h3>"; echo "Aeropuerto: <font color='#ff6600'>".$row[2]."</font><br />"; $adresse = 'http://metar.vatsim.net/metar.php?id='; $homepage = file_get_contents($adresse.''.$row[1]); echo "<font color='#2997ba'>".$homepage."<font>"; } ?> </div>
  7. Lo realicé de una forma muy facil. Adaptando una plantilla HTML a una plantilla de PHPVMS. Con paciencia se puede lograr. Saludos a todos I realized in a very easy. Adapting an HTML template to a template PHPVMS. With patience you can achieve. Greetings to all!! http://caribenava.ictwebsolutions.com
  8. You can also try this [b] Ultimos Arrivos[/b] '; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; foreach ($pireps as $pirep) { $pilotinfo = PilotData::getPilotData($pirep->pilotid); $pilotid = PilotData::getPilotCode($pilotinfo->code, $pilotinfo->pilotid); echo ""; echo ''; echo ""; //echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; } echo "</p> Vuelo Tiempo Piloto Landing Rate Aeronave [img='.SITE_URL.] $pirep->code $pirep->flightnum $pirep->depicao - $pirep->arricao $pirep->flighttime $pilotinfo->firstname $pilotinfo->lastname echo $pirep->landingrate echo $pirep->aircraft "; } ?>
  9. I have the same problem. I work in a template and the new no. Any suggestions to solve
  10. I have this bug An Error Was Encountered The module "PILOTMANAGER" doesn't exist!
  11. I have a failed installation. I have configured the php.ini and still the same. I give an example below. Strict Standards: Accessing static property Contact::$post as non static in C:\xampp\htdocs\caribbean\core\classes\CodonModule.class.php on line 67 Thank Manuel Alejandro
×
×
  • Create New...