Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: Niche video script installation problems

  1. #11

  2. #12
    Join Date
    Sep 2007
    Posts
    22

    Default Re: Niche video script installation problems

    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?

  3. #13
    Join Date
    Sep 2007
    Posts
    22

    Default Re: Niche video script installation problems


  4. #14
    Join Date
    Mar 2008
    Posts
    7

    Default Re: Niche video script installation problems

    I migrated to another server with webcron and curl and reinstalled the script. But the one on topvideos does not work yet.

  5. #15
    Join Date
    Jun 2007
    Location
    New York, NY
    Posts
    92

    Default Re: Niche video script installation problems

    How do you turn off the racy porn stuff? It should not be returning restricted content and it is.
    Find the best video sites at OnlineTV Video Guide. Register your Vshare there today!

  6. #16
    Join Date
    Sep 2007
    Posts
    22

    Default Re: Niche video script installation problems

    Turning the porn off is something I am interested in also.

  7. #17
    Join Date
    Mar 2008
    Posts
    7

    Default Re: Niche video script installation problems

    I think it can't. I would be interested in deleting specific rightinfringing video items too, per item. It isnt possible either, is it?

  8. #18
    Join Date
    Jun 2007
    Location
    New York, NY
    Posts
    92

    Default Re: Niche video script installation problems

    the "racy" stuff is by DEFAULT off and somehow it is turned on. I went into the code

    /lib/services.php

    the line is
    Code:
      $req = "http://gdata.youtube.com/feeds/api/videos?vq={$keyword}".
            "&start-index={$start_index}".
            "&max-results={$config['list_per_page']}".
            "&orderby=updated";
    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".
            "&racy=exclude";
    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.

    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.
    Find the best video sites at OnlineTV Video Guide. Register your Vshare there today!

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Niche Video Script modification
    By lovek in forum Sales Questions
    Replies: 0
    Last Post: 11-02-2008, 08:41 PM
  2. abaut youtube NICHE video script
    By tremendo in forum Installation Support
    Replies: 5
    Last Post: 04-01-2008, 11:51 PM
  3. "Niche Video Script" installation problem
    By scalemodel in forum Installation Support
    Replies: 3
    Last Post: 02-23-2008, 11:24 PM
  4. Niche Video Script
    By duthel in forum Sales Questions
    Replies: 0
    Last Post: 02-01-2008, 04:45 PM
  5. niche video script
    By musictvblogger in forum Installation Support
    Replies: 1
    Last Post: 01-11-2008, 06:02 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •