wmv securty with http or mms

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rajkiran_s
Forum Newbie
Posts: 3
Joined: Mon Sep 17, 2007 1:33 am

wmv securty with http or mms

Post by rajkiran_s »

hi

i do have problem with securing mms link i seen two type of security online using some website

1 .) one website generate .wsx file dynamically with user sesssion and ............

2>) some website user like http://fdomain.com/file.wmv?user=rajkiran_@yahoo.com
or http://fdomain.com/file.wmv?usersession ... @yahoo.com


so how can i implement any body has any code help....
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I don't understand your problem enough to offer any solution. Please explain more.
rajkiran_s
Forum Newbie
Posts: 3
Joined: Mon Sep 17, 2007 1:33 am

Post by rajkiran_s »

actually i do want to stream and i want to secure my http link so secure based on session ....any other user can access link should be expire

i seen some website using session in their links ....

so any idea how do i add session in link so it will be playable....
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

session_name() and session_id() should be of interest.
rajkiran_s
Forum Newbie
Posts: 3
Joined: Mon Sep 17, 2007 1:33 am

Post by rajkiran_s »

ok if i use this one with my file name is it play without any trouble..anyway i will try...
thx for help update you soon
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

rajkiran_s wrote:ok if i use this one with my file name is it play without any trouble..anyway i will try...
thx for help update you soon
I have no way of telling you in either direction. You haven't provided your code.

...and this includes "thx":
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:11. Please use proper, complete spelling when posting in the forums. AOL Speak, leet speak and other abbreviated wording can confuse those that are trying to help you (or those that you are trying to help). Please keep in mind that there are many people from many countries that use our forums to read, post and learn. They do not always speak English as well as some of us, nor do they know these aberrant abbreviations. Therefore, use as few abbreviations as possible, especially when using such simple words.

Some examples of what not to do are ne1, any1 (anyone); u (you); ur (your or you're); 2 (to too); prolly (probably); afaik (as far as I know); etc.
Post Reply