Vous ne trouvez pas de réponse à votre problème ? Alors posez la question dans le forum. Souvenez-vous qu'il n'y a jamais de question bête, mais rester dans l'ignorance parce que l'on n'ose pas poser une question, ça c'est une erreur !

AUTO AUTH BY NANO ( SE AUTH A LA CONNECT )


Information sur la source

Catégorie :Scripts Niveau : Initié Date de création : 14/10/2003 Date de mise à jour : 25/10/2003 13:51:28 Vu : 3 893

Note :
5,25 / 10 - par 4 personnes
5,25 / 10

  • 1

  • 2

  • 3

  • 4

  • 5

  • 6

  • 7

  • 8

  • 9

  • 10

Commentaire sur cette source (10)
Ajouter un commentaire et/ou une note

Description

Cliquez pour voir la capture en taille normale
voila ;)
 

Source

  • dialog auto_auth {
  • title " .:: Auto Auth IriX By NaNo ::."
  • size -1 -1 237 116
  • option dbu
  • box "salon avec le #", 1, 5 18 72 81
  • edit %1, 2, 6 25 69 10, autohs
  • edit %2, 3, 6 37 69 10, autohs
  • edit %3, 4, 6 49 69 10
  • edit %4, 5, 6 61 69 10
  • edit %5, 6, 6 73 69 10
  • edit %6, 7, 6 85 69 10
  • text " Ton Pseudo", 8, 55 5 40 9
  • edit %pseudo, 9, 95 8 117 10, autohs
  • box "PASS pour irix", 10, 77 18 76 81
  • edit %p1, 11, 79 25 69 10
  • edit %p2, 12, 79 37 69 10
  • edit %p3, 13, 79 49 69 10
  • edit %p4, 14, 79 61 69 10
  • edit %p5, 15, 79 73 69 10
  • edit %p6, 16, 79 85 69 10
  • button "SE AUTH !!!", 17, 155 26 64 10
  • button "SE AUTH !!!", 18, 155 38 64 10
  • button "SE AUTH !!!", 19, 155 50 64 10
  • button "SE AUTH !!!", 20, 155 62 64 10
  • button "SE AUTH !!!", 21, 155 74 64 10
  • button "SE AUTH !!!", 22, 155 86 64 10
  • button "Ok", 23, 5 99 37 12, ok
  • button "ExiT", 24, 43 99 37 12, cancel
  • }
  • on *:dialog:auto_auth:init:*:{
  • dll mdx.dll SetMircVersion $version
  • dll mdx.dll MarkDialog auto_auth
  • dll mdx.dll SetDialog auto_auth bgcolor $rgb(10,25,255)
  • dll mdx.dll SetFont auto_auth 1 +abg 16 400 comic sans ms
  • dll mdx.dll SetFont auto_auth 2 +abg 16 400 comic sans ms
  • dll mdx.dll SetFont auto_auth 3 +abg 16 400 comic sans ms
  • dll mdx.dll SetFont auto_auth 4 +abg 16 400 comic sans ms
  • dll mdx.dll SetFont auto_auth 5 +abg 16 400 comic sans ms
  • dll mdx.dll SetFont auto_auth 6 +abg 16 400 comic sans ms
  • dll mdx.dll SetFont auto_auth 7 +abg 16 400 comic sans ms
  • dll mdx.dll SetFont auto_auth 8 +abg 16 400 comic sans ms
  • dll mdx.dll SetFont auto_auth 9 +abg 16 400 comic sans ms
  • dll mdx.dll SetFont auto_auth 10 +abg 16 400 comic sans ms
  • dll mdx.dll SetFont auto_auth 11 +abg 16 400 comic sans ms
  • dll mdx.dll SetFont auto_auth 12 +abg 16 400 comic sans ms
  • dll mdx.dll SetFont auto_auth 13 +abg 16 400 comic sans ms
  • dll mdx.dll SetFont auto_auth 14 +abg 16 400 comic sans ms
  • dll mdx.dll SetFont auto_auth 15 +abg 16 400 comic sans ms
  • dll mdx.dll SetFont auto_auth 16 +abg 16 400 comic sans ms
  • dll mdx.dll SetFont auto_auth 17 +abg 16 400 comic sans ms
  • dll mdx.dll SetFont auto_auth 18 +abg 16 400 comic sans ms
  • dll mdx.dll SetFont auto_auth 19 +abg 16 400 comic sans ms
  • dll mdx.dll SetFont auto_auth 20 +abg 16 400 comic sans ms
  • dll mdx.dll SetFont auto_auth 21 +abg 16 400 comic sans ms
  • dll mdx.dll SetFont auto_auth 22 +abg 16 400 comic sans ms
  • dll mdx.dll SetFont auto_auth 23 +abg 16 400 comic sans ms
  • dll mdx.dll SetFont auto_auth 24 +abg 16 400 comic sans ms
  • dll mdx.dll SetColor auto_auth 1 text $rgb(255,255,0)
  • dll mdx.dll SetColor auto_auth 1 background $rgb(255,255,0)
  • dll mdx.dll SetColor auto_auth 10 text $rgb(255,255,0)
  • dll mdx.dll SetColor auto_auth 10 background $rgb(255,255,0)
  • }
  • on *:dialog:auto_auth:edit:9:set %pseudo $did(9)
  • on *:dialog:auto_auth:edit:2:set %1 $did(2)
  • on *:dialog:auto_auth:edit:3:set %2 $did(3)
  • on *:dialog:auto_auth:edit:4:set %3 $did(4)
  • on *:dialog:auto_auth:edit:5:set %4 $did(5)
  • on *:dialog:auto_auth:edit:6:set %5 $did(6)
  • on *:dialog:auto_auth:edit:7:set %6 $did(7)
  • on *:dialog:auto_auth:edit:11:set %p1 $did(11)
  • on *:dialog:auto_auth:edit:12:set %p2 $did(12)
  • on *:dialog:auto_auth:edit:13:set %p3 $did(13)
  • on *:dialog:auto_auth:edit:14:set %p4 $did(14)
  • on *:dialog:auto_auth:edit:15:set %p5 $did(15)
  • on *:dialog:auto_auth:edit:16:set %p6 $did(16)
  • on *:dialog:auto_auth:sclick:17:{ /msg IriX auth %1 %pseudo %p1 }
  • on *:dialog:auto_auth:sclick:18:{ /msg IriX auth %2 %pseudo %p2 }
  • on *:dialog:auto_auth:sclick:19:{ /msg IriX auth %3 %pseudo %p3 }
  • on *:dialog:auto_auth:sclick:20:{ /msg IriX auth %4 %pseudo %p4 }
  • on *:dialog:auto_auth:sclick:21:{ /msg IriX auth %5 %pseudo %p5 }
  • on *:dialog:auto_auth:sclick:22:{ /msg IriX auth %6 %pseudo %p6 }
  • on 1:connect:{
  • /msg IriX auth %1 %pseudo %p1
  • /msg IriX auth %2 %pseudo %p2
  • /msg IriX auth %3 %pseudo %p3
  • /msg IriX auth %4 %pseudo %p4
  • /msg IriX auth %5 %pseudo %p5
  • /msg IriX auth %6 %pseudo %p6
  • }
dialog auto_auth {
  title "                                   .:: Auto Auth IriX By NaNo ::."
  size -1 -1 237 116
  option dbu
  box "salon avec le #", 1, 5 18 72 81
  edit %1, 2, 6 25 69 10, autohs
  edit %2, 3, 6 37 69 10, autohs
  edit %3, 4, 6 49 69 10
  edit %4, 5, 6 61 69 10
  edit %5, 6, 6 73 69 10
  edit %6, 7, 6 85 69 10
  text "      Ton Pseudo", 8, 55 5 40 9
  edit %pseudo, 9, 95 8 117 10, autohs
  box "PASS pour irix", 10, 77 18 76 81
  edit %p1, 11, 79 25 69 10
  edit %p2, 12, 79 37 69 10
  edit %p3, 13, 79 49 69 10
  edit %p4, 14, 79 61 69 10
  edit %p5, 15, 79 73 69 10
  edit %p6, 16, 79 85 69 10
  button "SE AUTH !!!", 17, 155 26 64 10
  button "SE AUTH !!!", 18, 155 38 64 10
  button "SE AUTH !!!", 19, 155 50 64 10
  button "SE AUTH !!!", 20, 155 62 64 10
  button "SE AUTH !!!", 21, 155 74 64 10
  button "SE AUTH !!!", 22, 155 86 64 10
  button "Ok", 23, 5 99 37 12, ok
  button "ExiT", 24, 43 99 37 12, cancel
}

on *:dialog:auto_auth:init:*:{
  dll mdx.dll SetMircVersion $version 
  dll mdx.dll MarkDialog auto_auth
  dll mdx.dll SetDialog auto_auth bgcolor $rgb(10,25,255)
  dll mdx.dll SetFont auto_auth 1 +abg 16 400 comic sans ms
  dll mdx.dll SetFont auto_auth 2 +abg 16 400 comic sans ms  
  dll mdx.dll SetFont auto_auth 3 +abg 16 400 comic sans ms
  dll mdx.dll SetFont auto_auth 4  +abg 16 400 comic sans ms
  dll mdx.dll SetFont auto_auth 5 +abg 16 400 comic sans ms
  dll mdx.dll SetFont auto_auth 6 +abg 16 400 comic sans ms
  dll mdx.dll SetFont auto_auth 7 +abg 16 400 comic sans ms
  dll mdx.dll SetFont auto_auth 8 +abg 16 400 comic sans ms
  dll mdx.dll SetFont auto_auth 9 +abg 16 400 comic sans ms
  dll mdx.dll SetFont auto_auth 10 +abg 16 400 comic sans ms
  dll mdx.dll SetFont auto_auth 11 +abg 16 400 comic sans ms
  dll mdx.dll SetFont auto_auth 12 +abg 16 400 comic sans ms
  dll mdx.dll SetFont auto_auth 13 +abg 16 400 comic sans ms
  dll mdx.dll SetFont auto_auth 14  +abg 16 400 comic sans ms
  dll mdx.dll SetFont auto_auth 15 +abg 16 400 comic sans ms
  dll mdx.dll SetFont auto_auth 16 +abg 16 400 comic sans ms
  dll mdx.dll SetFont auto_auth 17 +abg 16 400 comic sans ms
  dll mdx.dll SetFont auto_auth 18 +abg 16 400 comic sans ms
  dll mdx.dll SetFont auto_auth 19 +abg 16 400 comic sans ms
  dll mdx.dll SetFont auto_auth 20 +abg 16 400 comic sans ms
  dll mdx.dll SetFont auto_auth 21 +abg 16 400 comic sans ms
  dll mdx.dll SetFont auto_auth 22 +abg 16 400 comic sans ms
  dll mdx.dll SetFont auto_auth 23 +abg 16 400 comic sans ms
  dll mdx.dll SetFont auto_auth 24 +abg 16 400 comic sans ms
  dll mdx.dll SetColor auto_auth 1 text $rgb(255,255,0)
  dll mdx.dll SetColor auto_auth 1 background $rgb(255,255,0)
  dll mdx.dll SetColor auto_auth 10 text $rgb(255,255,0)
  dll mdx.dll SetColor auto_auth 10 background $rgb(255,255,0)
}


on *:dialog:auto_auth:edit:9:set %pseudo $did(9)
on *:dialog:auto_auth:edit:2:set %1 $did(2)
on *:dialog:auto_auth:edit:3:set %2 $did(3)
on *:dialog:auto_auth:edit:4:set %3 $did(4)
on *:dialog:auto_auth:edit:5:set %4 $did(5)
on *:dialog:auto_auth:edit:6:set %5 $did(6)
on *:dialog:auto_auth:edit:7:set %6 $did(7)
on *:dialog:auto_auth:edit:11:set %p1 $did(11)
on *:dialog:auto_auth:edit:12:set %p2 $did(12)
on *:dialog:auto_auth:edit:13:set %p3 $did(13)
on *:dialog:auto_auth:edit:14:set %p4 $did(14)
on *:dialog:auto_auth:edit:15:set %p5 $did(15)
on *:dialog:auto_auth:edit:16:set %p6 $did(16)

on *:dialog:auto_auth:sclick:17:{ /msg IriX auth %1 %pseudo %p1 }
on *:dialog:auto_auth:sclick:18:{ /msg IriX auth %2 %pseudo %p2 }
on *:dialog:auto_auth:sclick:19:{ /msg IriX auth %3 %pseudo %p3 }
on *:dialog:auto_auth:sclick:20:{ /msg IriX auth %4 %pseudo %p4 }
on *:dialog:auto_auth:sclick:21:{ /msg IriX auth %5 %pseudo %p5 }
on *:dialog:auto_auth:sclick:22:{ /msg IriX auth %6 %pseudo %p6 }

on 1:connect:{

  /msg IriX auth %1 %pseudo %p1 
  /msg IriX auth %2 %pseudo %p2 
  /msg IriX auth %3 %pseudo %p3 
  /msg IriX auth %4 %pseudo %p4 
  /msg IriX auth %5 %pseudo %p5 
  /msg IriX auth %6 %pseudo %p6 

}

Commentaires et avis

signaler à un administrateur
Commentaire de ZeuS-SueZ le 15/10/2003 05:15:16

Hum que dire seulement si ce n'est que c'est une source trés "commune" qui de plus ne correspond pas à l'idée que je me fais d'un niveau 3. Mais je peux me tromper :))

En tout cas elle a le mérite de marcher, c'est dèjà pas mal :o)

signaler à un administrateur
Commentaire de tofu le 15/10/2003 07:51:28

je peux pas donner d'avis vu que je traine sur aucun serveur ou il y a IriX.. juste un niveau expert sa me parait unpeu exagéré mais bon .. :)

signaler à un administrateur
Commentaire de Mip le 15/10/2003 12:49:11

Niveau expert c'est un peu gros quand même :)

Essaye de l'ameliorer : auto ident sur tous les serveurs avec un nombre illimité de pseudo en un minimum de ligne ! et là oui tu poura mettre niveau exper :)

Sinon bonne continuation,

signaler à un administrateur
Commentaire de Paper183 le 16/10/2003 01:00:52

c'est pas expert dutout sans compter kil y a environ une dixaine de sources pareilles sur ce site...

signaler à un administrateur
Commentaire de Paper183 le 16/10/2003 01:05:57

Bon ok dsl davoir poster ce message jai aps tout regarder la source je croyait ke ct encore pour de auto connect a un serveur... encore dsl :)
c'est pas mal mais encore ce n'est pas vraiment niveau 3...

signaler à un administrateur
Commentaire de NaNo45 le 17/10/2003 11:54:27

lol ^^

signaler à un administrateur
Commentaire de NaifoX le 18/10/2003 21:34:47

Bon petit résumé :
1/ Cette source ne m'hérite pas un niveau 3 mais 1
2/ C'est pas toujours le même pseudo qui est enregistrer sous IriX
3/ Sinon Tu devrais faire peu être 10 edits car Voila/Wanadoo autorise un Max de 10 Salons :)

Sinon Bonne continuation !

signaler à un administrateur
Commentaire de ZaKarthur le 19/08/2004 21:28:13

Ué j'aime pas trop le design, mais c un bon peit auto-Auth! Rien de special, c simple pratike... donc je me plaint pas! il est bien !! =)

signaler à un administrateur
Commentaire de tipexx94 le 25/08/2005 17:42:22

han mdr le truc est bien mais comment c'est laid :/

regarde bleu jaune gris ....

signaler à un administrateur
Commentaire de devorZ le 02/08/2008 04:56:36

Bonjour,
1) Sa mérite niveau 1
2) c'est mal codé les / ne servent a rien
3) tu aurrais pu largement optimisé se code
4) Exemple :

# dialog auto_auth {
# title " .:: Auto Auth IriX By NaNo ::."
# size -1 -1 237 116
# option dbu
# box "salon avec le #", 1, 5 18 72 81
# edit %1, 2, 6 25 69 10, autohs
# edit %2, 3, 6 37 69 10, autohs
# edit %3, 4, 6 49 69 10
# edit %4, 5, 6 61 69 10
# edit %5, 6, 6 73 69 10
# edit %6, 7, 6 85 69 10
# text " Ton Pseudo", 8, 55 5 40 9
# edit %pseudo, 9, 95 8 117 10, autohs
# box "PASS pour irix", 10, 77 18 76 81
# edit %p1, 11, 79 25 69 10
# edit %p2, 12, 79 37 69 10
# edit %p3, 13, 79 49 69 10
# edit %p4, 14, 79 61 69 10
# edit %p5, 15, 79 73 69 10
# edit %p6, 16, 79 85 69 10
# button "SE AUTH !!!", 17, 155 26 64 10
# button "SE AUTH !!!", 18, 155 38 64 10
# button "SE AUTH !!!", 19, 155 50 64 10
# button "SE AUTH !!!", 20, 155 62 64 10
# button "SE AUTH !!!", 21, 155 74 64 10
# button "SE AUTH !!!", 22, 155 86 64 10
# button "Ok", 23, 5 99 37 12, ok
# button "ExiT", 24, 43 99 37 12, cancel
# }
#
# on *:dialog:auto_auth:init:*:{
# dll mdx.dll SetMircVersion $version
# dll mdx.dll MarkDialog auto_auth
# dll mdx.dll SetDialog auto_auth bgcolor $rgb(10,25,255)
# dll mdx.dll SetFont auto_auth 1 +abg 16 400 comic sans ms
# dll mdx.dll SetFont auto_auth 2 +abg 16 400 comic sans ms
# dll mdx.dll SetFont auto_auth 3 +abg 16 400 comic sans ms
# dll mdx.dll SetFont auto_auth 4 +abg 16 400 comic sans ms
# dll mdx.dll SetFont auto_auth 5 +abg 16 400 comic sans ms
# dll mdx.dll SetFont auto_auth 6 +abg 16 400 comic sans ms
# dll mdx.dll SetFont auto_auth 7 +abg 16 400 comic sans ms
# dll mdx.dll SetFont auto_auth 8 +abg 16 400 comic sans ms
# dll mdx.dll SetFont auto_auth 9 +abg 16 400 comic sans ms
# dll mdx.dll SetFont auto_auth 10 +abg 16 400 comic sans ms
# dll mdx.dll SetFont auto_auth 11 +abg 16 400 comic sans ms
# dll mdx.dll SetFont auto_auth 12 +abg 16 400 comic sans ms
# dll mdx.dll SetFont auto_auth 13 +abg 16 400 comic sans ms
# dll mdx.dll SetFont auto_auth 14 +abg 16 400 comic sans ms
# dll mdx.dll SetFont auto_auth 15 +abg 16 400 comic sans ms
# dll mdx.dll SetFont auto_auth 16 +abg 16 400 comic sans ms
# dll mdx.dll SetFont auto_auth 17 +abg 16 400 comic sans ms
# dll mdx.dll SetFont auto_auth 18 +abg 16 400 comic sans ms
# dll mdx.dll SetFont auto_auth 19 +abg 16 400 comic sans ms
# dll mdx.dll SetFont auto_auth 20 +abg 16 400 comic sans ms
# dll mdx.dll SetFont auto_auth 21 +abg 16 400 comic sans ms
# dll mdx.dll SetFont auto_auth 22 +abg 16 400 comic sans ms
# dll mdx.dll SetFont auto_auth 23 +abg 16 400 comic sans ms
# dll mdx.dll SetFont auto_auth 24 +abg 16 400 comic sans ms
# dll mdx.dll SetColor auto_auth 1 text $rgb(255,255,0)
# dll mdx.dll SetColor auto_auth 1 background $rgb(255,255,0)
# dll mdx.dll SetColor auto_auth 10 text $rgb(255,255,0)
# dll mdx.dll SetColor auto_auth 10 background $rgb(255,255,0)
# }
#
#
# on *:dialog:auto_auth:edit:9:set %pseudo $did(9)
# on *:dialog:auto_auth:edit:2:set %1 $did(2)
# on *:dialog:auto_auth:edit:3:set %2 $did(3)
# on *:dialog:auto_auth:edit:4:set %3 $did(4)
# on *:dialog:auto_auth:edit:5:set %4 $did(5)
# on *:dialog:auto_auth:edit:6:set %5 $did(6)
# on *:dialog:auto_auth:edit:7:set %6 $did(7)
# on *:dialog:auto_auth:edit:11:set %p1 $did(11)
# on *:dialog:auto_auth:edit:12:set %p2 $did(12)
# on *:dialog:auto_auth:edit:13:set %p3 $did(13)
# on *:dialog:auto_auth:edit:14:set %p4 $did(14)
# on *:dialog:auto_auth:edit:15:set %p5 $did(15)
# on *:dialog:auto_auth:edit:16:set %p6 $did(16)
#
# on *:dialog:auto_auth:sclick:17:{ /msg IriX auth %1 %pseudo %p1 }
# on *:dialog:auto_auth:sclick:18:{ /msg IriX auth %2 %pseudo %p2 }
# on *:dialog:auto_auth:sclick:19:{ /msg IriX auth %3 %pseudo %p3 }
# on *:dialog:auto_auth:sclick:20:{ /msg IriX auth %4 %pseudo %p4 }
# on *:dialog:auto_auth:sclick:21:{ /msg IriX auth %5 %pseudo %p5 }
# on *:dialog:auto_auth:sclick:22:{ /msg IriX auth %6 %pseudo %p6 }
#
# on 1:connect:{
#
# /msg IriX auth %1 %pseudo %p1
# /msg IriX auth %2 %pseudo %p2
# /msg IriX auth %3 %pseudo %p3
# /msg IriX auth %4 %pseudo %p4
# /msg IriX auth %5 %pseudo %p5
# /msg IriX auth %6 %pseudo %p6
#
# }
moi j'aurrais deja optimisé sa :

dialog auto_auth {
title " .:: Auto Auth IriX By NaNo ::."
size -1 -1 237 116
option dbu
box "salon avec le #", 1, 5 18 72 81
edit %1, 2, 6 25 69 10, autohs
edit %2, 3, 6 37 69 10, autohs
edit %3, 4, 6 49 69 10
edit %4, 5, 6 61 69 10
edit %5, 6, 6 73 69 10
edit %6, 7, 6 85 69 10
text " Ton Pseudo", 8, 55 5 40 9
edit %pseudo, 9, 95 8 117 10, autohs
box "PASS pour irix", 10, 77 18 76 81
edit %p1, 11, 79 25 69 10
edit %p2, 12, 79 37 69 10
edit %p3, 13, 79 49 69 10
edit %p4, 14, 79 61 69 10
edit %p5, 15, 79 73 69 10
edit %p6, 16, 79 85 69 10
button "SE AUTH !!!", 17, 155 26 64 10
button "SE AUTH !!!", 18, 155 38 64 10
button "SE AUTH !!!", 19, 155 50 64 10
button "SE AUTH !!!", 20, 155 62 64 10
button "SE AUTH !!!", 21, 155 74 64 10
button "SE AUTH !!!", 22, 155 86 64 10
button "Ok", 23, 5 99 37 12, ok
button "ExiT", 24, 43 99 37 12, cancel
}
On *:dialog:Auto_Auth:*:*:{
If ($devent == Init) {
dll mdx.dll SetMircVersion $version
dll mdx.dll MarkDialog auto_auth
dll mdx.dll SetDialog auto_auth bgcolor $rgb(10,25,255)
dll mdx.dll SetFont auto_auth 1 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 2 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 3 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 4 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 5 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 6 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 7 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 8 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 9 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 10 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 11 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 12 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 13 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 14 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 15 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 16 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 17 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 18 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 19 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 20 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 21 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 22 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 23 +abg 16 400 comic sans ms
dll mdx.dll SetFont auto_auth 24 +abg 16 400 comic sans ms
dll mdx.dll SetColor auto_auth 1 text $rgb(255,255,0)
dll mdx.dll SetColor auto_auth 1 background $rgb(255,255,0)
dll mdx.dll SetColor auto_auth 10 text $rgb(255,255,0)
dll mdx.dll SetColor auto_auth 10 background $rgb(255,255,0)
}
Elseif ($devent == Sclick) {
if ($did = 17) { msg Irix auth %1 %Pseudo %P1 }
if ($did = 18) { msg Irix auth %2 %Pseudo %P2 }
if ($did = 19) { msg Irix auth %3 %Pseudo %P3 }
if ($did = 20) { msg Irix auth %4 %Pseudo %P4 }
if ($did = 21) { msg Irix auth %5 %Pseudo %P5 }
if ($did = 22) { msg Irix auth %6 %Pseudo %P6 }
}
Elseif ($devent == Edit) {
if ($did = 9) { set %pseudo $did(9) }
if ($did = 2) { set %1 $did(2) }
if ($did = 3) { set %2 $did(3) }
if ($did = 4) { set %3 $did(4) }
if ($did = 5) { set %4 $did(5) }
if ($did = 6) { set %5 $did(6) }
if ($did = 7) { set %6 $did(7) }
if ($did = 11) { set %p1 $did(11) }
if ($did = 12) { set %p2 $did(12) }
if ($did = 13) { set %p3 $did(13) }
if ($did = 14) { set %p4 $did(14) }
if ($did = 15) { set %p5 $did(15) }
if ($did = 16) { set %p6 $did(16) }
}
}
on 1:connect:{
msg IriX auth %1 %pseudo %p1
msg IriX auth %2 %pseudo %p2
msg IriX auth %3 %pseudo %p3
msg IriX auth %4 %pseudo %p4
msg IriX auth %5 %pseudo %p5
msg IriX auth %6 %pseudo %p6
}

Ajouter un commentaire



Nos sponsors

Sondage...

CalendriCode

Janvier 2009
LMMJVSD
   1234
567891011
12131415161718
19202122232425
262728293031 

Consulter la suite du CalendriCode



Développement réalisé par Nicolas SOREL (Nix) avec l'aide de : Cyril DURAND et Emmanuel BAÏSE, 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
Temps d'éxécution de la page : 0,780 sec

Google Coop CodeS-SourceS Google Coop CodeS-SourceS


Certaines images présentes sur le site (notament certains avatars) sont issues des collections IconShock, donc si vous souhaitez utiliser ces icons vous devez les acheter, ne les copiez pas et ne utilisez pas dans vos sites et applications sans les avoir commandé.