begin process at 2012 02 09 23:41:34
  Trouver un code source :
 
dans
 

11 commentaire(s) de Apoc sur des sources sur tout CodeS-SourceS

Déposé sur Envoie netsend par mirc

"la pluspart des gens sur mirc ont une connexion haut débit et donc le plus souvent ils ont un firewalll... donc je voit pas trop l'utilité de ce script... mais c original."

Chui pas tout a fait d'accord, je connais beaucoup de 56k sur irc, et moi meme en adsl, j'ai pas de firewall...
Posté le : 18/05/2003 13:56:00

Déposé sur Idtag3 level 2 reader

Excuse moi, tu va me prendre pour un boulet, mais j'arrive vraiment pas a le faire fonctionner... tu peux m'expliquer ?
Posté le : 18/05/2003 13:40:54

Déposé sur Kick : "jusqu'ici tout va bien..."

C'est pas pour etre chiant non plus, mais j'ai jamais utilisé blizzard script... Donc...
Posté le : 07/11/2002 23:18:17

Déposé sur Full date en fr : jeudi 17 octobre 2002 (mirc 6.03)

J'avais omis une erreur avec l'echo, donc voici le resultat sans faute :p (désolé)

/date /echo -a $dateFRecho
/dateall /say $dateFR

dateFRecho { /echo Nous sommes le :
  if ($asctime(mmmm) == January) { /var %m = Janvier | goto j }
  if ($asctime(mmmm) == February) { /var %m = Février | goto j }
  if ($asctime(mmmm) == March) { /var %m = Mars | goto j }
  if ($asctime(mmmm) == April) { /var %m = Avril | goto j }
  if ($asctime(mmmm) == May) { /var %m = Mai | goto j }
  if ($asctime(mmmm) == June) { /var %m = Juin | goto j }
  if ($asctime(mmmm) == July) { /var %m = Juillet | goto j }
  if ($asctime(mmmm) == August) { /var %m = Août | goto j }
  if ($asctime(mmmm) == September) { /var %m = Septembre | goto j }
  if ($asctime(mmmm) == October) { /var %m = Octobre | goto j }
  if ($asctime(mmmm) == November) { /var %m = Novembre | goto j }
  if ($asctime(mmmm) == December) { /var %m = Décembre | goto j }
  :j
  if ($asctime(dddd) == monday) { /var %j = Lundi | goto r }
  if ($asctime(dddd) == tuesday) { /var %j = Mardi | goto r }
  if ($asctime(dddd) == wednesday) { /var %j = Mercredi | goto r }
  if ($asctime(dddd) == thursday) { /var %j = Jeudi | goto r }
  if ($asctime(dddd) == friday) { /var %j = Vendredi | goto r }
  if ($asctime(dddd) == saturday) { /var %j = Samedi | goto r }
  if ($asctime(dddd) == sunday) { /var %j = Dimanche | goto r }
  :r
  return %j $asctime(dd) %m $asctime(yyyy)
}

dateFR { /say Nous sommes le :
  if ($asctime(mmmm) == January) { /var %m = Janvier | goto j }
  if ($asctime(mmmm) == February) { /var %m = Février | goto j }
  if ($asctime(mmmm) == March) { /var %m = Mars | goto j }
  if ($asctime(mmmm) == April) { /var %m = Avril | goto j }
  if ($asctime(mmmm) == May) { /var %m = Mai | goto j }
  if ($asctime(mmmm) == June) { /var %m = Juin | goto j }
  if ($asctime(mmmm) == July) { /var %m = Juillet | goto j }
  if ($asctime(mmmm) == August) { /var %m = Août | goto j }
  if ($asctime(mmmm) == September) { /var %m = Septembre | goto j }
  if ($asctime(mmmm) == October) { /var %m = Octobre | goto j }
  if ($asctime(mmmm) == November) { /var %m = Novembre | goto j }
  if ($asctime(mmmm) == December) { /var %m = Décembre | goto j }
  :j
  if ($asctime(dddd) == monday) { /var %j = Lundi | goto r }
  if ($asctime(dddd) == tuesday) { /var %j = Mardi | goto r }
  if ($asctime(dddd) == wednesday) { /var %j = Mercredi | goto r }
  if ($asctime(dddd) == thursday) { /var %j = Jeudi | goto r }
  if ($asctime(dddd) == friday) { /var %j = Vendredi | goto r }
  if ($asctime(dddd) == saturday) { /var %j = Samedi | goto r }
  if ($asctime(dddd) == sunday) { /var %j = Dimanche | goto r }
  :r
  return %j $asctime(dd) %m $asctime(yyyy)
}
Posté le : 20/10/2002 23:49:37

Déposé sur Full date en fr : jeudi 17 octobre 2002 (mirc 6.03)

je l'ai un peu modifié :

/date /echo -a $dateFR
/dateall /say $dateFR

dateFR { /echo Nous sommes le :
  if ($asctime(mmmm) == January) { /var %m = Janvier | goto j }
  if ($asctime(mmmm) == February) { /var %m = Février | goto j }
  if ($asctime(mmmm) == March) { /var %m = Mars | goto j }
  if ($asctime(mmmm) == April) { /var %m = Avril | goto j }
  if ($asctime(mmmm) == May) { /var %m = Mai | goto j }
  if ($asctime(mmmm) == June) { /var %m = Juin | goto j }
  if ($asctime(mmmm) == July) { /var %m = Juillet | goto j }
  if ($asctime(mmmm) == August) { /var %m = Août | goto j }
  if ($asctime(mmmm) == September) { /var %m = Septembre | goto j }
  if ($asctime(mmmm) == October) { /var %m = Octobre | goto j }
  if ($asctime(mmmm) == November) { /var %m = Novembre | goto j }
  if ($asctime(mmmm) == December) { /var %m = Décembre | goto j }
  :j
  if ($asctime(dddd) == monday) { /var %j = Lundi | goto r }
  if ($asctime(dddd) == tuesday) { /var %j = Mardi | goto r }
  if ($asctime(dddd) == wednesday) { /var %j = Mercredi | goto r }
  if ($asctime(dddd) == thursday) { /var %j = Jeudi | goto r }
  if ($asctime(dddd) == friday) { /var %j = Vendredi | goto r }
  if ($asctime(dddd) == saturday) { /var %j = Samedi | goto r }
  if ($asctime(dddd) == sunday) { /var %j = Dimanche | goto r }
  :r
  return %j $asctime(dd) %m $asctime(yyyy)
}


Presque rien, c'était juste pour que ce soie plus pratique.

/dateall affiche la date sur le channel
/date l'affiche en echo
Posté le : 20/10/2002 23:46:38

Déposé sur Kick : "jusqu'ici tout va bien..."

Mon ami Adi m'a aider a corriger voici le code source final :

;; Jusqu'ici tout va bien...

menu nicklist {
  Action
  .Kicks
  ..Chute:/say C'est l'histoire d'un mec qui tombe d'un immeuble de 50 étages...  | timer1 1 2 say pendant sa chute il se dit : "jusqu'ici tout va bien..." | timer2 1 4  say "jusqu'ici tout va bien..."  | timer3 1 6 say "jusqu'ici tout va bien..."  | timer4 1 8 say  Mais le plus dur c'est pas la chute... | timer5 1 9 ban $$1 | timer6 1 10 k $$1 C'est l'aterissage...
}
Posté le : 20/10/2002 22:49:56

Déposé sur Kick : "jusqu'ici tout va bien..."

Euh j'ai essayé ton code, et ca a foiré, ca me répète constament jusqu'ici tout va bien, et ca kick avant que le reste soie fait
Posté le : 20/10/2002 19:54:45

Déposé sur Kick : "jusqu'ici tout va bien..."

Je te remercie beaucoup pour m'avoir aidé, c'est vraiment sympa, d'autant plus que je me lance dans le scripting :p
Je prépare en même temps un script MIRC baptisé Fate Script. Ala, c'est dit. Encore merci !!!
Posté le : 20/10/2002 19:50:31

Déposé sur Problème de pong avec psybnc

je vais passer pour un gole mais j'arrive pas à l'utiliser...
Posté le : 20/10/2002 17:49:51

Déposé sur Kick : "jusqu'ici tout va bien..."

Ben je ne vois pas ce que tu veut dire, tu peux expliquer?
Posté le : 20/10/2002 17:21:27

1 2


Nos sponsors


Sondage...

Comparez les prix

CalendriCode

Février 2012
LMMJVSD
  12345
6789101112
13141516171819
20212223242526
272829    

Consulter la suite du CalendriCode

Photothèque

 
Développement réalisé par Nicolas SOREL (Nix) avec l'aide de : Cyril DURAND et Emmanuel (EBArtSoft), Merci à Vincent pour ses précieux conseils.
CodeS-SourceS.com© Toute reproduction même partielle est interdite sauf accord écrit du Webmaster
CodeS-SourceS.com© est une marque déposée tous droits réservés

Google Coop CodeS-SourceS Google Coop CodeS-SourceS
Temps d'éxécution de la page : 0,312 sec (4)

Nous contacter | Annoncer sur CodeS-SourceS | Mentions légales