Filehost.ro - gazduire fisiere
Hacking and more...
HaCkinG CulT
Nou pe simpatie:
crazygirl
Femeie
24 ani
Buzau
cauta Barbat
26 - 80 ani
Hacking and more...ReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
Hacking and more... / Web-DesiGn Stuff /

scris in josul brosser`ului ?

Pagini: 1 Moderat de Shocker
#1
Y2K`
Elite Member
Din: 666
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


 
   
#2
Shocker
Super Moderator
Din: localhost
Postari: 2084


Code:

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



_______________________________________
ShockingSoft is back
Freakz only
Comics of the day

 
   
#3
Y2K`
Elite Member
Din: 666
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 ?


 
   
#4
Shocker
Super Moderator
Din: localhost
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

 
   
#5
Y2K`
Elite Member
Din: 666
Postari: 970
e supper

 
   
#6
Sad_Dreamer
Elite Member
Postari: 1602
uite inca ceva

Code:

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



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

 
   
#7
prc6
V.I.P.
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 : http://www.a1javascripts.com/status_effects/


_______________________________________
Nimic nu costa mai mult decat nestiinta...

 
   
#8
Y2K`
Elite Member
Din: 666
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 : http://www.a1javascripts.com/status_effects/




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 ?


 
   
#9
prc6
V.I.P.
Postari: 367
depinde la ce te referi , status style sau status msg. daca e msg/s , da se poate.

_______________________________________
Nimic nu costa mai mult decat nestiinta...

 
   
#10
Y2K`
Elite Member
Din: 666
Postari: 970

Sad_Dreamer a scris:

uite inca ceva

Code:

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




imi da ceva erroare codu


 
   
#11
gaby_dylyu
Old School Member
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!!!

 
   
#12
infector
Junior
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>


 
   
Pagini: 1  
Mergi la