Posted September 29, 20231 yr comment_77 View File Telegram Login Handler The application will add the ability to set up authorization on your community using the Telegram bot. To configure you need to create a bot and assign community url address. Submitter Kirill Gromov Submitted 09/02/23 Category Applications
October 2Oct 2 comment_601 allows me to login but on redirect it shows this i get 2 confirmations in telegram that someone is login ( me ) then this in browser .
October 2Oct 2 Author comment_602 1 hour ago, Brian said: allows me to login but on redirect it shows this i get 2 confirmations in telegram that someone is login ( me ) then this in browser . Hello, Can you check the PHP error logs?
October 2Oct 2 comment_604 No errors in php.log log_errors is on error_reporting is set to E_ALL & ~E_DEPRECATED & ~E_STRICT is the script php 8.1.29 compatible ? the system log in ips shows
October 2Oct 2 comment_605 i have noticed that the return url has a shortened version of telegram domain . could it be that the t.me domain was not being used when you wrote the script. i can see the error above says "data is not from telegram" photo_url=https%3A%2F%2Ft.me%2Fi%2Fuserpic%2F320%2FMoFrm-TfM-t5q9_removedforsafgetyg14zL6Kxxx01JPc.jpg
October 2Oct 2 comment_606 i dont know exactly how to read this line of code in auth.php but it would seem that the "data not from telegram" error comes from this line because something is not egual to 0 if (strcmp($hash, \IPS\Request::i()->hash) !== 0) { throw new Exception('Data is NOT from Telegram'); }
October 2Oct 2 comment_607 commented out those 3 lines and it logs in fine .. but im sure this is to keep someone from faking the telegram login from another site . so i will disable till i hear how to fix .
October 3Oct 3 comment_609 uninstalled , disconnected in telegram and terminated in telegram authorization . Nothing changed . the error looks same and all .
October 3Oct 3 comment_610 maybe it has something to do with changelog version not matching the update version .
October 4Oct 4 Author comment_611 10 hours ago, Brian said: uninstalled , disconnected in telegram and terminated in telegram authorization . Nothing changed . the error looks same and all . Hello. You can try to link your telegram account here on this site. Will you get an error?
October 4Oct 4 comment_613 makes no sense . i can login on your site . the steps are exactly same as mine . except on mine i get the NOT from telegram error . my site as soon as i click this button i get the Not from telegram error . the link in the address bar at that point looks like . https://subdomain.mydomain.com/applications/telegramlogin/interface/telegram/auth.php?key=16783efwertyuiopasd31a71be03f123&id=3819612530&first_name=Brian&last_name=Correll&username=telegramusername&photo_url=https%3A%2F%2Ft.me%2Fi%2Fuserpic%2F320%2FMoFrm-TfM-t5q9_rDXAeWYZg14zL6K3mj7FSIA01JPc.jpg&auth_date=1728047208&hash=dafa2940c12973b93594ec4c32876dd1c2b2d1769b2ab347a1cec69ad1b57a09 not sure what it could be . like i say removing those 3 lines from auth.php makes it work .
October 4Oct 4 comment_615 i made a small change to your code just to see what was stored in the 2 vars sort($data_check_arr); $data_check_string = implode("\n", $data_check_arr); $secret_key = hash('sha256', $settings['client_secret'], true); $hash = hash_hmac('sha256', $data_check_string, $secret_key); $testme = \IPS\Request::i()->hash; if (strcmp($hash, \IPS\Request::i()->hash) !== 0) { throw new Exception('Data is NOT from Telegram '.$hash.' '.$testme); } added the $testme var and when the exception is thrown added $hash and $testme so i could see them in the error this is whats shown in the system log Exception: Data is NOT from Telegram 00713a13bc63fb81577484714b875af936cdd89c0132fd2282a6f2bd1de6d882 a03990d9bedb6a2ee429751de8b1ca84d1024300b242873287d00eb7ece7a459 (0) #0 C:\ips\applications\telegramlogin\interface\telegram\auth.php(25): checkTelegramAuthorization() #1 {main} very different strings . any ideas ?
October 4Oct 4 Author comment_616 It seems I didn't make any changes to the last version I uploaded. I updated the version, it should work now.
October 9Oct 9 Author comment_626 8 hours ago, sman said: now it works, but there are tons of errors in logs Please take a look Hello. Can you provide an example of a log?
October 10Oct 10 comment_627 I've cleaned everything, but when I have a new logs I'll post it here. thanks for attention
October 23Oct 23 comment_639 seems there are some errors: Quote #0 /var/www/html/system/Theme/Theme.php(861): IPS\_Log::log() #1 /var/www/html/applications/telegramlogin/sources/TelegramLogin/TelegramLogin.php(66): IPS\_Theme->getTemplate() #2 /var/www/html/system/Theme/Theme.php(885) : eval()'d code(10365): IPS\telegramlogin\_TelegramLogin->button() #3 /var/www/html/system/Theme/SandboxedTemplate.php(61): IPS\Theme\class_core_front_global->loginPopup() #4 /var/www/html/system/Theme/Theme.php(885) : eval()'d code(21711): IPS\Theme\_SandboxedTemplate->__call() #5 /var/www/html/system/Theme/SandboxedTemplate.php(61): IPS\Theme\class_core_front_global->userBar() #6 /var/www/html/system/Theme/Theme.php(885) : eval()'d code(8086): IPS\Theme\_SandboxedTemplate->__call() #7 /var/www/html/system/Theme/SandboxedTemplate.php(61): IPS\Theme\class_core_front_global->globalTemplate() #8 /var/www/html/system/Output/Output.php(770): IPS\Theme\_SandboxedTemplate->__call() #9 /var/www/html/init.php(940) : eval()'d code(26): IPS\_Output->error() #10 /var/www/html/system/Dispatcher/Front.php(127): IPS\cms_hook_Output->error() #11 /var/www/html/init.php(940) : eval()'d code(23): IPS\Dispatcher\_Front->init() #12 /var/www/html/system/Dispatcher/Dispatcher.php(110): IPS\Dispatcher\stickynotes_hook_Outputs->init() #13 /var/www/html/index.php(13): IPS\_Dispatcher::i() #14 {main} and i have a lot of them:
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.