Hesaba giriş yapılıyor...
Lütfen giriş bilgilerini aşağıdaki alanlara yaz.
[\\s\\S]*?',
'gi');
function removeTags(html) {
var oldHtml;
do {
oldHtml = html;
html = html.replace(tagOrComment, '');
} while (html !== oldHtml);
return html.replace(/ 0){
//selcc.val(selcc.val().replace(new RegExp(regx),""));
selcc.val(selcc.val().replace(new RegExp(regx, 'g'), ""));
}else{console.log("clearInput_regx element belirlenemedi-> "+modaldiv+" - "+id + " - " +regx)}
}else{console.log("clearInput_regx parametreleri elde edilemedi-> "+modaldiv+" - "+id + " - " +regx)}
}//func
function escapeRegExp(str) {
return ("" + str).replace(/([.*+?^=!:${}()|\[\]\/\\])/g, "\\$1");
}
function replaceAll(str, find, replace) {
return ("" + str).replace(new RegExp(escapeRegExp(find), 'g'), replace);
}
function tirnaklari_temizle(t){
if(t){
t = replaceAll(t,"&","|and|")
t = replaceAll(t,"#","|diyez|")
t = replaceAll(t,"'","|tekt|")
t = replaceAll(t,"\"","|cift|")
t = replaceAll(t,"\n","|enter|")
return t
}//else{console.log("Missing parameter!")}
}//func
function chartem(){
//KARAKTER TEMİZLEME
var moddalim_karakter = '';
setTimeout(function(){
var selc = $('.kar_tem_func')
if(selc.length > 0){
selc.keyup(function() {
if($(this).attr('id') && $(this).attr('regx')){
clearInput_regx(moddalim_karakter,$(this).attr('id'),$(this).attr('regx'),0,0,0);
}else{console.log("clearInput_regx parametreleri elde edilemedi-> "+$(this).attr('id') + " - " +$(this).attr('regx'))}
});
}
}, 0);
}//func
function tarayicix(){
return 'Desteklenmiyor';
}//func
function offline_masa_pencere_ac_mobil(urlx,pn,pengen,penyuk){
var br = tarayicix();
if(br == 'Firefox'){
var topp = screen.height-penyuk//window.innerHeight-penyuk;
var leftt = screen.width-pengen//window.innerWidth-pengen;
pn = 'yeni';
var ap = window.open(urlx+'&pn='+pn, 'massa','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width='+pengen+'px,height='+penyuk+'px,top='+topp+',left='+leftt);
ap.focus();
ap.moveTo(0, 0);
}else{top.location.href=urlx+'&pn='+pn;}
}//func
function offline_masa_pencere_ac_pc(urlx,pn,pengen,penyuk){
var topp = screen.height-penyuk//window.innerHeight-penyuk;
var leftt = screen.width-pengen//window.innerWidth-pengen;
console.log("screen.height : "+screen.height+" - penyuk : "+penyuk+" ::: "+topp)
var ap = window.open(urlx+'&pn='+pn, 'massa','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width='+pengen+'px,height='+penyuk+'px,top='+topp+',left='+leftt);
ap.focus();
ap.moveTo(0, 0);
}//func
function offline_masa_ac(adr){
pengen = $( window ).width()
penyuk = $( window ).height()
if(pengen>800){//yeni pencere
offline_masa_pencere_ac_pc(adr,'yeni',pengen,penyuk);
}else{//aynı pencere
//var br = tarayicix();
//if(br == 'Firefox'){
offline_masa_pencere_ac_mobil(adr,'ayni',pengen,penyuk);
//}else{masa_pencere_ac_mobil('/oyun/online_oyun_kur.asp?pn=ayni',pengen,penyuk);}
}//aynı pencere
}//func
function irt_form_kaydet(fismekan){
var konu = "ekle";
var urlx = '/dosyalar/msggonderkayit_irt.asp';
var islem = "tamam";
var action = $("#action").val();
var adi = $("#adi").val();
//var fadi = $("#fadi").val();
var tel = $("#tel").val();
var mesaj = $("#mesaj").val();
var rbt = 1
adi = tirnaklari_temizle(adi);
adi = iso88599Escape(adi);
tel = tirnaklari_temizle(tel);
tel = iso88599Escape(tel);
mesaj = tirnaklari_temizle(mesaj);
mesaj = iso88599Escape(mesaj);
if(adi == 'undefined'){adi = ''}
if(tel == 'undefined'){tel = ''}
if(mesaj == 'undefined'){mesaj = ''}
if(rbt){
if(adi && tel && mesaj){
var sc = 'konu='+konu+'&islem='+islem+'&adi='+adi+'&tel='+tel+'&mesaj='+mesaj;
JXP(1, fismekan, urlx, sc);
}else{alert("Lütfen formdaki tüm alanları doldurduğundan emin ol!")}
}else{alert("Lütfen BEN ROBOT DEĞİLİM butonuna tıkla!")}
}//func
/*
$(document).ready(function() {
chartem();
});//ready
*/
$(function(){
if(document.getElementById) {
window.alert = function(txt) {
custom_alert(txt);
}
}
var tarayici_adi = 'Desteklenmiyor'//tarayicix('adi');
if(tarayici_adi != 'Chrome' && tarayici_adi != 'Edge' && tarayici_adi != 'Opera' && tarayici_adi != 'Yandex' && tarayici_adi != 'Firefox'){
var agent = 'CCBot/2.0 (https://commoncrawl.org/faq/)';
girisi_engelle(tarayici_adi,agent)
}
});//ready