HEX
Server: LiteSpeed
System: Linux Angkanet 5.15.0-94-generic #104-Ubuntu SMP Tue Jan 9 15:25:40 UTC 2024 x86_64
User: webpa4002 (1011)
PHP: 8.2.15
Disabled: NONE
Upload Files
File: /home/web.paitoan.com/public_html/data/syair_sgp.php
<?php
function syair_sgp(){ 
    ob_start();
    date_default_timezone_set('Asia/Jakarta');

    // daftar hari Indonesia
    $hariList = [
        'Sunday'    => 'Minggu',
        'Monday'    => 'Senin',
        'Tuesday'   => 'Selasa',
        'Wednesday' => 'Rabu',
        'Thursday'  => 'Kamis',
        'Friday'    => 'Jumat',
        'Saturday'  => 'Sabtu'
    ];

    // daftar bulan Indonesia
    $bulanList = [
        1=>'Januari',2=>'Februari',3=>'Maret',4=>'April',5=>'Mei',6=>'Juni',
        7=>'Juli',8=>'Agustus',9=>'September',10=>'Oktober',11=>'November',12=>'Desember'
    ];

    // ambil tanggal sekarang
    $hariInggris = date('l');
    $hari = $hariList[$hariInggris];
    $tgl  = date('j');  
    $tgl2 = date('d');  
    $bulan = $bulanList[date('n')];
    $tahun = date('Y');

    // slug variasi
    $slug1 = "$hari-$tgl-$bulan-$tahun";
    $slug2 = "$hari-$tgl2-$bulan-$tahun";
    $slug3 = "$tgl-$bulan-$tahun-Hari-$hari";
    $slug4 = "Hari-$hari-$tgl-$bulan-$tahun";
    ?>

    <style>
    .iklan-block {
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
        padding: 10px 0;
    }
    .iklan-block img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto 15px;
    }
    </style>

    <h3 class="entry-title" itemprop="headline" ><a href="/prediksi-singapore/">Syair SGP Hari ini, <?= esc_html($slug2) ?></a></h3>

    <div class="iklan-block">
        <img src="https://165.232.161.43/angka-main-sgp/Prediksi-Syair-Singapore-Hari-Ini-<?= $slug1 ?>.png" 
         alt="Syair SGP <?= $slug1 ?>" style="max-width:100%;margin:auto"><br>

    <img src="https://178.128.222.42/eyang-sgp/Prediksi-Jitu-Singapore-Hari-Ini-<?= $slug2 ?>.png" 
         alt="Syair SGP <?= $slug2 ?>" style="max-width:100%;margin:auto"><br>

    <img src="https://128.199.87.240/suhu_sgp/Syair-Prediksi-Suhu-Togel-SGP-<?= $slug3 ?>.jpg" 
         alt="Syair SGP <?= $slug3 ?>" style="max-width:100%;margin:auto"><br>

    <img src="https://206.189.92.174/prediksi-sgp/Kode-Syair-SGP-<?= $slug3 ?>-TerGAIB.png" 
         alt="Syair SGP <?= $slug3 ?>-TerGAIB" style="max-width:100%;margin:auto"><br>

    <img src="https://139.59.118.12/sgp/Bocoran-Syair-SGP-<?= $slug3 ?>-Dari-Langit.png" 
         alt="Syair SGP <?= $slug3 ?>-Dari-Langit" style="max-width:100%;margin:auto"><br>

    <img src="https://146.190.81.73/prediksi-togel-sgp/Forum-Syair-Togel-Singapore-<?= $slug3 ?>.png" 
         alt="Syair SGP <?= $slug3 ?>" style="max-width:100%;margin:auto"><br>

    <img src="https://146.190.81.76/syair-sgp/Kode-Syair-Singapore-<?= $slug3 ?>.png" 
         alt="Syair SGP <?= $slug3 ?>" style="max-width:100%;margin:auto"><br>

    <img src="https://146.190.81.68/prediksi-dewa-sgp/Prediksi-Keluaran-Singapore-<?= $slug1 ?>-Terjitu.png" 
         alt="Syair SGP <?= $slug1 ?>-Terjitu" style="max-width:100%;margin:auto"><br>

    <img src="https://178.128.85.129/captain-sgp/Prediksi-Captain-Paito-SGP-<?= $slug1 ?>-Terjitu.jpg" 
         alt="Syair SGP <?= $slug1 ?>-Terjitu" style="max-width:100%;margin:auto"><br>

    <img src="https://167.172.80.220/sgp/Rumus-Prediksi-SGP-Togel-Hari-Ini-<?= $slug1 ?>.png" 
         alt="Syair SGP <?= $slug1 ?>" style="max-width:100%;margin:auto"><br>

    <img src="https://159.223.51.74/prediksi-sgp/Prediksi-Togelers-SGP-<?= $slug3 ?>.jpg" 
         alt="Syair SGP <?= $slug3 ?>" style="max-width:100%;margin:auto"><br>

    <img src="https://146.190.81.66/prediksi-sgp/Prediksi-SINGAPORE-<?= $slug3 ?>.png" 
         alt="Syair SGP <?= $slug3 ?>" style="max-width:100%;margin:auto"><br>

    <img src="https://157.245.62.208/monster-sgp/Kode-Monster-SGP-<?= $slug4 ?>.jpg" 
         alt="Syair SGP <?= $slug4 ?>" style="max-width:100%;margin:auto"><br>

    <img src="https://128.199.149.215/prediksi-sgp/Bocoran-Syair-Togel-Singapore-Tanggal-<?= $slug3 ?>.png" 
         alt="Syair SGP <?= $slug3 ?>" style="max-width:100%;margin:auto"><br>
        <!-- dst semua gambar -->
    </div>

    <?php
    return ob_get_clean();
}
add_shortcode('syair_sgp', 'syair_sgp');