Devilzc0de Forum Follow @devilzc0de
  • Home
  • Hacking
  • Networking
  • Programming
  • O.S
  • Server
  • Tweets
  • Search
  • Member List
  • Calendar
Current time: 05-23-2013, 06:06 PM Hello There, Guest! (Login — Register)
Devilzc0de Forum › Information Technology › Hacking › Web Hacking v
« Previous 1 ... 10 11 12 13 14 ... 54 Next »

share file html bermanfaat

Home General Computer Multimedia Business Lounge

Pages (2): 1 2 Next »
Post Reply 
Tweet
Threaded Mode | Linear Mode
share file html bermanfaat
03-21-2012, 09:48 AM (This post was last modified: 03-28-2012 01:25 PM by candragati.)
Post: #1
candragati Offline
./Devilz Officer
Posts: 221
Joined: Feb 2012
Reputation: 25
Lightbulb share file html bermanfaat
maap... nyubi nyoba ngepos chaer

buat yang tiap hari di depan komtupret dan pengen nyari hiburan, ini tak kasih file html yang sudah disunat source nya. Siapa tau emang butuh ngakak

There is no iklan, only wuzz.. wuzz ngakak

Code:
<html>
    <head>
    </head>
    <body>
      <center>
        <div style="-khtml-border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; border: 5px solid #009999; height: 420px; overflow: hidden; width: 500px;">
          <div align="center">
            <blink>
              <span style="font-size: x-small;"></span>
            </blink>
          </div>
          <div>
            <object data="http://static.movideo.com/flash/movideo_player.swf" height="420" id="livestream_okezone-livestream_1325790086864" width="500">
              <param name="movie" value="http://static.movideo.com/flash/movideo_player.swf">
              <param name="bgcolor" value="#000000">
              <param name="allowscriptaccess" value="always">
              <param name="allowfullscreen" value="true">
              <param name="flashvars" value="layoutURL=http://www.okezone.tv/asset/video_player/layout.xml&apiKey=movideoOkezone&flashAppAlias=okezone-livestream&iosAppAlias=okezone-universal-ios&posterDisabled=false&autoPlay=true&mediaId=136999&appAlias=okezone-universal-ios&alias=okezone-livestream&playerId=livestream_okezone-livestream_1325790086864">
              <param name="wmode" value="opaque">
            </object>
          </div>
        </div>
      </center>
    </body>
  </html>
Code:
<body bgcolor=black>
<center>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="610" height="878" id="MivoTV" align="top">
<param name="wmode" value="transparent"/>
<param name="allowScriptAccess" value="always"/>
<param name="allowFullScreen" value="true"/>
<param name="SeamlessTabbing" value="false"/>
<param name="movie" value="http://id.imediabiz.com/MivoTV.swf?r=48183"/>
<param name="quality" value="high"/>
<param name="scale" value="noscale"/>
<param name="menu" value="true"/>
<param name="devicefont" value="false"/>
<param name="bgcolor" value="#ffffff"/>
<param name="name" value="MivoTV"/>
<embed src="http://id.imediabiz.com/MivoTV.swf?r=59529" quality="high" scale="noscale" bgcolor="#ffffff" width="610" height="878" name="MivoTV" align="top" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" menu="true" devicefont="false"/>
</object>
</center>
</body>
Code:
<script language=JavaScript>
<!--
function check_length(my_form)
{
maxLen = 160; // max number of characters allowed
if (my_form.Text.value.length >= maxLen) {
// Alert message if maximum limit is reached.
// If required Alert can be removed.
var msg = "You have reached your maximum limit of characters allowed";
alert(msg);
// Reached the Maximum length so trim the textarea
my_form.Text.value = my_form.Text.value.substring(0, maxLen);
}
else{ // Maximum length not reached so update the value of Text counter
my_form.text_num.value = maxLen - my_form.Text.value.length;}
}
//-->
</script>
<form method="post" enctype="multipart-form-data" name="my_form" onsubmit="clearTextBoxCounter()" action="http://sms-online.web.id/widget/kirim.php" >

  <input type=hidden name=teks value=>KIRIM SMS GRATIS<br>
Nomor HP<br />
  <input class="field text small" type="text" maxlength="20" name="Phonenumbers" />
  <br />

Isi SMS
<br>



  <textarea rows="4" cols="20" onKeyPress=check_length(this.form); onKeyDown=check_length(this.form); name=Text ></textarea>
<br />
<br>
<input id="saveForm" class="btTxt" type="submit" value="KIRIM" name="TOMBOL" />

<input  value=160 name=text_num disabled="disabled" size="3" readonly="readonly" > huruf lagi<br>

UPDATE 28 Maret 2012
Code:
<!-- sumber : widget opera, Text to Hack Converter-->
<html >
<head>
  <title>Text-To-Hack Converter</title>
  
  <script>
  function jsRand(min,max){
    if(max){
        return Math.floor(Math.random()*(max-min+1))+min;
    }
    else{
        return Math.floor(Math.random()*(min+1));
    }
}

function convertNormal(){
    out = document.getElementById('inputText').value;

    out = out.replace(/a/gi,'4');
    out = out.replace(/e/gi,'3');
    out = out.replace(/i/gi,'!');
    out = out.replace(/l/gi,'1');
    out = out.replace(/o/gi,'0');
    out = out.replace(/s/gi,'$');
    out = out.replace(/t/gi,'7');

    document.getElementById('outputText').value = out;
}

function convertGoogle(){
    var input = document.getElementById('inputText').value;
    out = '';
    for(i=0,max=input.length;i<max;i++){
        char=input.charAt(i);
        if (jsRand(0,1) == 1){
            char = char.toUpperCase();
        }
        out += char;
    }

    out = out.replace(/a/gi,'4');
    out = out.replace(/b/gi,'8');
    out = out.replace(/c/gi,'(');
    out = out.replace(/e/gi,'3');
    out = out.replace(/i/gi,'|');
    out = out.replace(/l/gi,'1');
    out = out.replace(/o/gi,'0');
    out = out.replace(/s/gi,'z');
    out = out.replace(/t/gi,'+');

    document.getElementById('outputText').value = out;
}

function configOk(){
    if (document.getElementById('mode1').checked){
        document.getElementById('inputText').onkeyup = "convertNormal()";
        convertNormal();
    }
    else{
        document.getElementById('inputText').onkeyup = "convertGoogle()";
        convertGoogle();
    }

   document.getElementById('configView').style.display = "block";
}

  </script>
</head>

<body>

<div id="configView">
  <h1>Change mode:</h1>
  
  <input type="radio" name="mode" id="mode1" value="1" checked="checked" /><label for="mode1">Normal</label><br />
  <input type="radio" name="mode" id="mode2" value="2" /><label for="mode2">Google H4x0r</label><br />
  <button type="button" onclick="configOk()">OK</button>
</div>
<p>

<div id="mainView">
  <div id="mainEditableContent">
    <textarea name="inputText" id="inputText" onkeyup="convertNormal()"></textarea>
    <p>
    <textarea name="outputText" id="outputText"></textarea>
  </div>
</div>
</body>

</html>
Code:
<!--  sumber : http://desacilembu.blogspot.com/2012/01/keyboard-arab.html -->
<div dir="ltr" style="text-align: left;" trbidi="on">
<form name="form1">
<table align="center" cellpadding="0" cellspacing="0" style="width: 450px;">
    <tbody>
        <tr><td dir="rtl"><br />
            <br />
            <br />
            <br />
            <br />
            <center>
                <textarea cols="45" dir="rtl" id="Textarea1" name="text1" rows="4" style="color: black; font-family: Arial (Arabic); font-size: 11pt; font-weight: bold;" wrap="PHYSICAL"></textarea>
                <br />
                <br />
            </center>
        </td> </tr>
        <tr> <td>
            <br />
            <br />
            <br />
            <br />

            <center>
                <img border="0" height="156" src="http://lh5.ggpht.com/_nIHBe5jdbIU/TAekv9EC44I/AAAAAAAAAgE/RI8OjoJzUYk/key1.gif" usemap="#key" width="450" />
            </center>
        </td></tr>
        <tr><td height="52">
            <div style="text-align: -webkit-center;"><br /></div>
            <div align="center">
                <img border="0" height="43" src="http://lh6.ggpht.com/_nIHBe5jdbIU/TAek_9brt2I/AAAAAAAAAgI/xGIYWfP0Gh8/key2.gif" usemap="#key2" width="354" />
            </div>
        </td> </tr>
    </tbody>
</table>

<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />

<center><br /><br />
<map name="key">
<input type="button" onclick="form1.text1.value=form1.text1.value + ' ';" shape="RECT"></input>
<input type="button"  onclick="form1.text1.value=form1.text1.value + 'ذ';" shape="RECT"></area>
<input type="button"  onclick="form1.text1.value=form1.text1.value + '1';" shape="RECT"></area>
<area coords="65,4,89,28" onclick="form1.text1.value=form1.text1.value + '2';" shape="RECT"></area>
<area coords="96,3,117,28" onclick="form1.text1.value=form1.text1.value + '3';" shape="RECT"></area>
<area coords="125,5,147,27" onclick="form1.text1.value=form1.text1.value + '4';" shape="RECT"></area>
<area coords="155,5,176,28" onclick="form1.text1.value=form1.text1.value + '5';" shape="RECT"></area>
<area coords="183,4,205,27" onclick="form1.text1.value=form1.text1.value + '6';" shape="RECT"></area>
<area coords="212,5,235,27" onclick="form1.text1.value=form1.text1.value + '7';" shape="RECT"></area>
<area coords="241,6,263,28" onclick="form1.text1.value=form1.text1.value + '8';" shape="RECT"></area>
<area coords="271,6,292,30" onclick="form1.text1.value=form1.text1.value + '9';" shape="RECT"></area>
<area coords="298,4,324,30" onclick="form1.text1.value=form1.text1.value + '0';" shape="RECT"></area>
<area coords="334,92,361,118" onclick="form1.text1.value=form1.text1.value + 'ظ';" shape="RECT"></area>
<area coords="306,92,331,114" onclick="form1.text1.value=form1.text1.value + 'ز';" shape="RECT"></area>
<area coords="276,93,300,115" onclick="form1.text1.value=form1.text1.value + 'Ùˆ';" shape="RECT"></area>
<area coords="246,93,271,115" onclick="form1.text1.value=form1.text1.value + 'Ø©';" shape="RECT"></area>
<area coords="219,91,245,115" onclick="form1.text1.value=form1.text1.value + 'Ù‰';" shape="RECT"></area>
<area coords="190,91,214,115" onclick="form1.text1.value=form1.text1.value + 'لا';" shape="RECT"></area>
<area coords="159,93,186,115" onclick="form1.text1.value=form1.text1.value + 'ر';" shape="RECT"></area>
<area coords="130,95,153,118" onclick="form1.text1.value=form1.text1.value + 'ؤ';" shape="RECT"></area>
<area coords="101,90,127,117" onclick="form1.text1.value=form1.text1.value + 'Ø¡';" shape="RECT"></area>
<area coords="74,92,96,115" onclick="form1.text1.value=form1.text1.value + 'ئ';" shape="RECT"></area>
<area coords="351,61,376,88" onclick="form1.text1.value=form1.text1.value + 'Ø·';" shape="RECT"></area>
<area coords="321,63,348,86" onclick="form1.text1.value=form1.text1.value + 'Ùƒ';" shape="RECT"></area>
<area coords="293,64,315,87" onclick="form1.text1.value=form1.text1.value + 'Ù…';" shape="RECT"></area>
<area coords="263,63,286,87" onclick="form1.text1.value=form1.text1.value + 'Ù†';" shape="RECT"></area>
<area coords="234,62,258,85" onclick="form1.text1.value=form1.text1.value + 'ت';" shape="RECT"></area>
<area coords="206,64,229,87" onclick="form1.text1.value=form1.text1.value + 'ا';" shape="RECT"></area>
<area coords="178,64,200,87" onclick="form1.text1.value=form1.text1.value + 'Ù„';" shape="RECT"></area>
<area coords="148,63,170,86" onclick="form1.text1.value=form1.text1.value + 'ب';" shape="RECT"></area>
<area coords="118,64,142,89" onclick="form1.text1.value=form1.text1.value + 'ÙŠ';" shape="RECT"></area>
<area coords="90,64,112,87" onclick="form1.text1.value=form1.text1.value + 'س';" shape="RECT"></area>
<area coords="60,64,84,86" onclick="form1.text1.value=form1.text1.value + 'Ø´';" shape="RECT"></area>
<area coords="371,34,397,58" onclick="form1.text1.value=form1.text1.value + 'د';" shape="RECT"></area>
<area coords="343,35,368,59" onclick="form1.text1.value=form1.text1.value + 'ج';" shape="RECT"></area>
<area coords="315,33,339,58" onclick="form1.text1.value=form1.text1.value + 'Ø­';" shape="RECT"></area>
<area coords="285,35,310,60" onclick="form1.text1.value=form1.text1.value + 'Ø®';" shape="RECT"></area>
<area coords="255,34,280,57" onclick="form1.text1.value=form1.text1.value + 'Ù‡';" shape="RECT"></area>
<area coords="229,34,251,57" onclick="form1.text1.value=form1.text1.value + 'ع';" shape="RECT"></area>
<area coords="198,35,222,58" onclick="form1.text1.value=form1.text1.value + 'غ';" shape="RECT"></area>
<area coords="169,34,193,57" onclick="form1.text1.value=form1.text1.value + 'ف';" shape="RECT"></area>
<area coords="140,33,165,58" onclick="form1.text1.value=form1.text1.value + 'Ù‚';" shape="RECT"></area>
<area coords="110,35,134,57" onclick="form1.text1.value=form1.text1.value + 'Ø«';" shape="RECT"></area>
<area coords="82,36,103,57" onclick="form1.text1.value=form1.text1.value + 'ص';" shape="RECT"></area>
<area coords="51,35,71,55" onclick="form1.text1.value=form1.text1.value + 'ض';" shape="RECT"></area>
</map>
<br /><br />

<map name="key2">
<area coords="317,5,343,33" onclick="form1.text1.value=form1.text1.value + '؛';" shape="RECT"></area>
<area coords="282,4,308,32" onclick="form1.text1.value=form1.text1.value + 'Ø¥';" shape="RECT"></area>
<area coords="254,6,280,33" onclick="form1.text1.value=form1.text1.value + '،';" shape="RECT"></area>
<area coords="225,4,251,35" onclick="form1.text1.value=form1.text1.value + 'Ù€';" shape="RECT"></area>
<area coords="194,5,221,33" onclick="form1.text1.value=form1.text1.value + 'Ø£';" shape="RECT"></area>
<area coords="164,6,192,32" onclick="form1.text1.value=form1.text1.value + 'لأ';" shape="RECT"></area>
<area coords="129,6,158,35" onclick="form1.text1.value=form1.text1.value + '؟';" shape="RECT"></area>
<area coords="100,6,127,32" onclick="form1.text1.value=form1.text1.value + '.';" shape="RECT"></area>
<area coords="71,6,97,34" onclick="form1.text1.value=form1.text1.value + ',';" shape="RECT"></area>
<area coords="36,6,62,34" onclick="form1.text1.value=form1.text1.value + 'Ø¢';" shape="RECT"></area>
<area coords="8,6,34,34" onclick="form1.text1.value=form1.text1.value + 'لآ';" shape="RECT"></area>
</map><br /><br />

</center></form>
silahkan barangkali ada yang mau nambahin silahkan

bookmark this shit! I'll be back heh
Find all posts by this user
Quote this message in a reply
 Reputed by :  Super Moderator(+1) , fuxnbums(+1) , tabun(+1) , Belatung Kubur(+1)
03-21-2012, 09:51 AM
Post: #2
Super Moderator Offline
Wahyu Adi Prasetyo
****
Global Moderators
Posts: 6,950
Joined: Jan 2010
Reputation: 237
RE: share file html bermanfaat
(03-21-2012 09:48 AM)candragati Wrote:  maap... nyubi nyoba ngepos chaer

buat yang tiap hari di depan komtupret dan pengen nyari hiburan, ini tak kasih file html yang sudah disunat source nya. Siapa tau emang butuh ngakak

There is no iklan, only wuzz.. wuzz ngakak

Code:
<html>
    <head>
    </head>
    <body>
      <center>
        <div style="-khtml-border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; border: 5px solid #009999; height: 420px; overflow: hidden; width: 500px;">
          <div align="center">
            <blink>
              <span style="font-size: x-small;"></span>
            </blink>
          </div>
          <div>
            <object data="http://static.movideo.com/flash/movideo_player.swf" height="420" id="livestream_okezone-livestream_1325790086864" width="500">
              <param name="movie" value="http://static.movideo.com/flash/movideo_player.swf">
              <param name="bgcolor" value="#000000">
              <param name="allowscriptaccess" value="always">
              <param name="allowfullscreen" value="true">
              <param name="flashvars" value="layoutURL=http://www.okezone.tv/asset/video_player/layout.xml&apiKey=movideoOkezone&flashAppAlias=okezone-livestream&iosAppAlias=okezone-universal-ios&posterDisabled=false&autoPlay=true&mediaId=136999&appAlias=okezone-universal-ios&alias=okezone-livestream&playerId=livestream_okezone-livestream_1325790086864">
              <param name="wmode" value="opaque">
            </object>
          </div>
        </div>
      </center>
    </body>
  </html>
Code:
<body bgcolor=black>
<center>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="610" height="878" id="MivoTV" align="top">
<param name="wmode" value="transparent"/>
<param name="allowScriptAccess" value="always"/>
<param name="allowFullScreen" value="true"/>
<param name="SeamlessTabbing" value="false"/>
<param name="movie" value="http://id.imediabiz.com/MivoTV.swf?r=48183"/>
<param name="quality" value="high"/>
<param name="scale" value="noscale"/>
<param name="menu" value="true"/>
<param name="devicefont" value="false"/>
<param name="bgcolor" value="#ffffff"/>
<param name="name" value="MivoTV"/>
<embed src="http://id.imediabiz.com/MivoTV.swf?r=59529" quality="high" scale="noscale" bgcolor="#ffffff" width="610" height="878" name="MivoTV" align="top" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" menu="true" devicefont="false"/>
</object>
</center>
</body>
Code:
<script language=JavaScript>
<!--
function check_length(my_form)
{
maxLen = 160; // max number of characters allowed
if (my_form.Text.value.length >= maxLen) {
// Alert message if maximum limit is reached.
// If required Alert can be removed.
var msg = "You have reached your maximum limit of characters allowed";
alert(msg);
// Reached the Maximum length so trim the textarea
my_form.Text.value = my_form.Text.value.substring(0, maxLen);
}
else{ // Maximum length not reached so update the value of Text counter
my_form.text_num.value = maxLen - my_form.Text.value.length;}
}
//-->
</script>
<form method="post" enctype="multipart-form-data" name="my_form" onsubmit="clearTextBoxCounter()" action="http://sms-online.web.id/widget/kirim.php" >

  <input type=hidden name=teks value=>KIRIM SMS GRATIS<br>
Nomor HP<br />
  <input class="field text small" type="text" maxlength="20" name="Phonenumbers" />
  <br />

Isi SMS
<br>



  <textarea rows="4" cols="20" onKeyPress=check_length(this.form); onKeyDown=check_length(this.form); name=Text ></textarea>
<br />
<br>
<input id="saveForm" class="btTxt" type="submit" value="KIRIM" name="TOMBOL" />

<input  value=160 name=text_num disabled="disabled" size="3" readonly="readonly" > huruf lagi<br>
silahkan barangkali ada yang mau nambahin silahkan

bookmark this shit! I'll be back heh

gue tungguin please
Visit this user's website Find all posts by this user
Quote this message in a reply
03-21-2012, 10:13 AM
Post: #3
d1skr00m Offline
./Devilz 1st Cadet
Posts: 48
Joined: May 2010
Reputation: 0
RE: share file html bermanfaat
itu sms beneran gak ya ?

sayangnya akses lemot jadi tvnya nggak make

nice share
Find all posts by this user
Quote this message in a reply
03-21-2012, 10:19 AM
Post: #4
candragati Offline
./Devilz Officer
Posts: 221
Joined: Feb 2012
Reputation: 25
RE: share file html bermanfaat
(03-21-2012 10:13 AM)d1skr00m Wrote:  itu sms beneran gak ya ?

sayangnya akses lemot jadi tvnya nggak make

nice share

dicoba dulu ke nomor sendiri omz dugem
Find all posts by this user
Quote this message in a reply
03-21-2012, 11:28 AM
Post: #5
The.shadow Offline
./Devilz Officer
Posts: 237
Joined: May 2011
Reputation: 4
RE: share file html bermanfaat
mantap nih om
Visit this user's website Find all posts by this user
Quote this message in a reply
03-21-2012, 12:10 PM
Post: #6
dadjal Offline
./Devilz Officer
Posts: 141
Joined: Feb 2012
Reputation: 0
RE: share file html bermanfaat
coba yg sms nya dulu oms mantap
Visit this user's website Find all posts by this user
Quote this message in a reply
03-21-2012, 01:38 PM
Post: #7
cotalika Offline
./Devilz Commander
Posts: 351
Joined: Oct 2010
Reputation: 3
RE: share file html bermanfaat
coba dulu ahh..
ouh btw ada yang share ngk yah bikin sms web based ??
Visit this user's website Find all posts by this user
Quote this message in a reply
03-21-2012, 02:20 PM
Post: #8
takuyahaneda Offline
./Devilz 1st Cadet
Posts: 31
Joined: Feb 2012
Reputation: 3
RE: share file html bermanfaat
ane cuman bisa make yang sms online doang gan. dugem
tapi mantap bangt dah atas sharenya. mantapmantapmantap
Find all posts by this user
Quote this message in a reply
03-21-2012, 02:25 PM
Post: #9
eleng mati Offline
Menjemput ajal
Posts: 113
Joined: Mar 2012
RE: share file html bermanfaat
ship... sher code yg sms ijin ane arsipin,... sapa tahu entar berguna hahaha...

ngakak

tadi ane dah coba n sukses om,,..
thank omm
Find all posts by this user
Quote this message in a reply
03-21-2012, 04:33 PM
Post: #10
bl4ck4ng3l Offline
./Devilz 1st Cadet
Posts: 27
Joined: Feb 2010
Reputation: 1
RE: share file html bermanfaat
manngstab kk sms online ny
bisa dibuat d blog tu,,,, mantap
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (2): 1 2 Next »
Post Reply 


Topic Tools
Topic Link :
BBCode :
HTML Code :
View a Printable Version Send Thread to a Friend Subscribe to this thread
Submit Google Submit Face book Submit to Digg Submit to Reddit Submit to Furl Submit to Del.icio.us Submit to Jeqq

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [Tutor] SQL Injection For Newbie (Share Di Mari) cangcimen 60 3,925 Today 11:42 AM
Last Post: ferlanzo
Bug [Tutor] Local File Inclusion http://www.mojokertokota.go.id/ KotoM 35 1,830 05-19-2013 08:56 AM
Last Post: brianfahmi
  [Tutor] mudahnya mencari file sensitif pada website w0rmil_alazka 18 1,285 04-25-2013 10:57 AM
Last Post: kid_1412
  [share] kumpulan shell indo dan top_100_shell 777r 25 1,142 04-21-2013 02:09 PM
Last Post: I'van
  [Share] SQLi Scanner - di Jamin Maknyuss RizaL.eN 11 485 03-09-2013 03:13 PM
Last Post: jawaklagi
  Local File Inclusion Exploitation With Burp Net_Spy 2 184 02-12-2013 08:13 PM
Last Post: spidolpermanent
  [Ask] shell dalam index.html hakimarx 17 811 01-22-2013 06:05 PM
Last Post: Backtracktux
  [Solved] ASK letak index.html Backtracktux 25 239 01-09-2013 01:55 AM
Last Post: ditatompel
Tongue [Tutor] Manipulasi Backdoor php script ke file gambar, jpg* RieqyNS13 12 707 09-14-2012 02:50 AM
Last Post: momoattacker
  joomla component com_agileplmform file upload vulnerability chastiter 2 187 08-08-2012 11:26 AM
Last Post: vbenk

Users Browsing
1 Guest(s)

  • Contact Us
  • devilzc0de
  • Return to Top
  • Mobile Version
  • RSS Syndication
  • Help
Current time: 05-23-2013, 06:06 PM Powered By MyBB, © 2002-2013 MyBB Group. Theme created by Justin S. | Mixed By Chaer.Newbie | Fixed By Aditya

USING THIS SITE INDICATES THAT YOU HAVE READ AND ACCEPT OUR TERMS. IF YOU DO NOT ACCEPT THESE TERMS, YOU ARE NOT AUTHORIZED TO USE THIS SITE