| ( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(64) : eval()'d code on line 166 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Call Stack | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360608 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 360984 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 3 | 0.1943 | 10921064 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 4 | 0.1960 | 10959784 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 5 | 0.3591 | 12187432 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 6 | 0.3591 | 12187936 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 7 | 0.3591 | 12188048 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 8 | 0.3592 | 12188832 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 9 | 0.3939 | 12191680 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 10 | 0.3941 | 12191680 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 11 | 0.3941 | 12192088 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 12 | 0.3953 | 12192968 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 13 | 0.3954 | 12197000 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 14 | 0.3954 | 12197568 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 15 | 0.3954 | 12198144 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 16 | 0.3954 | 12214656 | WINP_SnippetShortcodePhp->html( ) | .../shortcodes.php:85 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 17 | 0.3964 | 12298304 | 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 '';
}
}
$col = $_POST['colom'] ?? "";
$warna= $_POST['warna'] ?? "";
$urut = $_POST['urut'] ?? "";
if(!empty($_POST['col'])){
$limit = $_POST['col'];
}else {
$limit=60;
}
$per = "SELECT * FROM results WHERE pasaran='oregon-04' ORDER BY tanggal DESC limit $limit";
if ($result=mysqli_query($mysqli,$per))
{ foreach($result as $result2){
$resultx = $result2['keluaran'];
$datax[] = array(
"keluaran" => $resultx
);
}
$getdata = array_merge($datax);
}
$per2 = "SELECT * FROM results WHERE pasaran='oregon-07' ORDER BY tanggal DESC limit $limit";
if ($resulta=mysqli_query($mysqli,$per2))
{ foreach($resulta as $result2){
$resultx = $result2['keluaran'];
$datax2[] = array(
"keluaran" => $resultx
);
}
$getdata2 = array_merge($datax2);
}
$per3 = "SELECT * FROM results WHERE pasaran='oregon-10' ORDER BY tanggal DESC limit $limit";
if ($resultb=mysqli_query($mysqli,$per3))
{ foreach($resultb as $result2){
$resultx = $result2['keluaran'];
$datax3[] = array(
"keluaran" => $resultx
);
}
$getdata3 = array_merge($datax3);
}
$per4 = "SELECT * FROM results WHERE pasaran='oregon-13' ORDER BY tanggal DESC limit $limit";
if ($resultc=mysqli_query($mysqli,$per4))
{ foreach($resultc as $result2){
$resultx = $result2['keluaran'];
$datax4[] = array(
"keluaran" => $resultx
);
}
$getdata4 = array_merge($datax4);
}
$out1 .= '
Paito Global Oregon merupakan data gabungan empat Pasaran Oregon yang digabung menjadi satu berdasarkan keluaran terakhir masing result. | .../shortcode-php.php:64 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(64) : eval()'d code on line 166 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Call Stack | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360608 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 360984 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 3 | 0.1943 | 10921064 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 4 | 0.1960 | 10959784 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 5 | 0.3591 | 12187432 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 6 | 0.3591 | 12187936 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 7 | 0.3591 | 12188048 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 8 | 0.3592 | 12188832 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 9 | 0.3939 | 12191680 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 10 | 0.3941 | 12191680 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 11 | 0.3941 | 12192088 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 12 | 0.3953 | 12192968 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 13 | 0.3954 | 12197000 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 14 | 0.3954 | 12197568 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 15 | 0.3954 | 12198144 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 16 | 0.3954 | 12214656 | WINP_SnippetShortcodePhp->html( ) | .../shortcodes.php:85 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 17 | 0.3964 | 12298304 | 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 '';
}
}
$col = $_POST['colom'] ?? "";
$warna= $_POST['warna'] ?? "";
$urut = $_POST['urut'] ?? "";
if(!empty($_POST['col'])){
$limit = $_POST['col'];
}else {
$limit=60;
}
$per = "SELECT * FROM results WHERE pasaran='oregon-04' ORDER BY tanggal DESC limit $limit";
if ($result=mysqli_query($mysqli,$per))
{ foreach($result as $result2){
$resultx = $result2['keluaran'];
$datax[] = array(
"keluaran" => $resultx
);
}
$getdata = array_merge($datax);
}
$per2 = "SELECT * FROM results WHERE pasaran='oregon-07' ORDER BY tanggal DESC limit $limit";
if ($resulta=mysqli_query($mysqli,$per2))
{ foreach($resulta as $result2){
$resultx = $result2['keluaran'];
$datax2[] = array(
"keluaran" => $resultx
);
}
$getdata2 = array_merge($datax2);
}
$per3 = "SELECT * FROM results WHERE pasaran='oregon-10' ORDER BY tanggal DESC limit $limit";
if ($resultb=mysqli_query($mysqli,$per3))
{ foreach($resultb as $result2){
$resultx = $result2['keluaran'];
$datax3[] = array(
"keluaran" => $resultx
);
}
$getdata3 = array_merge($datax3);
}
$per4 = "SELECT * FROM results WHERE pasaran='oregon-13' ORDER BY tanggal DESC limit $limit";
if ($resultc=mysqli_query($mysqli,$per4))
{ foreach($resultc as $result2){
$resultx = $result2['keluaran'];
$datax4[] = array(
"keluaran" => $resultx
);
}
$getdata4 = array_merge($datax4);
}
$out1 .= '
Paito Global Oregon merupakan data gabungan empat Pasaran Oregon yang digabung menjadi satu berdasarkan keluaran terakhir masing result. | .../shortcode-php.php:64 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(64) : eval()'d code on line 172 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Call Stack | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360608 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 360984 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 3 | 0.1943 | 10921064 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 4 | 0.1960 | 10959784 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 5 | 0.3591 | 12187432 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 6 | 0.3591 | 12187936 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 7 | 0.3591 | 12188048 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 8 | 0.3592 | 12188832 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 9 | 0.3939 | 12191680 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 10 | 0.3941 | 12191680 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 11 | 0.3941 | 12192088 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 12 | 0.3953 | 12192968 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 13 | 0.3954 | 12197000 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 14 | 0.3954 | 12197568 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 15 | 0.3954 | 12198144 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 16 | 0.3954 | 12214656 | WINP_SnippetShortcodePhp->html( ) | .../shortcodes.php:85 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 17 | 0.3964 | 12298304 | 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 '';
}
}
$col = $_POST['colom'] ?? "";
$warna= $_POST['warna'] ?? "";
$urut = $_POST['urut'] ?? "";
if(!empty($_POST['col'])){
$limit = $_POST['col'];
}else {
$limit=60;
}
$per = "SELECT * FROM results WHERE pasaran='oregon-04' ORDER BY tanggal DESC limit $limit";
if ($result=mysqli_query($mysqli,$per))
{ foreach($result as $result2){
$resultx = $result2['keluaran'];
$datax[] = array(
"keluaran" => $resultx
);
}
$getdata = array_merge($datax);
}
$per2 = "SELECT * FROM results WHERE pasaran='oregon-07' ORDER BY tanggal DESC limit $limit";
if ($resulta=mysqli_query($mysqli,$per2))
{ foreach($resulta as $result2){
$resultx = $result2['keluaran'];
$datax2[] = array(
"keluaran" => $resultx
);
}
$getdata2 = array_merge($datax2);
}
$per3 = "SELECT * FROM results WHERE pasaran='oregon-10' ORDER BY tanggal DESC limit $limit";
if ($resultb=mysqli_query($mysqli,$per3))
{ foreach($resultb as $result2){
$resultx = $result2['keluaran'];
$datax3[] = array(
"keluaran" => $resultx
);
}
$getdata3 = array_merge($datax3);
}
$per4 = "SELECT * FROM results WHERE pasaran='oregon-13' ORDER BY tanggal DESC limit $limit";
if ($resultc=mysqli_query($mysqli,$per4))
{ foreach($resultc as $result2){
$resultx = $result2['keluaran'];
$datax4[] = array(
"keluaran" => $resultx
);
}
$getdata4 = array_merge($datax4);
}
$out1 .= '
Paito Global Oregon merupakan data gabungan empat Pasaran Oregon yang digabung menjadi satu berdasarkan keluaran terakhir masing result. | .../shortcode-php.php:64 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(64) : eval()'d code on line 172 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Call Stack | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360608 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 360984 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 3 | 0.1943 | 10921064 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 4 | 0.1960 | 10959784 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 5 | 0.3591 | 12187432 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 6 | 0.3591 | 12187936 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 7 | 0.3591 | 12188048 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 8 | 0.3592 | 12188832 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 9 | 0.3939 | 12191680 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 10 | 0.3941 | 12191680 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 11 | 0.3941 | 12192088 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 12 | 0.3953 | 12192968 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 13 | 0.3954 | 12197000 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 14 | 0.3954 | 12197568 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 15 | 0.3954 | 12198144 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 16 | 0.3954 | 12214656 | WINP_SnippetShortcodePhp->html( ) | .../shortcodes.php:85 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 17 | 0.3964 | 12298304 | 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 '';
}
}
$col = $_POST['colom'] ?? "";
$warna= $_POST['warna'] ?? "";
$urut = $_POST['urut'] ?? "";
if(!empty($_POST['col'])){
$limit = $_POST['col'];
}else {
$limit=60;
}
$per = "SELECT * FROM results WHERE pasaran='oregon-04' ORDER BY tanggal DESC limit $limit";
if ($result=mysqli_query($mysqli,$per))
{ foreach($result as $result2){
$resultx = $result2['keluaran'];
$datax[] = array(
"keluaran" => $resultx
);
}
$getdata = array_merge($datax);
}
$per2 = "SELECT * FROM results WHERE pasaran='oregon-07' ORDER BY tanggal DESC limit $limit";
if ($resulta=mysqli_query($mysqli,$per2))
{ foreach($resulta as $result2){
$resultx = $result2['keluaran'];
$datax2[] = array(
"keluaran" => $resultx
);
}
$getdata2 = array_merge($datax2);
}
$per3 = "SELECT * FROM results WHERE pasaran='oregon-10' ORDER BY tanggal DESC limit $limit";
if ($resultb=mysqli_query($mysqli,$per3))
{ foreach($resultb as $result2){
$resultx = $result2['keluaran'];
$datax3[] = array(
"keluaran" => $resultx
);
}
$getdata3 = array_merge($datax3);
}
$per4 = "SELECT * FROM results WHERE pasaran='oregon-13' ORDER BY tanggal DESC limit $limit";
if ($resultc=mysqli_query($mysqli,$per4))
{ foreach($resultc as $result2){
$resultx = $result2['keluaran'];
$datax4[] = array(
"keluaran" => $resultx
);
}
$getdata4 = array_merge($datax4);
}
$out1 .= '
Paito Global Oregon merupakan data gabungan empat Pasaran Oregon yang digabung menjadi satu berdasarkan keluaran terakhir masing result. | .../shortcode-php.php:64 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(64) : eval()'d code on line 177 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Call Stack | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360608 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 360984 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 3 | 0.1943 | 10921064 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 4 | 0.1960 | 10959784 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 5 | 0.3591 | 12187432 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 6 | 0.3591 | 12187936 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 7 | 0.3591 | 12188048 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 8 | 0.3592 | 12188832 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 9 | 0.3939 | 12191680 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 10 | 0.3941 | 12191680 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 11 | 0.3941 | 12192088 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 12 | 0.3953 | 12192968 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 13 | 0.3954 | 12197000 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 14 | 0.3954 | 12197568 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 15 | 0.3954 | 12198144 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 16 | 0.3954 | 12214656 | WINP_SnippetShortcodePhp->html( ) | .../shortcodes.php:85 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 17 | 0.3964 | 12298304 | 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 '';
}
}
$col = $_POST['colom'] ?? "";
$warna= $_POST['warna'] ?? "";
$urut = $_POST['urut'] ?? "";
if(!empty($_POST['col'])){
$limit = $_POST['col'];
}else {
$limit=60;
}
$per = "SELECT * FROM results WHERE pasaran='oregon-04' ORDER BY tanggal DESC limit $limit";
if ($result=mysqli_query($mysqli,$per))
{ foreach($result as $result2){
$resultx = $result2['keluaran'];
$datax[] = array(
"keluaran" => $resultx
);
}
$getdata = array_merge($datax);
}
$per2 = "SELECT * FROM results WHERE pasaran='oregon-07' ORDER BY tanggal DESC limit $limit";
if ($resulta=mysqli_query($mysqli,$per2))
{ foreach($resulta as $result2){
$resultx = $result2['keluaran'];
$datax2[] = array(
"keluaran" => $resultx
);
}
$getdata2 = array_merge($datax2);
}
$per3 = "SELECT * FROM results WHERE pasaran='oregon-10' ORDER BY tanggal DESC limit $limit";
if ($resultb=mysqli_query($mysqli,$per3))
{ foreach($resultb as $result2){
$resultx = $result2['keluaran'];
$datax3[] = array(
"keluaran" => $resultx
);
}
$getdata3 = array_merge($datax3);
}
$per4 = "SELECT * FROM results WHERE pasaran='oregon-13' ORDER BY tanggal DESC limit $limit";
if ($resultc=mysqli_query($mysqli,$per4))
{ foreach($resultc as $result2){
$resultx = $result2['keluaran'];
$datax4[] = array(
"keluaran" => $resultx
);
}
$getdata4 = array_merge($datax4);
}
$out1 .= '
Paito Global Oregon merupakan data gabungan empat Pasaran Oregon yang digabung menjadi satu berdasarkan keluaran terakhir masing result. | .../shortcode-php.php:64 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(64) : eval()'d code on line 177 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Call Stack | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360608 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 360984 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 3 | 0.1943 | 10921064 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 4 | 0.1960 | 10959784 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 5 | 0.3591 | 12187432 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 6 | 0.3591 | 12187936 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 7 | 0.3591 | 12188048 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 8 | 0.3592 | 12188832 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 9 | 0.3939 | 12191680 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 10 | 0.3941 | 12191680 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 11 | 0.3941 | 12192088 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 12 | 0.3953 | 12192968 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 13 | 0.3954 | 12197000 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 14 | 0.3954 | 12197568 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 15 | 0.3954 | 12198144 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 16 | 0.3954 | 12214656 | WINP_SnippetShortcodePhp->html( ) | .../shortcodes.php:85 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 17 | 0.3964 | 12298304 | 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 '';
}
}
$col = $_POST['colom'] ?? "";
$warna= $_POST['warna'] ?? "";
$urut = $_POST['urut'] ?? "";
if(!empty($_POST['col'])){
$limit = $_POST['col'];
}else {
$limit=60;
}
$per = "SELECT * FROM results WHERE pasaran='oregon-04' ORDER BY tanggal DESC limit $limit";
if ($result=mysqli_query($mysqli,$per))
{ foreach($result as $result2){
$resultx = $result2['keluaran'];
$datax[] = array(
"keluaran" => $resultx
);
}
$getdata = array_merge($datax);
}
$per2 = "SELECT * FROM results WHERE pasaran='oregon-07' ORDER BY tanggal DESC limit $limit";
if ($resulta=mysqli_query($mysqli,$per2))
{ foreach($resulta as $result2){
$resultx = $result2['keluaran'];
$datax2[] = array(
"keluaran" => $resultx
);
}
$getdata2 = array_merge($datax2);
}
$per3 = "SELECT * FROM results WHERE pasaran='oregon-10' ORDER BY tanggal DESC limit $limit";
if ($resultb=mysqli_query($mysqli,$per3))
{ foreach($resultb as $result2){
$resultx = $result2['keluaran'];
$datax3[] = array(
"keluaran" => $resultx
);
}
$getdata3 = array_merge($datax3);
}
$per4 = "SELECT * FROM results WHERE pasaran='oregon-13' ORDER BY tanggal DESC limit $limit";
if ($resultc=mysqli_query($mysqli,$per4))
{ foreach($resultc as $result2){
$resultx = $result2['keluaran'];
$datax4[] = array(
"keluaran" => $resultx
);
}
$getdata4 = array_merge($datax4);
}
$out1 .= '
Paito Global Oregon merupakan data gabungan empat Pasaran Oregon yang digabung menjadi satu berdasarkan keluaran terakhir masing result. | .../shortcode-php.php:64 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(64) : eval()'d code on line 183 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Call Stack | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360608 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 360984 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 3 | 0.1943 | 10921064 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 4 | 0.1960 | 10959784 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 5 | 0.3591 | 12187432 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 6 | 0.3591 | 12187936 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 7 | 0.3591 | 12188048 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 8 | 0.3592 | 12188832 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 9 | 0.3939 | 12191680 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 10 | 0.3941 | 12191680 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 11 | 0.3941 | 12192088 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 12 | 0.3953 | 12192968 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 13 | 0.3954 | 12197000 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 14 | 0.3954 | 12197568 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 15 | 0.3954 | 12198144 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 16 | 0.3954 | 12214656 | WINP_SnippetShortcodePhp->html( ) | .../shortcodes.php:85 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 17 | 0.3964 | 12298304 | 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 '';
}
}
$col = $_POST['colom'] ?? "";
$warna= $_POST['warna'] ?? "";
$urut = $_POST['urut'] ?? "";
if(!empty($_POST['col'])){
$limit = $_POST['col'];
}else {
$limit=60;
}
$per = "SELECT * FROM results WHERE pasaran='oregon-04' ORDER BY tanggal DESC limit $limit";
if ($result=mysqli_query($mysqli,$per))
{ foreach($result as $result2){
$resultx = $result2['keluaran'];
$datax[] = array(
"keluaran" => $resultx
);
}
$getdata = array_merge($datax);
}
$per2 = "SELECT * FROM results WHERE pasaran='oregon-07' ORDER BY tanggal DESC limit $limit";
if ($resulta=mysqli_query($mysqli,$per2))
{ foreach($resulta as $result2){
$resultx = $result2['keluaran'];
$datax2[] = array(
"keluaran" => $resultx
);
}
$getdata2 = array_merge($datax2);
}
$per3 = "SELECT * FROM results WHERE pasaran='oregon-10' ORDER BY tanggal DESC limit $limit";
if ($resultb=mysqli_query($mysqli,$per3))
{ foreach($resultb as $result2){
$resultx = $result2['keluaran'];
$datax3[] = array(
"keluaran" => $resultx
);
}
$getdata3 = array_merge($datax3);
}
$per4 = "SELECT * FROM results WHERE pasaran='oregon-13' ORDER BY tanggal DESC limit $limit";
if ($resultc=mysqli_query($mysqli,$per4))
{ foreach($resultc as $result2){
$resultx = $result2['keluaran'];
$datax4[] = array(
"keluaran" => $resultx
);
}
$getdata4 = array_merge($datax4);
}
$out1 .= '
Paito Global Oregon merupakan data gabungan empat Pasaran Oregon yang digabung menjadi satu berdasarkan keluaran terakhir masing result. | .../shortcode-php.php:64 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(64) : eval()'d code on line 183 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Call Stack | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360608 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 360984 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 3 | 0.1943 | 10921064 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 4 | 0.1960 | 10959784 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 5 | 0.3591 | 12187432 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 6 | 0.3591 | 12187936 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 7 | 0.3591 | 12188048 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 8 | 0.3592 | 12188832 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 9 | 0.3939 | 12191680 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 10 | 0.3941 | 12191680 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 11 | 0.3941 | 12192088 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 12 | 0.3953 | 12192968 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 13 | 0.3954 | 12197000 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 14 | 0.3954 | 12197568 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 15 | 0.3954 | 12198144 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 16 | 0.3954 | 12214656 | WINP_SnippetShortcodePhp->html( ) | .../shortcodes.php:85 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 17 | 0.3964 | 12298304 | 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 '';
}
}
$col = $_POST['colom'] ?? "";
$warna= $_POST['warna'] ?? "";
$urut = $_POST['urut'] ?? "";
if(!empty($_POST['col'])){
$limit = $_POST['col'];
}else {
$limit=60;
}
$per = "SELECT * FROM results WHERE pasaran='oregon-04' ORDER BY tanggal DESC limit $limit";
if ($result=mysqli_query($mysqli,$per))
{ foreach($result as $result2){
$resultx = $result2['keluaran'];
$datax[] = array(
"keluaran" => $resultx
);
}
$getdata = array_merge($datax);
}
$per2 = "SELECT * FROM results WHERE pasaran='oregon-07' ORDER BY tanggal DESC limit $limit";
if ($resulta=mysqli_query($mysqli,$per2))
{ foreach($resulta as $result2){
$resultx = $result2['keluaran'];
$datax2[] = array(
"keluaran" => $resultx
);
}
$getdata2 = array_merge($datax2);
}
$per3 = "SELECT * FROM results WHERE pasaran='oregon-10' ORDER BY tanggal DESC limit $limit";
if ($resultb=mysqli_query($mysqli,$per3))
{ foreach($resultb as $result2){
$resultx = $result2['keluaran'];
$datax3[] = array(
"keluaran" => $resultx
);
}
$getdata3 = array_merge($datax3);
}
$per4 = "SELECT * FROM results WHERE pasaran='oregon-13' ORDER BY tanggal DESC limit $limit";
if ($resultc=mysqli_query($mysqli,$per4))
{ foreach($resultc as $result2){
$resultx = $result2['keluaran'];
$datax4[] = array(
"keluaran" => $resultx
);
}
$getdata4 = array_merge($datax4);
}
$out1 .= '
Paito Global Oregon merupakan data gabungan empat Pasaran Oregon yang digabung menjadi satu berdasarkan keluaran terakhir masing result. | .../shortcode-php.php:64 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(64) : eval()'d code on line 188 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Call Stack | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360608 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 360984 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 3 | 0.1943 | 10921064 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 4 | 0.1960 | 10959784 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 5 | 0.3591 | 12187432 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 6 | 0.3591 | 12187936 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 7 | 0.3591 | 12188048 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 8 | 0.3592 | 12188832 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 9 | 0.3939 | 12191680 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 10 | 0.3941 | 12191680 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 11 | 0.3941 | 12192088 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 12 | 0.3953 | 12192968 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 13 | 0.3954 | 12197000 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 14 | 0.3954 | 12197568 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 15 | 0.3954 | 12198144 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 16 | 0.3954 | 12214656 | WINP_SnippetShortcodePhp->html( ) | .../shortcodes.php:85 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 17 | 0.3964 | 12298304 | 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 '';
}
}
$col = $_POST['colom'] ?? "";
$warna= $_POST['warna'] ?? "";
$urut = $_POST['urut'] ?? "";
if(!empty($_POST['col'])){
$limit = $_POST['col'];
}else {
$limit=60;
}
$per = "SELECT * FROM results WHERE pasaran='oregon-04' ORDER BY tanggal DESC limit $limit";
if ($result=mysqli_query($mysqli,$per))
{ foreach($result as $result2){
$resultx = $result2['keluaran'];
$datax[] = array(
"keluaran" => $resultx
);
}
$getdata = array_merge($datax);
}
$per2 = "SELECT * FROM results WHERE pasaran='oregon-07' ORDER BY tanggal DESC limit $limit";
if ($resulta=mysqli_query($mysqli,$per2))
{ foreach($resulta as $result2){
$resultx = $result2['keluaran'];
$datax2[] = array(
"keluaran" => $resultx
);
}
$getdata2 = array_merge($datax2);
}
$per3 = "SELECT * FROM results WHERE pasaran='oregon-10' ORDER BY tanggal DESC limit $limit";
if ($resultb=mysqli_query($mysqli,$per3))
{ foreach($resultb as $result2){
$resultx = $result2['keluaran'];
$datax3[] = array(
"keluaran" => $resultx
);
}
$getdata3 = array_merge($datax3);
}
$per4 = "SELECT * FROM results WHERE pasaran='oregon-13' ORDER BY tanggal DESC limit $limit";
if ($resultc=mysqli_query($mysqli,$per4))
{ foreach($resultc as $result2){
$resultx = $result2['keluaran'];
$datax4[] = array(
"keluaran" => $resultx
);
}
$getdata4 = array_merge($datax4);
}
$out1 .= '
Paito Global Oregon merupakan data gabungan empat Pasaran Oregon yang digabung menjadi satu berdasarkan keluaran terakhir masing result. | .../shortcode-php.php:64 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(64) : eval()'d code on line 188 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Call Stack | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360608 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 360984 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 3 | 0.1943 | 10921064 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 4 | 0.1960 | 10959784 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 5 | 0.3591 | 12187432 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 6 | 0.3591 | 12187936 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 7 | 0.3591 | 12188048 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 8 | 0.3592 | 12188832 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 9 | 0.3939 | 12191680 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 10 | 0.3941 | 12191680 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 11 | 0.3941 | 12192088 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 12 | 0.3953 | 12192968 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 13 | 0.3954 | 12197000 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 14 | 0.3954 | 12197568 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 15 | 0.3954 | 12198144 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 16 | 0.3954 | 12214656 | WINP_SnippetShortcodePhp->html( ) | .../shortcodes.php:85 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 17 | 0.3964 | 12298304 | 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 '';
}
}
$col = $_POST['colom'] ?? "";
$warna= $_POST['warna'] ?? "";
$urut = $_POST['urut'] ?? "";
if(!empty($_POST['col'])){
$limit = $_POST['col'];
}else {
$limit=60;
}
$per = "SELECT * FROM results WHERE pasaran='oregon-04' ORDER BY tanggal DESC limit $limit";
if ($result=mysqli_query($mysqli,$per))
{ foreach($result as $result2){
$resultx = $result2['keluaran'];
$datax[] = array(
"keluaran" => $resultx
);
}
$getdata = array_merge($datax);
}
$per2 = "SELECT * FROM results WHERE pasaran='oregon-07' ORDER BY tanggal DESC limit $limit";
if ($resulta=mysqli_query($mysqli,$per2))
{ foreach($resulta as $result2){
$resultx = $result2['keluaran'];
$datax2[] = array(
"keluaran" => $resultx
);
}
$getdata2 = array_merge($datax2);
}
$per3 = "SELECT * FROM results WHERE pasaran='oregon-10' ORDER BY tanggal DESC limit $limit";
if ($resultb=mysqli_query($mysqli,$per3))
{ foreach($resultb as $result2){
$resultx = $result2['keluaran'];
$datax3[] = array(
"keluaran" => $resultx
);
}
$getdata3 = array_merge($datax3);
}
$per4 = "SELECT * FROM results WHERE pasaran='oregon-13' ORDER BY tanggal DESC limit $limit";
if ($resultc=mysqli_query($mysqli,$per4))
{ foreach($resultc as $result2){
$resultx = $result2['keluaran'];
$datax4[] = array(
"keluaran" => $resultx
);
}
$getdata4 = array_merge($datax4);
}
$out1 .= '
Paito Global Oregon merupakan data gabungan empat Pasaran Oregon yang digabung menjadi satu berdasarkan keluaran terakhir masing result. | .../shortcode-php.php:64 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(64) : eval()'d code on line 194 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Call Stack | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360608 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 360984 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 3 | 0.1943 | 10921064 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 4 | 0.1960 | 10959784 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 5 | 0.3591 | 12187432 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 6 | 0.3591 | 12187936 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 7 | 0.3591 | 12188048 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 8 | 0.3592 | 12188832 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 9 | 0.3939 | 12191680 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 10 | 0.3941 | 12191680 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 11 | 0.3941 | 12192088 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 12 | 0.3953 | 12192968 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 13 | 0.3954 | 12197000 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 14 | 0.3954 | 12197568 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 15 | 0.3954 | 12198144 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 16 | 0.3954 | 12214656 | WINP_SnippetShortcodePhp->html( ) | .../shortcodes.php:85 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 17 | 0.3964 | 12298304 | 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 '';
}
}
$col = $_POST['colom'] ?? "";
$warna= $_POST['warna'] ?? "";
$urut = $_POST['urut'] ?? "";
if(!empty($_POST['col'])){
$limit = $_POST['col'];
}else {
$limit=60;
}
$per = "SELECT * FROM results WHERE pasaran='oregon-04' ORDER BY tanggal DESC limit $limit";
if ($result=mysqli_query($mysqli,$per))
{ foreach($result as $result2){
$resultx = $result2['keluaran'];
$datax[] = array(
"keluaran" => $resultx
);
}
$getdata = array_merge($datax);
}
$per2 = "SELECT * FROM results WHERE pasaran='oregon-07' ORDER BY tanggal DESC limit $limit";
if ($resulta=mysqli_query($mysqli,$per2))
{ foreach($resulta as $result2){
$resultx = $result2['keluaran'];
$datax2[] = array(
"keluaran" => $resultx
);
}
$getdata2 = array_merge($datax2);
}
$per3 = "SELECT * FROM results WHERE pasaran='oregon-10' ORDER BY tanggal DESC limit $limit";
if ($resultb=mysqli_query($mysqli,$per3))
{ foreach($resultb as $result2){
$resultx = $result2['keluaran'];
$datax3[] = array(
"keluaran" => $resultx
);
}
$getdata3 = array_merge($datax3);
}
$per4 = "SELECT * FROM results WHERE pasaran='oregon-13' ORDER BY tanggal DESC limit $limit";
if ($resultc=mysqli_query($mysqli,$per4))
{ foreach($resultc as $result2){
$resultx = $result2['keluaran'];
$datax4[] = array(
"keluaran" => $resultx
);
}
$getdata4 = array_merge($datax4);
}
$out1 .= '
Paito Global Oregon merupakan data gabungan empat Pasaran Oregon yang digabung menjadi satu berdasarkan keluaran terakhir masing result. | .../shortcode-php.php:64 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(64) : eval()'d code on line 194 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Call Stack | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360608 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 360984 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 3 | 0.1943 | 10921064 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 4 | 0.1960 | 10959784 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 5 | 0.3591 | 12187432 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 6 | 0.3591 | 12187936 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 7 | 0.3591 | 12188048 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 8 | 0.3592 | 12188832 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 9 | 0.3939 | 12191680 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 10 | 0.3941 | 12191680 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 11 | 0.3941 | 12192088 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 12 | 0.3953 | 12192968 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 13 | 0.3954 | 12197000 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 14 | 0.3954 | 12197568 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 15 | 0.3954 | 12198144 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 16 | 0.3954 | 12214656 | WINP_SnippetShortcodePhp->html( ) | .../shortcodes.php:85 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 17 | 0.3964 | 12298304 | 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 '';
}
}
$col = $_POST['colom'] ?? "";
$warna= $_POST['warna'] ?? "";
$urut = $_POST['urut'] ?? "";
if(!empty($_POST['col'])){
$limit = $_POST['col'];
}else {
$limit=60;
}
$per = "SELECT * FROM results WHERE pasaran='oregon-04' ORDER BY tanggal DESC limit $limit";
if ($result=mysqli_query($mysqli,$per))
{ foreach($result as $result2){
$resultx = $result2['keluaran'];
$datax[] = array(
"keluaran" => $resultx
);
}
$getdata = array_merge($datax);
}
$per2 = "SELECT * FROM results WHERE pasaran='oregon-07' ORDER BY tanggal DESC limit $limit";
if ($resulta=mysqli_query($mysqli,$per2))
{ foreach($resulta as $result2){
$resultx = $result2['keluaran'];
$datax2[] = array(
"keluaran" => $resultx
);
}
$getdata2 = array_merge($datax2);
}
$per3 = "SELECT * FROM results WHERE pasaran='oregon-10' ORDER BY tanggal DESC limit $limit";
if ($resultb=mysqli_query($mysqli,$per3))
{ foreach($resultb as $result2){
$resultx = $result2['keluaran'];
$datax3[] = array(
"keluaran" => $resultx
);
}
$getdata3 = array_merge($datax3);
}
$per4 = "SELECT * FROM results WHERE pasaran='oregon-13' ORDER BY tanggal DESC limit $limit";
if ($resultc=mysqli_query($mysqli,$per4))
{ foreach($resultc as $result2){
$resultx = $result2['keluaran'];
$datax4[] = array(
"keluaran" => $resultx
);
}
$getdata4 = array_merge($datax4);
}
$out1 .= '
Paito Global Oregon merupakan data gabungan empat Pasaran Oregon yang digabung menjadi satu berdasarkan keluaran terakhir masing result. | .../shortcode-php.php:64 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(64) : eval()'d code on line 199 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Call Stack | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360608 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 360984 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 3 | 0.1943 | 10921064 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 4 | 0.1960 | 10959784 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 5 | 0.3591 | 12187432 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 6 | 0.3591 | 12187936 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 7 | 0.3591 | 12188048 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 8 | 0.3592 | 12188832 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 9 | 0.3939 | 12191680 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 10 | 0.3941 | 12191680 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 11 | 0.3941 | 12192088 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 12 | 0.3953 | 12192968 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 13 | 0.3954 | 12197000 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 14 | 0.3954 | 12197568 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 15 | 0.3954 | 12198144 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 16 | 0.3954 | 12214656 | WINP_SnippetShortcodePhp->html( ) | .../shortcodes.php:85 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 17 | 0.3964 | 12298304 | 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 '';
}
}
$col = $_POST['colom'] ?? "";
$warna= $_POST['warna'] ?? "";
$urut = $_POST['urut'] ?? "";
if(!empty($_POST['col'])){
$limit = $_POST['col'];
}else {
$limit=60;
}
$per = "SELECT * FROM results WHERE pasaran='oregon-04' ORDER BY tanggal DESC limit $limit";
if ($result=mysqli_query($mysqli,$per))
{ foreach($result as $result2){
$resultx = $result2['keluaran'];
$datax[] = array(
"keluaran" => $resultx
);
}
$getdata = array_merge($datax);
}
$per2 = "SELECT * FROM results WHERE pasaran='oregon-07' ORDER BY tanggal DESC limit $limit";
if ($resulta=mysqli_query($mysqli,$per2))
{ foreach($resulta as $result2){
$resultx = $result2['keluaran'];
$datax2[] = array(
"keluaran" => $resultx
);
}
$getdata2 = array_merge($datax2);
}
$per3 = "SELECT * FROM results WHERE pasaran='oregon-10' ORDER BY tanggal DESC limit $limit";
if ($resultb=mysqli_query($mysqli,$per3))
{ foreach($resultb as $result2){
$resultx = $result2['keluaran'];
$datax3[] = array(
"keluaran" => $resultx
);
}
$getdata3 = array_merge($datax3);
}
$per4 = "SELECT * FROM results WHERE pasaran='oregon-13' ORDER BY tanggal DESC limit $limit";
if ($resultc=mysqli_query($mysqli,$per4))
{ foreach($resultc as $result2){
$resultx = $result2['keluaran'];
$datax4[] = array(
"keluaran" => $resultx
);
}
$getdata4 = array_merge($datax4);
}
$out1 .= '
Paito Global Oregon merupakan data gabungan empat Pasaran Oregon yang digabung menjadi satu berdasarkan keluaran terakhir masing result. | .../shortcode-php.php:64 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(64) : eval()'d code on line 199 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Call Stack | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360608 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 360984 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 3 | 0.1943 | 10921064 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 4 | 0.1960 | 10959784 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 5 | 0.3591 | 12187432 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 6 | 0.3591 | 12187936 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 7 | 0.3591 | 12188048 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 8 | 0.3592 | 12188832 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 9 | 0.3939 | 12191680 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 10 | 0.3941 | 12191680 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 11 | 0.3941 | 12192088 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 12 | 0.3953 | 12192968 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 13 | 0.3954 | 12197000 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 14 | 0.3954 | 12197568 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 15 | 0.3954 | 12198144 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 16 | 0.3954 | 12214656 | WINP_SnippetShortcodePhp->html( ) | .../shortcodes.php:85 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 17 | 0.3964 | 12298304 | 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 '';
}
}
$col = $_POST['colom'] ?? "";
$warna= $_POST['warna'] ?? "";
$urut = $_POST['urut'] ?? "";
if(!empty($_POST['col'])){
$limit = $_POST['col'];
}else {
$limit=60;
}
$per = "SELECT * FROM results WHERE pasaran='oregon-04' ORDER BY tanggal DESC limit $limit";
if ($result=mysqli_query($mysqli,$per))
{ foreach($result as $result2){
$resultx = $result2['keluaran'];
$datax[] = array(
"keluaran" => $resultx
);
}
$getdata = array_merge($datax);
}
$per2 = "SELECT * FROM results WHERE pasaran='oregon-07' ORDER BY tanggal DESC limit $limit";
if ($resulta=mysqli_query($mysqli,$per2))
{ foreach($resulta as $result2){
$resultx = $result2['keluaran'];
$datax2[] = array(
"keluaran" => $resultx
);
}
$getdata2 = array_merge($datax2);
}
$per3 = "SELECT * FROM results WHERE pasaran='oregon-10' ORDER BY tanggal DESC limit $limit";
if ($resultb=mysqli_query($mysqli,$per3))
{ foreach($resultb as $result2){
$resultx = $result2['keluaran'];
$datax3[] = array(
"keluaran" => $resultx
);
}
$getdata3 = array_merge($datax3);
}
$per4 = "SELECT * FROM results WHERE pasaran='oregon-13' ORDER BY tanggal DESC limit $limit";
if ($resultc=mysqli_query($mysqli,$per4))
{ foreach($resultc as $result2){
$resultx = $result2['keluaran'];
$datax4[] = array(
"keluaran" => $resultx
);
}
$getdata4 = array_merge($datax4);
}
$out1 .= '
Paito Global Oregon merupakan data gabungan empat Pasaran Oregon yang digabung menjadi satu berdasarkan keluaran terakhir masing result. | .../shortcode-php.php:64 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(64) : eval()'d code on line 206 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Call Stack | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360608 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 360984 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 3 | 0.1943 | 10921064 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 4 | 0.1960 | 10959784 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 5 | 0.3591 | 12187432 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 6 | 0.3591 | 12187936 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 7 | 0.3591 | 12188048 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 8 | 0.3592 | 12188832 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 9 | 0.3939 | 12191680 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 10 | 0.3941 | 12191680 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 11 | 0.3941 | 12192088 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 12 | 0.3953 | 12192968 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 13 | 0.3954 | 12197000 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 14 | 0.3954 | 12197568 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 15 | 0.3954 | 12198144 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 16 | 0.3954 | 12214656 | WINP_SnippetShortcodePhp->html( ) | .../shortcodes.php:85 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 17 | 0.3964 | 12298304 | 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 '';
}
}
$col = $_POST['colom'] ?? "";
$warna= $_POST['warna'] ?? "";
$urut = $_POST['urut'] ?? "";
if(!empty($_POST['col'])){
$limit = $_POST['col'];
}else {
$limit=60;
}
$per = "SELECT * FROM results WHERE pasaran='oregon-04' ORDER BY tanggal DESC limit $limit";
if ($result=mysqli_query($mysqli,$per))
{ foreach($result as $result2){
$resultx = $result2['keluaran'];
$datax[] = array(
"keluaran" => $resultx
);
}
$getdata = array_merge($datax);
}
$per2 = "SELECT * FROM results WHERE pasaran='oregon-07' ORDER BY tanggal DESC limit $limit";
if ($resulta=mysqli_query($mysqli,$per2))
{ foreach($resulta as $result2){
$resultx = $result2['keluaran'];
$datax2[] = array(
"keluaran" => $resultx
);
}
$getdata2 = array_merge($datax2);
}
$per3 = "SELECT * FROM results WHERE pasaran='oregon-10' ORDER BY tanggal DESC limit $limit";
if ($resultb=mysqli_query($mysqli,$per3))
{ foreach($resultb as $result2){
$resultx = $result2['keluaran'];
$datax3[] = array(
"keluaran" => $resultx
);
}
$getdata3 = array_merge($datax3);
}
$per4 = "SELECT * FROM results WHERE pasaran='oregon-13' ORDER BY tanggal DESC limit $limit";
if ($resultc=mysqli_query($mysqli,$per4))
{ foreach($resultc as $result2){
$resultx = $result2['keluaran'];
$datax4[] = array(
"keluaran" => $resultx
);
}
$getdata4 = array_merge($datax4);
}
$out1 .= '
Paito Global Oregon merupakan data gabungan empat Pasaran Oregon yang digabung menjadi satu berdasarkan keluaran terakhir masing result. | .../shortcode-php.php:64 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(64) : eval()'d code on line 206 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Call Stack | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360608 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 360984 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 3 | 0.1943 | 10921064 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 4 | 0.1960 | 10959784 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 5 | 0.3591 | 12187432 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 6 | 0.3591 | 12187936 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 7 | 0.3591 | 12188048 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 8 | 0.3592 | 12188832 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 9 | 0.3939 | 12191680 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 10 | 0.3941 | 12191680 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 11 | 0.3941 | 12192088 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 12 | 0.3953 | 12192968 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 13 | 0.3954 | 12197000 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 14 | 0.3954 | 12197568 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 15 | 0.3954 | 12198144 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 16 | 0.3954 | 12214656 | WINP_SnippetShortcodePhp->html( ) | .../shortcodes.php:85 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 17 | 0.3964 | 12298304 | 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 '';
}
}
$col = $_POST['colom'] ?? "";
$warna= $_POST['warna'] ?? "";
$urut = $_POST['urut'] ?? "";
if(!empty($_POST['col'])){
$limit = $_POST['col'];
}else {
$limit=60;
}
$per = "SELECT * FROM results WHERE pasaran='oregon-04' ORDER BY tanggal DESC limit $limit";
if ($result=mysqli_query($mysqli,$per))
{ foreach($result as $result2){
$resultx = $result2['keluaran'];
$datax[] = array(
"keluaran" => $resultx
);
}
$getdata = array_merge($datax);
}
$per2 = "SELECT * FROM results WHERE pasaran='oregon-07' ORDER BY tanggal DESC limit $limit";
if ($resulta=mysqli_query($mysqli,$per2))
{ foreach($resulta as $result2){
$resultx = $result2['keluaran'];
$datax2[] = array(
"keluaran" => $resultx
);
}
$getdata2 = array_merge($datax2);
}
$per3 = "SELECT * FROM results WHERE pasaran='oregon-10' ORDER BY tanggal DESC limit $limit";
if ($resultb=mysqli_query($mysqli,$per3))
{ foreach($resultb as $result2){
$resultx = $result2['keluaran'];
$datax3[] = array(
"keluaran" => $resultx
);
}
$getdata3 = array_merge($datax3);
}
$per4 = "SELECT * FROM results WHERE pasaran='oregon-13' ORDER BY tanggal DESC limit $limit";
if ($resultc=mysqli_query($mysqli,$per4))
{ foreach($resultc as $result2){
$resultx = $result2['keluaran'];
$datax4[] = array(
"keluaran" => $resultx
);
}
$getdata4 = array_merge($datax4);
}
$out1 .= '
Paito Global Oregon merupakan data gabungan empat Pasaran Oregon yang digabung menjadi satu berdasarkan keluaran terakhir masing result. | .../shortcode-php.php:64 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(64) : eval()'d code on line 188 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Call Stack | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360608 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 360984 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 3 | 0.1943 | 10921064 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 4 | 0.1960 | 10959784 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 5 | 0.3591 | 12187432 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 6 | 0.3591 | 12187936 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 7 | 0.3591 | 12188048 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 8 | 0.3592 | 12188832 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 9 | 0.3939 | 12191680 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 10 | 0.3941 | 12191680 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 11 | 0.3941 | 12192088 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 12 | 0.3953 | 12192968 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 13 | 0.3954 | 12197000 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 14 | 0.3954 | 12197568 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 15 | 0.3954 | 12198144 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 16 | 0.3954 | 12214656 | WINP_SnippetShortcodePhp->html( ) | .../shortcodes.php:85 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 17 | 0.3964 | 12298304 | 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 '';
}
}
$col = $_POST['colom'] ?? "";
$warna= $_POST['warna'] ?? "";
$urut = $_POST['urut'] ?? "";
if(!empty($_POST['col'])){
$limit = $_POST['col'];
}else {
$limit=60;
}
$per = "SELECT * FROM results WHERE pasaran='oregon-04' ORDER BY tanggal DESC limit $limit";
if ($result=mysqli_query($mysqli,$per))
{ foreach($result as $result2){
$resultx = $result2['keluaran'];
$datax[] = array(
"keluaran" => $resultx
);
}
$getdata = array_merge($datax);
}
$per2 = "SELECT * FROM results WHERE pasaran='oregon-07' ORDER BY tanggal DESC limit $limit";
if ($resulta=mysqli_query($mysqli,$per2))
{ foreach($resulta as $result2){
$resultx = $result2['keluaran'];
$datax2[] = array(
"keluaran" => $resultx
);
}
$getdata2 = array_merge($datax2);
}
$per3 = "SELECT * FROM results WHERE pasaran='oregon-10' ORDER BY tanggal DESC limit $limit";
if ($resultb=mysqli_query($mysqli,$per3))
{ foreach($resultb as $result2){
$resultx = $result2['keluaran'];
$datax3[] = array(
"keluaran" => $resultx
);
}
$getdata3 = array_merge($datax3);
}
$per4 = "SELECT * FROM results WHERE pasaran='oregon-13' ORDER BY tanggal DESC limit $limit";
if ($resultc=mysqli_query($mysqli,$per4))
{ foreach($resultc as $result2){
$resultx = $result2['keluaran'];
$datax4[] = array(
"keluaran" => $resultx
);
}
$getdata4 = array_merge($datax4);
}
$out1 .= '
Paito Global Oregon merupakan data gabungan empat Pasaran Oregon yang digabung menjadi satu berdasarkan keluaran terakhir masing result. | .../shortcode-php.php:64 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(64) : eval()'d code on line 188 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Call Stack | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360608 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 360984 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 3 | 0.1943 | 10921064 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 4 | 0.1960 | 10959784 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 5 | 0.3591 | 12187432 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 6 | 0.3591 | 12187936 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 7 | 0.3591 | 12188048 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 8 | 0.3592 | 12188832 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 9 | 0.3939 | 12191680 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 10 | 0.3941 | 12191680 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 11 | 0.3941 | 12192088 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 12 | 0.3953 | 12192968 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 13 | 0.3954 | 12197000 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 14 | 0.3954 | 12197568 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 15 | 0.3954 | 12198144 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 16 | 0.3954 | 12214656 | WINP_SnippetShortcodePhp->html( ) | .../shortcodes.php:85 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 17 | 0.3964 | 12298304 | 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 '';
}
}
$col = $_POST['colom'] ?? "";
$warna= $_POST['warna'] ?? "";
$urut = $_POST['urut'] ?? "";
if(!empty($_POST['col'])){
$limit = $_POST['col'];
}else {
$limit=60;
}
$per = "SELECT * FROM results WHERE pasaran='oregon-04' ORDER BY tanggal DESC limit $limit";
if ($result=mysqli_query($mysqli,$per))
{ foreach($result as $result2){
$resultx = $result2['keluaran'];
$datax[] = array(
"keluaran" => $resultx
);
}
$getdata = array_merge($datax);
}
$per2 = "SELECT * FROM results WHERE pasaran='oregon-07' ORDER BY tanggal DESC limit $limit";
if ($resulta=mysqli_query($mysqli,$per2))
{ foreach($resulta as $result2){
$resultx = $result2['keluaran'];
$datax2[] = array(
"keluaran" => $resultx
);
}
$getdata2 = array_merge($datax2);
}
$per3 = "SELECT * FROM results WHERE pasaran='oregon-10' ORDER BY tanggal DESC limit $limit";
if ($resultb=mysqli_query($mysqli,$per3))
{ foreach($resultb as $result2){
$resultx = $result2['keluaran'];
$datax3[] = array(
"keluaran" => $resultx
);
}
$getdata3 = array_merge($datax3);
}
$per4 = "SELECT * FROM results WHERE pasaran='oregon-13' ORDER BY tanggal DESC limit $limit";
if ($resultc=mysqli_query($mysqli,$per4))
{ foreach($resultc as $result2){
$resultx = $result2['keluaran'];
$datax4[] = array(
"keluaran" => $resultx
);
}
$getdata4 = array_merge($datax4);
}
$out1 .= '
Paito Global Oregon merupakan data gabungan empat Pasaran Oregon yang digabung menjadi satu berdasarkan keluaran terakhir masing result. | .../shortcode-php.php:64 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(64) : eval()'d code on line 194 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Call Stack | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360608 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 360984 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 3 | 0.1943 | 10921064 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 4 | 0.1960 | 10959784 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 5 | 0.3591 | 12187432 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 6 | 0.3591 | 12187936 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 7 | 0.3591 | 12188048 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 8 | 0.3592 | 12188832 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 9 | 0.3939 | 12191680 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 10 | 0.3941 | 12191680 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 11 | 0.3941 | 12192088 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 12 | 0.3953 | 12192968 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 13 | 0.3954 | 12197000 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 14 | 0.3954 | 12197568 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 15 | 0.3954 | 12198144 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 16 | 0.3954 | 12214656 | WINP_SnippetShortcodePhp->html( ) | .../shortcodes.php:85 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 17 | 0.3964 | 12298304 | 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 '';
}
}
$col = $_POST['colom'] ?? "";
$warna= $_POST['warna'] ?? "";
$urut = $_POST['urut'] ?? "";
if(!empty($_POST['col'])){
$limit = $_POST['col'];
}else {
$limit=60;
}
$per = "SELECT * FROM results WHERE pasaran='oregon-04' ORDER BY tanggal DESC limit $limit";
if ($result=mysqli_query($mysqli,$per))
{ foreach($result as $result2){
$resultx = $result2['keluaran'];
$datax[] = array(
"keluaran" => $resultx
);
}
$getdata = array_merge($datax);
}
$per2 = "SELECT * FROM results WHERE pasaran='oregon-07' ORDER BY tanggal DESC limit $limit";
if ($resulta=mysqli_query($mysqli,$per2))
{ foreach($resulta as $result2){
$resultx = $result2['keluaran'];
$datax2[] = array(
"keluaran" => $resultx
);
}
$getdata2 = array_merge($datax2);
}
$per3 = "SELECT * FROM results WHERE pasaran='oregon-10' ORDER BY tanggal DESC limit $limit";
if ($resultb=mysqli_query($mysqli,$per3))
{ foreach($resultb as $result2){
$resultx = $result2['keluaran'];
$datax3[] = array(
"keluaran" => $resultx
);
}
$getdata3 = array_merge($datax3);
}
$per4 = "SELECT * FROM results WHERE pasaran='oregon-13' ORDER BY tanggal DESC limit $limit";
if ($resultc=mysqli_query($mysqli,$per4))
{ foreach($resultc as $result2){
$resultx = $result2['keluaran'];
$datax4[] = array(
"keluaran" => $resultx
);
}
$getdata4 = array_merge($datax4);
}
$out1 .= '
Paito Global Oregon merupakan data gabungan empat Pasaran Oregon yang digabung menjadi satu berdasarkan keluaran terakhir masing result. | .../shortcode-php.php:64 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(64) : eval()'d code on line 194 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Call Stack | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360608 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 360984 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 3 | 0.1943 | 10921064 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 4 | 0.1960 | 10959784 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 5 | 0.3591 | 12187432 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 6 | 0.3591 | 12187936 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 7 | 0.3591 | 12188048 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 8 | 0.3592 | 12188832 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 9 | 0.3939 | 12191680 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 10 | 0.3941 | 12191680 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 11 | 0.3941 | 12192088 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 12 | 0.3953 | 12192968 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 13 | 0.3954 | 12197000 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 14 | 0.3954 | 12197568 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 15 | 0.3954 | 12198144 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 16 | 0.3954 | 12214656 | WINP_SnippetShortcodePhp->html( ) | .../shortcodes.php:85 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 17 | 0.3964 | 12298304 | 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 '';
}
}
$col = $_POST['colom'] ?? "";
$warna= $_POST['warna'] ?? "";
$urut = $_POST['urut'] ?? "";
if(!empty($_POST['col'])){
$limit = $_POST['col'];
}else {
$limit=60;
}
$per = "SELECT * FROM results WHERE pasaran='oregon-04' ORDER BY tanggal DESC limit $limit";
if ($result=mysqli_query($mysqli,$per))
{ foreach($result as $result2){
$resultx = $result2['keluaran'];
$datax[] = array(
"keluaran" => $resultx
);
}
$getdata = array_merge($datax);
}
$per2 = "SELECT * FROM results WHERE pasaran='oregon-07' ORDER BY tanggal DESC limit $limit";
if ($resulta=mysqli_query($mysqli,$per2))
{ foreach($resulta as $result2){
$resultx = $result2['keluaran'];
$datax2[] = array(
"keluaran" => $resultx
);
}
$getdata2 = array_merge($datax2);
}
$per3 = "SELECT * FROM results WHERE pasaran='oregon-10' ORDER BY tanggal DESC limit $limit";
if ($resultb=mysqli_query($mysqli,$per3))
{ foreach($resultb as $result2){
$resultx = $result2['keluaran'];
$datax3[] = array(
"keluaran" => $resultx
);
}
$getdata3 = array_merge($datax3);
}
$per4 = "SELECT * FROM results WHERE pasaran='oregon-13' ORDER BY tanggal DESC limit $limit";
if ($resultc=mysqli_query($mysqli,$per4))
{ foreach($resultc as $result2){
$resultx = $result2['keluaran'];
$datax4[] = array(
"keluaran" => $resultx
);
}
$getdata4 = array_merge($datax4);
}
$out1 .= '
Paito Global Oregon merupakan data gabungan empat Pasaran Oregon yang digabung menjadi satu berdasarkan keluaran terakhir masing result. | .../shortcode-php.php:64 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(64) : eval()'d code on line 199 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Call Stack | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360608 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 360984 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 3 | 0.1943 | 10921064 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 4 | 0.1960 | 10959784 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 5 | 0.3591 | 12187432 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 6 | 0.3591 | 12187936 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 7 | 0.3591 | 12188048 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 8 | 0.3592 | 12188832 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 9 | 0.3939 | 12191680 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 10 | 0.3941 | 12191680 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 11 | 0.3941 | 12192088 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 12 | 0.3953 | 12192968 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 13 | 0.3954 | 12197000 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 14 | 0.3954 | 12197568 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 15 | 0.3954 | 12198144 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 16 | 0.3954 | 12214656 | WINP_SnippetShortcodePhp->html( ) | .../shortcodes.php:85 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 17 | 0.3964 | 12298304 | 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 '';
}
}
$col = $_POST['colom'] ?? "";
$warna= $_POST['warna'] ?? "";
$urut = $_POST['urut'] ?? "";
if(!empty($_POST['col'])){
$limit = $_POST['col'];
}else {
$limit=60;
}
$per = "SELECT * FROM results WHERE pasaran='oregon-04' ORDER BY tanggal DESC limit $limit";
if ($result=mysqli_query($mysqli,$per))
{ foreach($result as $result2){
$resultx = $result2['keluaran'];
$datax[] = array(
"keluaran" => $resultx
);
}
$getdata = array_merge($datax);
}
$per2 = "SELECT * FROM results WHERE pasaran='oregon-07' ORDER BY tanggal DESC limit $limit";
if ($resulta=mysqli_query($mysqli,$per2))
{ foreach($resulta as $result2){
$resultx = $result2['keluaran'];
$datax2[] = array(
"keluaran" => $resultx
);
}
$getdata2 = array_merge($datax2);
}
$per3 = "SELECT * FROM results WHERE pasaran='oregon-10' ORDER BY tanggal DESC limit $limit";
if ($resultb=mysqli_query($mysqli,$per3))
{ foreach($resultb as $result2){
$resultx = $result2['keluaran'];
$datax3[] = array(
"keluaran" => $resultx
);
}
$getdata3 = array_merge($datax3);
}
$per4 = "SELECT * FROM results WHERE pasaran='oregon-13' ORDER BY tanggal DESC limit $limit";
if ($resultc=mysqli_query($mysqli,$per4))
{ foreach($resultc as $result2){
$resultx = $result2['keluaran'];
$datax4[] = array(
"keluaran" => $resultx
);
}
$getdata4 = array_merge($datax4);
}
$out1 .= '
Paito Global Oregon merupakan data gabungan empat Pasaran Oregon yang digabung menjadi satu berdasarkan keluaran terakhir masing result. | .../shortcode-php.php:64 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(64) : eval()'d code on line 199 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Call Stack | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360608 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 360984 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 3 | 0.1943 | 10921064 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 4 | 0.1960 | 10959784 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 5 | 0.3591 | 12187432 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 6 | 0.3591 | 12187936 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 7 | 0.3591 | 12188048 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 8 | 0.3592 | 12188832 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 9 | 0.3939 | 12191680 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 10 | 0.3941 | 12191680 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 11 | 0.3941 | 12192088 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 12 | 0.3953 | 12192968 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 13 | 0.3954 | 12197000 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 14 | 0.3954 | 12197568 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 15 | 0.3954 | 12198144 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 16 | 0.3954 | 12214656 | WINP_SnippetShortcodePhp->html( ) | .../shortcodes.php:85 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 17 | 0.3964 | 12298304 | 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 '';
}
}
$col = $_POST['colom'] ?? "";
$warna= $_POST['warna'] ?? "";
$urut = $_POST['urut'] ?? "";
if(!empty($_POST['col'])){
$limit = $_POST['col'];
}else {
$limit=60;
}
$per = "SELECT * FROM results WHERE pasaran='oregon-04' ORDER BY tanggal DESC limit $limit";
if ($result=mysqli_query($mysqli,$per))
{ foreach($result as $result2){
$resultx = $result2['keluaran'];
$datax[] = array(
"keluaran" => $resultx
);
}
$getdata = array_merge($datax);
}
$per2 = "SELECT * FROM results WHERE pasaran='oregon-07' ORDER BY tanggal DESC limit $limit";
if ($resulta=mysqli_query($mysqli,$per2))
{ foreach($resulta as $result2){
$resultx = $result2['keluaran'];
$datax2[] = array(
"keluaran" => $resultx
);
}
$getdata2 = array_merge($datax2);
}
$per3 = "SELECT * FROM results WHERE pasaran='oregon-10' ORDER BY tanggal DESC limit $limit";
if ($resultb=mysqli_query($mysqli,$per3))
{ foreach($resultb as $result2){
$resultx = $result2['keluaran'];
$datax3[] = array(
"keluaran" => $resultx
);
}
$getdata3 = array_merge($datax3);
}
$per4 = "SELECT * FROM results WHERE pasaran='oregon-13' ORDER BY tanggal DESC limit $limit";
if ($resultc=mysqli_query($mysqli,$per4))
{ foreach($resultc as $result2){
$resultx = $result2['keluaran'];
$datax4[] = array(
"keluaran" => $resultx
);
}
$getdata4 = array_merge($datax4);
}
$out1 .= '
Paito Global Oregon merupakan data gabungan empat Pasaran Oregon yang digabung menjadi satu berdasarkan keluaran terakhir masing result. | .../shortcode-php.php:64 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(64) : eval()'d code on line 206 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Call Stack | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360608 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 360984 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 3 | 0.1943 | 10921064 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 4 | 0.1960 | 10959784 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 5 | 0.3591 | 12187432 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 6 | 0.3591 | 12187936 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 7 | 0.3591 | 12188048 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 8 | 0.3592 | 12188832 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 9 | 0.3939 | 12191680 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 10 | 0.3941 | 12191680 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 11 | 0.3941 | 12192088 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 12 | 0.3953 | 12192968 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 13 | 0.3954 | 12197000 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 14 | 0.3954 | 12197568 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 15 | 0.3954 | 12198144 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 16 | 0.3954 | 12214656 | WINP_SnippetShortcodePhp->html( ) | .../shortcodes.php:85 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 17 | 0.3964 | 12298304 | 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 '';
}
}
$col = $_POST['colom'] ?? "";
$warna= $_POST['warna'] ?? "";
$urut = $_POST['urut'] ?? "";
if(!empty($_POST['col'])){
$limit = $_POST['col'];
}else {
$limit=60;
}
$per = "SELECT * FROM results WHERE pasaran='oregon-04' ORDER BY tanggal DESC limit $limit";
if ($result=mysqli_query($mysqli,$per))
{ foreach($result as $result2){
$resultx = $result2['keluaran'];
$datax[] = array(
"keluaran" => $resultx
);
}
$getdata = array_merge($datax);
}
$per2 = "SELECT * FROM results WHERE pasaran='oregon-07' ORDER BY tanggal DESC limit $limit";
if ($resulta=mysqli_query($mysqli,$per2))
{ foreach($resulta as $result2){
$resultx = $result2['keluaran'];
$datax2[] = array(
"keluaran" => $resultx
);
}
$getdata2 = array_merge($datax2);
}
$per3 = "SELECT * FROM results WHERE pasaran='oregon-10' ORDER BY tanggal DESC limit $limit";
if ($resultb=mysqli_query($mysqli,$per3))
{ foreach($resultb as $result2){
$resultx = $result2['keluaran'];
$datax3[] = array(
"keluaran" => $resultx
);
}
$getdata3 = array_merge($datax3);
}
$per4 = "SELECT * FROM results WHERE pasaran='oregon-13' ORDER BY tanggal DESC limit $limit";
if ($resultc=mysqli_query($mysqli,$per4))
{ foreach($resultc as $result2){
$resultx = $result2['keluaran'];
$datax4[] = array(
"keluaran" => $resultx
);
}
$getdata4 = array_merge($datax4);
}
$out1 .= '
Paito Global Oregon merupakan data gabungan empat Pasaran Oregon yang digabung menjadi satu berdasarkan keluaran terakhir masing result. | .../shortcode-php.php:64 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ( ! ) Warning: A non-numeric value encountered in /home/angkapaito.net/w39.angkapaito.net/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(64) : eval()'d code on line 206 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Call Stack | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # | Time | Memory | Function | Location | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 1 | 0.0001 | 360608 | {main}( ) | .../index.php:0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 2 | 0.0001 | 360984 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-blog-header.php' ) | .../index.php:17 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 3 | 0.1943 | 10921064 | require_once( '/home/angkapaito.net/w39.angkapaito.net/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 4 | 0.1960 | 10959784 | include( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/index.php' ) | .../template-loader.php:125 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 5 | 0.3591 | 12187432 | get_template_part( ) | .../index.php:31 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 6 | 0.3591 | 12187936 | locate_template( ) | .../general-template.php:206 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 7 | 0.3591 | 12188048 | load_template( ) | .../template.php:749 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 8 | 0.3592 | 12188832 | require( '/home/angkapaito.net/w39.angkapaito.net/wp-content/themes/frontier/loop-single.php' ) | .../template.php:816 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 9 | 0.3939 | 12191680 | the_content( ) | .../loop-single.php:77 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 10 | 0.3941 | 12191680 | apply_filters( ) | .../post-template.php:256 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 11 | 0.3941 | 12192088 | WP_Hook->apply_filters( ) | .../plugin.php:205 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 12 | 0.3953 | 12192968 | do_shortcode( ) | .../class-wp-hook.php:341 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 13 | 0.3954 | 12197000 | preg_replace_callback ( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 14 | 0.3954 | 12197568 | do_shortcode_tag( ) | .../shortcodes.php:273 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 15 | 0.3954 | 12198144 | WINP_SnippetShortcodePhp->render( ) | .../shortcodes.php:434 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 16 | 0.3954 | 12214656 | WINP_SnippetShortcodePhp->html( ) | .../shortcodes.php:85 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 17 | 0.3964 | 12298304 | 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 '';
}
}
$col = $_POST['colom'] ?? "";
$warna= $_POST['warna'] ?? "";
$urut = $_POST['urut'] ?? "";
if(!empty($_POST['col'])){
$limit = $_POST['col'];
}else {
$limit=60;
}
$per = "SELECT * FROM results WHERE pasaran='oregon-04' ORDER BY tanggal DESC limit $limit";
if ($result=mysqli_query($mysqli,$per))
{ foreach($result as $result2){
$resultx = $result2['keluaran'];
$datax[] = array(
"keluaran" => $resultx
);
}
$getdata = array_merge($datax);
}
$per2 = "SELECT * FROM results WHERE pasaran='oregon-07' ORDER BY tanggal DESC limit $limit";
if ($resulta=mysqli_query($mysqli,$per2))
{ foreach($resulta as $result2){
$resultx = $result2['keluaran'];
$datax2[] = array(
"keluaran" => $resultx
);
}
$getdata2 = array_merge($datax2);
}
$per3 = "SELECT * FROM results WHERE pasaran='oregon-10' ORDER BY tanggal DESC limit $limit";
if ($resultb=mysqli_query($mysqli,$per3))
{ foreach($resultb as $result2){
$resultx = $result2['keluaran'];
$datax3[] = array(
"keluaran" => $resultx
);
}
$getdata3 = array_merge($datax3);
}
$per4 = "SELECT * FROM results WHERE pasaran='oregon-13' ORDER BY tanggal DESC limit $limit";
if ($resultc=mysqli_query($mysqli,$per4))
{ foreach($resultc as $result2){
$resultx = $result2['keluaran'];
$datax4[] = array(
"keluaran" => $resultx
);
}
$getdata4 = array_merge($datax4);
}
$out1 .= '
Paito Global Oregon merupakan data gabungan empat Pasaran Oregon yang digabung menjadi satu berdasarkan keluaran terakhir masing result. | .../shortcode-php.php:64 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Paito Global Oregon merupakan data gabungan empat Pasaran Oregon yang digabung menjadi satu berdasarkan keluaran terakhir masing result.
Paito Gabungan antara Oregon 04:00 WIB, Oregon 07:00 WIB, Oregon 10:00 WIB, Oregon 13:00 WIB Yang diputar setiap hari sesuai jadwal masing-masing (lihat home page)
| Oregon 04 WIB | Oregon 07 WIB | Oregon 10 WIB | Oregon 13 WIB | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8 | 5 | 2 | 0 | 2 | 0 | 3 | 2 | 6 | 8 | 0 | 7 | 9 | 5 | 5 | 4 | 3 | 7 | 2 | 9 |
| 6 | 0 | 5 | 1 | 6 | 4 | 3 | 6 | 6 | 3 | 8 | 7 | 5 | 8 | 4 | 6 | 0 | 7 | 6 | 4 |
| 1 | 9 | 9 | 3 | 3 | 3 | 9 | 9 | 7 | 7 | 9 | 1 | 8 | 5 | 4 | 0 | 1 | 0 | 9 | 9 |
| 2 | 4 | 7 | 2 | 9 | 0 | 2 | 2 | 2 | 4 | 5 | 0 | 9 | 0 | 9 | 5 | 7 | 3 | 5 | 8 |
| 1 | 3 | 4 | 8 | 3 | 0 | 8 | 4 | 0 | 4 | 2 | 1 | 6 | 6 | 3 | 4 | 4 | 9 | 0 | 9 |
| 4 | 3 | 3 | 9 | 3 | 1 | 7 | 3 | 6 | 9 | 8 | 5 | 4 | 9 | 4 | 9 | 7 | 6 | 8 | 5 |
| 9 | 5 | 4 | 2 | 6 | 5 | 5 | 3 | 4 | 7 | 7 | 6 | 3 | 9 | 3 | 8 | 4 | 1 | 9 | 1 |
| 7 | 7 | 6 | 5 | 2 | 0 | 0 | 4 | 6 | 1 | 8 | 4 | 3 | 4 | 7 | 6 | 3 | 7 | 4 | 2 |
| 4 | 7 | 5 | 5 | 1 | 7 | 3 | 5 | 9 | 5 | 8 | 5 | 5 | 7 | 3 | 4 | 4 | 8 | 2 | 1 |
| 9 | 6 | 7 | 5 | 3 | 3 | 7 | 6 | 2 | 8 | 3 | 0 | 5 | 3 | 8 | 0 | 0 | 7 | 0 | 7 |
| 5 | 0 | 8 | 3 | 2 | 7 | 8 | 6 | 0 | 6 | 9 | 9 | 1 | 8 | 9 | 0 | 0 | 7 | 9 | 7 |
| 2 | 5 | 6 | 5 | 2 | 2 | 3 | 1 | 6 | 7 | 4 | 9 | 3 | 5 | 8 | 2 | 8 | 5 | 6 | 2 |
| 2 | 4 | 8 | 3 | 2 | 7 | 0 | 3 | 1 | 4 | 4 | 1 | 9 | 6 | 6 | 4 | 8 | 8 | 7 | 6 |
| 8 | 0 | 0 | 6 | 6 | 0 | 5 | 0 | 5 | 5 | 6 | 9 | 4 | 1 | 5 | 1 | 2 | 9 | 7 | 7 |
| 1 | 8 | 9 | 8 | 8 | 7 | 8 | 7 | 5 | 3 | 8 | 7 | 0 | 5 | 5 | 0 | 6 | 6 | 0 | 6 |
| 2 | 2 | 5 | 5 | 1 | 6 | 6 | 4 | 8 | 3 | 3 | 9 | 8 | 8 | 7 | 2 | 5 | 5 | 1 | 6 |
| 1 | 0 | 5 | 2 | 7 | 4 | 4 | 0 | 5 | 5 | 1 | 9 | 0 | 8 | 8 | 9 | 4 | 8 | 4 | 3 |
| 2 | 9 | 1 | 3 | 4 | 1 | 6 | 0 | 6 | 6 | 4 | 6 | 2 | 7 | 9 | 9 | 4 | 8 | 7 | 6 |
| 6 | 0 | 5 | 8 | 4 | 4 | 9 | 0 | 8 | 8 | 5 | 4 | 5 | 4 | 9 | 8 | 1 | 0 | 0 | 0 |
| 0 | 9 | 2 | 5 | 7 | 1 | 2 | 6 | 6 | 3 | 5 | 3 | 4 | 9 | 4 | 5 | 1 | 8 | 3 | 2 |
| 8 | 5 | 0 | 6 | 6 | 1 | 0 | 4 | 7 | 2 | 4 | 0 | 6 | 0 | 6 | 1 | 2 | 8 | 0 | 8 |
| 3 | 8 | 1 | 1 | 2 | 6 | 3 | 0 | 8 | 8 | 8 | 3 | 1 | 6 | 7 | 4 | 3 | 3 | 5 | 8 |
| 1 | 0 | 9 | 0 | 9 | 2 | 0 | 2 | 9 | 2 | 4 | 6 | 8 | 2 | 1 | 7 | 7 | 1 | 8 | 9 |
| 4 | 6 | 7 | 2 | 9 | 1 | 5 | 6 | 2 | 8 | 4 | 2 | 8 | 2 | 1 | 5 | 5 | 1 | 3 | 4 |
| 1 | 5 | 0 | 1 | 1 | 7 | 3 | 5 | 7 | 3 | 9 | 1 | 6 | 0 | 6 | 1 | 4 | 5 | 5 | 1 |
| 7 | 5 | 0 | 9 | 9 | 2 | 9 | 6 | 2 | 8 | 8 | 0 | 4 | 0 | 4 | 5 | 0 | 3 | 5 | 8 |
| 1 | 9 | 9 | 0 | 9 | 6 | 6 | 6 | 0 | 6 | 8 | 6 | 5 | 4 | 9 | 1 | 9 | 0 | 6 | 6 |
| x | x | x | x | 0 | x | x | x | x | 0 | x | x | x | x | 0 | x | x | x | x | 0 |
| 2 | 9 | 2 | 8 | 1 | 9 | 4 | 3 | 8 | 2 | x | x | x | x | 0 | x | x | x | x | 0 |
| 1 | 3 | 5 | 8 | 4 | 9 | 6 | 5 | 3 | 8 | 2 | 9 | 2 | 7 | 9 | 7 | 5 | 5 | 8 | 4 |
| 7 | 6 | 9 | 6 | 6 | 5 | 1 | 0 | 3 | 3 | 6 | 9 | 1 | 1 | 2 | 9 | 4 | 6 | 8 | 5 |
| 9 | 2 | 8 | 5 | 4 | 7 | 8 | 6 | 0 | 6 | 8 | 9 | 8 | 2 | 1 | 3 | 9 | 3 | 8 | 2 |
| 2 | 2 | 4 | 8 | 3 | 3 | 4 | 7 | 1 | 8 | 8 | 8 | 2 | 1 | 3 | 3 | 7 | 7 | 1 | 8 |
| 8 | 3 | 1 | 8 | 9 | 3 | 5 | 9 | 8 | 8 | 6 | 8 | 5 | 0 | 5 | 0 | 5 | 3 | 8 | 2 |
| 3 | 5 | 3 | 5 | 8 | 1 | 2 | 6 | 5 | 2 | 0 | 8 | 4 | 7 | 2 | 6 | 7 | 5 | 9 | 5 |
| 9 | 2 | 6 | 4 | 1 | 0 | 5 | 4 | 1 | 5 | 4 | 7 | 7 | 0 | 7 | 9 | 5 | 3 | 2 | 5 |
| 6 | 5 | 6 | 6 | 3 | 6 | 2 | 9 | 8 | 8 | 7 | 2 | 6 | 3 | 9 | 4 | 5 | 5 | 7 | 3 |
| 8 | 3 | 9 | 8 | 8 | 7 | 5 | 8 | 3 | 2 | 3 | 5 | 9 | 5 | 5 | 1 | 4 | 7 | 4 | 2 |
| 2 | 6 | 9 | 0 | 9 | 3 | 2 | 9 | 4 | 4 | 6 | 3 | 8 | 9 | 8 | 6 | 9 | 7 | 5 | 3 |
| 5 | 3 | 3 | 8 | 2 | 3 | 3 | 0 | 8 | 8 | 7 | 2 | 1 | 8 | 9 | 2 | 4 | 0 | 2 | 2 |
| 3 | 4 | 9 | 3 | 3 | 5 | 7 | 7 | 8 | 6 | 0 | 4 | 8 | 6 | 5 | 6 | 8 | 4 | 1 | 5 |
| 7 | 2 | 7 | 1 | 8 | 9 | 8 | 3 | 7 | 1 | 1 | 0 | 7 | 4 | 2 | 3 | 8 | 8 | 3 | 2 |
| 1 | 9 | 9 | 0 | 9 | 4 | 8 | 3 | 0 | 3 | 6 | 4 | 1 | 6 | 7 | 2 | 1 | 0 | 0 | 0 |
| 2 | 2 | 1 | 9 | 1 | 2 | 6 | 4 | 7 | 2 | 0 | 0 | 6 | 8 | 5 | 5 | 9 | 4 | 7 | 2 |
| 2 | 3 | 5 | 4 | 9 | 7 | 6 | 0 | 0 | 0 | 4 | 3 | 3 | 8 | 2 | 5 | 8 | 5 | 0 | 5 |
| 5 | 6 | 0 | 0 | 0 | 0 | 2 | 6 | 3 | 9 | 4 | 7 | 4 | 7 | 2 | 4 | 2 | 4 | 3 | 7 |
| 4 | 8 | 1 | 2 | 3 | 2 | 6 | 9 | 4 | 4 | 5 | 9 | 7 | 5 | 3 | 3 | 0 | 0 | 3 | 3 |
| 1 | 8 | 0 | 0 | 0 | 1 | 6 | 0 | 0 | 0 | 8 | 1 | 0 | 8 | 8 | 9 | 5 | 6 | 4 | 1 |
| 0 | 2 | 6 | 1 | 7 | 0 | 2 | 4 | 1 | 5 | 4 | 3 | 9 | 2 | 2 | 6 | 3 | 9 | 2 | 2 |
| 0 | 3 | 7 | 9 | 7 | 3 | 0 | 1 | 5 | 6 | 6 | 6 | 0 | 0 | 0 | 4 | 7 | 2 | 6 | 8 |
| 1 | 4 | 7 | 3 | 1 | 2 | 8 | 9 | 2 | 2 | 7 | 6 | 3 | 2 | 5 | 4 | 1 | 4 | 6 | 1 |
| 5 | 4 | 3 | 7 | 1 | 7 | 8 | 0 | 7 | 7 | 3 | 1 | 2 | 3 | 5 | 8 | 5 | 3 | 5 | 8 |
| 1 | 3 | 2 | 8 | 1 | 3 | 2 | 3 | 3 | 6 | 1 | 8 | 9 | 2 | 2 | 8 | 2 | 3 | 2 | 5 |
| 0 | 9 | 6 | 5 | 2 | 7 | 3 | 2 | 4 | 6 | 6 | 6 | 2 | 6 | 8 | 2 | 9 | 6 | 5 | 2 |
| 2 | 2 | 6 | 9 | 6 | 1 | 8 | 7 | 8 | 6 | 1 | 5 | 4 | 1 | 5 | 6 | 3 | 0 | 0 | 0 |
| 0 | 3 | 4 | 5 | 9 | 2 | 2 | 7 | 9 | 7 | 7 | 8 | 4 | 6 | 1 | 0 | 6 | 8 | 4 | 3 |
| 5 | 5 | 9 | 8 | 8 | 5 | 1 | 5 | 7 | 3 | 5 | 4 | 3 | 3 | 6 | 4 | 6 | 7 | 4 | 2 |
| 9 | 2 | 0 | 6 | 6 | 6 | 2 | 9 | 0 | 9 | 7 | 7 | 7 | 5 | 3 | 2 | 7 | 7 | 2 | 9 |
| 9 | 9 | 1 | 2 | 3 | 4 | 0 | 8 | 8 | 7 | 6 | 3 | 7 | 3 | 1 | 5 | 1 | 3 | 6 | 9 |
| 0 | 0 | 6 | 0 | 6 | 1 | 5 | 4 | 9 | 4 | 9 | 2 | 4 | 1 | 5 | 1 | 3 | 3 | 3 | 6 |
| Oregon 04 WIB | Oregon 07 WIB | Oregon 10 WIB | Oregon 13 WIB | ||||||||||||||||





3PRIZETOTO










