';
if ($lenguaje == 'ES')
{
$etiqueta004 = 'buscar x artista';
$etiqueta005 = 'buscar x titulo';
$etiqueta006 = 'buscar x genero';
$leyenda12 = 'Al votar por nuestra web nos ayudas a mantenerla en los primeros lugares del ranking de HISPATOP y de esta manera podemos aumentar el tráfico de visitantes. ' .
'Piensa en el enorme esfuerzo para poner a tu disposición más de cien mil karaokes y midis. ' .
'Votar por nosotros te tomará menos de un minuto que para nosotros representa muchísimo. ' .
'Muchas gracias por tu voto';
$leyenda13 = '¿Porque hacer una donación?' . $separador .
'Su amable donación será destinada exclusivamente al sufragio y mantenimiento de la página, no existe ánimo de lucro. Las cantidades recibidas se destinarán a: ' .
$separador . 'PAGO DE HOSTING O ALOJAMIENTO WEB.' . $separador .
'COMO REALIZAR LA DONACION' . $separador .
'La DONACION se podrá realizar a través de Paypal.' . $separador .
'Agradeciendo de antemano su generosidad, estamos a su disposición.' . $separador .
'El equipo técnico de KaraokeCool.';
}
if ($lenguaje == 'EN')
{
$etiqueta004 = 'Search by artist';
$etiqueta005 = 'Search by title';
$etiqueta006 = 'Search by gender';
$leyenda12 = 'To vote for our site to help us keep it in the top ranking HISPATOP and thus can increase visitor traffic. ' .
'Think of the enormous effort to make available to you over a hundred thousand karaoke and midis. ' .
'Vote for us will take less than a minute for us is a lot. Thank you very much for your vote.';
$leyenda13 = 'Why make a donation?' . $separador .
'Your kind donation will be used only to vote and maintenance of the page, there is no profit. The amounts are used for: ' . $separador .
'PAYMENT OR HOSTING WEB HOSTING.' . $separador .
' HOW TO MAKE DONATION' . $separador .
'The donation may be made through Paypal.' . $separador .
'Thanking you in advance for your generosity, we are available.' . $separador .
'KaraokeCool technical team.';
}
if ($lenguaje == 'FR')
{
$etiqueta004 = 'Recherche par artiste';
$etiqueta005 = 'Recherche par titre';
$etiqueta006 = 'Recherche par catégorie';
$leyenda12 = "Pour voter pour notre site pour nous aider à garder dans le rang supérieur HISPATOP et donc d augmenter la circulation des visiteurs. " .
"Pensez à l énorme effort pour mettre à votre disposition plus de cent mille karaoké et midis. " .
"Votez pour nous prendra moins d une minute pour nous, c est beaucoup. Merci beaucoup pour votre vote";
$leyenda13 = "Pourquoi faire un don?" . $separador .
"Votre don en nature ne seront utilisées que pour voter et le maintien de la page, il n ya pas de but lucratif. la montants sont utilisés pour:" . $separador .
"Web Hosting PAIEMENT OU L HÉBERGEMENT." . $separador .
"COMMENT FAIRE UN DON" . $separador .
"Le don peut être effectué par Paypal." . $separador .
"En vous remerciant par avance pour votre générosité, nous sommes disponibles." . $separador .
"KaraokeCool équipe technique.";
}
////////////////////////////////////////////////////////////////
$strsql = "select * from parametros";
$rs = mysql_query($strsql, $dbh);
if ($row = mysql_fetch_array($rs))
{
$total_avi = $row['Avi'];
$total_mid = $row['Mid'];
$total_kar = $row['Kar'];
$total_mp3 = $row['Mp3'];
$total_cdg = $row['Cdg'];
$total_vis = $row['Visitas'];
$total_des = $row['Descargas'];
$total_reg = $row['Registrados'];
$total_com = $row['Comentarios'];
$total_karaokes = $total_avi + $total_mid + $total_kar + $total_mp3;
}
$strsql = "select * from videoteca";
$rs = mysql_query($strsql, $dbh);
$veces = mysql_num_rows($rs);
$j = rand(1, $veces);
$i = 0;
$embebido = '';
$titulo = '';
$nuevo = '';
while ($row = mysql_fetch_array($rs))
{
$i++;
if ($i == $j)
{
$embebido = $row['Embebido'];
$titulo = $row['Titulo'];
}
}
?>