|
Trouver une ressource
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 !
VHOST PERSO
Information sur la source
Description
C'est un système de vhost perso , par exemple si vous voulez reconnaitre facilement quelqu'un c'est inutile mais c'est
rigolo ..
Source
- dialog vhost {
- title "Vhost"
- size -1 -1 141 182
- option dbu
- text "Pseudo :", 1, 4 8 25 8
- edit "", 2, 28 7 87 10
- text "Vhost :", 3, 4 22 25 8
- edit "", 4, 29 21 86 10
- button "Valider", 5, 3 39 37 12
- button "Voir", 6, 82 39 37 12
- edit "", 7, 2 61 136 10, read return autohs autovs
- edit "", 8, 2 79 136 10, read
- text "Pseudo :", 9, 5 53 25 8
- text "Vhost :", 10, 4 71 25 8
- text "Description : ", 11, 3 94 44 8
- edit "", 12, 2 103 133 64, autohs
- button "Valider", 13, 48 168 37 12
- }
- On *:dialog:vhost:sclick:5: {
- writeini -n vhost.ini $did(2) vhost $did(4)
- writeini -n vhost.ini $did(2) inscrit oui
- }
- On *:dialog:vhost:sclick:6: {
- did -ra vhost 7 Pseudo : $did(2)
- did -ra vhost 8 Vhost : $readini(vhost.ini,$did(2),vhost)
- }
- On *:dialog:vhost:sclick:13: {
- writeini -n vhost.ini $did(2) description $did(12)
- writeini -n vhost.ini $did(2) vhost $did(4)
- writeini -n vhost.ini $did(2) inscrit oui
- }
-
- dialog inform {
- title "Information :"
- size -1 -1 141 139
- option dbu
- text "Pseudo :", 1, 3 3 25 8
- edit "", 2, 27 2 88 10
- button "Valider", 3, 43 18 37 12
- text "Pseudo :", 4, 3 44 25 8
- edit "", 5, 2 54 135 10, read return autohs autovs
- text "Vhost :", 6, 3 68 25 8
- edit "", 7, 2 77 136 10, read autohs autovs
- text "Description :", 8, 3 91 34 8
- edit "", 9, 2 101 135 31, read return autohs autovs hsbar
- }
- On *:dialog:inform:sclick:3: {
- did -ra inform 5 $did(2)
- did -ra inform 7 $readini(vhost.ini,$did(2),vhost)
- did -ra inform 9 $readini(vhost.ini,$did(2),description)
- }
- alias info {
- if ($readini(vhost.ini,$1,inscrit) == oui) {
- echo -a [[ 4Vhost PerSo ]]
- echo -a Pseudo : $1
- echo -a Vhost : $readini(vhost.ini,$1,vhost)
- echo -a Description : $readini(vhost.ini,$1,description)
- echo -a [[ 4Vhost PerSo ]]
- }
- else {
- echo -a [[ 4Vhost PerSo ]]
- echo -a $1 Pseudo Inconnu
- echo -a [[ 4Vhost PerSo ]]
- }
- }
dialog vhost {
title "Vhost"
size -1 -1 141 182
option dbu
text "Pseudo :", 1, 4 8 25 8
edit "", 2, 28 7 87 10
text "Vhost :", 3, 4 22 25 8
edit "", 4, 29 21 86 10
button "Valider", 5, 3 39 37 12
button "Voir", 6, 82 39 37 12
edit "", 7, 2 61 136 10, read return autohs autovs
edit "", 8, 2 79 136 10, read
text "Pseudo :", 9, 5 53 25 8
text "Vhost :", 10, 4 71 25 8
text "Description : ", 11, 3 94 44 8
edit "", 12, 2 103 133 64, autohs
button "Valider", 13, 48 168 37 12
}
On *:dialog:vhost:sclick:5: {
writeini -n vhost.ini $did(2) vhost $did(4)
writeini -n vhost.ini $did(2) inscrit oui
}
On *:dialog:vhost:sclick:6: {
did -ra vhost 7 Pseudo : $did(2)
did -ra vhost 8 Vhost : $readini(vhost.ini,$did(2),vhost)
}
On *:dialog:vhost:sclick:13: {
writeini -n vhost.ini $did(2) description $did(12)
writeini -n vhost.ini $did(2) vhost $did(4)
writeini -n vhost.ini $did(2) inscrit oui
}
dialog inform {
title "Information :"
size -1 -1 141 139
option dbu
text "Pseudo :", 1, 3 3 25 8
edit "", 2, 27 2 88 10
button "Valider", 3, 43 18 37 12
text "Pseudo :", 4, 3 44 25 8
edit "", 5, 2 54 135 10, read return autohs autovs
text "Vhost :", 6, 3 68 25 8
edit "", 7, 2 77 136 10, read autohs autovs
text "Description :", 8, 3 91 34 8
edit "", 9, 2 101 135 31, read return autohs autovs hsbar
}
On *:dialog:inform:sclick:3: {
did -ra inform 5 $did(2)
did -ra inform 7 $readini(vhost.ini,$did(2),vhost)
did -ra inform 9 $readini(vhost.ini,$did(2),description)
}
alias info {
if ($readini(vhost.ini,$1,inscrit) == oui) {
echo -a [[ 4Vhost PerSo ]]
echo -a Pseudo : $1
echo -a Vhost : $readini(vhost.ini,$1,vhost)
echo -a Description : $readini(vhost.ini,$1,description)
echo -a [[ 4Vhost PerSo ]]
}
else {
echo -a [[ 4Vhost PerSo ]]
echo -a $1 Pseudo Inconnu
echo -a [[ 4Vhost PerSo ]]
}
}
Sources du même auteur
Sources de la même categorie
Sources en rapport avec celle ci
Commentaires et avis
Discussions en rapport avec ce code source dans le forum
Multi-Fenêtres Serveurs (remote script) [ par magicyoda ]
Bonjour,en remot script, j'ouvre une nouvelle fenetre serveur , comme ceci : /server -m [server]mais maintenant, j'aimerai que les commandes executées
IRC Scripting remote problème [ par Maxime15 ]
Je suis actuellement un script pour mon tchat en utilisant mIRC et je débute juste. J'ai déjà trouvé quelques commandes en remote du style réponse aut
retour a la ligne ? (scripting remote mirc) [ par mySQL15 ]
Bonjours voila je suis nouveau dans le scripting en remote sous mircet je voulait savoir comment faire pour faire répondre mon bot en multi lignepar
besoin d'aide pour script (mot de passe unique) [ par 0wilos0 ]
bonjourje fait appelle a vous car je voudrais avoir une tite informationje voudrai un script ou la documentation pour générer un mot de passe unique e
script evangelion [ par Maka57 ]
Salut tlm je recherche un script appeller ''Script de l'evangelion'' coder par un ancien Op off d'orange (LimPxziBiT), c'est un melange de belgariade
Créer un script [ par michounou ]
Bonjour je voudrais crée un script mIRC gratuitement, je voudrais savoir ce que je dois faire pour pouvoir le faire Merci d'avance de votre aide
Souci pour la sortie de mon nouveau script [ par julien154 ]
BonjourVoila j'ai un souci pour pouvoir sortir une nouvelle version de mon script je suis a la 3 éme sortie mes cette fois si ces en mirc 6.35 j'ai te
Script IRC en .EXE [ par Orona ]
Bonjour J'ai finit mon script mirc et je voudrais le sortir en .exe comme pour les scripts tels que bsmax ou autres , mais comment faire <img src="h
demande d'aide pour faire un script [ par fleo021 ]
bonjour a tous je fais partie d'une team d'un jeu et voila j'ai pour misson de faire un script au couleur de team j'ai commencer mais j'ai besoin d'ai
Script sur autre client IRC [ par Jo ]
Salut,Bon ok c'est cool mais comme je disait l'autre fois a jesais plus qui, ok mirc utilise sont propre langage de script, mais il existe d'autre cli
|
Téléchargements
Logiciels à télécharger sur le même thème :
Comparez les prix Nouvelle version

HTC G1
Entre 449€ et 449€
|