|
|
|
@ -67,7 +67,7 @@ def reg(message):
|
|
|
|
|
var.steps[message.chat.id]=None
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def passwd(message):
|
|
|
|
|
def passs(message):
|
|
|
|
|
read()
|
|
|
|
|
id=str(message.chat.id)
|
|
|
|
|
|
|
|
|
@ -100,26 +100,27 @@ def passwd(message):
|
|
|
|
|
if mon == None:
|
|
|
|
|
var.db[var.anick[message.chat.id]]=0
|
|
|
|
|
|
|
|
|
|
today = date.today()
|
|
|
|
|
dttm = today.strftime("%d.%m.%Y_"+time.strftime("%H:%M", time.localtime()))
|
|
|
|
|
|
|
|
|
|
signstr=message.text+dttm
|
|
|
|
|
sign=str(hashlib.sha256(str.encode(signstr)).hexdigest())
|
|
|
|
|
today = date.today()
|
|
|
|
|
dttm = today.strftime("%d.%m.%Y_"+time.strftime("%H:%M", time.localtime()))
|
|
|
|
|
|
|
|
|
|
f=open('reg.sha256','a')
|
|
|
|
|
f.write(sign+"-"+dttm+"\n")
|
|
|
|
|
f.close()
|
|
|
|
|
signstr=message.text+dttm
|
|
|
|
|
sign=str(hashlib.sha256(str.encode(signstr)).hexdigest())
|
|
|
|
|
|
|
|
|
|
bot.reply_to(message,"Поздравляю, Вы успешно зарегестрировались.")
|
|
|
|
|
bot.reply_to(message,f"""
|
|
|
|
|
f=open('reg.sha256','a')
|
|
|
|
|
f.write(sign+"-"+dttm+"\n")
|
|
|
|
|
f.close()
|
|
|
|
|
|
|
|
|
|
bot.reply_to(message,"Поздравляю, Вы успешно зарегистрировались.")
|
|
|
|
|
bot.reply_to(message,f"""
|
|
|
|
|
Ваш ключ восстановления пароля - {sign}
|
|
|
|
|
#REG
|
|
|
|
|
НИКОМУ НЕ ПЕРЕСЫЛАЙТЕ ЕГО, КРОМЕ - @kirill638355
|
|
|
|
|
ИНАЧЕ ВАШУ ЗАПИСЬ МОГУТ УКРАСТЬ.
|
|
|
|
|
""")
|
|
|
|
|
var.db[var.anick[message.chat.id]+"_pas"]=pas
|
|
|
|
|
var.db[var.anick[message.chat.id]+"_pas"]=pas
|
|
|
|
|
|
|
|
|
|
write()
|
|
|
|
|
write()
|
|
|
|
|
else:
|
|
|
|
|
err(message)
|
|
|
|
|
|
|
|
|
|