![]() |
Super Private Message v1.0.1 has been released and with the new update, you will be able to send messages to individuals who are in the secodary usergroup instead of just the primary usergoup.
Thanks goes to msgotit for this addition. You may upgrade by replacing the existing superpm.php with the new one included in the zip file. |
I get a dangerous problem
when I send a one message to all my members (more than 36,000) the server is hang up, because it sending an email notification to all members without breaking time between emails. any idea? |
Brilliant!
Now if there was a way to automate the PM sending when a person is added to a group, that would be fantastic! |
/me clicks install
|
Code:
Database error in vBulletin 3.0.*: |
I think I fixed it...
In superpm.php on Line 404 Found: Code:
$DB_site->query("INSERT INTO " . TABLE_PREFIX . "pmtext (fromuserid, fromusername, title, message, iconid, dateline, showsignature, allowsmilie) VALUES ($pm[userid], '" . addslashes($pm['username']) . "', '$title', '$message', $iconid, " . TIMENOW . ", $signature, $disablesmilies)"); Code:
$DB_site->query("INSERT INTO " . TABLE_PREFIX . "pmtext (fromuserid, fromusername, title, message, iconid, dateline, showsignature, allowsmilie) VALUES ($bbuserinfo[userid], '" . addslashes($bbuserinfo['username']) . "', '$title', '$message', $iconid, " . TIMENOW . ", $signature, $disablesmilies)"); |
I'm interested in using this hack but have a concern...
Let's say you send 5000 private messages.. Is there a way to "mass delete" them all after a certain amount of days? Otherwise won't this take up a whole lot of extra memory if you do mass messaging often? Great idea by the way :) |
SilverBoy,
Are you still having trouble using this hack with your large forum? I have about as many members as you and want to avoid any problems. |
yes mprjr41510 the trouble still exist.
my server dieng when I send a private message, I think the hack must be modified to send a specific amount of private message evrytime maybe 500 pm at once, to avoid server hang. |
SilverBoy,
Yes, that is a good idea... Similar to the way you can email users through vBulletin. It let's you choose a certain number of messages to send so you can do it in batches. Hey uae, is this something you can add to the hack? :) |
All times are GMT. The time now is 07:37 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:
|