You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
Edit:
I have the 1:1 index.php script as in repo except this part which just sends to oci.log the timestamp: $message = $e->getMessage(); echo date('d/m/y h:i:s'), " $message\n"; if ($notifier->isSupported()) { $notifier->notify($message); }
In the .env i have pasted in the bot api key and user id correctly set like this: (obviously not gonna show the api key and user_id)
TELEGRAM_BOT_API_KEY=**********************
TELEGRAM_USER_ID=*****************
The text was updated successfully, but these errors were encountered:
sry for taking so long. the 2 screenshots contain my copy of index.php and the .env . I believe that is what you mean by telegram php page.
also I am not sure if telegram will work this time as it may do, but rather I want to know if its been setup correctly. I am just worried it might not work as the last time I ran this script and got a server, it did not send a notification.
Edit:
I have the 1:1 index.php script as in repo except this part which just sends to oci.log the timestamp:
$message = $e->getMessage(); echo date('d/m/y h:i:s'), " $message\n"; if ($notifier->isSupported()) { $notifier->notify($message); }
In the .env i have pasted in the bot api key and user id correctly set like this:
(obviously not gonna show the api key and user_id)
TELEGRAM_BOT_API_KEY=**********************
TELEGRAM_USER_ID=*****************
The text was updated successfully, but these errors were encountered: