UNKLAB FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

UNKLAB FORUM

Forum Mahasiswa & Alumni Universitas Klabat
 
HomeSearchLatest imagesRegisterLog in
Bagi Guest atau user yang tidak terdaftar, mohon maaf karena ada beberapa thread tidak bisa diakses oleh guest, oleh karena itu, sebaiknya anda registrasi terlebih untuk bisa mengakses penuh forum ini. Baca dulu peraturan forum ini. Terima Kasih
Navigation
 Index
 Memberlist
 Profile
 FAQ
 Search
Search
 
 

Display results as :
 
Rechercher Advanced Search
Latest topics
» Lowongan Pekerjaan PT. PNM (Persero)
Html Encrypter I_icon_minitimeWed Nov 08, 2017 7:01 pm by CLiFF

» .NET Programming
Html Encrypter I_icon_minitimeTue Mar 15, 2011 6:49 pm by Marvin07

» Bagaimana Menginstal OS dari USB???
Html Encrypter I_icon_minitimeThu Feb 10, 2011 9:55 pm by unaitech

» Automatic Installation BackTrack 3 Final | Dual Booting
Html Encrypter I_icon_minitimeThu Feb 10, 2011 9:53 pm by unaitech

» simple hacking test
Html Encrypter I_icon_minitimeThu Feb 10, 2011 7:38 pm by and213

» [tutor] How To Patch SQL Injection Bug
Html Encrypter I_icon_minitimeThu Feb 10, 2011 9:52 am by unaitech

» what ur distro..?
Html Encrypter I_icon_minitimeThu Feb 10, 2011 9:48 am by unaitech

» netcut source-code
Html Encrypter I_icon_minitimeThu Feb 10, 2011 9:44 am by unaitech

» Ragnarok Online
Html Encrypter I_icon_minitimeMon Jan 31, 2011 1:57 pm by Marvin07

FRIENDS
Ads

    No ads available.



     

     Html Encrypter

    Go down 
    +2
    bronkolous
    CLiFF
    6 posters
    AuthorMessage
    CLiFF
    Administrator
    Administrator
    CLiFF


    Male Number of posts : 564
    Age : 37
    Location : Anywhere...
    Points : 10009
    Registration date : 2008-06-03

    Html Encrypter Empty
    PostSubject: Html Encrypter   Html Encrypter I_icon_minitimeMon Sep 15, 2008 11:53 am

    silahkan coba disini

    https://unklab.forum.st/HTML-Encrypter-h1.html


    nih source codenya
    Code:

    <html>
    <head>
    <title>EA Ngel HTML Encrypter</title>
    </head>
    <script language=JavaScript>
    <!--
    //////////////////////////////////////////////////////////////////
    // Source Code Encrypter v1.0 //
    //////////////////////////////////////////////////////////////////
    // //
    // This JavaScript can be freely used as long as this message //
    // stays here in the header of the script. Any modifications //
    // and bugs found (and fixed) are appreciated. //
    // Script submitted/featured on Dynamicdrive.com //
    // Visit http://www.dynamicdrive.com for source code //
    // Svetlin Staev, svetlins@yahoo.com //
    //////////////////////////////////////////////////////////////////

    var i=0;
    var ie=(document.all)?1:0;
    var ns=(document.layers)?1:0;

    function initStyleElements() /* Styles for Buttons Init */
    {
    var c = document.pad;
    if (ie)
    {
    http://c.text.style.backgroundColor="#DDDDDD";
    c.compileIt.style.backgroundColor="#C0C0A8";
    c.compileIt.style.cursor="hand";
    c.select.style.backgroundColor="#C0C0A8";
    c.select.style.cursor="hand";
    c.view.style.backgroundColor="#C0C0A8";
    c.view.style.cursor="hand";
    c.retur.style.backgroundColor="#C0C0A8";
    c.retur.style.cursor="hand";
    c.clear.style.backgroundColor="#C0C0A8";
    c.clear.style.cursor="hand";
    }
    else return;
    }

    /* Buttons Enlightment of "Compilation" panel */
    function LightOn(what)
    {
    if (ie) what.style.backgroundColor = '#E0E0D0';
    else return;
    }
    function FocusOn(what)
    {
    if (ie) what.style.backgroundColor = '#EBEBEB';
    else return;
    }
    function LightOut(what)
    {
    if (ie) what.style.backgroundColor = '#C0C0A8';
    else return;
    }
    function FocusOff(what)
    {
    if (ie) what.style.backgroundColor = '#DDDDDD';
    else return;
    }
    /* Buttons Enlightment of "Compilation" panel */

    function generate() /* Generation of "Compilation" */
    {
    code = document.pad.text.value;
    if (code)
    {
    document.pad.text.value='Compiling...Please wait!';
    setTimeout("compile()",1000);
    }
    else alert('First enter something to compile and then press CompileIt')
    }
    function compile() /* The "Compilation" */
    {
    document.pad.text.value='';
    compilation=escape(code);
    document.pad.text.value="<script>\n<!--\ndocument.write(unescape(\""+compilation+"\"));\n//-->\n<\/script>";
    i++;
    if (i=1) alert("Page compiled 1 time!");
    else alert("Page compiled "+i+" times!");
    }
    function selectCode() /* Selecting "Compilation" for Copying */
    {
    if(document.pad.text.value.length>0)
    {
    document.pad.text.focus();
    document.pad.text.select();
    }
    else alert('Nothing for be selected!')
    }
    function preview() /* Preview for the "Compilation" */
    {
    if(document.pad.text.value.length>0)
    {
    pr=window.open("","Preview","scrollbars=1,menubar=1,status=1,width=700,height=320,left=50,top=110");
    pr.document.write(document.pad.text.value);
    }
    else alert('Nothing for be previewed!')
    }
    function uncompile() /* Decompiling a "Compilation" */
    {
    if (document.pad.text.value.length>0)
    {
    source=unescape(document.pad.text.value);
    document.pad.text.value=""+source+"";
    }
    else alert('You need compiled code to uncompile it!')
    }
    // -->
    </script>
    <body bgcolor=white topmargin=0 leftmargin=0 marginheight=0 marginwidth=0 onload=initStyleElements()>
    <table border=0 width=100% cellspacing=0 cellpadding=0>
    <tr>
    <td width=100% height="23"></td>
    </tr>
    <tr>
    <td width=100% height=23></td>
    </tr>
    <tr>
    <td width=100%>

    <!-- Compilation Panel -->
    <form method=post name=pad align=center>
    <textarea rows=11 name=text cols=58 style="background-color:#EBEBEB;width:95%"></textarea><br>
    <input type=button value=Encrypt name=compileIt onClick=generate() onMouseOver=LightOn(this) onMouseOut=LightOut(this)>
    <input type=button value=Select name=select onClick=selectCode() onMouseOver=LightOn(this) onMouseOut=LightOut(this)>
    <input type=button value=Preview name=view onClick=preview() onMouseOver=LightOn(this) onMouseOut=LightOut(this)>
    <input type=button value=Source name=retur onClick=uncompile() onMouseOver=LightOn(this) onMouseOut=LightOut(this)>
    <input type=reset value=Clear name=clear onMouseOver=LightOn(this) onMouseOut=LightOut(this)>
    </form>
    <!-- Compilation Panel -->

    </td>
    </tr>
    </table>
    </body>
    </html>

    thanx to: EA-Ngel
    Back to top Go down
    https://unklab.forum.st
    bronkolous
    Newbie
    Newbie
    bronkolous


    Male Number of posts : 20
    Age : 37
    Location : in house
    Points : 0
    Registration date : 2008-10-04

    Html Encrypter Empty
    PostSubject: Re: Html Encrypter   Html Encrypter I_icon_minitimeSat Oct 04, 2008 5:19 pm

    thx ne broo
    Tuhan memberkati...
    Back to top Go down
    foreigner
    Moderator
    Moderator
    foreigner


    Male Number of posts : 74
    Age : 42
    Location : Abepura, Jayapura, ID
    Points : 26
    Registration date : 2008-06-07

    Html Encrypter Empty
    PostSubject: Re: Html Encrypter   Html Encrypter I_icon_minitimeSun Oct 12, 2008 10:29 pm

    om cliff, postinganx bagus, mar qta nda dapa d p guna apa.. boleh kase tau?
    Back to top Go down
    http://www.phpclasses.org
    CoolBlue
    Newbie
    Newbie
    CoolBlue


    Male Number of posts : 41
    Age : 37
    Location : UNKLAB
    Points : 0
    Registration date : 2008-11-29

    Html Encrypter Empty
    PostSubject: Re: Html Encrypter   Html Encrypter I_icon_minitimeTue Dec 02, 2008 4:29 pm

    Hai bro cliff, ini encrypt dpe html code?
    Back to top Go down
    http://www.imcoolblue.co.nr
    CoolBlue
    Newbie
    Newbie
    CoolBlue


    Male Number of posts : 41
    Age : 37
    Location : UNKLAB
    Points : 0
    Registration date : 2008-11-29

    Html Encrypter Empty
    PostSubject: Re: Html Encrypter   Html Encrypter I_icon_minitimeTue Dec 02, 2008 4:30 pm

    pas wkt view source dpe code ta encrypt, gt?
    hehehehe...
    baguslah kalo emang gt...
    Back to top Go down
    http://www.imcoolblue.co.nr
    y0ng_en9el
    Pro
    Pro



    Male Number of posts : 919
    Age : 38
    Location : In your heart
    Points : 78
    Registration date : 2008-06-10

    Html Encrypter Empty
    PostSubject: Re: Html Encrypter   Html Encrypter I_icon_minitimeTue Dec 02, 2008 10:12 pm

    HTML Encrypter gunanya untuk mengenkripsi script html ke javascript, alasannya supaya para copas pemula [copy+paste pemula] tdk bisa meniru script html kita.
    Back to top Go down
    http://hikari-community.co.nr
    jzt.nwbie
    Administrator
    Administrator
    jzt.nwbie


    Male Number of posts : 529
    Location : /home/jzt.nwbie
    Points : 109
    Registration date : 2008-09-16

    Html Encrypter Empty
    PostSubject: Re: Html Encrypter   Html Encrypter I_icon_minitimeThu Dec 04, 2008 9:23 am

    oh gitu yach...
    Back to top Go down
    Sponsored content





    Html Encrypter Empty
    PostSubject: Re: Html Encrypter   Html Encrypter I_icon_minitime

    Back to top Go down
     
    Html Encrypter
    Back to top 
    Page 1 of 1

    Permissions in this forum:You cannot reply to topics in this forum
    UNKLAB FORUM :: KLABAT UNIVERSITY :: Computer Science Faculty :: Programming :: WEB-
    Jump to: