Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $url = 'https://discord.com/api/webhooks/1117118378499383427/_jynUNVZ5817c4mJ0wtVAzQ-XqadOaihFnwrTN-lPnfUAvnhQURoQkIycHpoBl6lKec4';
- $data = array(
- "content" => $yagmai
- );
- $json_data = json_encode($data);
- $ch = curl_init($url);
- curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-type: application/json'));
- curl_setopt($ch, CURLOPT_POST, 1);
- curl_setopt($ch, CURLOPT_POSTFIELDS, $json_data);
- curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
- curl_setopt($ch, CURLOPT_HEADER, 0);
- curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
- $response = curl_exec($ch);
- curl_close($ch);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement