Please check this http://docs.buyscripts.in/404_error_500_error
Printable View
Please check this http://docs.buyscripts.in/404_error_500_error
My sever in this case is 1and1 and they said I had to put my cgi, pl files in cgi-bin folder. which files should I put in?
They gave me a faq if it helps:
http://faq.1and1.com/scripting_langu...ted/cgi/1.html
I migrated to another server with webcron and curl and reinstalled the script. But the one on topvideos does not work yet.
How do you turn off the racy porn stuff? It should not be returning restricted content and it is.
Turning the porn off is something I am interested in also.
I think it can't. I would be interested in deleting specific rightinfringing video items too, per item. It isnt possible either, is it?
the "racy" stuff is by DEFAULT off and somehow it is turned on. I went into the code
/lib/services.php
the line is
but can read:Code:$req = "http://gdata.youtube.com/feeds/api/videos?vq={$keyword}".
"&start-index={$start_index}".
"&max-results={$config['list_per_page']}".
"&orderby=updated";
even with that racy exclude the engine overrides the output. There is a fix using another keyword you insert in every search like "funny" or "music" or "video" but still restricted content comes in.Code:$req = "http://gdata.youtube.com/feeds/api/videos?vq={$keyword}".
"&start-index={$start_index}".
"&max-results={$config['list_per_page']}".
"&orderby=updated".
"&racy=exclude";
Youtube says it is excluded by default and you have to have racy=include to get it. I really want it turned off because I have a good site that comes up with mostly porn because it uses the Latin keyword. Seems Latin means porn. The problem with this script having it default on is that ANYONE can come and search for porn and when they watch it you get a link back from the restricted side of Youtube and will loose ALL your pages from ALL search engines for it. It happened to me.
I cannot find the creator of that engine anywhere. All I find is several programers who have modified the template system. The source of the code remains a mystery and with the porn turned on that is not so good. I have only one site it always shows up. The rest only if you search for it. But it takes the robots only one tag and off you go.