![]() |
Super Private Message
-------------------------------------
Super Private Message ------------------------------------- Hack Version: 1.0.1 vB-version: 3.0.7 Developer: WwW.UAEWEB.CoM Install-difficulty: Easy What is it: Ever wanted to send a mass private message to a group of members? well, yeah, but what if you want to specify who gets to send this private message and to whome it should be sent. Private Messages being an effective tool at times Administrators or Moderators are forced to send mass number of private messages. Currently the limitation of sending private messages for various reasons (such as announcement for certain groups, with certain criteria ?etc) is frustrating and that is why the idea of current hack came along. Super Private Message will give you the convinous and enable you to provide many different options for sending mass private messages to users by any one you choose to assign this task to based on Conditionals (if):
- New Addition: Can send messages to individuals who are in the usergroup as a Secondary Usergroup instead of just the Primary. ( Credit goes to msgotit ) Installation Update For Super Private Message 1.0.1 You may install v1.0.1 fresh You may upgrade from v1.0.0 -> 1.0.1 (Read UPGRADE.txt) Screenshots: See attachments. Hack Installation Details: New files for this Hack: 2 /admincp/adminsuperpm.php /superpm.php New templates for this Hack: 1 pm_newsuperpm File-edits: 1 /admincp/index.php Template-edits: 1 pm_newpm DB Tables modified for this Hack: 1 user ------------------------------------- PLEASE REMEMBER TO BACKUP BEFORE YOU BEGIN! If you like this hack, please be kind and click on "https://vborg.vbsupport.ru/" Link. |
/me click I LOVE uae
/me tested the original and think this hack is MAJOR for all clans and groups... |
thanks man for that great hack.
|
/me installs
|
ive got this already so how is it new
|
is there no link to the superpm.php file? How do the usergroups you specified access the option? Or did I not get enough sleep last night?
|
@Thug, impossible, uae coded this one completely independant this week... so if you have something similar, it's possible, but nothing in the Releases ever look like that one.
@mholtum... read the install doc, you will find where are the permissions... did you edited the templates ?! |
Quote:
|
Bump
|
Quote:
|
Quote:
|
excellent hack!
|
Super easy to install......I love this hack!
|
This was indeed a sinch to install, thanks.
/me installs |
I installed this hack which is a outstanding hack BUT i would like the option to add a specific user group to have the option to use this
I dont want to go through and find the names or user id's Is there any way to a usergroup to this hack? |
I would also like to see that it have the option to save to the confirm list
I just tested it and it does not save to the confirm list in PM's is there anyway to add this and the above request That I have? |
:rambo: great :) work I like this
|
Quote:
but let's try this in superpm.php Find Code:
Code:
|
Can this also send messages to individuals who are in the usergroup as a Secondary Usergroup instead of the Primary?
I have all my useres set up as "Registered User" in the primary usergroup, and have special additional groupings by adding them to secondary usergroups. (GREAT HACK as it stands, BTW!) |
Quote:
I'll try adding that into maybe the next version of the hack :rolleyes: |
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? :) |
uae Are u there? :d
we waiting ur help |
SilverBoy,
I have looked at the code a little bit and I think that if you didn't care to have an email sent out then you could delete that code out of the superpm.php file. That is one option. 36000 emails are a lot to send. I don't think sending the PM itself should matter, but I don't deal with that many people. Maybe when UAE comes back he can shed some more light on the situation. I haven't tried this but I think that if you deleted this code out of the file it wouldn't send the email. PHP Code:
|
Quote:
I got thinking about this, and you could be right, especially if you sent it to 36000 people. I haven't done much with database optimization, but that may be what you want to look at. I was reading that you could 'lock' the table and insert multiple records at once, which may be what you want to do, that is, eliminating that many insert statements could help. I don't know for sure however. |
Quote:
This works. Thank you very much! |
Installed. It works great, and sends out the messages.....except I get this error, any ideas:
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 354 bytes) in /srv/www/htdocs/includes/functions.php on line 316 Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 40 bytes) in Unknown on line 0 Thanks. |
Thanks great hack. I'd love it if you could do the 500 private messages at a time thing as well. Not too much of a problem now with 3500 members but I can see it becoming one in the end.
Thanks for a great hack, Ed :) |
Will this work with 3.0.3 ok?
|
I'm just getting a page cannot be displayed error when I click count & confirm now. Anybody shed some light as to why?
It's pretty urgent. |
I tried installing Super Private Message Mod Version: 1.0.1 over vbulletin 3.5.0 but the modifications required in admincp/index.php do not match. Is there any way by which Super PM can be used in Vbulletin 3.5.0
|
Quote:
I am also interested in usign Super PM with 3.5. I used it with 3.0.7 and it was fantastic! Is there a way to get it in 3.5 ? |
All times are GMT. The time now is 04:28 AM. |
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:
|