ryczypior / discord-webhook-for-mybb

Discord Webhook for MyBB
MIT License
23 stars 10 forks source link

Cannot connect to discord #35

Open mon5termatt opened 4 years ago

mon5termatt commented 4 years ago

https://i.imgur.com/BrqapLf.png

if you need any info feel free to let me know or add me on discord MON5TERMATT#9999

TheRedBull205 commented 3 years ago

Change line 38 to: if (preg_match('/^\s*https?://(ptb.)?discord.com/api/webhooks//i', $webhookurl) == 0) { in inc/discord_webhooks/DiscordWebhook.php file.

sylphrena0 commented 3 years ago

Change line 38 to: if (preg_match('/^\s*https?://(ptb.)?discord.com/api/webhooks//i', $webhookurl) == 0) { in inc/discord_webhooks/DiscordWebhook.php file.

This didn't work for me... now I get an error code every time I post on my forum.

sylphrena0 commented 3 years ago

Change line 38 to: if (preg_match('/^\s*https?://(ptb.)?discord.com/api/webhooks//i', $webhookurl) == 0) { in inc/discord_webhooks/DiscordWebhook.php file.

Comment out line 38-40 to fix the issue.