dreamwest Posted June 1, 2009 Share Posted June 1, 2009 I have a php page which echos a xml playlist. How can i stop ppl from viewing a php page, by opening it up in their browser http://www.site.com/video_embed.php?id=29042 Link to comment https://forums.phpfreaks.com/topic/160424-browser-block/ Share on other sites More sharing options...
MadTechie Posted June 1, 2009 Share Posted June 1, 2009 kinda need more info ~or~ Remove the page is one option, Why do you need the page if its not being viewed! Link to comment https://forums.phpfreaks.com/topic/160424-browser-block/#findComment-846537 Share on other sites More sharing options...
.josh Posted June 1, 2009 Share Posted June 1, 2009 move it outside of a publicly accessible directory. change the chmod on it. Link to comment https://forums.phpfreaks.com/topic/160424-browser-block/#findComment-846541 Share on other sites More sharing options...
dreamwest Posted June 1, 2009 Author Share Posted June 1, 2009 I still need the page to be assessable through scripts This is ok to access page <object width="425" height="350" type="application/x-shockwave-flash" data="http://www.site.com/player/player.swf"><param name="movie" value="http://www.site.com/player/player.swf"><param name="flashvars" value="&file=http://www.site.com/video_embed.php?id=31731"/></object> Link to comment https://forums.phpfreaks.com/topic/160424-browser-block/#findComment-846554 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.