Go Back   WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 02-07-2009, 09:17 PM   #1
Active Warrior
 
Join Date: Oct 2007
Location: , , USA.
Posts: 70
Thanks: 0
Thanked 8 Times in 8 Posts
Default script to post real time alerts to member area

Hi,

I am setting up a Stock Market signals website and I am looking for a script to post the signals in the members area in live time.
Basically I am looking for something like a web-based messenger to integrate into a page with only me able to post. I would aslo like that script to play an audio alert every time a post a new message.
Any one can help?

parlot is offline   Reply With Quote
Old 02-18-2009, 04:49 PM   #2
Warrior Member
 
Join Date: Feb 2009
Location: Orange County, CA
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: script to post real time alerts to member area

There wouldn't be any one script that would do this in any sort of efficient or scalable manner. Your solution would require a few peices:

1) backend data store of some kind (sql, mysql, access, etc) to which you post updates
2) admin page/backend to add updates
3) frontend web page that "listens" for updates and alerts the user (plays the sound)

To "listen" to the updates you have a few solutions, two of which could be:

1) submit an ajax request every X seconds checking for an update, handling the situation when an update occurs
2) embedding an iframe on the page that refreshes every X seconds checking for an update, dropping a script that modifies the page content when an update occurs.

You can emulate the messenger via either of the above methods, and still leverage scalability and security using your backend database.
mmacmillan is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk

Tags
alerts, area, member, post, real, script, time

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 06:43 AM.