#eggdrop Bot Logged User list

Network: Zeolia
Modes: +nrt
Last Seen: 50 minutes ago
Topic: ..·.·::::::::: Entraide pour les Eggdrops, Tcl et shells -| https://www.eggdrop.fr |- :::::::::·.·..  | dernier script ajouté : NetBots v4.10 - https://tinyurl.com/2celutn2
#2
Rank
12
Users

Channel Log Archive for #eggdrop

Prev
Next

* All times are UTC
Monday, September 9, 2024
[04:01:32] * Laurent joined #eggdrop
[06:53:06] Excalibur --> uto!~nemesis@EpiK-3981CEE.w86-209.abo.wanadoo.fr entre sur #eggdrop@Epiknet
[06:54:05] Excalibur *** <Boole@Epiknet> a mis le mode #eggdrop +l 22
[07:16:57] * BdS joined #eggdrop
[07:23:10] Excalibur -//- <uto@Epiknet> a quitté (Ping timeout: 180 seconds)
[07:24:05] Excalibur *** <Boole@Epiknet> a mis le mode #eggdrop +l 21
[08:35:08] * Travieso23 joined #eggdrop
[08:35:55] Travieso23 Hello, good morning, someone read my message from a few days ago and I don't know if you can help me, I will appreciate it.
[08:46:16] * Travieso23 joined #eggdrop
[10:05:11] * [Guru] set mode +lo 5 [Guru]
[10:05:12] * [Guru] joined #eggdrop
[10:05:13] * Excalibur set mode -l
[10:05:22] * James joined #eggdrop
[10:06:11] * [Guru] set mode +l 20
[10:16:58] * James joined #eggdrop
[10:21:24] * PeGaSuS joined #eggdrop
[10:31:04] * [Guru] set mode +lo 5 [Guru]
[10:31:05] * Excalibur set mode -l
[10:31:06] * [Guru] joined #eggdrop
[10:31:07] * [Guru] set mode +l 20
[11:25:13] * [Guru] set mode -l
[11:44:56] * [Guru] joined #eggdrop
[11:44:58] * [Guru] set mode +o [Guru]
[11:53:01] * Amand joined #eggdrop
[11:53:01] * [Guru] set mode +h Amand
[11:53:25] Amand anope de retour
[11:54:33] CrazyCat Oui :)
[12:27:56] Travieso23 CrazyCat can u help me
[12:27:58] Travieso23 please
[12:28:29] CrazyCat Travieso23: I rode and replied
[12:30:14] Travieso23 I haven't read anything, I would just like you to help me capture the nickname that I sent from my tcl eggdrop in php, there is no way to achieve it, in theory the script should work but when I do all kinds of validations, php It does not capture that nickname with a session or a cookie or anything.
[12:35:51] CrazyCat Travieso23: you won't be able to have the info in a cookie or session
[12:36:18] CrazyCat as when eggdrop ends its http connexion, php "forget" the connection
[12:36:38] CrazyCat You have to use a DB, or a directe reply
[12:37:05] CrazyCat BTW, as I don't have any idea of what your php scipt does, I can't help you further
[12:46:16] Excalibur <MenzAgitat@Epiknet> yop
[12:46:31] CrazyCat Plop MenzAgitat
[12:48:06] Excalibur <MenzAgitat@Epiknet> (to read estr invariable)
[12:48:13] Excalibur <MenzAgitat@Epiknet> -r
[12:48:57] CrazyCat spa faux
[12:48:58] Excalibur <MenzAgitat@Epiknet> rode est le prétérit de to ride
[12:49:16] CrazyCat Mais je lis de manière cavalière
[12:49:26] Excalibur <MenzAgitat@Epiknet> :x
[12:55:43] Travieso23 CrazyCat I understand, but can you explain to me better how the connection is, direct, my php script is simple, it only receives the nickname, I want to save it, since the user has planned a captcha validation, once the captcha is solved it must be sent and if it passes The validation, the php must return the nickname to the tcl so that it complies with the rest, but that is what does not
[12:55:43] Travieso23 work for me since it does not receive the php nickname.
[12:57:06] CrazyCat Travieso23: pastebin your php script, because I don't know what it's expecting as datas. I gave you an example of script posting the "nick" param
[13:07:15] CrazyCat So using https://tools.eggdrop.fr/privatebin/?94429e787a5a8579#7VvTB3hPQDSP4jeyPWwbo6qeVr6rUbjxxuWTW97L71yP, you must have "SUCCESS: User XXXX verify (non captcha)." in partyline when XXXX joins a channel
[13:08:18] CrazyCat And do a .console +d in your eggdrop to have debug
[13:08:51] Travieso23 Exactly, if the user enters the php channel it returns that it has been verified without captcha
[13:09:08] CrazyCat So it works as you asked
[13:10:13] Travieso23 It only returns the verification when the user joins the channel, but what I need is to capture that nick in php to recover it after validation since otherwise php would not know which nick to return to the eggdrop
[13:11:49] CrazyCat Ok, so I'll try to say it slowly. what your tcl must do ? Sending nick to php script ok. What does it expect from php script and must do with the datas it receive ?
[13:12:05] CrazyCat Sorry but my crystal ball is actually under maintenance
[13:13:27] CrazyCat And note that calling your php script with tcl will block javascript, you'll never be able to have the google captcha
[13:15:44] Travieso23 Ok, I'll explain to you, my tcl forces a user to enter a validation channel according to the type of connection that is used, when that user enters the channel, they are sent a private message with a link to validate their connection and their nickname is sends php when entering that channel, php needs to receive that nickname, store it in a session or a cookie or a txt, but that does not
[13:15:44] Travieso23 happen, in that link there is a recaptcha, that if the user passes it, the php should return the verification with the user's nickname to tcl so that it forces the user who has already been validated to leave the channel
[13:17:35] Amand pastebin your code so that CrazyCat can help you, you have to help us help you, otherwise it can take hours or days for us to guess what you want to do
[13:17:57] CrazyCat Ok, seems complicated, session & cookies won't work
[13:18:40] Amand il veux faire quoi? peut être qu'il peut faire son truc autrement et qu'il se complique un peu trop la tâche
[13:19:15] CrazyCat Amand: en gros il veut qu'un utilisateur se valide via une page web
[13:19:31] CrazyCat (qui fait un appel au captcha de google)
[13:19:58] Travieso23 I have already passed him the php code, the tcl code is the same as what he has given me, the only thing I want to achieve is that when I send the nickname of the php eggdrop I can store it somewhere so that I can later recover it, but that is what I cannot do, I don't know if it's a problem with the tcl or php script.
[13:21:02] Travieso23 but I have discarded php anyway and manually entering the data works both
[13:21:08] Amand ça m'a l'air un peu bancale, comment eggdrop va bypass le captcha de google
[13:21:13] Amand juste en envoyant le $nick
[13:21:30] Amand question sécurité , c'est pas ouf
[13:22:05] CrazyCat Travieso23: it won't work. You're trying to mixing several things which can't. And why use recaptcha for a simple verification ?
[13:22:59] CrazyCat PeGaSuS did a verification script which doesn't need php, with a random pass for eachuser
[13:24:00] PeGaSuS a lame script, though :D
[13:24:13] CrazyCat PeGaSuS: simple mais efficace
[13:24:16] Travieso23 but this in itself is a simple verification if you have seen the code there is nothing complex, the idea is simply to capture the user's nickname and that would be all so that php can read it later
[13:24:20] CrazyCat (et pas optimisé :D)
[13:24:37] PeGaSuS j'ai changé quelques choses dejá
[13:25:03] CrazyCat Travieso23: so your trouble is in the php. Store the nick in a .txt file or a simple DB if you want
[13:25:44] CrazyCat You asked a script to send nick to a php script, and get the answer from php, I did it
[13:26:11] Travieso23 I have tried CrazyCat, the problem is that when I add validations in php they all indicate that the nick has not been received, that is what I want to tell you, it is as if the message sent from tcl does not reach php
[13:26:21] * [Guru] set mode +h BdS
[13:26:21] * BdS joined #eggdrop
[13:27:14] CrazyCat 15:08:51 <Travieso23> Exactly, if the user enters the php channel it returns that it has been verified without captcha <-- the tcl works fine
[13:28:32] CrazyCat If you don't send the "g-recaptcha-response", it'll alway do that
[13:28:45] Travieso23 This is what I can't understand, do you think you could validate that in your connection, that is, test your code and make php receive it and store it in a txt please?
[13:29:38] CrazyCat No. this is YOUR php, you use fsockopen so you may be able to open a file in +w
[13:29:44] CrazyCat (or +a)
[13:30:02] CrazyCat I won't do your php
[13:30:20] Travieso23 So what am I doing wrong?
[13:31:05] CrazyCat In you'r PHP ? You don't even try to store the $nick anywhere
[13:31:25] CrazyCat $nick is only used in an echo
[13:32:04] * CrazyCat stops speaking about php now
[13:32:11] Travieso23 because I have given you the quick and simple version that should obtain the nickname via post as when a form is sent
[13:44:10] CrazyCat I can't help with an incomplete script.
[13:44:28] CrazyCat (my crystal ball is alway under maintenance)
[15:02:29] BdS you have everything in maintenance :)
[15:12:53] * CrazyCat sets BdS out of service
[15:15:13] BdS Done
[15:15:45] CrazyCat Bonne soirée alors :)
[18:21:02] Excalibur -//- <Lucie@Epiknet> a quitté (Ping timeout: 180 seconds)
[18:21:24] Excalibur -//- <Clara_@Libera> a quitté (Ping timeout: 246 seconds)
[18:22:03] Excalibur *** <Boole@Epiknet> a mis le mode #eggdrop +l 20
[18:25:09] Excalibur --> Lucie!~lucie@EpiK-F7662F98.sfr.lns.abo.bbox.fr entre sur #eggdrop@Epiknet
[18:25:25] Excalibur --> Clara_!~Clara@user/Clara/x-5934776 entre sur #eggdrop-fr@Libera
[18:26:03] Excalibur *** <Boole@Epiknet> a mis le mode #eggdrop +l 21
[19:23:10] Excalibur --> uto!~nemesis@EpiK-3981CEE.w86-209.abo.wanadoo.fr entre sur #eggdrop@Epiknet
[19:24:04] Excalibur *** <Boole@Epiknet> a mis le mode #eggdrop +l 22
[19:59:07] * Amand joined #eggdrop
[19:59:07] * [Guru] set mode +h Amand
[21:25:37] Excalibur -//- <uto@Epiknet> a quitté (Ping timeout: 180 seconds)
[21:26:04] Excalibur *** <Boole@Epiknet> a mis le mode #eggdrop +l 21
[21:29:43] Excalibur -//- <PeGaSuS@Epiknet> a quitté (Quit:: ZNC 1.10.x-git-15-0506e95a - https://znc.in)
[21:30:08] Excalibur *** <Boole@Epiknet> a mis le mode #eggdrop +l 20
[21:32:51] Excalibur --> PeGaSuS!PeGaSuS@EpiK-A6D51CF0.ip-37-187-138.eu entre sur #eggdrop@Epiknet
[21:33:03] Excalibur *** <Boole@Epiknet> a mis le mode #eggdrop +l 21
[21:34:17] * PeGaSuS joined #eggdrop
[23:25:03] * Amand joined #eggdrop
[23:25:03] * [Guru] set mode +h Amand
[23:25:11] * worm joined #eggdrop
Prev
Next