Paito Harian South Carolina Midday


( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 98
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 98
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 105
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 105
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Notice: Trying to access array offset on value of type null in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 114
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 117
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 124
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Notice: Trying to access array offset on value of type null in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 126
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 129
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 136
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Notice: Trying to access array offset on value of type null in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 138
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 141
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 148
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Notice: Trying to access array offset on value of type null in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 150
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 153
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 160
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 98
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 98
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 105
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 105
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Notice: Trying to access array offset on value of type null in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 114
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 117
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 124
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Notice: Trying to access array offset on value of type null in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 126
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 129
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 136
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Notice: Trying to access array offset on value of type null in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 138
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 141
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 148
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Notice: Trying to access array offset on value of type null in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 150
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 153
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 160
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 98
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 98
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 105
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 105
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Notice: Trying to access array offset on value of type null in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 114
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 117
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 124
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Notice: Trying to access array offset on value of type null in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 126
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 129
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 136
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Notice: Trying to access array offset on value of type null in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 138
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 141
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 148
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Notice: Trying to access array offset on value of type null in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 150
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 153
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 160
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 98
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 98
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 105
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 105
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Notice: Trying to access array offset on value of type null in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 114
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 117
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 124
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Notice: Trying to access array offset on value of type null in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 126
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 129
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 136
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Notice: Trying to access array offset on value of type null in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 138
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 141
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 148
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Notice: Trying to access array offset on value of type null in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 150
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 153
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 160
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 98
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 98
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 105
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 105
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Notice: Trying to access array offset on value of type null in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 114
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 117
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 124
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Notice: Trying to access array offset on value of type null in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 126
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 129
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 136
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Notice: Trying to access array offset on value of type null in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 138
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 141
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 148
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Notice: Trying to access array offset on value of type null in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 150
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 153
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 160
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 98
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 98
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 105
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 105
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Notice: Trying to access array offset on value of type null in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 114
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 117
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 124
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Notice: Trying to access array offset on value of type null in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 126
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 129
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 136
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Notice: Trying to access array offset on value of type null in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 138
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 141
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 148
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Notice: Trying to access array offset on value of type null in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 150
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 153
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 160
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 98
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 98
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 105
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 105
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Notice: Trying to access array offset on value of type null in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 114
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 117
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 124
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Notice: Trying to access array offset on value of type null in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 126
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 129
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 136
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Notice: Trying to access array offset on value of type null in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 138
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 141
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 148
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Notice: Trying to access array offset on value of type null in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 150
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 153
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60

( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(60) : eval()'d code on line 160
Call Stack
#TimeMemoryFunctionLocation
10.0001360704{main}( ).../index.php:0
20.0001361080require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ).../index.php:17
30.198210723024require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ).../wp-blog-header.php:19
40.199810758440include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ).../template-loader.php:125
50.370811785768get_template_part( ).../index.php:31
60.370811786272locate_template( ).../general-template.php:206
70.370811786384load_template( ).../template.php:749
80.370911787168require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ).../template.php:816
90.407611909552the_content( ).../loop-single.php:77
100.407711909552apply_filters( ).../post-template.php:256
110.407811909960WP_Hook->apply_filters( ).../plugin.php:205
120.409711912024do_shortcode( ).../class-wp-hook.php:341
130.409811917240preg_replace_callback ( ).../shortcodes.php:273
140.409911917800do_shortcode_tag( ).../shortcodes.php:273
150.409911918600Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ).../shortcodes.php:434
160.409911918752Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ).../shortcodes.php:434
170.409911920728WINP_SnippetShortcodePhp->render( ).../shortcodes.php:98
180.410011937240WINP_SnippetShortcodePhp->html( ).../shortcode.class.php:289
190.411612031472eval( 'ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include "./hidden.php"; $timezone = "Asia/Jakarta"; if(function_exists('date_default_timezone_set')) date_default_timezone_set($timezone); $servername = 'localhost'; $username = 'angk_paito'; $password = 'sun4rcom'; $db = 'angk_paito'; // Create connection $mysqli = new mysqli($servername, $username, $password, $db); // Check connection if ($mysqli -> connect_errno) { echo "Failed to connect to MySQL: " . $mysqli -> connect_error; exit(); } $out1 = ''; $out2 = ''; $out3 = ''; $out0 = ''; function cut($content,$start,$end){ if($content && $start && $end) { $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } } $url=get_permalink(); $url=cut($url,'/paito-harian-','/'); $namapasar = get_the_title(); $namapasar = str_replace('Paito Harian ','',$namapasar); // 1. Pastikan limit adalah integer untuk mencegah 'Unsupported operand types' $limit = isset($_POST['col']) ? (int)$_POST['col'] : 50; if ($limit <= 0) $limit = 50; $hari_input = $_POST['hari'] ?? ''; $datax = []; // 2. Query datapaito menggunakan Prepared Statement (Aman dari SQL Injection) $stmt2 = $mysqli->prepare("SELECT website, id FROM datapaito WHERE title = ?"); $stmt2->bind_param("s", $url); $stmt2->execute(); $res2 = $stmt2->get_result(); if ($result2 = $res2->fetch_assoc()) { $web = $result2['website']; $idweb = $result2['id']; } // 3. Query results dengan filter hari dan limit if (!empty($limit) && !empty($hari_input)) { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? AND hari = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("ssi", $url, $hari_input, $limit); } else { $stmt = $mysqli->prepare("SELECT keluaran, tanggal, hari FROM results WHERE pasaran = ? ORDER BY tanggal DESC LIMIT ?"); $stmt->bind_param("si", $url, $limit); } $stmt->execute(); $result = $stmt->get_result(); // 4. Proses data ke dalam array if ($result) { while ($row = $result->fetch_assoc()) { // Casting ke int agar fungsi date() tidak error di PHP 8.x $timestamp = (int)$row['tanggal']; $datax[] = [ "hari" => $row['hari'], "tanggal" => ($timestamp > 0) ? date("d-m-Y", $timestamp) : "-", "keluaran" => $row['keluaran'] ]; } $getdata = $datax; // array_merge tidak diperlukan jika hanya satu sumber } $out1 .= ''; for($a1=0; $a1 < count($getdata); $a1++){ $a = substr($getdata[$a1]['keluaran'],0,1); $b = substr($getdata[$a1]['keluaran'],1,1); $c = substr($getdata[$a1]['keluaran'],2,1); $d = substr($getdata[$a1]['keluaran'],3,1); $p=$c+$d; $array = str_split($p); if (count($array)>1){ $s=$array[0]; $x=$array[1]; $e=$s+$x; } else $e=$c+$d; $tanggal = $getdata[$a1]['tanggal']; $hari = $getdata[$a1]['hari']; $nomer = "$c$d"; $per2 = "SELECT * FROM taysen WHERE nomer='$nomer'"; $result2=mysqli_query($mysqli,$per2); $rows = mysqli_fetch_assoc($result2); $ts1 = $rows['ts1']; $ts1a=substr($ts1,0,1); $ts1b=substr($ts1,1,1); $p2=$ts1a+$ts1b; $array2 = str_split($p2); if (count($array2)>1){ $s2=$array2[0]; $x2=$array2[1]; $ts1c=$s2+$x2; } else $ts1c=$ts1a+$ts1b; $ts2 = $rows['ts2']; $ts2a=substr($ts2,0,1); $ts2b=substr($ts2,1,1); $p3=$ts2a+$ts2b; $array3 = str_split($p3); if (count($array3)>1){ $s3=$array3[0]; $x3=$array3[1]; $ts2c=$s3+$x3; } else $ts2c=$ts2a+$ts2b; $ts3 = $rows['ts3']; $ts3a=substr($ts3,0,1); $ts3b=substr($ts3,1,1); $p4=$ts3a+$ts3b; $array4 = str_split($p4); if (count($array4)>1){ $s4=$array4[0]; $x4=$array4[1]; $ts3c=$s4+$x4; } else $ts3c=$ts3a+$ts3b; $ts4 = $rows['ts4']; $ts4a=substr($ts4,0,1); $ts4b=substr($ts4,1,1); $p5=$ts4a+$ts4b; $array5 = str_split($p5); if (count($array5)>1){ $s5=$array5[0]; $x5=$array5[1]; $ts4c=$s5+$x5; } else $ts4c=$ts4a+$ts4b; $tr2 = ""; if(($a1%1)==0){$tr1 = ""; $tr2 = "";} else {$tr1 = ""; $tr2 = "";} $out2 .= $tr1."".$tr2; } $out3 .= $out0."
TanggalResultJTs1JTs2J Ts3J Ts4J
$tanggal $a $b $c $d $e $ts1a $ts1b $ts1c $ts2a $ts2b $ts2c $ts3a $ts3b $ts3c $ts4a $ts4b $ts4c
"; ?>
Paito Harian Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran . Juga Tersedia /">Paito Warna Serta /" >Data Paito


Perhatian! Data Diambil dari website livedraw : ">disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

'
)
.../shortcode-php.php:60
Paito Harian South Carolina Midday Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran South Carolina Midday. Juga Tersedia Paito Warna South Carolina Midday Serta Data Paito South Carolina Midday

TanggalResultJTs1JTs2J Ts3J Ts4J
01-01-2026 4 4 8 1 9 7 6 4 4 4 8 4 9 4 9 4 4
31-12-2025 1 0 3 7 1 3 8 2 5 9 5 8 3 2 0 9 9
30-12-2025 9 6 3 5 8 2 5 7 7 5 3 5 2 7 0 2 2
29-12-2025 X X X X 0 0 0 0 0
28-12-2025 2 6 3 9 3 4 4 8 5 5 1 7 7 5 0 5 5
27-12-2025 0 5 2 8 1 2 9 2 6 9 6 5 6 2 1 8 9
25-12-2025 7 5 0 7 7 2 4 6 5 8 4 5 7 3 0 8 8
24-12-2025 8 2 6 4 1 6 3 9 4 6 1 9 8 8 9 6 6
23-12-2025 2 4 1 3 4 1 4 5 7 9 7 0 7 7 2 9 2
22-12-2025 X X X X 0 0 0 0 0
21-12-2025 4 8 4 2 6 4 5 9 9 7 7 7 2 9 4 7 2
20-12-2025 1 7 3 9 3 4 4 8 5 5 1 7 7 5 0 5 5
19-12-2025 9 6 5 7 3 7 4 2 0 8 8 4 7 2 5 8 4
18-12-2025 7 4 3 2 5 0 3 3 6 0 6 1 8 9 1 0 1
17-12-2025 9 7 0 2 2 1 6 7 5 3 8 0 9 9 3 5 8
16-12-2025 0 2 2 8 1 2 9 2 6 9 6 5 6 2 1 8 9
15-12-2025 X X X X 0 0 0 0 0
14-12-2025 5 7 5 2 7 6 6 3 0 3 3 9 9 9 8 5 4
13-12-2025 2 9 5 7 3 7 4 2 0 8 8 4 7 2 5 8 4
12-12-2025 9 2 2 9 2 2 8 1 6 3 9 5 3 8 1 3 4
11-12-2025 5 4 6 5 2 6 1 7 0 4 4 9 0 9 5 4 9
10-12-2025 1 7 6 1 7 6 5 2 2 7 9 9 2 2 7 7 5
09-12-2025 5 4 2 2 4 2 1 3 7 0 7 5 0 5 2 0 2
08-12-2025 X X X X 0 0 0 0 0
07-12-2025 5 4 7 1 8 7 2 9 4 3 7 4 5 9 9 3 3
06-12-2025 3 1 3 2 5 0 3 3 6 0 6 1 8 9 1 0 1
05-12-2025 5 3 0 2 2 1 6 7 5 3 8 0 9 9 3 5 8
04-12-2025 0 5 7 6 4 8 1 9 4 0 4 3 0 3 9 0 9
03-12-2025 7 2 5 6 2 7 0 7 4 1 5 7 1 8 9 1 1
02-12-2025 7 3 0 4 4 1 2 3 6 5 2 0 5 5 1 5 6
01-12-2025 X X X X 0 0 0 0 0
30-11-2025 7 3 0 4 4 1 2 3 6 5 2 0 5 5 1 5 6
29-11-2025 0 4 8 8 7 8 7 6 1 7 8 3 4 7 6 4 1
28-11-2025 8 6 2 4 6 0 7 7 6 6 3 1 4 5 1 6 7
27-11-2025 1 0 6 4 1 6 3 9 4 6 1 9 8 8 9 6 6
26-11-2025 1 6 7 9 7 7 8 6 1 3 4 4 3 7 6 3 9
25-11-2025 6 9 4 0 4 4 3 7 7 6 4 7 8 6 2 6 8
24-11-2025 X X X X 0 0 0 0 0
23-11-2025 1 5 8 2 1 5 3 8 1 0 1 2 8 1 6 0 6
22-11-2025 2 5 6 4 1 6 3 9 4 6 1 9 8 8 9 6 6
21-11-2025 4 0 1 1 2 1 5 6 7 7 5 0 2 2 2 7 9
20-11-2025 5 7 7 0 7 5 6 2 2 2 4 2 9 2 7 2 9
19-11-2025 2 4 0 7 7 2 4 6 5 8 4 5 7 3 0 8 8
18-11-2025 8 3 7 7 5 6 9 6 1 1 2 9 6 6 6 1 7
17-11-2025 X X X X 0 0 0 0 0
16-11-2025 9 4 9 0 9 9 3 3 2 6 8 6 8 5 7 6 4
15-11-2025 3 9 7 6 4 8 1 9 4 0 4 3 0 3 9 0 9
14-11-2025 3 6 2 6 8 3 1 4 9 0 9 8 0 8 4 0 4
13-11-2025 2 8 0 2 2 1 6 7 5 3 8 0 9 9 3 5 8
12-11-2025 1 7 5 5 1 5 1 6 3 9 3 2 0 2 8 9 8

Perhatian! Data Paito Harian South Carolina Midday Diambil dari website livedraw : disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.


Tabel Data Ini Terupdate Secara Auto, Misal Script Tidak Mengupdate Pengeluaran Selang Sekitar Satu Jam Setelah Last Result Kami Mohonkan Untuk Hubungi Kami di Room Obrolan&Klaim Sini Dengan Lampirkan Nama Pasaran dan Url/Link Laman, Agar Tabel Data ini Valid dan Tidak Terjadi Error Database

Perhatian! Data paito warna South Carolina Midday Diambil dari website livedraw : disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.

Room Prediksi South Carolina Midday

( Silahkan Kesini )

Saksikan Live SGP disini, dan jadilah yang pertama menjadi pemenang!!