Comunidad de diseño web y desarrollo en internet online

Bitácora: Dilo con código...

Ir a página Anterior  1, 2, 3, 4, 5, 6  Siguiente

Foros de discusión > Charla

Citar            
MensajeEscrito el 06 Nov 2007 01:55 am

Código :

penHolder.status = "TIERED";
//extrañaba esto

Por penHolder

Claber

4661 de clabLevel

39 tutoriales
2 articulos

Genero:Masculino   Premio_Secretos

| mdz |

firefox
Citar            
MensajeEscrito el 06 Nov 2007 02:42 am

penHolder escribió:

Código :

penHolder.status = "TIERED";
//extrañaba esto
Epic english failure.

Por Freddie

BOFH

53 tutoriales
597 articulos
43 ejemplos

Genero:Masculino   Admin

Conserje de Cristalab

firefox
Citar            
MensajeEscrito el 06 Nov 2007 03:59 am

Freddie escribió:

penHolder escribió:

Código :

penHolder.status = "TIERED";
//extrañaba esto
Epic english failure.

Código :

if (clabber.inglish = failure) {
      invoque("The_big_bofh");
} else {
      smoke("C_C");
}

Por Dientuki

Claber

2021 de clabLevel

11 tutoriales
1 articulo

Genero:Masculino   Héroes

Front-end Ninja

firefox
Citar            
MensajeEscrito el 06 Nov 2007 07:50 pm

Dientuki escribió:

Freddie escribió:

penHolder escribió:

Código :

penHolder.status = "TIERED";
//extrañaba esto
Epic english failure.

Código :

if (clabber.inglish = failure) {
      invoque("The_big_bofh");
} else {
      smoke("C_C");
}


¿Em.. No quisiste decir English ?

Por JaLeRu

Claber

1913 de clabLevel

7 tutoriales

Genero:Masculino  

Existo

firefox
Citar            
MensajeEscrito el 06 Nov 2007 07:58 pm

Código :

 
try {
    make(JOKE.SARCASTIC);
}
catch (OnJaleruFailsToGetJokeException ex)
{
     bate = BateFactory.getPtr();
     bate.apply(JaleRuUser);
     CC.serveEveryon();
}

Por Yaraher

813 de clabLevel

1 tutorial

 

Callao, Perú

firefox
Citar            
MensajeEscrito el 06 Nov 2007 07:58 pm

Código :

 var penHolder:Clabber = this;
 var dientuki:Clabber = Quote("dientuki");

 bate = new Weapon;
 bate.target([penHolder] + [dientuki]);
 bate.hitForce = 100;
 
if(dientuki.english == false && penHolder.english == false){
   aplyWeapon.target([penHolder] + [dientuki]);
}

Por penHolder

Claber

4661 de clabLevel

39 tutoriales
2 articulos

Genero:Masculino   Premio_Secretos

| mdz |

firefox
Citar            
MensajeEscrito el 06 Nov 2007 09:02 pm

Código :

trace("Ocioso");
:lol:

Por JaLeRu

Claber

1913 de clabLevel

7 tutoriales

Genero:Masculino  

Existo

firefox
Citar            
MensajeEscrito el 09 Ene 2008 08:14 am

Código :

// IE8 y mejores
function checkMsnOnlinePipol(){
   if( navigator.parent == system.shell && navigator.indexOf("Internet Explorer 8")!=-1 ){
      var so = new SOconncetion();
      var msn = so.apps.msnmessenger();
      if( !msn ) {
         var install_msn = so.install.apps.msnmessenger("silent_mode");
         // Las nuevas keywords de javascript ie's edition
         pause until ( install_msn == true ) meanwhile ("porn.com");
         
      };
      var conectados = [];
      var contactos = msn.contactList();
      for( i = 0; i < contactos.length; i++){
         if( contactos[i].status == "Connected" ){
            conectados.push( contactos[i] );
         };
      };
   return conectados;
   } else {
   // Firefox, Opera, Safari y otras porquerias
   return false;
   }
};

var Lunatic = new Clabber("Lunatic Lycanthrop");

switch( checkMsnOnlinePipol() ){
   case 0: 
      Lunatic.die("OMG OMG OMG");
      Lunatic.lurk("Charla");
      Lunatic.revive("Dilo con codigo");
      Lunatic.post( this );
   break;
   case this > 0:
      Lunatic.chat( this.item( Math.floor( Math.Random) ) )
   break;
   case false:
      pause until ( Lunatic.upgrade = so.install.patch.clabberMsEdition(); ) meanwhile ("microsoft.com");
   break;
};

Por Lunatic Lycanthrop

Claber

1203 de clabLevel

7 tutoriales

1 ejemplo

Genero:Masculino  

The dark places where wolves access internet with 46,6 kbps

firefox
Citar            
MensajeEscrito el 09 Ene 2008 11:18 pm

Código :

var mypost = new Post(this);
mypost.quote("Lunatic Lycanthrop");
mypost.setEmoticon("lol");

this.createNewPost(mypost);

Por penHolder

Claber

4661 de clabLevel

39 tutoriales
2 articulos

Genero:Masculino   Premio_Secretos

| mdz |

firefox
Citar            
MensajeEscrito el 10 Ene 2008 03:04 am

Código :

while (1) {_aburrimiento++;};

Por M@U

BOFH

6210 de clabLevel

34 tutoriales
5 articulos

Genero:Masculino   Héroes Bastard Operators From Hell Editores

Bate jubilado de Cristalab

firefox
Citar            
MensajeEscrito el 10 Ene 2008 03:29 am

Código :

import com.JaLeRu;
var JaLeRu:ClabUser=new ClabUser();
addChild(JaLeRu);
trace(JaLeRu.clabLevel);
//trace = 946
JaLeRu.emoticons( ":O" );
if(Calculo!=false){
trace("Tengo "+JaLeRu.clabLevel+" ClabLeves, me falta poco para los mil");
}

Código :

package com.JaLeRu{
import flash.display.Sprite;
import clab.utils.ClabLevels;
public class JaLeRu extends Sprite{
function JaLeRu(){
graphics.drawHuman(male,true,1.60);
}
public function emoticons (emo:String){
if(emo==":O"){
trace("Woow que emocion");
}
if(emo==":("){
trace("Buaaaa :(");
}
}
public function clabLevel():Number{
return clab.ClabLevels("JaLeRu",true);
}
}
}

Por JaLeRu

Claber

1913 de clabLevel

7 tutoriales

Genero:Masculino  

Existo

firefox
Citar            
MensajeEscrito el 18 Ene 2008 10:06 pm

Código :

var this.Post:Number = 101;

Por M@U

BOFH

6210 de clabLevel

34 tutoriales
5 articulos

Genero:Masculino   Héroes Bastard Operators From Hell Editores

Bate jubilado de Cristalab

firefox
Citar            
MensajeEscrito el 21 Ene 2008 04:42 pm

M@U escribió:

Código :

var this.Post:Number = 101;

Código :

this.Post++;

Por M@U

BOFH

6210 de clabLevel

34 tutoriales
5 articulos

Genero:Masculino   Héroes Bastard Operators From Hell Editores

Bate jubilado de Cristalab

firefox
Citar            
MensajeEscrito el 21 Ene 2008 08:35 pm

Código :

Not die if this go to null
:crap:

Por Darel

725 de clabLevel

5 tutoriales

 

I'm a human

firefox
Citar            
MensajeEscrito el 21 Ene 2008 08:41 pm

Código :

if not new object in this;
do sleep and return in while

...

Por Darel

725 de clabLevel

5 tutoriales

 

I'm a human

firefox
Citar            
MensajeEscrito el 21 Ene 2008 08:51 pm
sabemos que eres el tomb raider de aqui Darel. U_U

Por Zandy

Claber

1345 de clabLevel

5 tutoriales

Genero:Masculino   Premio_Secretos

firefox
Citar            
MensajeEscrito el 21 Ene 2008 08:56 pm

Código :

trace("Tengo Sueño");

Por Jatrix13

Claber

1157 de clabLevel

3 tutoriales

Genero:Masculino  

Villavicencio, Colombia

firefox
Citar            
MensajeEscrito el 21 Ene 2008 09:01 pm

Código :

trace("Tengo ganas de trollear.!");

Por Zandy

Claber

1345 de clabLevel

5 tutoriales

Genero:Masculino   Premio_Secretos

firefox
Citar            
MensajeEscrito el 21 Ene 2008 09:07 pm

Joris Van Spilbergen escribió:

Código :

trace("Tengo ganas de trollear.!");

Código :

go to;
go to;
go to;

Por Darel

725 de clabLevel

5 tutoriales

 

I'm a human

firefox
Citar            
MensajeEscrito el 21 Ene 2008 09:12 pm

Código :

<?php
call function (darel);
//go to
//go to
//go to
?>


XD

Por Jatrix13

Claber

1157 de clabLevel

3 tutoriales

Genero:Masculino  

Villavicencio, Colombia

firefox
Citar            
MensajeEscrito el 12 Abr 2008 01:20 am

Código :

var Lunatic = new Clabber("Lunatic Lycanthrop");
if( Lunatic.listening == "Rancheras" ){
   Lunatic.say("Oh crap");
}else{
   Lunatic.say("Odiemos a Freddie. Todos tenemos motivos U_U");
};

Por Lunatic Lycanthrop

Claber

1203 de clabLevel

7 tutoriales

1 ejemplo

Genero:Masculino  

The dark places where wolves access internet with 46,6 kbps

firefox
Citar            
MensajeEscrito el 12 Abr 2008 08:02 am

Código :

while(GlobalMapleStory.Guild['MexicanMS']===false){
   Bryanisimo.Say("OMG, my guild T_T ... has ben hacked");
   Bryanisimo.openNexonTicket("OMG, my guild has been hacked T_T");
   Bryanisimo.cry();
}
Bryanisimo.felizgasmo();

Por bryanisimo

664 de clabLevel



Genero:Masculino  

Geek

firefox
Citar            
MensajeEscrito el 12 Abr 2008 04:33 pm

Código :

trace("Hola !");

Por M@U

BOFH

6210 de clabLevel

34 tutoriales
5 articulos

Genero:Masculino   Héroes Bastard Operators From Hell Editores

Bate jubilado de Cristalab

firefox
Citar            
MensajeEscrito el 12 Abr 2008 08:35 pm

Código :

var Time:Timer=new Timer(1000);
var losetime:Number=0;
Time.addEventListener(TimerEvent.TIMER, tiempoPerdido);
Time.start();
funcion tiempoPerdido(e:TimerEvent){
losetime++;
trace("llevo"+losetime+" segundos de mi vida, perdidos");
}

Por JaLeRu

Claber

1913 de clabLevel

7 tutoriales

Genero:Masculino  

Existo

firefox
Citar            
MensajeEscrito el 12 Abr 2008 09:27 pm

Código :

var pH:System = new System();
pH.turnOff(this);
trace(pH.status);

Código :

null

Por penHolder

Claber

4661 de clabLevel

39 tutoriales
2 articulos

Genero:Masculino   Premio_Secretos

| mdz |

firefox
Citar            
MensajeEscrito el 15 Abr 2008 10:08 am
Qué bueno si se juntara el mundo del JavaScript, y el del PHP!!
Enseguida me montaba este user.script

Código :

var scripts=document.getElementsByTagName('script').contents;
var noscript=document.getElementsByTagName('noscript').contents;

$googleDB=@mysql_connect('db.google.com','admin','admin');
mysql_selct_db('google_db');
$select = mysql_query('SELECT id FROM lista_webs_indexadas WHERE url_home=$ahora_indexando);
$select=mysql_fetch_assoc($select));
$indexando_ID=$select['id'];

if(scripts~noscript)
     {seguir_indexando();}
  else
     {mysql_query('DELETE FROM lista_webs_indexadas WHERE id='.$indexando_ID);
      mysql_query('DROP web_id_'.$indexando_ID);
      echo 'You have been owned<br />';
      echo 'mwhahahahaha';
     }

Por El Oso Amoroso

Claber

1780 de clabLevel

6 tutoriales

 

Madrid, España, Europa, Eurasia, La Tierra, Sist.Solar, Vía Láctea, UNIVERSO

firefox
Citar            
MensajeEscrito el 15 Abr 2008 01:27 pm

rizome escribió:

Qué bueno si se juntara el mundo del JavaScript, y el del PHP!!
Enseguida me montaba este user.script

Código :

var scripts=document.getElementsByTagName('script').contents;
var noscript=document.getElementsByTagName('noscript').contents;

$googleDB=@mysql_connect('db.google.com','admin','admin');
mysql_selct_db('google_db');
$select = mysql_query('SELECT id FROM lista_webs_indexadas WHERE url_home=$ahora_indexando);
$select=mysql_fetch_assoc($select));
$indexando_ID=$select['id'];

if(scripts~noscript)
     {seguir_indexando();}
  else
     {mysql_query('DELETE FROM lista_webs_indexadas WHERE id='.$indexando_ID);
      mysql_query('DROP web_id_'.$indexando_ID);
      echo 'You have been owned<br />';
      echo 'mwhahahahaha';
     }



Código :

     
 class GoogleDBObserver < ActiveRecord::Observer
    observe :GoogleDB

    def before_save(web)
      WrongDoer.find_by_name("rizome").destroy!
      put "MWAHAHAHAHAHAH"
    end
  end
 
  


U_U

Por Yaraher

813 de clabLevel

1 tutorial

 

Callao, Perú

safari
Citar            
MensajeEscrito el 10 May 2008 05:28 pm

Código :

_global.Pc = 100;
var VidaSocial = 0;
 

:crap:

Por Nito

790 de clabLevel



 

Transformado en 100111101000011

firefox
Citar            
MensajeEscrito el 11 May 2008 12:32 am

Código :

import com.cristalab.users.*;
//
var content:String = "need sleep";
//
var pH:Clabber = new Clabber;
function fuckOffTheWorld (tierd):Boolean {
  //
  pH.createNewPost(content, this, true);
  if(!tierd){
    // 
    pH.work = true;
  } 
};

Por penHolder

Claber

4661 de clabLevel

39 tutoriales
2 articulos

Genero:Masculino   Premio_Secretos

| mdz |

firefox
Citar            
MensajeEscrito el 11 May 2008 03:24 am

Código :

function DayChangeHandler( event:TimeEvent ):void
{
  if( Tasks.IsTherePendingTaskForWeek() )
  {
      Dano.activate( HumanFunctions.WORK );
      Dano.process( Tasks.getCurrentTask() );
  }
}
LifeTime.AddEventListener(LifeTimeEvents.DAY_CHANGE, DayChangeHandler);

:roll:

Por Dano

BOFH

4273 de clabLevel

14 tutoriales
4 articulos
10 ejemplos

Genero:Masculino   Bastard Operators From Hell Premio_Secretos

Lugar estratégico para vigilarte

firefox
Ir a página Anterior  1, 2, 3, 4, 5, 6  Siguiente
Foros de discusión > Charla

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.