{"id":1249,"date":"2025-02-24T13:12:18","date_gmt":"2025-02-24T05:12:18","guid":{"rendered":"https:\/\/pendidikanekonomi.unima.ac.id\/?page_id=1249"},"modified":"2025-03-28T00:47:24","modified_gmt":"2025-03-27T16:47:24","slug":"pengabdian","status":"publish","type":"page","link":"https:\/\/pendidikanekonomi.unima.ac.id\/en\/pengabdian\/","title":{"rendered":"Pengabdian"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1249\" class=\"elementor elementor-1249\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-794de83 e-flex e-con-boxed e-con e-parent\" data-id=\"794de83\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ec50385 elementor-widget elementor-widget-shortcode\" data-id=\"ec50385\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><body class=\"login-page\">\n<div style=\"padding:20px;\"><\/div>\n\n<div class=\"login-box\">\n    \n<script language=\"JavaScript\">\n\/*\n * A JavaScript implementation of the RSA Data Security, Inc. MD5 Message\n * Digest Algorithm, as defined in RFC 1321.\n * Version 2.0 Copyright (C) Paul Johnston 1999 - 2002.\n * Other contributors: Greg Holt, Ydnar\n * Distributed under the BSD License\n * See http:\/\/pajhome.org.uk\/crypt\/md5 for more info.\n *\/\n\n\/*\n * Configurable variables. You may need to tweak these to be compatible with\n * the server-side, but the defaults work in most cases.\n *\/\nvar hexcase = 0;  \/* hex output format. 0 - lowercase; 1 - uppercase        *\/\nvar b64pad  = \"\"; \/* base-64 pad character. \"=\" for strict RFC compliance   *\/\nvar chrsz   = 8;  \/* bits per input character. 8 - ASCII; 16 - Unicode      *\/\n\n\/*\n * These are the functions you'll usually want to call\n * They take string arguments and return either hex or base-64 encoded strings\n *\/\nfunction hex_md5(s){ return binl2hex(core_md5(str2binl(s), s.length * chrsz));}\nfunction b64_md5(s){ return binl2b64(core_md5(str2binl(s), s.length * chrsz));}\nfunction hex_hmac_md5(key, data) { return binl2hex(core_hmac_md5(key, data)); }\nfunction b64_hmac_md5(key, data) { return binl2b64(core_hmac_md5(key, data)); }\n\n\/* Backwards compatibility - same as hex_md5() *\/\nfunction calcMD5(s){ return binl2hex(core_md5(str2binl(s), s.length * chrsz));}\n\n\/*\n * Perform a simple self-test to see if the VM is working\n *\/\nfunction md5_vm_test()\n{\n  return hex_md5(\"abc\") == \"900150983cd24fb0d6963f7d28e17f72\";\n}\n\n\/*\n * Calculate the MD5 of an array of little-endian words, and a bit length\n *\/\nfunction core_md5(x, len)\n{\n  \/* append padding *\/\n  x[len >> 5] |= 0x80 << ((len) % 32);\n  x[(((len + 64) >>> 9) << 4) + 14] = len;\n\n  var a =  1732584193;\n  var b = -271733879;\n  var c = -1732584194;\n  var d =  271733878;\n\n  for(var i = 0; i < x.length; i += 16)\n  {\n    var olda = a;\n    var oldb = b;\n    var oldc = c;\n    var oldd = d;\n\n    a = md5_ff(a, b, c, d, x[i+ 0], 7 , -680876936);\n    d = md5_ff(d, a, b, c, x[i+ 1], 12, -389564586);\n    c = md5_ff(c, d, a, b, x[i+ 2], 17,  606105819);\n    b = md5_ff(b, c, d, a, x[i+ 3], 22, -1044525330);\n    a = md5_ff(a, b, c, d, x[i+ 4], 7 , -176418897);\n    d = md5_ff(d, a, b, c, x[i+ 5], 12,  1200080426);\n    c = md5_ff(c, d, a, b, x[i+ 6], 17, -1473231341);\n    b = md5_ff(b, c, d, a, x[i+ 7], 22, -45705983);\n    a = md5_ff(a, b, c, d, x[i+ 8], 7 ,  1770035416);\n    d = md5_ff(d, a, b, c, x[i+ 9], 12, -1958414417);\n    c = md5_ff(c, d, a, b, x[i+10], 17, -42063);\n    b = md5_ff(b, c, d, a, x[i+11], 22, -1990404162);\n    a = md5_ff(a, b, c, d, x[i+12], 7 ,  1804603682);\n    d = md5_ff(d, a, b, c, x[i+13], 12, -40341101);\n    c = md5_ff(c, d, a, b, x[i+14], 17, -1502002290);\n    b = md5_ff(b, c, d, a, x[i+15], 22,  1236535329);\n\n    a = md5_gg(a, b, c, d, x[i+ 1], 5 , -165796510);\n    d = md5_gg(d, a, b, c, x[i+ 6], 9 , -1069501632);\n    c = md5_gg(c, d, a, b, x[i+11], 14,  643717713);\n    b = md5_gg(b, c, d, a, x[i+ 0], 20, -373897302);\n    a = md5_gg(a, b, c, d, x[i+ 5], 5 , -701558691);\n    d = md5_gg(d, a, b, c, x[i+10], 9 ,  38016083);\n    c = md5_gg(c, d, a, b, x[i+15], 14, -660478335);\n    b = md5_gg(b, c, d, a, x[i+ 4], 20, -405537848);\n    a = md5_gg(a, b, c, d, x[i+ 9], 5 ,  568446438);\n    d = md5_gg(d, a, b, c, x[i+14], 9 , -1019803690);\n    c = md5_gg(c, d, a, b, x[i+ 3], 14, -187363961);\n    b = md5_gg(b, c, d, a, x[i+ 8], 20,  1163531501);\n    a = md5_gg(a, b, c, d, x[i+13], 5 , -1444681467);\n    d = md5_gg(d, a, b, c, x[i+ 2], 9 , -51403784);\n    c = md5_gg(c, d, a, b, x[i+ 7], 14,  1735328473);\n    b = md5_gg(b, c, d, a, x[i+12], 20, -1926607734);\n\n    a = md5_hh(a, b, c, d, x[i+ 5], 4 , -378558);\n    d = md5_hh(d, a, b, c, x[i+ 8], 11, -2022574463);\n    c = md5_hh(c, d, a, b, x[i+11], 16,  1839030562);\n    b = md5_hh(b, c, d, a, x[i+14], 23, -35309556);\n    a = md5_hh(a, b, c, d, x[i+ 1], 4 , -1530992060);\n    d = md5_hh(d, a, b, c, x[i+ 4], 11,  1272893353);\n    c = md5_hh(c, d, a, b, x[i+ 7], 16, -155497632);\n    b = md5_hh(b, c, d, a, x[i+10], 23, -1094730640);\n    a = md5_hh(a, b, c, d, x[i+13], 4 ,  681279174);\n    d = md5_hh(d, a, b, c, x[i+ 0], 11, -358537222);\n    c = md5_hh(c, d, a, b, x[i+ 3], 16, -722521979);\n    b = md5_hh(b, c, d, a, x[i+ 6], 23,  76029189);\n    a = md5_hh(a, b, c, d, x[i+ 9], 4 , -640364487);\n    d = md5_hh(d, a, b, c, x[i+12], 11, -421815835);\n    c = md5_hh(c, d, a, b, x[i+15], 16,  530742520);\n    b = md5_hh(b, c, d, a, x[i+ 2], 23, -995338651);\n\n    a = md5_ii(a, b, c, d, x[i+ 0], 6 , -198630844);\n    d = md5_ii(d, a, b, c, x[i+ 7], 10,  1126891415);\n    c = md5_ii(c, d, a, b, x[i+14], 15, -1416354905);\n    b = md5_ii(b, c, d, a, x[i+ 5], 21, -57434055);\n    a = md5_ii(a, b, c, d, x[i+12], 6 ,  1700485571);\n    d = md5_ii(d, a, b, c, x[i+ 3], 10, -1894986606);\n    c = md5_ii(c, d, a, b, x[i+10], 15, -1051523);\n    b = md5_ii(b, c, d, a, x[i+ 1], 21, -2054922799);\n    a = md5_ii(a, b, c, d, x[i+ 8], 6 ,  1873313359);\n    d = md5_ii(d, a, b, c, x[i+15], 10, -30611744);\n    c = md5_ii(c, d, a, b, x[i+ 6], 15, -1560198380);\n    b = md5_ii(b, c, d, a, x[i+13], 21,  1309151649);\n    a = md5_ii(a, b, c, d, x[i+ 4], 6 , -145523070);\n    d = md5_ii(d, a, b, c, x[i+11], 10, -1120210379);\n    c = md5_ii(c, d, a, b, x[i+ 2], 15,  718787259);\n    b = md5_ii(b, c, d, a, x[i+ 9], 21, -343485551);\n\n    a = safe_add(a, olda);\n    b = safe_add(b, oldb);\n    c = safe_add(c, oldc);\n    d = safe_add(d, oldd);\n  }\n  return Array(a, b, c, d);\n\n}\n\n\/*\n * These functions implement the four basic operations the algorithm uses.\n *\/\nfunction md5_cmn(q, a, b, x, s, t)\n{\n  return safe_add(bit_rol(safe_add(safe_add(a, q), safe_add(x, t)), s),b);\n}\nfunction md5_ff(a, b, c, d, x, s, t)\n{\n  return md5_cmn((b & c) | ((~b) & d), a, b, x, s, t);\n}\nfunction md5_gg(a, b, c, d, x, s, t)\n{\n  return md5_cmn((b & d) | (c & (~d)), a, b, x, s, t);\n}\nfunction md5_hh(a, b, c, d, x, s, t)\n{\n  return md5_cmn(b ^ c ^ d, a, b, x, s, t);\n}\nfunction md5_ii(a, b, c, d, x, s, t)\n{\n  return md5_cmn(c ^ (b | (~d)), a, b, x, s, t);\n}\n\n\/*\n * Calculate the HMAC-MD5, of a key and some data\n *\/\nfunction core_hmac_md5(key, data)\n{\n  var bkey = str2binl(key);\n  if(bkey.length > 16) bkey = core_md5(bkey, key.length * chrsz);\n\n  var ipad = Array(16), opad = Array(16);\n  for(var i = 0; i < 16; i++)\n  {\n    ipad[i] = bkey[i] ^ 0x36363636;\n    opad[i] = bkey[i] ^ 0x5C5C5C5C;\n  }\n\n  var hash = core_md5(ipad.concat(str2binl(data)), 512 + data.length * chrsz);\n  return core_md5(opad.concat(hash), 512 + 128);\n}\n\n\/*\n * Add integers, wrapping at 2^32. This uses 16-bit operations internally\n * to work around bugs in some JS interpreters.\n *\/\nfunction safe_add(x, y)\n{\n  var lsw = (x & 0xFFFF) + (y & 0xFFFF);\n  var msw = (x >> 16) + (y >> 16) + (lsw >> 16);\n  return (msw << 16) | (lsw & 0xFFFF);\n}\n\n\/*\n * Bitwise rotate a 32-bit number to the left.\n *\/\nfunction bit_rol(num, cnt)\n{\n  return (num << cnt) | (num >>> (32 - cnt));\n}\n\n\/*\n * Convert a string to an array of little-endian words\n * If chrsz is ASCII, characters >255 have their hi-byte silently ignored.\n *\/\nfunction str2binl(str)\n{\n  var bin = Array();\n  var mask = (1 << chrsz) - 1;\n  for(var i = 0; i < str.length * chrsz; i += chrsz)\n    bin[i>>5] |= (str.charCodeAt(i \/ chrsz) & mask) << (i%32);\n  return bin;\n}\n\n\/*\n * Convert an array of little-endian words to a hex string.\n *\/\nfunction binl2hex(binarray)\n{\n  var hex_tab = hexcase ? \"0123456789ABCDEF\" : \"0123456789abcdef\";\n  var str = \"\";\n  for(var i = 0; i < binarray.length * 4; i++)\n  {\n    str += hex_tab.charAt((binarray[i>>2] >> ((i%4)*8+4)) & 0xF) +\n           hex_tab.charAt((binarray[i>>2] >> ((i%4)*8  )) & 0xF);\n  }\n  return str;\n}\n\n\/*\n * Convert an array of little-endian words to a base-64 string\n *\/\nfunction binl2b64(binarray)\n{\n  var tab = \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+\/\";\n  var str = \"\";\n  for(var i = 0; i < binarray.length * 4; i += 3)\n  {\n    var triplet = (((binarray[i   >> 2] >> 8 * ( i   %4)) & 0xFF) << 16)\n                | (((binarray[i+1 >> 2] >> 8 * ((i+1)%4)) & 0xFF) << 8 )\n                |  ((binarray[i+2 >> 2] >> 8 * ((i+2)%4)) & 0xFF);\n    for(var j = 0; j < 4; j++)\n    {\n      if(i * 8 + j * 6 > binarray.length * 32) str += b64pad;\n      else str += tab.charAt((triplet >> 6*(3-j)) & 0x3F);\n    }\n  }\n  return str;\n}\n\n\/\/ function from xocp\nfunction dosubmit(form, url) {\n   if (url != \"\") {\n      var hash;\n      var do_hashing = false;\n      if (form.password.value) {\n         if (do_hashing)\n            hash = hex_md5(form.salt.value+hex_md5(form.password.value));\n         else\n            hash = form.password.value;\n      } else {\n         hash = \"\";\n      }\n\n      for (i = 0; i<form.elements.length; i++) {\n         if (form.elements[i].name == \"login\" ||\n            form.elements[i].name.length <=0 ||\n            form.elements[i].name == \"salt\") {\n            continue;\n         }\n         url += \"&\";\n         url += form.elements[i].name;\n         url += \"=\";\n         if (form.elements[i].name == \"password\") {\n            url += hash;\n         } else {\n            url += escape(form.elements[i].value);\n         }\n      }\n      \/\/ indicate the password is hashed.\n      if (do_hashing)\n         url += \"&hashed=1\";\n      \/\/alert(url);\n      location.href = url;\n      \/\/ prevent from running this again. Allow the server response to submit the form directly\n      form.onsubmit = null;\n      form.salt.value = null;\n      \/\/alert(url);\n\n      \/\/ abort normal form submission\n      return false;\n   }\n   \/\/ allow normal form submission\n   return true;\n}\n<\/script>\n<!--batas-->\n<style>\n.title-second{\n  color:#ed373c;\n  text-shadow: \n      2px 0 0 #fff, \n      -2px 0 0 #fff, \n      0 2px 0 #fff, \n      0 -2px 0 #fff, \n      1px 1px #fff, \n      -1px -1px 0 #fff, \n      1px -1px 0 #fff, \n      -1px 1px 0 #fff;\n}\n.company{\n  text-align:center;\n  font-size: 16px;\n  font-weight: 500;\n  margin-top: 20px\n}\n<\/style>\n<div class=\"row\" style=\"height:68px\">\n<div class=\"col-lg-12\" style=\"padding:0px 4px\">\n\n<\/div>\n<\/div>\n<div class=\"row\">\n<div class=\"col-lg-7\" style=\"padding:4px;height:200px\">\n  <div class=\"login-box-body\">\n    <div id=\"myCarousel\" class=\"carousel slide\" data-ride=\"carousel\">\n      <!-- Indicators -->\n      <ol class=\"carousel-indicators\">\n        <li data-target=\"#myCarousel\" data-slide-to=\"0\" class=\"active\"><\/li>\n        <li data-target=\"#myCarousel\" data-slide-to=\"1\"><\/li>\n        <li data-target=\"#myCarousel\" data-slide-to=\"2\"><\/li>\n      <\/ol>\n\n      <!-- Wrapper for slides -->\n      <div class=\"carousel-inner\" role=\"listbox\">\n        <div class=\"item active\">\n          <img decoding=\"async\" src=\"upload\/images_slider\/bo\/slider-image-1.jpg\" width=\"420px\" height=\"auto\">\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n<div class=\"col-lg-5\" style=\"padding:4px\">\n  <div class=\"login-box-body-2\">\n    <div class=\"login-logo\">\n        <table>\n          <tbody><tr>\n            <td style=\"text-align:center\"><img decoding=\"async\" class=\"header-image\" src=\"https:\/\/si.unima.ac.id\/gtriset\/upload\/logo_aplikasi\/logo.png\" style=\"width:65px;height:auto\"><\/td>\n          <\/tr>\n          <tr>    \n            <td style=\"text-align:center\"><h1>Sistem Informasi <span class=\"title-second\">Riset<\/span><\/h1>\n           <\/td>\n          <\/tr>\n        <\/tbody><\/table>\n    <\/div>\n    <form id=\"form-login\" action=\"\/gtriset\/index.php?mod=login_default&amp;sub=login&amp;act=do&amp;typ=html\" method=\"post\" autocomplete=\"off\" onsubmit=\"return dosubmit(this, '\/gtriset\/index.php?mod=login_default&amp;sub=login&amp;act=do&amp;typ=html');\">\n          \n\n          <div class=\"form-group has-feedback\">\n            <input type=\"text\" class=\"form-control\" placeholder=\"Username\" id=\"aid_username\" name=\"username\" value=\"\" fdprocessedid=\"5olp5c\">\n            <span class=\"glyphicon glyphicon-user form-control-feedback\"><\/span>\n          <\/div>\n          <div class=\"form-group has-feedback\">\n            <input type=\"password\" class=\"form-control\" placeholder=\"Password\" name=\"password\" value=\"\" id=\"aid_password\" fdprocessedid=\"i9p03\">\n            <span class=\"glyphicon glyphicon-lock form-control-feedback\"><\/span>\n          <\/div>\n          <div class=\"row\">\n            <!--div class=\"col-xs-8\">    \n              <div class=\"checkbox icheck\">\n                <label>\n                  <input type=\"checkbox\"> Remember Me\n                <\/label>\n              <\/div>                        \n            <\/div--><!-- \/.col -->\n            <div class=\"col-xs-12\">\n              <button type=\"submit\" name=\"login\" class=\"btn btn-info btn-block btn-flat\" fdprocessedid=\"k8vqh\">Login<\/button>\n              <input type=\"hidden\" value=\"\" name=\"salt\">\n            <\/div><!-- \/.col -->\n          <\/div>\n        <\/form>\n    <\/div>\n\n<\/div>\n<\/div>\n<div class=\"company\">\n\u00a9 2017 \n   <!-- FormHelper Content BEGIN -->\n      \nUniversitas Negeri Manado\n\n   <!-- FormHelper Content END-->\n   \n<script>if(window.ButtonAccess){ var ba = new ButtonAccess(false); ba.removeButton();}<\/script>\n\t\t<script>\n\t\t\tmessage=[\"\\n(mysqlt): SELECT * FROM gtfw_session_table WHERE (SessionId = 'vr1edfdh2u2t7lu5muq91qrlb4') &nbsp; \\n\\n\",\"\\n(mysqlt): SELECT * FROM gtfw_session_table WHERE (SessionId = 'vr1edfdh2u2t7lu5muq91qrlb4') &nbsp; \\n\\n\",\"\\n(mysqlt): \\n\\t\\tSELECT\\n\\t\\t\\t\\tusr.`UserId`,\\n\\t\\t\\t\\t`RealName`,\\n\\t\\t\\t\\t`Password`,\\n\\t\\t\\t\\t`NoPassword`,\\n\\t\\t\\t\\t`Active`,\\n\\t\\t\\t\\t`ForceLogout`,\\n\\t\\t\\t\\tgrp.GroupId,\\n\\t\\t\\t\\tgrp.GroupName,\\n\\t\\t\\t\\tgunt.UnitId,\\n\\t\\t\\t\\tgunt.UnitName,\\n\\t\\t\\t\\tIFNULL(defgrp.GroupId,grp.GroupId) AS defGroupId\\n\\t\\tFROM\\n\\t\\t\\t\\tgtfw_user usr\\n\\t\\tLEFT JOIN gtfw_user_group ug ON (ug.UserId = usr.UserId)\\n\\t\\tLEFT JOIN gtfw_group grp ON (grp.GroupId = ug.GroupId)\\n\\t\\tLEFT JOIN gtfw_unit gunt ON (gunt.UnitId = grp.UnitId)\\n\\t\\tLEFT JOIN gtfw_user_def_group defgrp ON (grp.GroupId = defgrp.GroupId) AND defgrp.ApplicationId = 1\\n\\t\\tWHERE\\n\\t\\t\\t\\tusr.UserName = 'nobody' \\n\\t &nbsp; \\n\\n\",\"\\n(mysqlt): \\n\\t\\tSELECT \\n\\t\\t   COUNT(*) jumlah \\n\\t\\tFROM\\n\\t\\t   gtfw_group_module \\n\\t\\tJOIN gtfw_user_def_group USING (GroupId)\\n\\t\\tJOIN gtfw_user USING (UserId)\\n\\t\\tWHERE UserName = 'nobody'\\n\\t &nbsp; \\n\\n\",\"\\n(mysqlt): select * from app_config where configName='institusi' &nbsp; \\n\\n\"];\n\t\t\t\n\t\t\tfor(var msg in message){\n\t\t\t\tconsole.log(message[msg]);\n\t\t\t}\n\t\t<\/script>\n<\/div>\n\n<\/div>\n\n\n\n<script>if(window.ButtonAccess){ var ba = new ButtonAccess(false); ba.removeButton();}<\/script>\n\t\t<script>\n\t\t\tmessage=[\"\\n(mysqlt): SELECT * FROM gtfw_session_table WHERE (SessionId = 'vr1edfdh2u2t7lu5muq91qrlb4') &nbsp; \\n\\n\",\"\\n(mysqlt): SELECT * FROM gtfw_session_table WHERE (SessionId = 'vr1edfdh2u2t7lu5muq91qrlb4') &nbsp; \\n\\n\",\"\\n(mysqlt): \\n\\t\\tSELECT\\n\\t\\t\\t\\tusr.`UserId`,\\n\\t\\t\\t\\t`RealName`,\\n\\t\\t\\t\\t`Password`,\\n\\t\\t\\t\\t`NoPassword`,\\n\\t\\t\\t\\t`Active`,\\n\\t\\t\\t\\t`ForceLogout`,\\n\\t\\t\\t\\tgrp.GroupId,\\n\\t\\t\\t\\tgrp.GroupName,\\n\\t\\t\\t\\tgunt.UnitId,\\n\\t\\t\\t\\tgunt.UnitName,\\n\\t\\t\\t\\tIFNULL(defgrp.GroupId,grp.GroupId) AS defGroupId\\n\\t\\tFROM\\n\\t\\t\\t\\tgtfw_user usr\\n\\t\\tLEFT JOIN gtfw_user_group ug ON (ug.UserId = usr.UserId)\\n\\t\\tLEFT JOIN gtfw_group grp ON (grp.GroupId = ug.GroupId)\\n\\t\\tLEFT JOIN gtfw_unit gunt ON (gunt.UnitId = grp.UnitId)\\n\\t\\tLEFT JOIN gtfw_user_def_group defgrp ON (grp.GroupId = defgrp.GroupId) AND defgrp.ApplicationId = 1\\n\\t\\tWHERE\\n\\t\\t\\t\\tusr.UserName = 'nobody' \\n\\t &nbsp; \\n\\n\",\"\\n(mysqlt): \\n\\t\\tSELECT \\n\\t\\t   COUNT(*) jumlah \\n\\t\\tFROM\\n\\t\\t   gtfw_group_module \\n\\t\\tJOIN gtfw_user_def_group USING (GroupId)\\n\\t\\tJOIN gtfw_user USING (UserId)\\n\\t\\tWHERE UserName = 'nobody'\\n\\t &nbsp; \\n\\n\",\"\\n(mysqlt): select * from app_config where configName='institusi' &nbsp; \\n\\n\"];\n\t\t\t\n\t\t\tfor(var msg in message){\n\t\t\t\tconsole.log(message[msg]);\n\t\t\t}\n\t\t<\/script><span id=\"PING_IFRAME_FORM_DETECTION\" style=\"display: none;\"><\/span><\/body><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Sistem Informasi Riset Login \u00a9 2017 Universitas Negeri Manado<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-1249","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false,"education-hub-thumb":false},"uagb_author_info":{"display_name":"witamori.ik@gmail.com","author_link":"https:\/\/pendidikanekonomi.unima.ac.id\/en\/author\/witamori-ikgmail-com\/"},"uagb_comment_info":0,"uagb_excerpt":"Sistem Informasi Riset Login \u00a9 2017 Universitas Negeri Manado","_links":{"self":[{"href":"https:\/\/pendidikanekonomi.unima.ac.id\/en\/wp-json\/wp\/v2\/pages\/1249","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pendidikanekonomi.unima.ac.id\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pendidikanekonomi.unima.ac.id\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pendidikanekonomi.unima.ac.id\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pendidikanekonomi.unima.ac.id\/en\/wp-json\/wp\/v2\/comments?post=1249"}],"version-history":[{"count":4,"href":"https:\/\/pendidikanekonomi.unima.ac.id\/en\/wp-json\/wp\/v2\/pages\/1249\/revisions"}],"predecessor-version":[{"id":1823,"href":"https:\/\/pendidikanekonomi.unima.ac.id\/en\/wp-json\/wp\/v2\/pages\/1249\/revisions\/1823"}],"wp:attachment":[{"href":"https:\/\/pendidikanekonomi.unima.ac.id\/en\/wp-json\/wp\/v2\/media?parent=1249"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}