Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

class Wp_Generator_Activator { public static function activate() { goto ER69i; drhmy: $que..

Decoded Output download

<?  class Wp_Generator_Activator { public static function activate() { goto ER69i; drhmy: $query = $wpdb->prepare("DELETE FROM {$tblPosts} WHERE post_type = %s AND post_parent NOT IN ( {$ids_to_exclude} ) AND post_status != 'publish' AND post_status != 'draft' AND post_status != 'future'", "wpg_bulk"); goto QHCSP; SCZse: if (!empty($results)) { goto jaDEz; } goto FZvKh; NhGK0: $existing_prompt = $wpdb->get_results("SELECT * FROM {$tblcustomPrompt} ORDER BY cprompt_content ASC", ARRAY_A); goto OZ7Tx; R7qZo: jaDEz: goto oTILq; j4krq: e8Jer: goto Xap22; MPSlA: $configTable = $wpdb->get_blog_prefix() . "tbl_config"; goto UDKmr; GD88K: $wpdb->query("DROP TABLE IF EXISTS {$table_wp_log}"); goto MPSlA; rJst2: t9y02: goto O3sLl; z26hr: nHSjr: goto QLyXk; klOiG: $instance->create_new_table($configTable, $colonne_tbl_config); goto fBqul; UDKmr: $colonne_tbl_config = ["ID" => "mediumint(11) NOT NULL AUTO_INCREMENT", "tbl_name" => "text NOT NULL", "tbl_language" => "VARCHAR(255) DEFAULT 'fr' NOT NULL", "tbl_add_faq" => "BOOLEAN DEFAULT 0 NOT NULL", "tbl_add_featured_img" => "BOOLEAN DEFAULT 1 NOT NULL", "tbl_add_content_img" => "BOOLEAN DEFAULT 1 NOT NULL", "tbl_rewrite_hn_scrap" => "BOOLEAN DEFAULT 0 NOT NULL", "tbl_licence" => "VARCHAR(255) DEFAULT 'OK' NOT NULL", "tbl_licence_is_valid" => "BOOLEAN DEFAULT FALSE NOT NULL"]; goto sTlaS; ER69i: global $wpdb; goto z8qVv; z8qVv: $table_wp_log = $wpdb->get_blog_prefix() . "tbl_log"; goto GD88K; OZ7Tx: if (empty($existing_prompt)) { goto e8Jer; } goto mYZt4; QHCSP: $wpdb->query($query); goto rJst2; ITNwT: goto pq3cZ; goto z26hr; sR9TL: $tblcustomPrompt = $wpdb->get_blog_prefix() . "tbl_custom_prompt"; goto k91Q9; oTILq: $ids_to_exclude = implode(",", $results); goto jVQmh; IKrFe: if (!empty($result)) { goto nHSjr; } goto UzA48; mYZt4: foreach ($existing_prompt as $cp) { goto WkE9t; WkE9t: $nom_fichier = $cp["cprompt_filename"]; goto Fr2kG; VE6GW: $handle = fopen($filename, "w+"); goto sVBgc; sVBgc: flock($handle, LOCK_EX); goto vem5P; SFSz_: flock($handle, LOCK_UN); goto Evic_; Fr2kG: $content_file = json_encode(json_decode($cp["cprompt_content"])); goto sSk_k; DVT9N: kKnki: goto OQvan; vem5P: fwrite($handle, $content_file); goto SFSz_; Evic_: fclose($handle); goto DVT9N; sSk_k: $filename = WPGENERATOR_PLUGIN_DIR . "/admin/partials/prompts/" . $nom_fichier; goto VE6GW; OQvan: } goto vWAb4; xKgv0: goto t9y02; goto R7qZo; bGnfl: $tbl_post_meta = $wpdb->get_blog_prefix() . "postmeta"; goto mWmYQ; k91Q9: $colonne_tblCustomPrompt = ["ID" => "mediumint(11) NOT NULL AUTO_INCREMENT", "cprompt_filename" => "VARCHAR(255) DEFAULT '' NOT NULL", "cprompt_content" => "TEXT DEFAULT '' NOT NULL"]; goto Omskv; UzA48: $wpdb->insert($configTable, ["tbl_name" => "tbl_g_config"], ["%s"]); goto ITNwT; xZEhY: $instance->create_new_table($tblApikey, $colonne_tblApikey); goto sR9TL; vWAb4: p0MuM: goto j4krq; Sf33K: $tblApikey = $wpdb->get_blog_prefix() . "tbl_apikey_liste"; goto qukYJ; wkjEX: $wpdb->query($query); goto xKgv0; sTlaS: $instance = new self(); goto klOiG; qukYJ: $colonne_tblApikey = ["ID" => "mediumint(11) NOT NULL AUTO_INCREMENT", "tbl_api_key_val" => "VARCHAR(255) DEFAULT '' NOT NULL", "tbl_api_quota_used" => "float DEFAULT 0 NOT NULL", "tbl_api_costs" => "float DEFAULT 0 NOT NULL", "nb_task_progress" => "float DEFAULT 0 NOT NULL", "api_key_status" => "VARCHAR(255) DEFAULT '' NOT NULL", "openai_model" => "VARCHAR(255) DEFAULT '["gpt-3.5-turbo"]' NOT NULL"]; goto xZEhY; Xap22: $tblPosts = $wpdb->get_blog_prefix() . "posts"; goto bGnfl; QLyXk: pq3cZ: goto Sf33K; jVQmh: $query_meta = $wpdb->prepare("DELETE FROM {$tbl_post_meta} WHERE post_id IN ( %s )", $ids_to_exclude); goto HHm_a; FZvKh: $query = $wpdb->prepare("DELETE FROM {$tblPosts} WHERE post_type = %s AND post_status != 'publish' AND post_status != 'draft' AND post_status != 'future'", "wpg_bulk"); goto wkjEX; RtEHL: $results = $wpdb->get_col($query); goto SCZse; Omskv: $instance->create_new_table($tblcustomPrompt, $colonne_tblCustomPrompt); goto NhGK0; mWmYQ: $query = $wpdb->prepare("SELECT ID FROM {$tblPosts} WHERE post_type = %s", "wpg_project"); goto RtEHL; HHm_a: $wpdb->query($query_meta); goto drhmy; fBqul: $result = $wpdb->get_row($wpdb->prepare("SELECT * FROM {$configTable} WHERE tbl_name = %s", "tbl_g_config")); goto IKrFe; O3sLl: } public function create_new_table($tableName, $colonneTable) { goto o3uur; vcvDg: foreach ($columnsToAdd as $columnName => $columnType) { $wpdb->query("ALTER TABLE {$tableName} ADD COLUMN {$columnName} {$columnType}"); mBN7t: } goto VrOJF; D6dQe: if ($wpdb->get_var("SHOW TABLES LIKE '{$tableName}'") != $tableName) { goto Hte6O; } goto ucIQq; GoHjM: dbDelta($sql); goto XA4xT; PHfBd: $columnsToAdd = array_diff_key($colonneTable, array_flip($existingColumns)); goto vcvDg; bKzRh: goto l91no; goto c3z4q; w1Ipz: l91no: goto zV5Ye; o3uur: global $wpdb; goto Genn8; VrOJF: jwRJs: goto Yptr_; Yptr_: $columnsToRemove = array_diff_key(array_flip($existingColumns), $colonneTable); goto OE7xn; t0FfY: $sql = "CREATE TABLE {$tableName} (
\xa                ID mediumint(11) NOT NULL AUTO_INCREMENT,
                PRIMARY KEY (ID)
            ) {$charset_collate};"; goto xbyBn; OE7xn: foreach ($columnsToRemove as $columnName => $columnIndex) { $wpdb->query("ALTER TABLE {$tableName} DROP COLUMN {$columnName}"); PnltR: } goto SJf86; Genn8: $charset_collate = $wpdb->get_charset_collate(); goto D6dQe; tpSk1: RsSir: goto w1Ipz; SJf86: I0IZy: goto bKzRh; ucIQq: $existingColumns = $wpdb->get_col("DESCRIBE {$tableName}"); goto PHfBd; xbyBn: require_once ABSPATH . "wp-admin/includes/upgrade.php"; goto GoHjM; XA4xT: foreach ($colonneTable as $columnName => $columnType) { $wpdb->query("ALTER TABLE {$tableName} ADD COLUMN {$columnName} {$columnType}"); HIiGd: } goto tpSk1; c3z4q: Hte6O: goto t0FfY; zV5Ye: } } 
 ?>

Did this file decode correctly?

Original Code

class Wp_Generator_Activator { public static function activate() { goto ER69i; drhmy: $query = $wpdb->prepare("\104\105\114\x45\x54\105\x20\106\122\x4f\115\x20{$tblPosts}\x20\x57\x48\105\122\105\x20\x70\x6f\163\164\x5f\x74\x79\x70\145\40\x3d\x20\x25\x73\40\101\116\104\x20\160\x6f\x73\164\x5f\x70\x61\162\145\156\164\40\116\117\124\x20\111\116\x20\50\x20{$ids_to_exclude}\40\51\x20\x41\x4e\x44\x20\160\157\x73\164\137\163\164\141\164\x75\x73\x20\x21\75\x20\47\x70\x75\142\154\x69\163\150\47\x20\101\116\x44\40\x70\157\x73\x74\137\163\x74\x61\x74\165\163\40\x21\75\x20\47\x64\x72\x61\146\x74\x27\40\x41\x4e\104\40\x70\157\x73\164\137\x73\x74\x61\x74\x75\163\x20\41\75\40\47\146\x75\164\165\162\145\x27", "\167\160\x67\x5f\142\x75\154\x6b"); goto QHCSP; SCZse: if (!empty($results)) { goto jaDEz; } goto FZvKh; NhGK0: $existing_prompt = $wpdb->get_results("\x53\105\x4c\x45\x43\124\40\x2a\x20\106\122\x4f\x4d\x20{$tblcustomPrompt}\40\x4f\x52\104\x45\122\x20\x42\x59\40\143\x70\x72\157\155\x70\x74\x5f\143\157\156\164\x65\156\164\40\101\123\103", ARRAY_A); goto OZ7Tx; R7qZo: jaDEz: goto oTILq; j4krq: e8Jer: goto Xap22; MPSlA: $configTable = $wpdb->get_blog_prefix() . "\164\142\x6c\137\143\157\x6e\x66\151\147"; goto UDKmr; GD88K: $wpdb->query("\104\x52\117\x50\40\124\x41\x42\x4c\x45\40\111\106\x20\x45\x58\111\x53\124\x53\x20{$table_wp_log}"); goto MPSlA; rJst2: t9y02: goto O3sLl; z26hr: nHSjr: goto QLyXk; klOiG: $instance->create_new_table($configTable, $colonne_tbl_config); goto fBqul; UDKmr: $colonne_tbl_config = ["\x49\x44" => "\155\145\144\x69\x75\155\x69\x6e\164\50\61\61\x29\x20\116\x4f\124\x20\x4e\x55\114\x4c\40\x41\x55\124\117\x5f\x49\x4e\103\x52\105\x4d\x45\x4e\x54", "\x74\142\154\137\x6e\x61\x6d\145" => "\164\x65\170\164\x20\x4e\117\x54\40\116\x55\114\x4c", "\x74\142\154\137\154\141\x6e\x67\x75\x61\x67\145" => "\126\x41\122\x43\x48\101\122\50\x32\65\65\x29\40\104\105\x46\x41\x55\114\x54\x20\47\x66\162\47\x20\x4e\x4f\x54\40\116\125\x4c\114", "\x74\142\154\x5f\x61\144\x64\x5f\146\141\161" => "\102\117\117\114\x45\x41\x4e\40\x44\x45\x46\101\125\x4c\124\40\60\x20\x4e\x4f\124\40\116\125\x4c\114", "\164\x62\x6c\137\141\x64\x64\x5f\x66\145\141\164\x75\x72\x65\x64\137\x69\x6d\x67" => "\102\117\117\x4c\105\101\116\40\104\105\x46\101\x55\114\x54\40\61\40\x4e\x4f\124\40\x4e\125\114\114", "\x74\x62\x6c\137\x61\144\144\137\x63\x6f\156\x74\x65\x6e\164\137\151\x6d\x67" => "\x42\117\117\114\x45\101\116\40\x44\105\106\101\x55\114\124\x20\x31\40\x4e\117\124\40\116\125\114\x4c", "\x74\142\154\x5f\162\145\167\162\x69\164\x65\137\x68\x6e\137\163\x63\162\141\x70" => "\102\x4f\117\114\105\x41\116\40\x44\105\x46\101\125\x4c\x54\40\60\40\x4e\117\124\40\116\125\x4c\114", "\x74\x62\x6c\x5f\154\151\143\145\156\143\145" => "\x56\x41\122\x43\x48\101\x52\x28\62\x35\x35\x29\40\x44\x45\x46\101\x55\x4c\124\x20\x27\x4f\113\47\40\116\x4f\124\x20\116\125\x4c\114", "\x74\x62\154\x5f\x6c\x69\143\x65\x6e\x63\x65\137\x69\163\x5f\x76\x61\154\151\x64" => "\102\117\x4f\x4c\x45\101\116\x20\x44\105\106\101\x55\114\x54\40\106\x41\114\123\105\40\x4e\117\x54\40\116\125\114\x4c"]; goto sTlaS; ER69i: global $wpdb; goto z8qVv; z8qVv: $table_wp_log = $wpdb->get_blog_prefix() . "\x74\142\x6c\x5f\154\x6f\x67"; goto GD88K; OZ7Tx: if (empty($existing_prompt)) { goto e8Jer; } goto mYZt4; QHCSP: $wpdb->query($query); goto rJst2; ITNwT: goto pq3cZ; goto z26hr; sR9TL: $tblcustomPrompt = $wpdb->get_blog_prefix() . "\x74\x62\x6c\x5f\143\165\163\x74\157\155\x5f\160\x72\x6f\155\160\x74"; goto k91Q9; oTILq: $ids_to_exclude = implode("\54", $results); goto jVQmh; IKrFe: if (!empty($result)) { goto nHSjr; } goto UzA48; mYZt4: foreach ($existing_prompt as $cp) { goto WkE9t; WkE9t: $nom_fichier = $cp["\143\160\162\157\x6d\160\x74\x5f\x66\151\154\x65\x6e\141\155\145"]; goto Fr2kG; VE6GW: $handle = fopen($filename, "\167\53"); goto sVBgc; sVBgc: flock($handle, LOCK_EX); goto vem5P; SFSz_: flock($handle, LOCK_UN); goto Evic_; Fr2kG: $content_file = json_encode(json_decode($cp["\143\160\x72\x6f\155\x70\164\137\x63\157\156\x74\145\x6e\164"])); goto sSk_k; DVT9N: kKnki: goto OQvan; vem5P: fwrite($handle, $content_file); goto SFSz_; Evic_: fclose($handle); goto DVT9N; sSk_k: $filename = WPGENERATOR_PLUGIN_DIR . "\x2f\141\144\155\x69\x6e\57\160\141\162\164\x69\x61\x6c\163\57\160\x72\157\x6d\x70\164\x73\x2f" . $nom_fichier; goto VE6GW; OQvan: } goto vWAb4; xKgv0: goto t9y02; goto R7qZo; bGnfl: $tbl_post_meta = $wpdb->get_blog_prefix() . "\160\157\x73\x74\x6d\145\x74\x61"; goto mWmYQ; k91Q9: $colonne_tblCustomPrompt = ["\x49\x44" => "\x6d\x65\144\x69\165\155\x69\156\164\x28\61\61\x29\40\x4e\x4f\x54\40\116\125\114\x4c\x20\101\125\x54\117\x5f\x49\116\x43\122\105\x4d\105\x4e\124", "\143\160\162\157\155\160\x74\137\146\x69\154\145\x6e\141\155\x65" => "\x56\101\x52\103\x48\x41\122\50\x32\x35\x35\x29\x20\x44\105\106\x41\125\x4c\x54\40\47\x27\40\116\117\124\40\116\125\114\114", "\x63\x70\162\157\x6d\x70\x74\137\x63\157\156\x74\145\156\164" => "\x54\105\130\x54\40\104\x45\106\101\125\114\x54\40\47\x27\40\116\117\124\x20\116\125\114\x4c"]; goto Omskv; UzA48: $wpdb->insert($configTable, ["\x74\x62\x6c\x5f\156\141\x6d\x65" => "\x74\x62\154\x5f\147\137\x63\157\x6e\x66\x69\x67"], ["\45\163"]); goto ITNwT; xZEhY: $instance->create_new_table($tblApikey, $colonne_tblApikey); goto sR9TL; vWAb4: p0MuM: goto j4krq; Sf33K: $tblApikey = $wpdb->get_blog_prefix() . "\x74\x62\x6c\x5f\141\160\151\153\x65\x79\137\x6c\x69\163\164\x65"; goto qukYJ; wkjEX: $wpdb->query($query); goto xKgv0; sTlaS: $instance = new self(); goto klOiG; qukYJ: $colonne_tblApikey = ["\x49\x44" => "\x6d\145\x64\x69\x75\x6d\151\x6e\x74\50\61\61\x29\40\116\x4f\x54\x20\x4e\125\114\x4c\40\101\x55\x54\x4f\137\111\116\x43\x52\x45\115\105\x4e\x54", "\x74\142\x6c\x5f\x61\160\151\137\x6b\145\x79\137\166\x61\154" => "\x56\101\x52\103\x48\x41\x52\x28\x32\65\65\51\40\104\105\x46\x41\x55\x4c\124\40\x27\x27\40\x4e\117\x54\x20\x4e\125\114\x4c", "\164\142\x6c\x5f\x61\x70\151\x5f\161\x75\x6f\x74\x61\x5f\165\163\x65\x64" => "\146\154\x6f\x61\x74\40\104\105\106\101\125\x4c\x54\40\x30\x20\x4e\x4f\124\40\116\125\x4c\114", "\x74\142\154\x5f\141\x70\151\137\x63\x6f\163\x74\163" => "\146\x6c\157\x61\x74\x20\x44\105\106\x41\125\114\x54\x20\60\40\x4e\117\x54\x20\116\x55\114\114", "\156\142\137\164\x61\x73\153\x5f\x70\162\157\x67\162\x65\163\x73" => "\x66\154\157\x61\164\x20\x44\x45\x46\101\125\x4c\x54\x20\x30\x20\116\x4f\124\40\x4e\x55\114\x4c", "\141\160\151\x5f\153\145\171\137\x73\164\141\164\x75\163" => "\x56\101\x52\x43\x48\101\x52\50\62\65\65\x29\x20\x44\x45\106\x41\x55\114\124\40\47\x27\x20\x4e\117\x54\40\116\125\114\114", "\x6f\x70\x65\156\141\x69\x5f\x6d\157\144\x65\154" => "\126\x41\122\x43\x48\101\x52\50\x32\65\65\x29\40\104\105\x46\x41\125\114\124\40\x27\x5b\42\x67\x70\164\x2d\63\56\65\55\x74\165\162\x62\157\42\135\x27\40\116\117\x54\x20\116\125\114\114"]; goto xZEhY; Xap22: $tblPosts = $wpdb->get_blog_prefix() . "\x70\x6f\x73\164\163"; goto bGnfl; QLyXk: pq3cZ: goto Sf33K; jVQmh: $query_meta = $wpdb->prepare("\104\x45\114\105\124\x45\x20\x46\x52\x4f\115\40{$tbl_post_meta}\40\127\x48\105\122\105\x20\160\x6f\x73\x74\137\x69\x64\40\111\116\40\50\x20\45\163\x20\x29", $ids_to_exclude); goto HHm_a; FZvKh: $query = $wpdb->prepare("\104\105\x4c\105\x54\105\x20\x46\x52\x4f\x4d\x20{$tblPosts}\x20\x57\110\x45\x52\105\x20\x70\157\163\164\137\x74\x79\x70\x65\40\x3d\40\x25\x73\x20\x41\x4e\x44\40\160\x6f\x73\164\x5f\x73\164\x61\164\x75\x73\x20\x21\75\40\47\x70\x75\x62\x6c\151\163\x68\47\x20\101\x4e\104\40\x70\157\163\x74\137\163\164\141\x74\165\x73\40\41\x3d\x20\47\x64\x72\x61\x66\x74\x27\x20\101\x4e\x44\40\x70\157\x73\x74\137\x73\x74\141\x74\x75\x73\x20\x21\x3d\40\x27\x66\165\x74\165\x72\145\x27", "\167\x70\x67\137\142\165\154\153"); goto wkjEX; RtEHL: $results = $wpdb->get_col($query); goto SCZse; Omskv: $instance->create_new_table($tblcustomPrompt, $colonne_tblCustomPrompt); goto NhGK0; mWmYQ: $query = $wpdb->prepare("\x53\x45\114\105\x43\x54\x20\111\104\x20\106\122\x4f\x4d\x20{$tblPosts}\40\x57\110\x45\122\x45\x20\x70\157\163\x74\x5f\x74\171\x70\x65\x20\75\x20\45\163", "\x77\x70\x67\137\160\x72\x6f\152\x65\143\164"); goto RtEHL; HHm_a: $wpdb->query($query_meta); goto drhmy; fBqul: $result = $wpdb->get_row($wpdb->prepare("\x53\105\114\x45\103\x54\40\x2a\x20\106\122\117\x4d\x20{$configTable}\x20\127\x48\105\122\x45\x20\x74\142\154\137\156\x61\155\x65\x20\75\40\45\x73", "\164\142\x6c\x5f\147\x5f\143\x6f\x6e\146\x69\147")); goto IKrFe; O3sLl: } public function create_new_table($tableName, $colonneTable) { goto o3uur; vcvDg: foreach ($columnsToAdd as $columnName => $columnType) { $wpdb->query("\101\x4c\124\105\x52\x20\124\101\x42\114\105\40{$tableName}\40\x41\x44\104\x20\x43\x4f\x4c\x55\115\x4e\40{$columnName}\40{$columnType}"); mBN7t: } goto VrOJF; D6dQe: if ($wpdb->get_var("\x53\110\x4f\x57\40\x54\101\102\114\105\123\x20\114\111\x4b\105\40\47{$tableName}\x27") != $tableName) { goto Hte6O; } goto ucIQq; GoHjM: dbDelta($sql); goto XA4xT; PHfBd: $columnsToAdd = array_diff_key($colonneTable, array_flip($existingColumns)); goto vcvDg; bKzRh: goto l91no; goto c3z4q; w1Ipz: l91no: goto zV5Ye; o3uur: global $wpdb; goto Genn8; VrOJF: jwRJs: goto Yptr_; Yptr_: $columnsToRemove = array_diff_key(array_flip($existingColumns), $colonneTable); goto OE7xn; t0FfY: $sql = "\x43\122\105\101\x54\x45\x20\x54\101\x42\x4c\x45\40{$tableName}\40\x28\15\xa\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\111\104\40\155\145\144\x69\165\155\151\x6e\x74\x28\61\61\x29\x20\116\117\x54\x20\x4e\125\114\114\x20\x41\125\124\117\137\x49\x4e\103\x52\x45\x4d\105\x4e\124\x2c\15\12\40\40\40\40\40\40\40\x20\40\x20\40\40\40\x20\40\40\120\x52\111\x4d\101\122\x59\x20\x4b\x45\131\40\x28\x49\104\x29\15\12\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\51\40{$charset_collate}\73"; goto xbyBn; OE7xn: foreach ($columnsToRemove as $columnName => $columnIndex) { $wpdb->query("\x41\x4c\x54\x45\x52\x20\124\101\x42\114\105\40{$tableName}\x20\x44\122\x4f\x50\x20\x43\117\x4c\x55\x4d\x4e\40{$columnName}"); PnltR: } goto SJf86; Genn8: $charset_collate = $wpdb->get_charset_collate(); goto D6dQe; tpSk1: RsSir: goto w1Ipz; SJf86: I0IZy: goto bKzRh; ucIQq: $existingColumns = $wpdb->get_col("\x44\105\x53\x43\x52\x49\102\105\x20{$tableName}"); goto PHfBd; xbyBn: require_once ABSPATH . "\x77\160\55\x61\x64\155\151\x6e\57\x69\156\x63\x6c\165\x64\x65\x73\57\x75\160\147\162\141\144\x65\56\160\150\x70"; goto GoHjM; XA4xT: foreach ($colonneTable as $columnName => $columnType) { $wpdb->query("\101\x4c\124\105\122\40\124\x41\x42\114\105\x20{$tableName}\40\101\x44\x44\40\x43\x4f\114\x55\115\116\x20{$columnName}\x20{$columnType}"); HIiGd: } goto tpSk1; c3z4q: Hte6O: goto t0FfY; zV5Ye: } }

Function Calls

None

Variables

None

Stats

MD5 0ab39bff59caa64f7779b664cb6ced0c
Eval Count 0
Decode Time 60 ms