EditReport ChordPrintSave list
🌙
Lihat Cara Tukar Chord/Key OST Sekali Lagi Cinta Kembali Chord B BF#m -B EB D#m Ku tahu kau akan pergi, G#m D#mPergi dan meninggalkanku, E F# B Tak perlu kau rahsiakan lagi, C#m F#Semuanya jelas dimata.B F#Ku tahu ku takkan bisa,G#m D#mMemujuk hatimu lagi, C#m Pergilah andainya itu yang D#kau mahu.G#m C# Ku rela dan ku rela,E D#Ku rela melepaskan kau pergi, G#m C#mPergi, pergi lah sayangku,F# D#Asalkan kau bahagia, C#m D#Yang memilih aku adalah.. G#m C#Dirimu,E D#Ohhh.. ohhhh..G#m C#Ohhh.. ohhhh.. C#mBiarlah, D#andainya itu yang kau mahu.G#m C# Ku rela dan ku rela,E D#Ku rela melepaskan kau pergi, G#m C#mPergi, pergi lah sayangku,F# D#Asalkan kau bahagia,C#m F# D# D#m Ohhhh, dikhianati..G#m C#E D#Ku takkan bisa memujukmu lagiG#m C# Ku rela dan ku rela,E D#Ku rela melepaskan kau pergi, G#m C#mPergi, pergi lah sayangku,F# D#Asalkan kau bahagia,G#m C# E D# G#m C#mPergi, pergi lah sayangku,F# D#Asalkan kau bahagia, C#m D#Yang memilih aku adalah..G#m C# Dirimu,E D -D#m G#m
Tutorial Guitar
Karaoke
SSenarai Chord Razmansyah
W Siapa Razmansyah?
SCari Barang Berkenaan Razmansyah
Loading....
";thehtml += "
";thehtml += ""+msgdisplay+"";thehtml += "
";thehtml += "
";thehtml += "REPLY";thehtml += "";thehtml += "
";thehtml += "
";thehtml += "
";}//console.log(datacomments);document.getElementById("replysection-"+id).innerHTML = thehtml;document.getElementById("OpenReplyStatus-"+id).value = 1; //mark as open}else{//console.log(obj);}}}if(document.getElementById("OpenReplyStatus-"+id).value == '0'){ //only open when status is 0http.send(params);}}function getuid(){var navigator_info = window.navigator;var screen_info = window.screen;var uid = navigator_info.mimeTypes.length;uid += navigator_info.userAgent.replace(/\D+/g, '');uid += navigator_info.plugins.length;uid += screen_info.height || '';uid += screen_info.width || '';uid += screen_info.pixelDepth || '';return uid;}function viewcommentsV2(){console.log("viewcommentsV2");var uid = getuid();var urlpost = window.location.href;var http = new XMLHttpRequest();var url = "https://api.malaytab.com/API/malaykordcomment/?go=1e5bbd253a7132d67761d989c7ddbbfc"; var params = "uid="+uid+"&urlpost="+urlpost;http.open("POST", url, true);//Send the proper header information along with the requesthttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");http.onreadystatechange = function() {//Call a function when the state changes.if(http.readyState == 4 && http.status == 200) {var obj = JSON.parse(http.responseText); if(obj.status == 1){var datacomments = JSON.parse(obj.datacomments);var thehtml = "";if(datacomments){for(var x= 0 ; x < datacomments.length; x++){var display_name = datacomments[x].display_name;if(display_name){}else{display_name = 'Guest_'+datacomments[x].uid.slice(datacomments[x].uid.length - 9);}datacomments[x].msg = datacomments[x].msg.replace(/<\/?[^>]+(>|$)/g, ""); try { if( datacomments[x].msg.indexOf('http') >= 0){ datacomments[x].msg = datacomments[x].msg.replace("https", ""); datacomments[x].msg = datacomments[x].msg.replace("http", ""); datacomments[x].msg = datacomments[x].msg.replace("://", ""); datacomments[x].msg = datacomments[x].msg.replace(".id", ""); datacomments[x].msg = datacomments[x].msg.replace(".com", ""); datacomments[x].msg = datacomments[x].msg.replace(".net", ""); datacomments[x].msg = datacomments[x].msg.replace(".", ""); } if( datacomments[x].msg.indexOf('.') >= 0){ datacomments[x].msg = datacomments[x].msg.replace("https", ""); datacomments[x].msg = datacomments[x].msg.replace("http", ""); datacomments[x].msg = datacomments[x].msg.replace("://", ""); datacomments[x].msg = datacomments[x].msg.replace(".id", ""); datacomments[x].msg = datacomments[x].msg.replace(".com", ""); datacomments[x].msg = datacomments[x].msg.replace(".net", ""); datacomments[x].msg = datacomments[x].msg.replace(".", ""); } } catch(err) { //console.log(err); } thehtml += "
";thehtml += "
";thehtml += ""+display_name+"";thehtml += ""+datacomments[x].datetime+"";thehtml += "
";thehtml += "
";thehtml += ""+datacomments[x].msg+"";thehtml += "
";thehtml += "
";thehtml += "REPLY";thehtml += "";thehtml += "
";displaynone = '';if(parseInt(datacomments[x].count_reply) < 1){ //only display if have count replydisplaynone = 'none';}thehtml += ""; //status 0 mean not open yetthehtml += "
";thehtml += "";thehtml += "▸";thehtml += "View "+datacomments[x].count_reply+" Replies";thehtml += "
";thehtml += "
";//▾ down arrow html//thehtml += "
";}}document.getElementById("viewcommentsv2").innerHTML = thehtml;//console.log(datacomments);}else{//console.log(obj);}}}http.send(params);}function AddcommentsV2(replyid,idinput){document.getElementById('displayregisteruser').style.display = 'none';var uid = getuid();var urlpost = window.location.href;if(replyid == 0){var msg = document.getElementById('commentsv2').value.trim();replyid = '';}else{var msg = document.getElementById('inputreply-'+idinput).value.trim();} if(msg.length<=0){ alert('Sila Masukkan Comments Anda'); return; }var username = document.getElementById('username').value.trim();var emailuser = document.getElementById('emailuser').value.trim();var http = new XMLHttpRequest();var url = "https://api.malaytab.com/API/malaykordcomment/?go=5ad000bcc717d75b782126380ab23704";var params = "uid="+uid+"&urlpost="+urlpost+"&msg="+msg+"&username="+username+"&emailuser="+emailuser+"&replyid="+replyid;http.open("POST", url, true);//Send the proper header information along with the requesthttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");http.onreadystatechange = function() {//Call a function when the state changes.if(http.readyState == 4 && http.status == 200) {var obj = JSON.parse(http.responseText); if(obj.status == 1){//console.log(obj);changetofloat("overlaycomments",'unfocus'); //close popup document.getElementById("commentsv2").value = "";if(replyid == 0){viewcommentsV2();}else{document.getElementById("OpenReplyStatus-"+replyid).value = 0; //mark as close to reload back new chatdocument.getElementById("showinputreply-"+replyid).style.display ='none';document.getElementById("inputreply-"+replyid).value ='';//update count reply valuecountnowvalue = parseInt(document.getElementById("countreply-"+replyid).innerHTML) + 1;document.getElementById("countreply-"+replyid).innerHTML = countnowvalue;OpenReplyComments(replyid,'OPEN');}}else if(obj.status == 98){ if(replyid.length<=0){ replyid = 0; } document.getElementById("commentsv2buttonregister").setAttribute("onClick","AddcommentsV2("+replyid+","+idinput+");"); changetofloat("overlaycomments",'unfocus');document.getElementById('displayregisteruser').style.display = 'block'; document.getElementById('emailuser').focus(); }else{//console.log(obj);}}}http.send(params);} function getAdjustedScroll(element) { //element.scrollIntoView({ behavior: 'smooth', block: 'center' });}
Chord Lain:
Chord Suggestion:
`; container.innerHTML += html; // Append the generated HTML to the container }); container.innerHTML += `
Lihat Lagi Chord ${labelname} →`; } catch (error) { console.error('Error processing entry:', error); }}