art15 Posted April 23, 2008 Share Posted April 23, 2008 Hi all, Can any one suggest a script to setup private messaging system on the website. If some one knows the link to a website where the script is, let me know. Thanks Quote Link to comment Share on other sites More sharing options...
DeanWhitehouse Posted April 24, 2008 Share Posted April 24, 2008 erm i would use a database to store a lot of the values. Quote Link to comment Share on other sites More sharing options...
jonsjava Posted April 24, 2008 Share Posted April 24, 2008 I'm more than glad to write you a simple one, if you can give me some info: Do you have a login script already? If so, is it database driven? If so, is it MySQL? If so, can I have a basic schema to work from? (layout of the table that the user is stored) Quote Link to comment Share on other sites More sharing options...
art15 Posted April 24, 2008 Author Share Posted April 24, 2008 Hi, I appreciate the initiative of helping me. Just to brief you, I want the PM for the admin panel.(for eg if I am the admin for xyz.com and i want to send PM to admin of abc.com, pqr.com from my admin panel, i think it would work more or less like sending an email from my admin panel, I have something in my admin panel which can send email to any user) What I was looking is if the admin of abc.com or pqr.com receives that email, how can I put some alert in their panel showing you have 1 or 2 PM. does this approach of sending PM looks ok? Thanks I'm more than glad to write you a simple one, if you can give me some info: Do you have a login script already? If so, is it database driven? If so, is it MySQL? If so, can I have a basic schema to work from? (layout of the table that the user is stored) Quote Link to comment Share on other sites More sharing options...
jonsjava Posted April 24, 2008 Share Posted April 24, 2008 that's too extensive for me to do pro-bono. sorry. I was under the impression it was a small script. Quote Link to comment Share on other sites More sharing options...
Fadion Posted April 24, 2008 Share Posted April 24, 2008 This seems like a install-an-email-client-and-go-for-it (like SquirrelMail or MDaemon). If u want pure private messaging, all websites need to access one common database where messages are stored. For the script, search "php private message" or smth similiar and there'll be tutorials out there. Quote Link to comment Share on other sites More sharing options...
DeanWhitehouse Posted April 24, 2008 Share Posted April 24, 2008 here is a tutorial link http://www.egmods.com/Main/Tutorials/php/intermediate/pms/page5.php Quote Link to comment Share on other sites More sharing options...
art15 Posted April 28, 2008 Author Share Posted April 28, 2008 Thank you for your help guys. I will give it a try. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.