sábado, 21 diciembre 2024
Radioaficionados

Buscar en la web


:]]\»»;
$result = mysql_query($querynumero) or die(mysql_error());
$row = mysql_fetch_row($result);
$number = $row[0];
$poner_punto2 = number_format($number, 0, ‘.’, ‘.’);

$queryqsos = «SELECT SUM(guest_qsos) AS sum_alias FROM logs_dvge_actividades WHERE guest_body=\»$que\» or guest_operadores REGEXP \»[[:<:]]\\$que\\[[:>:]]\»»;

$result2 = mysql_query($queryqsos) or die(mysql_error());
$row2 = mysql_fetch_row($result2);

$number2 = $row2[0];
$poner_punto3 = number_format($number2, 0, ‘.’, ‘.’);

if ($poner_punto2 == «0») {
echo «

No se encontraron resultados

– Volver atrás –

«;
}
else
{
echo «

$poner_punto2 Actividades realizadas por $que – Nº QSOs: $poner_punto33
Total QSOs (actividades personales + en las que fue operador): $poner_punto3
Ver todas las actividades de $que

«;

$Resultado2=mysql_query(«SELECT * FROM logs_dvge_actividades WHERE guest_body=\»$que\» and guest_com=\»$_GET[vg]\» ORDER BY guest_id DESC limit 10″);

while ($myrow = mysql_fetch_array($Resultado2)) {

$dia_hora_2 = date(‘d/m/Y’, $myrow[4]);

$result2 = mysql_query («SELECT * FROM dvge WHERE referencia=\»$myrow[11]\» limit 1″);

while($row2 = mysql_fetch_array($result2)){

echo «

«;
}
else
{
echo «Operadores

«;
}

echo «

«;

$query0 = «SELECT * FROM dvge_geomap_PABLO WHERE referencia=\»$myrow[11]\» LIMIT 1″;
$result0 = mysql_query($query0) or die(mysql_error());
while($row0 = mysql_fetch_array($result0)){

$lati = «$row0[latitud_2]»;
$long = «$row0[longitud_2]»;
$altura = «$row0[altura]»;

}

$val = «$lati»; // la coordenada formato decimal del api de google almacenado en la base de datos .
list ($entero,$decimal)=explode(«.»,$val); // Separamos parte entera y decimal
$gr1=$entero; $val=(«0.».$decimal)*60; // Los grados seria la parte entera. Y la parte decimal le unimos el 0. y lo multiplicamos por 60
list ($entero,$decimal)=explode(«.»,$val); // Separamos entero y decimal
$mi1=$entero; $val=(«0.».$decimal)*60; // La parte entera son los minutos y la parte decimal le unimos el 0. y lo multiplicamos por 60
list ($entero,$decimal)=explode(«.»,$val); // Separamos entero y decimal
$se1=$entero; // La parte entera son los segundos y la pare decimal ya nos da igual.

$newdecimal = substr($decimal, 0, 2);

$latentera = «$gr1º $mi1′ $se1.$newdecimal"»;

$val2 = «$long»; // la coordenada formato decimal del api de google almacenado en la base de datos .
list ($entero,$decimal)=explode(«.»,$val2); // Separamos parte entera y decimal
$gr12=$entero; $val2=(«0.».$decimal)*60; // Los grados seria la parte entera. Y la parte decimal le unimos el 0. y lo multiplicamos por 60
list ($entero,$decimal)=explode(«.»,$val2); // Separamos entero y decimal
$mi12=$entero; $val2=(«0.».$decimal)*60; // La parte entera son los minutos y la parte decimal le unimos el 0. y lo multiplicamos por 60
list ($entero,$decimal)=explode(«.»,$val2); // Separamos entero y decimal
$se12=$entero; // La parte entera son los segundos y la pare decimal ya nos da igual.

$newdecimal2 = substr($decimal, 0, 2);

$lngentera = «$gr12º $mi12′ $se12.$newdecimal2"»;

echo «

Indicativo $myrow[1]«;

if($myrow[18]>») echo »  «;

echo «

«;

if ($myrow[17] == «») {
echo «Operador

$myrow[2]
$myrow[17]
Fecha $dia_hora_2
Radio Club «;

if ($myrow[12] > ») {
$result22 = mysql_query («SELECT * FROM radioClubs WHERE id=\»$myrow[12]\» limit 1″);
while($row22 = mysql_fetch_array($result22)){
echo «$row22[nombre]«;
}
}

echo «

Referencia $myrow[11]   [Otras actividades]
Vértice $row2[nombre]
Nº QSO $myrow[15]»;

$ssb = $myrow[15]-$myrow[19]-$myrow[9];

echo » | Fonía: $ssb»;

if($myrow[19]>’0′) echo » | CW: $myrow[19]»;

if($myrow[9]>’0′) echo » | DIG.: $myrow[9]»;

echo «

Duración «;

$Resultado4=mysql_query(«SELECT dia FROM (SELECT * FROM logs_dvge WHERE referencia LIKE ‘$myrow[11]’ AND activation = ‘$myrow[1]’ AND dia >= ‘$myrow[4]’ ORDER by id ASC limit $myrow[guest_qsos]) as sum order by dia ASC»);
$lugarT = 1;
while ($myrow4 = mysql_fetch_array($Resultado4)) {

if ($lugarT == «1») {
$elinicio = «$myrow4[dia]»;
}
if ($lugarT == «$myrow[guest_qsos]») {
$elfin = «$myrow4[dia]»;
}

$lugarT++;
}

$dia_hora_4 = date(‘Y-m-d H:i’, $elinicio);
$dia_hora_5 = date(‘Y-m-d H:i’, $elfin);

$fecha1 = new DateTime($dia_hora_4);
$fecha2 = new DateTime($dia_hora_5);
$fecha = $fecha1->diff($fecha2);

//printf(‘%d horas, %d minutos’, $fecha->h, $fecha->i);

if ($fecha->h >= «2») {
$phoras = «horas»;
}
if ($fecha->h == «1») {
$phoras = «hora»;
}

if ($fecha->i >= «2») {
$pminu = «minutos»;
}
if ($fecha->i == «1») {
$pminu = «minuto»;
}

if ($fecha->i == «0») {
echo «$fecha->h $phoras»;
}
if ($fecha->i >= «1») {
if ($fecha->h == «0») {
echo «$fecha->i $pminu»;
}
if ($fecha->h >= «1») {
echo «$fecha->h $phoras, $fecha->i $pminu»;
}

}

//echo «$fecha->h $phoras, $fecha->i $pminu»;

echo «

DME $row2[dme]
Municipio $row2[municipio]
Provincia $row2[provincia]
$myrow[11] Ver ficha Altitud $altura m
Lat: $latentera Lon: $lngentera

«;

//////////////////////////////MAPA///////////////
?>

«;

if ($myrow[23] != «») {
echo «

COMENTARIOS SOBRE LA ACTIVIDAD
$myrow[23]

«;

}

if ($myrow[guest_id] >= «4705») {

$dia_hora3 = gmdate(‘Y-m-d’, $myrow[guest_time]+10800);

$result9 = mysql_query («SELECT * FROM dvge_img WHERE manager=\»$myrow[guest_body]\» and referencia=\»$myrow[guest_com]\» and fecha=\»$dia_hora3\» «);
$row_color = ($row_count % 2) ? $color1 : $color2;

while($row9 = mysql_fetch_array($result9)){

echo «

«;

$row_count++;
$x++;

}
}

if ($myrow[guest_id] <= "4704") { $imatge_usuari1 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_001.jpg"; $imatge_usuari2 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_002.jpg"; $imatge_usuari3 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_003.jpg"; $imatge_usuari4 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_004.jpg"; $imatge_usuari5 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_005.jpg"; $imatge_usuari6 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_006.jpg"; $imatge_usuari7 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_007.jpg"; $imatge_usuari8 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_008.jpg"; $imatge_usuari9 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_009.jpg"; $imatge_usuari10 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_010.jpg"; $imatge_usuari11 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_011.jpg"; $imatge_usuari12 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_012.jpg"; $imatge_usuari13 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_013.jpg"; $imatge_usuari14 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_014.jpg"; $imatge_usuari15 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_015.jpg"; $imatge_usuari16 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_016.jpg"; $imatge_usuari17 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_017.jpg"; $imatge_usuari18 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_018.jpg"; $imatge_usuari19 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_019.jpg"; $imatge_usuari20 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_020.jpg"; $imatge_usuari21 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_021.jpg"; $imatge_usuari22 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_022.jpg"; $imatge_usuari23 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_023.jpg"; $imatge_usuari24 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_024.jpg"; $imatge_usuari25 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_025.jpg"; $imatge_usuari26 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_026.jpg"; $imatge_usuari27 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_027.jpg"; $imatge_usuari28 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_028.jpg"; $imatge_usuari29 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_029.jpg"; $imatge_usuari30 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_030.jpg"; $imatge_usuari31 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_031.jpg"; $imatge_usuari32 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_032.jpg"; $imatge_usuari33 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_033.jpg"; $imatge_usuari34 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_034.jpg"; $imatge_usuari35 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_035.jpg"; $imatge_usuari36 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_036.jpg"; $imatge_usuari37 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_037.jpg"; $imatge_usuari38 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_038.jpg"; $imatge_usuari39 = "/home/radioclugc/www/dvge-images/$_GET[qrz]/$myrow[11]_039.jpg"; if (file_exists($imatge_usuari1)) { list($ancho, $altura, $tipo, $atr) = getimagesize("$imatge_usuari1"); echo "

«;
}
if (file_exists($imatge_usuari2)) {
list($ancho, $altura, $tipo, $atr) = getimagesize(«$imatge_usuari2»);
echo «

«;
}
if (file_exists($imatge_usuari3)) {
list($ancho, $altura, $tipo, $atr) = getimagesize(«$imatge_usuari3»);
echo «

«;
}
if (file_exists($imatge_usuari4)) {
list($ancho, $altura, $tipo, $atr) = getimagesize(«$imatge_usuari4»);
echo «

«;
}
if (file_exists($imatge_usuari5)) {
list($ancho, $altura, $tipo, $atr) = getimagesize(«$imatge_usuari5»);
echo «

«;
}
if (file_exists($imatge_usuari6)) {
list($ancho, $altura, $tipo, $atr) = getimagesize(«$imatge_usuari6»);
echo «

«;
}
if (file_exists($imatge_usuari7)) {
list($ancho, $altura, $tipo, $atr) = getimagesize(«$imatge_usuari7»);
echo «

«;
}
if (file_exists($imatge_usuari8)) {
list($ancho, $altura, $tipo, $atr) = getimagesize(«$imatge_usuari8»);
echo «

«;
}
if (file_exists($imatge_usuari9)) {
list($ancho, $altura, $tipo, $atr) = getimagesize(«$imatge_usuari9»);
echo «

«;
}
if (file_exists($imatge_usuari10)) {
list($ancho, $altura, $tipo, $atr) = getimagesize(«$imatge_usuari10»);
echo «

«;
}

}

echo «

 

«;

if ($myrow[guest_id] >= «4705») {

$cadena1 = «$myrow[video1]»;
$cadena1s = substr($cadena1,-11);

$cadena2 = «$myrow[video2]»;
$cadena2s = substr($cadena2,-11);

$cadena3 = «$myrow[video3]»;
$cadena3s = substr($cadena3,-11);
$mytxt = «?rel=0″;
if ($myrow[video1] > ») {
echo «

«;
}
if ($myrow[video2] > ») {
echo «

«;
}
if ($myrow[video3] > ») {
echo «

«;
}
}

if ($myrow[guest_id] <= "4704") { if ($myrow[20] != "") { echo "

$myrow[20]

«;
}

if ($myrow[21] != «») {

echo «

$myrow[21]

«;
}
if ($myrow[22] != «») {

echo «

$myrow[22]

«;
}

}
}

if (mysql_numrows($Resultado2) > 1) {
echo «

«;
}

}

$Resultado3=mysql_query(«SELECT * FROM comentarios_dvge WHERE manager=\»$que\» and referencia=\»$_GET[vg]\» and estado=\»E\» ORDER BY id ASC»);
if (mysql_numrows($Resultado3) > 0) {

echo «

«;

$numrows = mysql_numrows($Resultado3);
if ($numrows == 1) { echo «1 COMENTARIO»; }
if ($numrows > 1) { echo «$numrows COMENTARIOS»; }

echo «

«;

while ($myrow2 = mysql_fetch_array($Resultado3)) {

echo «

Por $myrow2[qrz] ($myrow2[fecha]) $myrow2[comentarios]

«;
}
}

$result222 = mysql_query («SELECT * FROM dvge WHERE referencia=\»$_GET[vg]\» limit 1″);
if (mysql_numrows($result222) > 0) {
?>
 

COMENTA LA ACTIVIDAD DE

Haz una donación

ULTIMOS COMENTARIOS

  • EA4ADM 28/05/2024 - 16:31
    Tenemos que hacer mas de estas....

    En VGGU-173 por EA4LO
  • EA4BBB 15/12/2023 - 10:56
    MUY BUENAS. OS DESEO A TODOS LOS AMIGOS Y SIMPATIZANTES DEL RADIO CLUB UNA FELICES...

    En VGSA-189 por EA3FNZ
  • EA3BSE 21/11/2023 - 09:45
    Hola Rafa. MUCHAS FELICIDADES!!! Espero que te den este año el 'Vértice de oro' ...

    En VGSA-189 por EA3FNZ
  • EA7BY 16/11/2023 - 13:51
    Hola amigo Rafael:te felicito por por tu forma de llevar las actividades,eres un f...

    En VGZA-200 por EA3FNZ
  • EA5CMP 20/09/2023 - 11:53
    Amigo Miguel Ángel no tengo palabras para expresar mi agradecimiento y sobre todo...

    En VGAV-030 por EA1DMP
  • EA7JGU 19/09/2023 - 17:12
    Esta actividad tiene una caminata de 18km entre ida y vuelta. También es una acti...

    En VGJ-093 por EA7JGU
  • EA6LU 10/09/2023 - 17:36
    FELICITACIONES Luc, enhorabuena por la actividad de vértice, disfruta de Mallorca...

    En VGIB-010 por ON7DQ
  • EA7HMK 25/08/2023 - 09:59
    Miguel Angel Gracias a ti por estar siempre atento a lo que necesitábamos, da g...

    En VGAV-156 por EA1DMP
  • EA1JAG 07/04/2023 - 10:56
    Vertice relativamente cercano a Verín. Fácil acceso por la carretera que sube de...

    En VGOU-112 por EA1JAG
  • EA1BJE 13/03/2023 - 00:37
    Veo que compañía no te ha faltado. Habrás estado entretenido con tanto ganado. ...

    En VGSA-222 por EA3FNZ
  • EA5NU 14/01/2023 - 19:43
    Que orgullo siempre poder decir que a mí me enseñó EA5CMP. Gracias Paco por est...

    En VGA-031 por EA5CMP
  • EA4MY 06/01/2023 - 11:30
    Enhorabuena Albert. No es de extrañar que haya sido la primera actividad desde es...

    En VGL-104 por EA3IW
  • EA5CMP 23/09/2022 - 12:28
    Gracias a ti Don Miguel el placer ha sido el mío de compartir esta actividad con ...

    En VGAV-166 por EA1DMP
  • EA5CMP 26/08/2022 - 13:32
    Me alegro mucho Don Juan por tu trayectoria que poco a poco te vas superando, incl...

    En VGA-054 por EA5IFF
  • LW8DMK 29/06/2022 - 22:58
    Que lindo ver tu gran actividad amigo querido !!! Abrazo muy fuerte desde el otro...

    En VGIB-024 por EA6LU
  • Video DVGE al azar

    Actividad dvge al azar

    SIGUENOS