From 6c9c96db2078165eea564172020be67a74ec0ab7 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Mon, 16 Feb 2026 23:03:14 +0000 Subject: [PATCH] Auto commit: 2026-02-16T23:03:14.086Z --- db/migrations/002_create_fans_table.sql | 0 index.php | 30 +++- lyrics.php | 214 ++++++++++++++++++++++++ 3 files changed, 241 insertions(+), 3 deletions(-) create mode 100644 db/migrations/002_create_fans_table.sql create mode 100644 lyrics.php diff --git a/db/migrations/002_create_fans_table.sql b/db/migrations/002_create_fans_table.sql new file mode 100644 index 0000000..e69de29 diff --git a/index.php b/index.php index ec06e66..05f83a7 100644 --- a/index.php +++ b/index.php @@ -949,8 +949,8 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489"; - + +
+
+ +
+ query("SELECT * FROM fans WHERE is_fan_of_month = 1 LIMIT 1")->fetch(); + } catch (Exception $e) { + $fan = null; + } + ?> +
+ Fan of the Month +
+
+ Fan del Mes +
+
puntos de actividad
+
+ +
+
@@ -2006,7 +2030,7 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489"; } if (lyricsLink) { - lyricsLink.href = `https://www.google.com/search?q=${encodeURIComponent(fullDisplay + " letra lyrics")}`; + lyricsLink.href = `lyrics.php?track=${encodeURIComponent(title)}&artist=${encodeURIComponent(artist)}`; lyricsLink.style.display = 'flex'; } diff --git a/lyrics.php b/lyrics.php new file mode 100644 index 0000000..b0fcdb9 --- /dev/null +++ b/lyrics.php @@ -0,0 +1,214 @@ + + + + + + + Letras - <?= htmlspecialchars($track) ?> - Lili Records + + + + + + + +
+ +
+
+ +

+

+
+ +
+
+
+

Buscando letra...

+
+
+ + +
+ + + +