Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Snitz to FLASH
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Morpheus73
Average Member

Denmark
597 Posts

Posted - 13 May 2001 :  15:39:19  Show Profile
could someone make me a small ASP file, that creates only the strings of new PM count and buddies online for import into flash as variables?

I´m trying to make a dynamic inc_file for Snitz, that runs in looping flash....please someone?

morpheus73
mph73

Morpheus73

GBurch
Junior Member

United Kingdom
107 Posts

Posted - 13 May 2001 :  15:55:10  Show Profile
Wow! I have to see this when it's finished!

http://www.captgb.dabsol.co.uk
http://www.slipstreamservices.com
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 14 May 2001 :  04:02:40  Show Profile  Visit HuwR's Homepage
code required for what you want to do

Personal message count

<% ' Get Private Message count for display on Default.asp
if strDBType = "access" then
strSqL = "SELECT count(M_TO) as [pmcount] "
else
strSqL = "SELECT count(M_TO) as pmcount "
end if
strSql = strSql & " FROM " & strMemberTablePrefix & "MEMBERS , " & strTablePrefix & "PM "
strSql = strSql & " WHERE " & strMemberTablePrefix & "MEMBERS.M_NAME = '" & strDBNTUserName & "'"
strSql = strSql & " AND " & strMemberTablePrefix & "MEMBERS.MEMBER_ID = " & strTablePrefix & "PM.M_TO "
strSql = strSql & " AND " & strTablePrefix & "PM.M_READ = 0 "

Set rsPM = my_Conn.Execute(strSql)
pmcount = rsPM("pmcount")

rsPM.Close
%>


Don't know about buddies, not looked at the code.

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.98 seconds. Powered By: Snitz Forums 2000 Version 3.4.07