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
ENUMERABLECOLLECTIONENUMERABLECOLLECTION par Matthieu MEZIL
Prenons le scénario suivant. On utilise MVVM. On a les deux classes suivantes dans le model : public class Child { } public class Parent { private ObservableCollection < Child > _children; public ObservableCollection < Child > Children { get {...
Cliquez pour lire la suite de l'article par Matthieu MEZIL [HS] CHROME 6 + MOI = COUP DE GUEULE ![HS] CHROME 6 + MOI = COUP DE GUEULE ! par JeremyJeanson
Attention, le poste qui suit n'est pas la complainte d'une personne : Qui n'aime pas Chrome. D'un anti Google. D'un développeur qui a un poil énorme dans la main. Ceux qui me fréquentent savent que je change de navigateur favori tous les 2 ou 3 mois afin ...
Cliquez pour lire la suite de l'article par JeremyJeanson [WP7] UTILISER UN WRAPPANEL DANS UNE APPLICATION WINDOWS PHONE 7[WP7] UTILISER UN WRAPPANEL DANS UNE APPLICATION WINDOWS PHONE 7 par Audrey
Lors de la réalisation de ma 2ème application Windows Phone 7, j'ai souhaité utiliser un WrapPanel pour afficher plusieurs photos. Mais le contrôle WrapPanel ne fait pas parti de la liste des contrôles inclus dans le SDK de la version Beta des outils pour...
Cliquez pour lire la suite de l'article par Audrey [WP7] BESOIN D'AVOIR DES DONNéES EN CACHE[WP7] BESOIN D'AVOIR DES DONNéES EN CACHE par Nicolas
Les développeurs ASP.NET ont l'habitude de mettre des données en cache pour éviter de requêter a chaque fois la base de données. Et il est toujours utilie de penser que vos utilisateurs mobiles n'ont pas troujours une super connexion 3G/WIFI et un for...
Cliquez pour lire la suite de l'article par Nicolas [TFS] COMMENT FORCER LA SAISIE D'UN AREA OU ITERATION[TFS] COMMENT FORCER LA SAISIE D'UN AREA OU ITERATION par cyril
Lorsque l'on créé un Work Item dans TFS, il est possible de le classer dans un "area" et dans une "iteration". Dans la plupart des types de projet, un "area" correspond à une catégorie, une "iteration" à un numéro de version. Il est possible de cré...
Cliquez pour lire la suite de l'article par cyril
Logiciels
Bureau de Gestion - ERP Devis Facturation (2.02)BUREAU DE GESTION - ERP DEVIS FACTURATION (2.02)
- Version gratuite du 10/06/2010
Le Bureau de Gestion est un logiciel dédié à la gestion de l'en...
Cliquez pour télécharger Bureau de Gestion - ERP Devis Facturation sDEVIS-FACTURES vlPRO (3.8.0)SDEVIS-FACTURES VLPRO (3.8.0)sDEVIS-FACTURES vlPRO a été mis au point pour permettre besoins des particuliers, créateurs, entr... Cliquez pour télécharger sDEVIS-FACTURES vlPRO LettresFaciles (5.6.0)LETTRESFACILES (5.6.0)LettresFaciles est un logiciel facilitant la création et la rédaction de lettres types.
Son inte... Cliquez pour télécharger LettresFaciles MyPlanning 2010 (5.6.0)MYPLANNING 2010 (5.6.0)MyPlanning 2010 permet de créer des plannings sous la représentation de diagrammes. Plannings pré... Cliquez pour télécharger MyPlanning 2010 Emicsoft Mac DVD en iPad Convertisseur (3.1.16)EMICSOFT MAC DVD EN IPAD CONVERTISSEUR (3.1.16)Emicsoft Mac DVD en iPad Convertisseur, logiciel professionnel de convertir les fichiers DVD en i... Cliquez pour télécharger Emicsoft Mac DVD en iPad Convertisseur
|