![]() |
Admin Auto HTML Email
1 Attachment(s)
This hack takes any emails sent by administrators only that has the <html> tag present, and sends it as an HTML email message.
|
first :)
|
this is the same like this mod -> https://vborg.vbsupport.ru/showthread.php?t=231532
|
Thanks. Tagged for later use.
|
thanks
needed very much |
Thank you.
|
Thanks Cypher,
I was waiting for this for version 4 - good work RoyMogg |
This one doesnt change the normal mail system right?
|
Quote:
thanxx installed ________ Public movie |
Quote:
Or, do you just have no idea what usergroup ID 6 is? It means for ADMINISTRATORS. So, let's go back to first grade and put things together? Code:
if ($vbulletin->userinfo['usergroupid'] == 6) { Now, let's look at the next part: Code:
if(strlen($message) != strlen(strip_tags($message))) { $headers = str_replace('Content-Type: text/plain', 'Content-Type: text/html', $headers); } So, if you managed to pass first grade, you could tell that this mod functions for Usergroup ID 6 Only, which was?? come on...you remember...that's right..Administrators. Bottom line, learn to read, and look at code before saying it's the same. |
All times are GMT. The time now is 07:23 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|