Webhook-PHP
This project is a simple PHP application for sending messages to a Discord webhook. It includes a user interface for inputting a message and sending it to the configured webhook URL.
- Webhook Integration: Send messages to a Discord webhook with customizable bot settings.
- Dynamic Configuration: Fetch bot settings (name, profile image, webhook URL) from a database.
- User Interface: A form for users to input and send messages.
- Error Handling: Display error messages if there are issues with sending the message or if no records are found.
- Language Support: Basic support for Turkish and English languages.
- Clone the repository:
git clone https://github.com/arxsoftr/webhook-php.git
- Navigate to the project directory:
cd webhook-php
-
Set up your database and configure the includes/database.php file with your database credentials.
-
Import the provided SQL schema into your database to create the necessary tables.
-
Customize the webhook_settings table with your Discord webhook details.
Visit the index.php page to interact with the application.
Input a message and submit the form to send it to the configured Discord webhook.
Bu proje, bir Discord webhook'una mesaj göndermek için basit bir PHP uygulamasıdır. Kullanıcıların bir mesaj girmelerini ve bu mesajı yapılandırılmış webhook URL'sine göndermelerini sağlayan bir kullanıcı arayüzü içerir.
- Webhook Entegrasyonu: Mesajları, özelleştirilebilir bot ayarları ile bir Discord webhook'una gönderin.
- Dinamik Konfigürasyon: Bot ayarlarını (isim, profil resmi, webhook URL'si) veritabanından çekin.
- Kullanıcı Arayüzü: Kullanıcıların mesaj girip gönderebileceği bir form.
- Hata Yönetimi: Mesaj gönderme veya kayıt bulunamama durumunda hata mesajları görüntüleme.
- Dil Desteği: Temel Türkçe ve İngilizce dil desteği.
- Depoyu klonlayın:
git clone https://github.com/arxsoftr/webhook-php.git
- Proje dizinine gidin:
cd webhook-php
- Veritabanınızı ayarlayın ve includes/database.php dosyasını veritabanı bilgilerinize göre yapılandırın.
- Gerekli tabloları oluşturmak için sağlanan SQL şemasını veritabanınıza aktarın.
- webhook_settings tablosunu Discord webhook detaylarınızla özelleştirin.
Uygulama ile etkileşimde bulunmak için index.php sayfasına gidin. Bir mesaj girin ve formu göndererek yapılandırılmış Discord webhook'una iletin.