Posts: 27
Threads: 13
Joined: Oct 2009
Reputation:
0
11-15-2009, 09:47 AM
(This post was last modified: 11-15-2009, 04:22 PM by cyberninja.)
I have web site with movies but the movies are not hosted at my web server but they are hosted to another web server, so the movies I have at my web site I added them with Iframe, and sometimes they delete some movies, when they do that it shows a error message saying "the movie has been removed by administrators". it takes big time to control all the movies if they are removed. is there any way or script to search for example the word "removed" and show me the pages that have that word so I will know that those movies are removed and add new ones. can anyone help me out here!
Posts: 27
Threads: 13
Joined: Oct 2009
Reputation:
0
I also need a script that can generate certain HTML script ( I will just have the ability to change the title,author..etc. + one link in the html ) is there any way to do this things or can I find a ready made scripts for this
Posts: 1,351
Threads: 111
Joined: Oct 2009
Reputation:
40
Do you work with PHP, are the IFrames needed?
Posts: 27
Threads: 13
Joined: Oct 2009
Reputation:
0
I have small knowledge for writing php scripts from the be beginning and I add the videos with iframe
Posts: 1,351
Threads: 111
Joined: Oct 2009
Reputation:
40
Do you load the videos from one and the same server always, or are you doing that from mulitple servers?
I guess you don't need an i Frame, you can easy do that with php.
I will look for a script if I can find one!
Posts: 1,351
Threads: 111
Joined: Oct 2009
Reputation:
40
11-18-2009, 11:32 AM
(This post was last modified: 11-18-2009, 11:42 AM by Gaijin.)
Ahh I tought it was 5 posts minimum.
First, is a creation of a new page needed, since with php we can do that all in one file, without the need of every creating a new html file.
I can make it DB like where you just add new video id.
As for notification when a Video was deleted I would need to know what to look for, so you do always load videos from Stagevu.com
Posts: 27
Threads: 13
Joined: Oct 2009
Reputation:
0
well if you have time to help me than that will be very polite from you, because I dont have knowledge to write php scripts from the scratch.( I have low level of knowledge for php ). well about notification for the removed videos is hard to find a way to detect (maybe impossible) because the videos are iFramed. but if you could make some script that can index pages and find this word: "The video has been removed by administrators." because when the video is removed it displays this error: "The video has been removed by administrators."
Posts: 1,351
Threads: 111
Joined: Oct 2009
Reputation:
40
11-19-2009, 06:43 AM
(This post was last modified: 11-19-2009, 06:44 AM by Gaijin.)
Ok I will try to help you out....
And the message for removed video is ALWAYS the SAME?
edit: Do you have any id of some removed video, just to see how it looks.