Quote:
Originally Posted by aamirkhj
Hello I am installing it on my forum but it is giving me an internal server error. Kindly findout the problem here is the url where i am installing it
http://www.meraraabta.com/baithak/yt.php
here after this code my file stops execution.... coder is requested to kindly find some time to solve the problem
$doc = new DOMDocument(); in yt.php
|
Nothing there right now, probably my fault as I've been rather busy for the past while and am just catching up now.
What version of PHP are you running, this does require at least v5 right now, the DOM functions weren't there in 4
Quote:
Originally Posted by funkmeister
In the WOL function, it would be nice if the link it took you to, was the actual video, the person is viewing rather than just 'yt.php'.
I see there is the '$id' variable, it should be able to be put after the main file; eg: 'yt.php?v=$id' but for whatever reason, it doesn't bring the video id over. It's just left blank in WOL; eg: 'yt.php?v='
Also, how can I have the initial 'yt.php' page - when you load it using www.mysite/forum/yt.php - display a custom default search criteria? So if I want to have the topic of "radio" be the very first search criteria that is displayed when running 'yt.php' - how can I make that happen? Which file needs editing and what code is required?
Hope that last one is clear!
Over all.....great job. Thanks :up:
|
Both are clear, I'll have a look at both when I get some time.