Accueil > > > AUTO AUTH SIMPLE
AUTO AUTH SIMPLE
Information sur la source
Description
Ben voila ma premier source mirc un autoauth tous simple en dialog .
Source
- ;######################################
- ;# AutoAuth by SamsungMan #
- ;######################################
- menu menubar {
- AutoAuth:/dialog -m autoauth autoauth
- }
-
- dialog autoauth {
- title "Config AutoAuth"
- size -1 -1 210 148
- option dbu
- text "Auto auth by SamsungMan", 1, 18 3 101 7, center
- box "", 4, 7 18 173 109
- edit %pseudo1, 5, 15 41 40 8
- text "Pseudo", 6, 17 26 36 7, center
- text "Pass", 7, 77 26 22 6, center
- edit %pass1, 8, 75 40 40 8, pass
- edit %pseudo2, 9, 15 52 40 8
- edit %pass2, 10, 75 52 40 8, pass
- edit %pseudo3, 11, 15 66 40 8
- edit %pass3, 12, 75 64 40 8, pass
- edit %pseudo4, 13, 15 78 40 8
- edit %pass4, 14, 75 76 40 8, pass
- edit %pseudo5, 15, 15 88 40 8
- edit %pass5, 16, 75 88 40 8, pass
- text "Commande", 17, 52 101 33 6
- edit %commande, 18, 38 112 60 8
- button "OK", 19, 68 133 35 11, ok
- text "/", 22, 12 112 23 6, right
- button "Authentification", 23, 132 40 42 10
- button "Authentification", 24, 132 52 42 10
- button "Authentification", 25, 132 64 42 10
- button "Authentification", 26, 131 75 42 10
- button "Authentification", 27, 132 87 42 10
- }
- on *:dialog:autoauth:edit:5:{ set %pseudo1 $did(5) }
- on *:dialog:autoauth:edit:8:{ set %pass1 $did(8) }
- on *:dialog:autoauth:edit:9:{ set %pseudo2 $did(9) }
- on *:dialog:autoauth:edit:10:{ set %pass2 $did(10) }
- on *:dialog:autoauth:edit:11:{ set %pseudo3 $did(11) }
- on *:dialog:autoauth:edit:12:{ set %pass3 $did(12) }
- on *:dialog:autoauth:edit:13:{ set %pseudo4 $did(13) }
- on *:dialog:autoauth:edit:14:{ set %pass4 $did(14) }
- on *:dialog:autoauth:edit:15:{ set %pseudo5 $did(15) }
- on *:dialog:autoauth:edit:16:{ set %pass5 $did(16) }
- on *:dialog:autoauth:edit:18:{ set %commande $did(18) }
-
- on *:dialog:autoauth:sclick:23:{ nick %pseudo1 | %commande %pass1 }
- on *:dialog:autoauth:sclick:24:{ nick %pseudo2 | %commande %pass2 }
- on *:dialog:autoauth:sclick:25:{ nick %pseudo3 | %commande %pass3 }
- on *:dialog:autoauth:sclick:26:{ nick %pseudo4 | %commande %pass4 }
- on *:dialog:autoauth:sclick:27:{ nick %pseudo5 | %commande %pass5 }
-
- on 1:connect:{
- /%commande %pass1
- /%commande %pass2
- /%commande %pass3
- /%commande %pass4
- /%commande %pass5
- }
;######################################
;# AutoAuth by SamsungMan #
;######################################
menu menubar {
AutoAuth:/dialog -m autoauth autoauth
}
dialog autoauth {
title "Config AutoAuth"
size -1 -1 210 148
option dbu
text "Auto auth by SamsungMan", 1, 18 3 101 7, center
box "", 4, 7 18 173 109
edit %pseudo1, 5, 15 41 40 8
text "Pseudo", 6, 17 26 36 7, center
text "Pass", 7, 77 26 22 6, center
edit %pass1, 8, 75 40 40 8, pass
edit %pseudo2, 9, 15 52 40 8
edit %pass2, 10, 75 52 40 8, pass
edit %pseudo3, 11, 15 66 40 8
edit %pass3, 12, 75 64 40 8, pass
edit %pseudo4, 13, 15 78 40 8
edit %pass4, 14, 75 76 40 8, pass
edit %pseudo5, 15, 15 88 40 8
edit %pass5, 16, 75 88 40 8, pass
text "Commande", 17, 52 101 33 6
edit %commande, 18, 38 112 60 8
button "OK", 19, 68 133 35 11, ok
text "/", 22, 12 112 23 6, right
button "Authentification", 23, 132 40 42 10
button "Authentification", 24, 132 52 42 10
button "Authentification", 25, 132 64 42 10
button "Authentification", 26, 131 75 42 10
button "Authentification", 27, 132 87 42 10
}
on *:dialog:autoauth:edit:5:{ set %pseudo1 $did(5) }
on *:dialog:autoauth:edit:8:{ set %pass1 $did(8) }
on *:dialog:autoauth:edit:9:{ set %pseudo2 $did(9) }
on *:dialog:autoauth:edit:10:{ set %pass2 $did(10) }
on *:dialog:autoauth:edit:11:{ set %pseudo3 $did(11) }
on *:dialog:autoauth:edit:12:{ set %pass3 $did(12) }
on *:dialog:autoauth:edit:13:{ set %pseudo4 $did(13) }
on *:dialog:autoauth:edit:14:{ set %pass4 $did(14) }
on *:dialog:autoauth:edit:15:{ set %pseudo5 $did(15) }
on *:dialog:autoauth:edit:16:{ set %pass5 $did(16) }
on *:dialog:autoauth:edit:18:{ set %commande $did(18) }
on *:dialog:autoauth:sclick:23:{ nick %pseudo1 | %commande %pass1 }
on *:dialog:autoauth:sclick:24:{ nick %pseudo2 | %commande %pass2 }
on *:dialog:autoauth:sclick:25:{ nick %pseudo3 | %commande %pass3 }
on *:dialog:autoauth:sclick:26:{ nick %pseudo4 | %commande %pass4 }
on *:dialog:autoauth:sclick:27:{ nick %pseudo5 | %commande %pass5 }
on 1:connect:{
/%commande %pass1
/%commande %pass2
/%commande %pass3
/%commande %pass4
/%commande %pass5
}
Conclusion
ben voila je voudrais savoir ce ke vous pensez de mon script.
Historique
- 05 septembre 2004 17:15:20 :
- Juste ppour changé le nom ;)
Sources du même auteur
Sources de la même categorie
Commentaires et avis
|
Derniers Blogs
[DESIGN PATTERNS] PARTIE 2: DIP: DEPENDENCY INVERSION PRINCIPLE[DESIGN PATTERNS] PARTIE 2: DIP: DEPENDENCY INVERSION PRINCIPLE par tja
C'est le dernier principe des principes du Design Orienté Objet (The Principles of Object Oriented Design) fondés par Robert C. Martin plus connu sous le pseudonyme d'Uncle Bob.
l'image empruntée de LosTechies.
Je ne traite pas les principes dans...
Cliquez pour lire la suite de l'article par tja TECHDAYS PARIS 2010 : SHAREPOINT 2010 POUR LES DéVELOPPEURSTECHDAYS PARIS 2010 : SHAREPOINT 2010 POUR LES DéVELOPPEURS par ROMELARD Fabrice
Animé par: Laurent Cotton Le développement dans SharePoint 2010 passe par plusieurs axes qui seront évoqués dans cette session, mais plus particulièrement les développements simples lié au besoin Business Business Connectivity Services Ce BCS es...
Cliquez pour lire la suite de l'article par ROMELARD Fabrice TECHDAYS PARIS 2010 : PLEINIèRE DERNIER JOURTECHDAYS PARIS 2010 : PLEINIèRE DERNIER JOUR par ROMELARD Fabrice
Cette session est la dernière pleinière de ces 3 jours de TechDays Paris 2010. Généralement, cette troisième journée est plus axée sur l'avenir vu par Microsoft. Après un retour sur l'avenir vu par la Science Fiction ou par ...
Cliquez pour lire la suite de l'article par ROMELARD Fabrice UNE JOLIE-HORLOGE ET PAS QU'UN PEU !UNE JOLIE-HORLOGE ET PAS QU'UN PEU ! par neodante
Pour les possesseurs d'iPhone, ça y est Bijin Tokei - qui se traduit littéralement en Français par " Jolie Horloge " - est arrivé et GRATUITEMENT s'il vous plaît ! Après la version Tokyo, Hokkaido, night club, racing, Gal, "pour les mademoiselles'", . voi...
Cliquez pour lire la suite de l'article par neodante TECHDAYS PARIS 2010 : CONNECTEZ VOS DONNéES à SHAREPOINT 2010 AVEC LES BUSINESS CONNECTIVITY SERVICESTECHDAYS PARIS 2010 : CONNECTEZ VOS DONNéES à SHAREPOINT 2010 AVEC LES BUSINESS CONNECTIVITY SERVICES par ROMELARD Fabrice
Animé par: Gaetan Bouveret et Julien Chomarat Business Connectivity Services (BCS) est dans SharePoint 2010 la version 2 de Business Data Catalog (BDC dans SharePoint 2007). Il s'agit de la solution permettant de visualiser des données provenan...
Cliquez pour lire la suite de l'article par ROMELARD Fabrice
Forum
RE : ON RAWMODERE : ON RAWMODE par WorldDMT
Cliquez pour lire la suite par WorldDMT AVERTISSMENT ET KIKKAVERTISSMENT ET KIKK par mouhcine951990
Cliquez pour lire la suite par mouhcine951990
Logiciels
DB-MAIN (9.1.0)DB-MAIN (9.1.0)DB-MAIN is a data-modeling and data-architecture tool. It is designed to help developers and anal... Cliquez pour télécharger DB-MAIN Xilisoft DPG Convertisseur (5.1.37.0120)XILISOFT DPG CONVERTISSEUR (5.1.37.0120)Xilisoft DPG Convertisseur offre aux fans de Nintendo DS une bonne solution leur permettant de dé... Cliquez pour télécharger Xilisoft DPG Convertisseur GraphicsGale (2.01.01)GRAPHICSGALE (2.01.01)GraphicsGale est un logiciel de PixelArt avec de nombreuse fonctionnalités permettant de réalisé ... Cliquez pour télécharger GraphicsGale Architecte 3D (Platinum 2010)ARCHITECTE 3D (PLATINUM 2010)Architecte 3D Platinium vous permet de concevoir facilement les plans votre future maison, de l'é... Cliquez pour télécharger Architecte 3D TeamViewer 5 (TeamViewer 5)TEAMVIEWER 5 (TEAMVIEWER 5)Dépanner un ami,expliquer une manipulation devient un jeu d'enfant.
Prise en main d'un autre ord... Cliquez pour télécharger TeamViewer 5
|