| ( ! ) 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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 | ||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360640 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 361016 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||
| 3 | 0.1937 | 10721792 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||
| 4 | 0.1955 | 10757192 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||
| 5 | 0.3722 | 11782976 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||
| 6 | 0.3722 | 11783480 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||
| 7 | 0.3722 | 11783592 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||
| 8 | 0.3723 | 11784376 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||
| 9 | 0.4117 | 11906760 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||
| 10 | 0.4119 | 11906760 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||
| 11 | 0.4119 | 11907168 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||
| 12 | 0.4133 | 11908048 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||
| 13 | 0.4133 | 11912080 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 14 | 0.4133 | 11912640 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||
| 15 | 0.4133 | 11913440 | Wbcr_FactoryShortcodes335_ShortcodeManager->shortcode_WINP_SnippetShortcodePhp( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 16 | 0.4133 | 11913592 | Wbcr_FactoryShortcodes335_ShortcodeManager->__call( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||
| 17 | 0.4134 | 11915568 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:98 | ||||||||||||||||||||||||||||||||||||
| 18 | 0.4134 | 11932080 | WINP_SnippetShortcodePhp->html( ) | .../shortcode.class.php:289 | ||||||||||||||||||||||||||||||||||||
| 19 | 0.4161 | 12026312 | eval( '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 .= '
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 Texas Night Dilengkapi dengan paito warna dan tabel taysen 1 sampai 4 lengkap beserta jumlahnya. Anda juga bisa memilih data berdasarkan hari keluaran Texas Night. Juga Tersedia Paito Warna Texas Night
Serta
Data Paito Texas Night
| Tanggal | Result | J | Ts1 | J | Ts2 | J | Ts3 | J | Ts4 | J | |||||||
| 31-12-2025 | 2 | 2 | 0 | 0 | 0 | 9 | 7 | 7 | 4 | 8 | 3 | 6 | 4 | 1 | 9 | 8 | 8 |
| 30-12-2025 | 9 | 4 | 2 | 8 | 1 | 2 | 9 | 2 | 6 | 9 | 6 | 5 | 6 | 2 | 1 | 8 | 9 |
| 29-12-2025 | X | X | X | X | 0 | 0 | 0 | 0 | 0 | ||||||||
| 28-12-2025 | 3 | 9 | 3 | 8 | 2 | 3 | 7 | 1 | 6 | 7 | 4 | 8 | 4 | 3 | 1 | 7 | 8 |
| 27-12-2025 | 7 | 9 | 9 | 5 | 5 | 9 | 2 | 2 | 0 | 1 | 1 | 6 | 5 | 2 | 5 | 1 | 6 |
| 26-12-2025 | 7 | 1 | 0 | 9 | 9 | 3 | 3 | 6 | 8 | 7 | 6 | 8 | 8 | 7 | 3 | 7 | 1 |
| 25-12-2025 | 3 | 5 | 4 | 0 | 4 | 4 | 3 | 7 | 7 | 6 | 4 | 7 | 8 | 6 | 2 | 6 | 8 |
| 24-12-2025 | 8 | 5 | 5 | 3 | 8 | 8 | 2 | 1 | 0 | 2 | 2 | 3 | 5 | 8 | 7 | 5 | 3 |
| 23-12-2025 | 8 | 9 | 6 | 9 | 6 | 7 | 7 | 5 | 1 | 2 | 3 | 4 | 4 | 8 | 0 | 2 | 2 |
| 22-12-2025 | X | X | X | X | 0 | 0 | 0 | 0 | 0 | ||||||||
| 21-12-2025 | 5 | 5 | 1 | 9 | 1 | 2 | 7 | 9 | 6 | 2 | 8 | 5 | 4 | 9 | 1 | 2 | 3 |
| 20-12-2025 | 4 | 8 | 4 | 7 | 2 | 5 | 0 | 5 | 9 | 2 | 2 | 2 | 1 | 3 | 4 | 2 | 6 |
| 19-12-2025 | 7 | 3 | 4 | 6 | 1 | 4 | 8 | 3 | 6 | 4 | 1 | 7 | 3 | 1 | 1 | 4 | 5 |
| 18-12-2025 | 6 | 4 | 3 | 5 | 8 | 2 | 5 | 7 | 7 | 5 | 3 | 5 | 2 | 7 | 0 | 2 | 2 |
| 17-12-2025 | 4 | 9 | 0 | 1 | 1 | 0 | 5 | 5 | 9 | 5 | 5 | 1 | 2 | 3 | 4 | 5 | 9 |
| 16-12-2025 | 9 | 9 | 5 | 7 | 3 | 7 | 4 | 2 | 0 | 8 | 8 | 4 | 7 | 2 | 5 | 8 | 4 |
| 15-12-2025 | X | X | X | X | 0 | 0 | 0 | 0 | 0 | ||||||||
| 14-12-2025 | 3 | 5 | 2 | 0 | 2 | 0 | 6 | 6 | 7 | 2 | 9 | 1 | 9 | 1 | 2 | 2 | 4 |
| 13-12-2025 | 3 | 5 | 4 | 3 | 7 | 4 | 0 | 4 | 7 | 1 | 8 | 4 | 1 | 5 | 2 | 1 | 3 |
| 12-12-2025 | 1 | 3 | 9 | 0 | 9 | 9 | 3 | 3 | 2 | 6 | 8 | 6 | 8 | 5 | 7 | 6 | 4 |
| 11-12-2025 | 9 | 5 | 0 | 6 | 6 | 2 | 0 | 2 | 9 | 1 | 1 | 5 | 1 | 6 | 4 | 1 | 5 |
| 10-12-2025 | 5 | 0 | 4 | 9 | 4 | 4 | 1 | 5 | 8 | 0 | 8 | 7 | 0 | 7 | 3 | 0 | 3 |
| 09-12-2025 | 1 | 7 | 1 | 0 | 1 | 1 | 8 | 9 | 8 | 2 | 1 | 0 | 3 | 3 | 3 | 2 | 5 |
| 08-12-2025 | X | X | X | X | 0 | 0 | 0 | 0 | 0 | ||||||||
| 07-12-2025 | 9 | 7 | 5 | 2 | 7 | 6 | 6 | 3 | 0 | 3 | 3 | 9 | 9 | 9 | 8 | 5 | 4 |
| 06-12-2025 | 2 | 4 | 6 | 1 | 7 | 6 | 5 | 2 | 2 | 7 | 9 | 9 | 2 | 2 | 7 | 7 | 5 |
| 05-12-2025 | 2 | 1 | 4 | 4 | 8 | 3 | 9 | 3 | 8 | 1 | 9 | 8 | 6 | 5 | 3 | 1 | 4 |
| 04-12-2025 | 9 | 5 | 9 | 3 | 3 | 9 | 0 | 9 | 2 | 1 | 3 | 6 | 1 | 7 | 7 | 1 | 8 |
| 03-12-2025 | 8 | 8 | 4 | 6 | 1 | 4 | 8 | 3 | 6 | 4 | 1 | 7 | 3 | 1 | 1 | 4 | 5 |
| 02-12-2025 | 8 | 0 | 5 | 3 | 8 | 8 | 2 | 1 | 0 | 2 | 2 | 3 | 5 | 8 | 7 | 5 | 3 |
| 01-12-2025 | X | X | X | X | 0 | 0 | 0 | 0 | 0 | ||||||||
| 30-11-2025 | 6 | 9 | 0 | 9 | 9 | 3 | 3 | 6 | 8 | 7 | 6 | 8 | 8 | 7 | 3 | 7 | 1 |
| 29-11-2025 | 7 | 1 | 1 | 2 | 3 | 0 | 4 | 4 | 6 | 9 | 6 | 1 | 7 | 8 | 1 | 9 | 1 |
| 28-11-2025 | 6 | 5 | 8 | 8 | 7 | 8 | 7 | 6 | 1 | 7 | 8 | 3 | 4 | 7 | 6 | 4 | 1 |
| 27-11-2025 | 9 | 6 | 8 | 4 | 3 | 8 | 6 | 5 | 2 | 3 | 5 | 3 | 9 | 3 | 7 | 3 | 1 |
| 26-11-2025 | 5 | 3 | 0 | 0 | 0 | 9 | 7 | 7 | 4 | 8 | 3 | 6 | 4 | 1 | 9 | 8 | 8 |
| 25-11-2025 | 4 | 4 | 4 | 3 | 7 | 4 | 0 | 4 | 7 | 1 | 8 | 4 | 1 | 5 | 2 | 1 | 3 |
| 24-11-2025 | X | X | X | X | 0 | 0 | 0 | 0 | 0 | ||||||||
| 23-11-2025 | 2 | 0 | 6 | 5 | 2 | 6 | 1 | 7 | 0 | 4 | 4 | 9 | 0 | 9 | 5 | 4 | 9 |
| 22-11-2025 | 0 | 3 | 2 | 1 | 3 | 2 | 2 | 4 | 9 | 3 | 3 | 5 | 5 | 1 | 4 | 3 | 7 |
| 21-11-2025 | 5 | 5 | 5 | 6 | 2 | 7 | 0 | 7 | 4 | 1 | 5 | 7 | 1 | 8 | 9 | 1 | 1 |
| 20-11-2025 | 7 | 3 | 8 | 0 | 8 | 7 | 3 | 1 | 4 | 9 | 4 | 4 | 8 | 3 | 9 | 9 | 9 |
| 19-11-2025 | 0 | 1 | 7 | 2 | 9 | 7 | 1 | 8 | 2 | 0 | 2 | 4 | 0 | 4 | 7 | 0 | 7 |
| 18-11-2025 | 4 | 8 | 1 | 4 | 5 | 1 | 3 | 4 | 9 | 6 | 6 | 0 | 8 | 8 | 4 | 6 | 1 |
| 17-11-2025 | X | X | X | X | 0 | 0 | 0 | 0 | 0 | ||||||||
| 16-11-2025 | 0 | 5 | 8 | 5 | 4 | 7 | 5 | 3 | 2 | 5 | 7 | 4 | 2 | 6 | 5 | 2 | 7 |
| 15-11-2025 | 3 | 7 | 6 | 4 | 1 | 6 | 3 | 9 | 4 | 6 | 1 | 9 | 8 | 8 | 9 | 6 | 6 |
| 14-11-2025 | 4 | 9 | 9 | 4 | 4 | 8 | 9 | 8 | 3 | 1 | 4 | 3 | 6 | 9 | 8 | 1 | 9 |
| 13-11-2025 | 2 | 8 | 3 | 4 | 7 | 3 | 6 | 9 | 7 | 3 | 1 | 8 | 9 | 8 | 2 | 3 | 5 |
| 12-11-2025 | 1 | 5 | 2 | 7 | 9 | 1 | 9 | 1 | 6 | 1 | 7 | 0 | 6 | 6 | 1 | 1 | 2 |
Perhatian! Data Paito Harian Texas Night Diambil dari website livedraw : disini. Jika ada kekeliruan data didalam paito, harap merujuk ke sumber asli masing-masing game.
TOOLS TERKAIT





3PRIZETOTO










