RHUM


RHUM events & media
.  

Saturday, 17 November 2012

<title>By Hacked EmreDonT</title>
<SCRIPT language="JavaScript1.2"> 
<!-- 
var scroller_msg='Aksiyim.NET' 
var dismissafter=0 
var initialvisible=0 
if (document.all) 
document.write('<marquee id="curscroll" style="position:absolute;width:150px;border:1px solid black;font-size:14px;background-color:#738278;visibility:hidden">'+scroller_msg+'</marquee>') 
function followcursor(){ 
if (initialvisible==0){ 
curscroll.style.visibility="visible" 
initialvisible=1 
curscroll.style.left=document.body.scrollLeft+event.clientX+10 
curscroll.style.top=document.body.scrollTop+event.clientY+10 
function dismissmessage(){ 
curscroll.style.visibility="hidden" 
if (document.all){ 
document.onmousemove=followcursor 
document.ondblclick=dismissmessage 
if (dismissafter!=0) 
setTimeout("dismissmessage()",dismissafter*1000) 
//--> 
</SCRIPT>
<link rel="shortcut icon" type="image/png" href="http://img.haberler.com/haber/092/taksim-gezi-parki-ndaki-olaylar-4687092_8796_o.jpg" />
<style type="text/css"> 
<!--
 
body {
 
background-color: #000000;
 
background-image: url(http://soni.googlecode.com/files/matrix.gif);
 
}
 
-->
</style> 
<img align="left" src="/" />
<img align="right" src="/" />
<object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="0" height="0"><param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf"><param name="bgcolor" value="#000000">

<param name="FlashVars" value="mp3=http://mediacloud.whirled.com/4d9d8600b9e3727f102d146b213fed5cfd8aa087.mp3&autoplay=1"></object>
<script language='JavaScript1.2'>  
  
//assassin
  
function disableselect(e){
return false
  
function reEnable(){
return true
  
//KGTR
document.onselectstart=new Function ("return false") 

if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script> 
                <script language='JavaScript'>curPage=1;
document.oncontextmenu = function(){return false}
if(document.layers) {
    window.captureEvents(Event.MOUSEDOWN);
    window.onmousedown = function(e){
        if(e.target==document)return false;
    }
}
else {
    document.onmousedown = function(){return false}
}</script>

<br>



<script type="text/javascript" language="JavaScript">

<!--
var rows=3; 
var speed=1; 
var reveal=2; 
var effectalign="default" 

var w3c=document.getElementById && !window.opera;;
var ie45=document.all && !window.opera;
var ma_tab, matemp, ma_bod, ma_row, x, y, columns, ma_txt, ma_cho;
var m_coch=new Array();
var m_copo=new Array();
window.onload=function() {
if (!w3c && !ie45) return
  var matrix=(w3c)?document.getElementById("matrix"):document.all["matrix"];
  ma_txt=(w3c)?matrix.firstChild.nodeValue:matrix.innerHTML;
  ma_txt=" "+ma_txt+" ";
  columns=ma_txt.length;
  if (w3c) {
    while (matrix.childNodes.length) matrix.removeChild(matrix.childNodes[0]);
    ma_tab=document.createElement("table");
    ma_tab.setAttribute("border", 0);
    ma_tab.setAttribute("align", effectalign);
    ma_tab.style.backgroundColor="";  
    ma_bod=document.createElement("tbody");
    for (x=0; x<rows; x++) {
      ma_row=document.createElement("tr");
      for (y=0; y<columns; y++) {
        matemp=document.createElement("td");
        matemp.setAttribute("id", "Mx"+x+"y"+y);
        matemp.className="matrix";
        matemp.appendChild(document.createTextNode(String.fromCharCode(160)));
        ma_row.appendChild(matemp);
      }
      ma_bod.appendChild(ma_row);
    }
    ma_tab.appendChild(ma_bod);
    matrix.appendChild(ma_tab);
  } else {
    ma_tab='<ta'+'ble align="'+effectalign+'" border="0" style="background-color:#000000">';
    for (var x=0; x<rows; x++) {
      ma_tab+='<t'+'r>';
      for (var y=0; y<columns; y++) {
        ma_tab+='<t'+'d class="matrix" id="Mx'+x+'y'+y+'"> </'+'td>';
      }
      ma_tab+='</'+'tr>';
    }
    ma_tab+='</'+'table>';
    matrix.innerHTML=ma_tab;
  }
  ma_cho=ma_txt;
  for (x=0; x<columns; x++) {
    ma_cho+=String.fromCharCode(32+Math.floor(Math.random()*94));
    m_copo[x]=0;
  }
  ma_bod=setInterval("mytricks()", speed);
}

function mytricks() {
  x=0;
  for (y=0; y<columns; y++) {
    x=x+(m_copo[y]==100);
    ma_row=m_copo[y]%100;
    if (ma_row && m_copo[y]<100) {
      if (ma_row<rows+1) {
        if (w3c) {
          matemp=document.getElementById("Mx"+(ma_row-1)+"y"+y);
          matemp.firstChild.nodeValue=m_coch[y];
        }
        else {
          matemp=document.all["Mx"+(ma_row-1)+"y"+y];
          matemp.innerHTML=m_coch[y];
        }
        matemp.style.color="#33ff66";
//        matemp.style.fontWeight="bold";
      }
      if (ma_row>1 && ma_row<rows+2) {
        matemp=(w3c)?document.getElementById("Mx"+(ma_row-2)+"y"+y):document.all["Mx"+(ma_row-2)+"y"+y];
        matemp.style.fontWeight="normal";
        matemp.style.color="#00ff00";
      }
      if (ma_row>2) {
          matemp=(w3c)?document.getElementById("Mx"+(ma_row-3)+"y"+y):document.all["Mx"+(ma_row-3)+"y"+y];
        matemp.style.color="#009900";
      }
      if (ma_row<Math.floor(rows/2)+1) m_copo[y]++;
      else if (ma_row==Math.floor(rows/2)+1 && m_coch[y]==ma_txt.charAt(y)) zoomer(y);
      else if (ma_row<rows+2) m_copo[y]++;
      else if (m_copo[y]<100) m_copo[y]=0;
    }
    else if (Math.random()>0.9 && m_copo[y]<100) {
      m_coch[y]=ma_cho.charAt(Math.floor(Math.random()*ma_cho.length));
      m_copo[y]++;
    }
  }
  if (x==columns) clearInterval(ma_bod);
}

function zoomer(ycol) {
  var mtmp, mtem, ytmp;
  if (m_copo[ycol]==Math.floor(rows/2)+1) {
    for (ytmp=0; ytmp<rows; ytmp++) {
      if (w3c) {
        mtmp=document.getElementById("Mx"+ytmp+"y"+ycol);
        mtmp.firstChild.nodeValue=m_coch[ycol];
      }
      else {
        mtmp=document.all["Mx"+ytmp+"y"+ycol];
        mtmp.innerHTML=m_coch[ycol];
      }
      mtmp.style.color="#00ff00";
//      mtmp.style.color="#33ff66";
//      mtmp.style.fontWeight="bold";
    }
    if (Math.random()<reveal) {
      mtmp=ma_cho.indexOf(ma_txt.charAt(ycol));
      ma_cho=ma_cho.substring(0, mtmp)+ma_cho.substring(mtmp+1, ma_cho.length);
    }
    if (Math.random()<reveal-1) ma_cho=ma_cho.substring(0, ma_cho.length-1);
    m_copo[ycol]+=199;
    setTimeout("zoomer("+ycol+")", speed);
  }
  else if (m_copo[ycol]>200) {
    if (w3c) {
      mtmp=document.getElementById("Mx"+(m_copo[ycol]-201)+"y"+ycol);
      mtem=document.getElementById("Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol);
    }
    else {
      mtmp=document.all["Mx"+(m_copo[ycol]-201)+"y"+ycol];
      mtem=document.all["Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol];
    }
    mtmp.style.fontWeight="normal";
    mtem.style.fontWeight="normal";
    setTimeout("zoomer("+ycol+")", speed);
  }
  else if (m_copo[ycol]==200) m_copo[ycol]=100+Math.floor(rows/2);
  if (m_copo[ycol]>100 && m_copo[ycol]<200) {
    if (w3c) {
      mtmp=document.getElementById("Mx"+(m_copo[ycol]-101)+"y"+ycol);
      mtmp.firstChild.nodeValue=String.fromCharCode(160);
      mtem=document.getElementById("Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol);
      mtem.firstChild.nodeValue=String.fromCharCode(160);
    }
    else {
      mtmp=document.all["Mx"+(m_copo[ycol]-101)+"y"+ycol];
      mtmp.innerHTML=String.fromCharCode(160);
      mtem=document.all["Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol];
      mtem.innerHTML=String.fromCharCode(160);
    }
    setTimeout("zoomer("+ycol+")", speed);
  }
}
// -->
</script>

<div align=center id="matrix">
            
HACKED BY "EmreDont"
            
</div>

<br>
<div align="center"><img src="http://img.haberler.com/haber/092/taksim-gezi-parki-ndaki-olaylar-4687092_8796_o.jpg" width="425" height="325" /></div> 
<font face="courier new"><font size="4" color=#00ff01>
<pre><center>
Turk Hack Team'den size bir mesaj:

Türk korkmaz, korkutur.
Bir sey isterse onu yapmadikça
vazgeçmez. Hangi ise el atarsa
basarir.
</center></b>
</div>
<div align="center"> 
<center><font color="#666666" face="Tahoma" size="3" <span="" style="font-weight:bold; text-shadow:#ff0000 0px 0px 8px; color:white"> Biz Kimmiyiz ? : </font><marquee direction="left" scrollamount="2" scrolldelay="40" width="40%"><font color="#A6A6A6" face="verdana" size="2" <span="" style="font-weight:bold; text-shadow:#00ff00 0px 0px 8px; color:white">| Shift-TR® | ZoRRoKiN | Elazigli168 | 3333 | SaMuRai | Bedros Sanches | Black-Box | Genghis Khan | _EroS_ | INFeRNaL | Ghost Warrior | DelPhoi | Solo-Turk | _RoC_ | SaLii | Black-King | EmreDonT <font></font></font></marquee> 
</center></div> 
<div align="center"> 
<pre style="font: 20px/10px courier;"><b><script language="JavaScript1.2"> 
var message=">>  TurkHackTeam.NET  /  EmreDont  <<"
var neonbasecolor="Green"
var neontextcolor="white"
var neontextcolor2="#FFFFA8"
var flashspeed=100 // speed of flashing in milliseconds
var flashingletters=3 // number of letters flashing in neontextcolor
var flashingletters2=1 // number of letters flashing in neontextcolor2 (0 to disable)
var flashpause=0 // the pause between flash-cycles in milliseconds
 
///No need to edit below this line/////
 
var n=0
if (document.all||document.getElementById){
document.write('<font color="'+neonbasecolor+'">')
for (m=0;m<message.length;m++)
document.write('<span id="neonlight'+m+'">'+message.charAt(m)+'</span>')
document.write('</font>')
}
else
document.write(message)
function crossref(number){
var crossobj=document.all? eval("document.all.neonlight"+number) : document.getElementById("neonlight"+number)
return crossobj
}
function neon(){
 
//Change all letters to base color
 
if (n==0){
for (m=0;m<message.length;m++)
crossref(m).style.color=neonbasecolor
}
 
//cycle through and change individual letters to neon color
 
crossref(n).style.color=neontextcolor
if (n>flashingletters-1) crossref(n-flashingletters).style.color=neontextcolor2 
if (n>(flashingletters+flashingletters2)-1) crossref(n-flashingletters-flashingletters2).style.color=neonbasecolor
if (n<message.length-1)
n++
else{
n=0
clearInterval(flashing)
setTimeout("beginneon()",flashpause)
return
}
}
function beginneon(){
if (document.all||document.getElementById)
flashing=setInterval("neon()",flashspeed)
}
beginneon()
</script><font color="gray"><span id="neonlight3" style="color: gray;"> </span></font></b></pre> 
</div> 


 

RHUM Loves

TRAVEL: The Bullet Diaries: Stop 6: A Day in the Life of a Bangkok Refugee

Friday, 26 October 2012

TRAVEL: The Bullet Diaries: Stop 6: A Day in the Life of a Bangkok Refugee
We escaped the lecherous tentacles of Bangkok with mere flesh wounds and a shitty head cold and headed north for Ayutthaya, a small town 70km to the north. Earlier in the week we had discovered out determination to do as little visa related work as possible before leaving home had come back to non-surgically removed both our front teeth. From January, Pakistan has no longer issued visas to foreign nationals outside of their home country. So no visa in Bangkok, or Delhi, or in fact anywhere but Oz. Did I mention we met a guy by the name of Hugh Briss in Bangkok? He of the stocky build, big boots and wide brimmed hat? Things didn’t work out too well between us.
Continue Reading...