Hello, I need this part of the php script changed to Godtube.com video style. I have tried changing the url and the /watch to /video_php and the ?v to ?viewkey, but it still doesn't work. Any help would be greatly appreciated. $var = "http\:\/\/www\.youtube\.com\/watch\?v\="; $var2 = "http\:\/\/youtube\.com\/watch\?v\="; $var4 = "www\.youtube\.com\/watch\?v\="; $var3 = "youtube\.com\/watch\?v\="; $var5 = "http\:\/\/www\.youtube\.com\/v\/"; $var6 = "http\:\/\/youtube\.com\/v\/"; $var7 = "www\.youtube\.com\/v\/"; $var8 = "youtube\.com\/v\/";
is this what you wanted $var = "http\:\/\/www\.godtube\.com\/video_php\?viewkey\="; $var2 = "http\:\/\/godtube\.com\/video_php\?viewkey\="; $var4 = "www\.godtube\.com\/video_php\?viewkey\="; $var3 = "godtube\.com\/watch\?viewkey\="; $var5 = "http\:\/\/www\.godtube\.com\/viewkey\/"; $var6 = "http\:\/\/godtube\.com\/viewkey\/"; $var7 = "www\.godtube\.com\/viewkey\/"; $var8 = "godtube\.com\/viewkey\/"; PHP:
Ok - I think that I figured it out. Godtube adds a hidden .flv file that is not in the address bar at the top. Example: http://www.godtube.com/view_video.php?viewkey=0261ca62fbde2475ad56 view source http://www.godtube.com/flvideo/0261ca62fbde2475ad56/237.flv& How can I get a script to add the / then pickup the any number .flv file?