<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : PM all users?</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : PM all users?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 08 Apr 2026 05:21:51 +0000</pubDate>
  <lastBuildDate>Tue, 20 Apr 2004 09:04:57 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=10023</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[PM all users? : No need to move:  http://foru...]]></title>
   <link>https://forums.webwiz.net/pm-all-users_topic10023_post54669.html#54669</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13661">FreeMen</a><br /><strong>Subject:</strong> 10023<br /><strong>Posted:</strong> 20&nbsp;April&nbsp;2004 at 9:04am<br /><br /><P>No need to move:</P><P><A href="http://forums.webwiz.net/forum_posts.asp?TID=2955" target="_blank"> http://forums.webwiz.net/forum_posts.asp?TID=29 55</A></P>]]>
   </description>
   <pubDate>Tue, 20 Apr 2004 09:04:57 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/pm-all-users_topic10023_post54669.html#54669</guid>
  </item> 
  <item>
   <title><![CDATA[PM all users? : Good idea, since it was removed...]]></title>
   <link>https://forums.webwiz.net/pm-all-users_topic10023_post54640.html#54640</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13661">FreeMen</a><br /><strong>Subject:</strong> 10023<br /><strong>Posted:</strong> 20&nbsp;April&nbsp;2004 at 1:46am<br /><br />Good idea, since it was removed there...]]>
   </description>
   <pubDate>Tue, 20 Apr 2004 01:46:33 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/pm-all-users_topic10023_post54640.html#54640</guid>
  </item> 
  <item>
   <title><![CDATA[PM all users? : Perhaps this should be moved to...]]></title>
   <link>https://forums.webwiz.net/pm-all-users_topic10023_post54574.html#54574</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1070">MadDog</a><br /><strong>Subject:</strong> 10023<br /><strong>Posted:</strong> 19&nbsp;April&nbsp;2004 at 1:32pm<br /><br />Perhaps this should be moved to the mods forum? <IMG src="https://forums.webwiz.net/smileys/smiley2.gif" border="0">]]>
   </description>
   <pubDate>Mon, 19 Apr 2004 13:32:21 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/pm-all-users_topic10023_post54574.html#54574</guid>
  </item> 
  <item>
   <title><![CDATA[PM all users? : I found this by Fernan some time...]]></title>
   <link>https://forums.webwiz.net/pm-all-users_topic10023_post54536.html#54536</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13661">FreeMen</a><br /><strong>Subject:</strong> 10023<br /><strong>Posted:</strong> 19&nbsp;April&nbsp;2004 at 8:10am<br /><br /><P>I found this by Fernan some time ago. Check it out....</P><P><table width="99%"><tr><td><pre class="BBcode">&lt;% @ Language=VBScript %&gt;<BR>&lt;% Option Explicit %&gt;<BR>&lt;!--#include file="common.asp" --&gt;<BR>&lt;%<BR> '*********************************************************** *****************************<BR>'PM Groups Mod by Fernan <A href="http://uz.webhop.info" target="_blank">http://uz.webhop.info</A><BR> '*********************************************************** *****************************</P><P>'Set the buffer to true<BR>Response.Buffer = True</P><P>'Make sure this page is not cached<BR>Response.Expires = 0<BR>Response.ExpiresAbsolute = Now() - 2<BR>Response.AddHeader "pragma","no-cache"<BR>Response.AddHeader "cache-control","private"<BR>Response.CacheControl = "private"</P><P>'Declare variables<BR>Dim strMode &nbsp;&nbsp;&nbsp;'Holds the mode of the page<BR>Dim strPostPage &nbsp;&nbsp;'Holds the page the form is posted to<BR>Dim lngMessageID&nbsp;&nbsp;'Holds the pm id<BR>Dim strTopicSubject&nbsp;&nbsp;'Holds the subject<BR>Dim strBuddyName&nbsp;&nbsp;'Holds the to username<BR>Dim dtmReplyPMDate&nbsp;&nbsp;'Holds the reply pm date<BR>Dim strMessage&nbsp;&nbsp;&nbsp;'Holds the post message<BR>Dim intForumID&nbsp;&nbsp;&nbsp;'Holds the forum number<BR>Dim SQL<BR>Dim intRecordLoopScan</P><P><BR>'Set the mode of the page<BR>strMode = "PM"<BR>lngMessageID = 0</P><P><BR>'If the user is user is using a banned IP redirect to an error page<BR>If bannedIP() Then<BR>&nbsp;'Clean up<BR>&nbsp;Set rsCommon = Nothing<BR>&nbsp;adoCon.Close<BR>&nbsp;Set adoCon = Nothing</P><P>&nbsp;'Redirect<BR>&nbsp;Response.Redirect("insufficient_permission.asp?M=IP")</P><P>End If</P><P>&nbsp;</P><P>'If Priavte messages are not on then send them away<BR>If blnPrivateMessages = False Then<BR>&nbsp;'Clean up<BR>&nbsp;Set rsCommon = Nothing<BR>&nbsp;adoCon.Close<BR>&nbsp;Set adoCon = Nothing</P><P>&nbsp;'Redirect<BR>&nbsp;Response.Redirect("default.asp")<BR>End If</P><P><BR>'If the user is not allowed then send them away<BR>If Not blnAdmin Then<BR>&nbsp;'Clean up<BR>&nbsp;Set rsCommon = Nothing<BR>&nbsp;adoCon.Close<BR>&nbsp;Set adoCon = Nothing</P><P>&nbsp;'Redirect<BR>&nbsp;Response.Redirect("insufficient_permission.asp")<BR>End If</P><P><BR>%&gt;<BR>&lt;html&gt;<BR>&lt;head&gt;<BR>&lt;script&nbsp; language="JavaScript"&gt;</P><P>function CheckForm () {</P><P>&nbsp;var errorMsg = "";</P><P><BR>&nbsp;<BR>&nbsp;if (document.frmPMs.pmSubject.value==""){<BR>&nbsp;&nbsp;errorMsg += "\n\tYou must enter a subject.";<BR>&nbsp;}</P><P>&nbsp;<BR>&nbsp;if (document.frmPMs.pmBody.value==""){<BR>&nbsp;&nbsp;errorMsg += "\n\tYou must enter a message body.";<BR>&nbsp;}</P><P><BR>&nbsp;<BR>&nbsp;if (errorMsg != ""){<BR>&nbsp;&nbsp;msg =  "___________________________________________________________ ____\n\n";<BR>&nbsp;&nbsp;msg += "The form has not been submitted because there are problem(s) with the form.\n";<BR>&nbsp;&nbsp;msg += "Please correct the problem(s) and re-submit the form.\n";<BR>&nbsp;&nbsp;msg +=  "___________________________________________________________ ____\n\n";<BR>&nbsp;&nbsp;msg += "The following field(s) need to be corrected: -\n";</P><P>&nbsp;&nbsp;errorMsg += alert(msg + errorMsg + "\n\n");<BR>&nbsp;&nbsp;return false;<BR>&nbsp;}</P><P>&nbsp;return true;<BR>}</P><P>&lt;/script&gt;<BR>&lt;/head&gt;<BR>&lt;title&gt;PM Groups Mod by Fernan&lt;/title&gt;</P><P><BR>&lt;%</P><P> '*********************************************************** **********************************</P><P>%&gt;<BR>&nbsp; &lt;table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="50%" id="AutoNumber1" height="95" align = "center"&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;tr&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td width="100%" height="95" valign="top"&gt;<BR>&lt;form method="post" name="frmPMs" action="send_pms.asp" onSubmit="return CheckForm();"&gt;<BR>&nbsp; &lt;br&gt;<BR>&nbsp; &lt;p style="margin-left: 10; margin-right: 10"&gt;<BR>Group to PM: <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;select size="1" name="pmGID"&gt;<BR>&lt;%<BR>SQL = "SELECT tblGroup.Group_ID, tblGroup.Name FROM tblGroup Where Not tblGroup.Name = 'Guest'"<BR>rsCommon.CursorType = 1<BR>rsCommon.Open SQL, adoCon</P><P>For intRecordLoopScan = 1 to rsCommon.RecordCount</P><P>If Not rsCommon.EOF Then<BR>%&gt;<BR>&lt;option value="&lt;% = rsCommon("Group_ID") %&gt;"&gt;&lt;% = rsCommon("name") %&gt;&lt;/option&gt;"<BR>&lt;%<BR>End If<BR>rsCommon.MoveNext<BR>Next<BR>%&gt;<BR>&lt;option value="All"&gt;All&lt;/option&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/select&gt;&lt;br&gt;&lt;br&gt;<BR>Subject: &lt;input type="text" name="pmSubject" size="30" maxlength="41"&gt;&lt;br&gt;<BR>&lt;br&gt;<BR>&lt;textarea rows="13" name="pmBody" cols="54"&gt;&lt;/textarea&gt;&lt;br&gt;&lt;br&gt;<BR>&lt;center&gt;&lt;input type="Submit" value="Send" name="Submit"&gt;&amp;nbsp;&amp;nbsp;&lt;input type="reset" value="Reset" name="Reset"&gt;&lt;/center&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/form&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/p&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/tr&gt;<BR>&nbsp; &lt;/table&gt;</P><P><BR>&lt;%</P><P>'Reset server variables<BR>Set rsCommon = Nothing<BR>adoCon.Close<BR>Set adoCon = Nothing</P><P>%&gt;&lt;br /&gt;<BR>&lt;div align="center"&gt;</P><P>&lt;/div&gt;<BR>&lt;/html&gt;<BR></pre></td></tr></table></P><P>Save as something and just go to that page...</P><P>Good luck!</P>]]>
   </description>
   <pubDate>Mon, 19 Apr 2004 08:10:48 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/pm-all-users_topic10023_post54536.html#54536</guid>
  </item> 
  <item>
   <title><![CDATA[PM all users? : Ahh, good idea! Maybe this will...]]></title>
   <link>https://forums.webwiz.net/pm-all-users_topic10023_post54248.html#54248</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=6278">Mikael</a><br /><strong>Subject:</strong> 10023<br /><strong>Posted:</strong> 16&nbsp;April&nbsp;2004 at 4:54pm<br /><br /><P>Ahh, good idea! Maybe this will be included in the admin-area in the next version...</P>]]>
   </description>
   <pubDate>Fri, 16 Apr 2004 16:54:06 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/pm-all-users_topic10023_post54248.html#54248</guid>
  </item> 
  <item>
   <title><![CDATA[PM all users? : re create the private message...]]></title>
   <link>https://forums.webwiz.net/pm-all-users_topic10023_post54230.html#54230</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 10023<br /><strong>Posted:</strong> 16&nbsp;April&nbsp;2004 at 2:51pm<br /><br /><P>re create the private message form .. but instead of just adding it for one user .. do a loop... so that it loops around untill the records are eof</P><P>for each loop do an add new for the user from your self</P>]]>
   </description>
   <pubDate>Fri, 16 Apr 2004 14:51:44 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/pm-all-users_topic10023_post54230.html#54230</guid>
  </item> 
  <item>
   <title><![CDATA[PM all users? : I found a mass e-mail function...]]></title>
   <link>https://forums.webwiz.net/pm-all-users_topic10023_post54229.html#54229</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=6278">Mikael</a><br /><strong>Subject:</strong> 10023<br /><strong>Posted:</strong> 16&nbsp;April&nbsp;2004 at 2:48pm<br /><br />I found a mass e-mail function in the forum, but I want to mass-PM all my users. Is there a simple way to do this in?]]>
   </description>
   <pubDate>Fri, 16 Apr 2004 14:48:33 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/pm-all-users_topic10023_post54229.html#54229</guid>
  </item> 
 </channel>
</rss>