Hacking and more...
HaCkinG CulT
Lista Forumurilor Pe Tematici
Hacking and more... | Reguli | Inregistrare | Login

POZE HACKING AND MORE...

Nu sunteti logat.
Nou pe simpatie:
Elena01
Femeie
19 ani
Braila
cauta Barbat
19 - 31 ani
Hacking and more... / Web-DesiGn Stuff / scris in josul brosser`ului ? Moderat de Shocker
Autor
Mesaj Pagini: 1
Y2K`
Elite Member

Din: 666
Inregistrat: acum 18 ani
Postari: 970
am vazut ca pe multe site`uri apar jos in brosser (am scris bine ?) ca apar diferite msg`uri (de gen Bine Ai venit ) la uni se mishcau ...... pe mine ma intereseaza cod`u ca vreau neapart si eu de ala

p.s. sa fiu mai explicit unde apare scrisu`u acuma sa zicem ca sunteti in mozilia si cand sunteti pe forum jos jos jos jos apare scris "done" pe internet explorer apare "done but errors" noh acolo sa apara


pus acum 18 ani
   
Shocker
Super Moderator

Din: localhost
Inregistrat: acum 18 ani
Postari: 2084


Code:

<script>
window.status='blabla text';
</script>



_______________________________________
ShockingSoft is back
Freakz only
Comics of the day

pus acum 18 ani
   
Y2K`
Elite Member

Din: 666
Inregistrat: acum 18 ani
Postari: 970

Shocker a scris:



Code:

<script>
window.status='blabla text';
</script>




pfuuu supper merge dar daca vreau sa pun si cu codu ala sa mearga din stanga in dreapta cum fac ?

Code:

<MARQUEE BEHAVIOR="alternate"> Hack </MARQUEE>

am inncercat sa pun

Code:

<script>
window.status=' <MARQUEE BEHAVIOR="alternate"> Hack </MARQUEE>
 ';
</script>

da nu merge ( cum ar tr ?

Modificat de Y2K` (acum 18 ani)


pus acum 18 ani
   
Shocker
Super Moderator

Din: localhost
Inregistrat: acum 18 ani
Postari: 2084


Code:

<script language="JavaScript">
spatii = "                                        ";
text = "Bien ati venit pe site blabla";
tmp = spatii + spatii + spatii + text + spatii + spatii + spatii;
blabla = 0;    
catSaSteaIntreMiscari=50;
catSaSteaPanaSaArateIarMesaju=1000;
function misca()
{
 window.status = tmp.substring(blabla, blabla + 110);
 blabla ++;
 if (blabla > tmp.length - 110)
 {
   blabla = 0;
   window.setTimeout('misca()', catSaSteaPanaSaArateIarMesaju);
 }
 else window.setTimeout('misca()', catSaSteaIntreMiscari);
}

window.setTimeout('misca()', 100);
</script>

Cred ca iti dai seama ce sa modifici


_______________________________________
ShockingSoft is back
Freakz only
Comics of the day

pus acum 18 ani
   
Y2K`
Elite Member

Din: 666
Inregistrat: acum 18 ani
Postari: 970
e supper

Modificat de Y2K` (acum 18 ani)


pus acum 18 ani
   
Sad_Dreamer
Elite Member

Inregistrat: acum 18 ani
Postari: 1602
uite inca ceva

Code:

<body onLoad="window.defaultStatus='TEXT">



_______________________________________
In caz ca nu sti...Getting Laid <> Getting r00t

pus acum 18 ani
   
prc6
V.I.P.

Inregistrat: acum 18 ani
Postari: 367


Code:

<script language="JavaScript">
  <!-- 
    var hellotext="welcome to my home - page !< y2K"
    var thetext="..."
    var started=false
    var step=0
    var times=1

    function welcometext()
    {
      times--
      if (times==0)
      { 
        if (started==false)
        {
          started = true;
          window.status = hellotext;
          setTimeout("anim()",1); 
        }
        thetext = hellotext;
      }
    }

    function showstatustext(txt)
    {
      thetext = txt;
      setTimeout("welcometext()",4000)
      times++
    }

    function anim()
    {
      step++
      if (step==7) {step=1}
      if (step==1) {window.status='>==='+welcome to my home - page !< y2K+'===<'}
      if (step==2) {window.status='=>=='+welcome to my home - page !< y2K+'==<='}
      if (step==3) {window.status='>=>='+welcome to my home - page !< y2K+'=<=<'}
      if (step==4) {window.status='=>=>'+welcome to my home - page !< y2K+'<=<='}
      if (step==5) {window.status='==>='+welcome to my home - page !< y2K+'=<=='}
      if (step==6) {window.status='===>'+welcome to my home - page !< y2K+'<==='}
      setTimeout("anim()",200);
    }
  // -->
</script>
<BODY onLoad="welcometext()">

.etc

more :

Modificat de prc6 (acum 18 ani)


_______________________________________
Nimic nu costa mai mult decat nestiinta...

pus acum 18 ani
   
Y2K`
Elite Member

Din: 666
Inregistrat: acum 18 ani
Postari: 970

prc6 a scris:



Code:

<script language="JavaScript">
  <!-- 
    var hellotext="welcome to my home - page !< y2K"
    var thetext="..."
    var started=false
    var step=0
    var times=1

    function welcometext()
    {
      times--
      if (times==0)
      { 
        if (started==false)
        {
          started = true;
          window.status = hellotext;
          setTimeout("anim()",1); 
        }
        thetext = hellotext;
      }
    }

    function showstatustext(txt)
    {
      thetext = txt;
      setTimeout("welcometext()",4000)
      times++
    }

    function anim()
    {
      step++
      if (step==7) {step=1}
      if (step==1) {window.status='>==='+welcome to my home - page !< y2K+'===<'}
      if (step==2) {window.status='=>=='+welcome to my home - page !< y2K+'==<='}
      if (step==3) {window.status='>=>='+welcome to my home - page !< y2K+'=<=<'}
      if (step==4) {window.status='=>=>'+welcome to my home - page !< y2K+'<=<='}
      if (step==5) {window.status='==>='+welcome to my home - page !< y2K+'=<=='}
      if (step==6) {window.status='===>'+welcome to my home - page !< y2K+'<==='}
      setTimeout("anim()",200);
    }
  // -->
</script>
<BODY onLoad="welcometext()">

.etc

more :




hmmm daca am capish bine din cod, chestia cu

Code:

if (step==1) {window.status='>==='+welcome to my home - page !< y2K+'===<'}
      if (step==2) {window.status='=>=='+welcome to my home - page !< y2K+'==<='}
      if (step==3) {window.status='>=>='+welcome to my home - page !< y2K+'=<=<'}
      if (step==4) {window.status='=>=>'+welcome to my home - page !< y2K+'<=<='}
      if (step==5) {window.status='==>='+welcome to my home - page !< y2K+'=<=='}
      if (step==6) {window.status='===>'+welcome to my home - page !< y2K+'<==='}
      setTimeout("anim()",200);

o sa apara defiecare daca un alt msg nuh ?


pus acum 18 ani
   
prc6
V.I.P.

Inregistrat: acum 18 ani
Postari: 367
depinde la ce te referi , status style sau status msg. daca e msg/s , da se poate.

Modificat de prc6 (acum 18 ani)


_______________________________________
Nimic nu costa mai mult decat nestiinta...

pus acum 18 ani
   
Y2K`
Elite Member

Din: 666
Inregistrat: acum 18 ani
Postari: 970

Sad_Dreamer a scris:

uite inca ceva

Code:

<body onLoad="window.defaultStatus='TEXT">




imi da ceva erroare codu


pus acum 18 ani
   
gaby_dylyu
Old School Member

Inregistrat: acum 18 ani
Postari: 422
super buna adresa prc6 gasiti aklo  | Webmasters Tools | Tutorials |   
Essential Scripts | Background Effects | Form Navigation | Games | Midi Related
MouseOver | Page Effects | Redirection | Site Navigation | Status Bar | Text Effects
Time Related | User Information | Utilities | Miscellaneous | DHTML Scripts


_______________________________________
Always Expect The Unexpected!!!

pus acum 18 ani
   
infector
Junior

Inregistrat: acum 17 ani
Postari: 28
vad ca situatia nu sa clarifikt ..... asa se face mai mult ca sigur
<body><SCRIPT>
  <!-- Hide from old browsers
  message     = "bla bla" +
                "blabla" +
                "blabla"           
  scrollSpeed = 150
  lineDelay   = 1500
  txt         = ""

  function scrollText(pos) {
    if (message.charAt(pos) != '^') {
      txt    = txt + message.charAt(pos)
      status = txt
      pauze  = scrollSpeed
    }
    else {
      pauze = lineDelay
      txt   = ""
      if (pos == message.length-1) pos = -1
    }
    pos++
    setTimeout("scrollText('"+pos+"')",pauze)
  }

  // Unhide -->
scrollText(0)
  </SCRIPT></body>


pus acum 17 ani
   
Pagini: 1  

Mergi la