Results 1 to 2 of 2

Thread: V Share/Youtube Niche Video Script

  1. #1

    Default V Share/Youtube Niche Video Script

    I have the V Share installed,Can the Niche script be incorporated into V Share? Is it the same as my V Share and users can upload videos also? Or does this one just grab videos from youtube?

  2. #2
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: V Share/Youtube Niche Video Script

    The Niche script only grabs videos from YouTube. If you want to incorporate this into your vShare site, you'll need to also modify the .htaccess to allow access to the directory, otherwise you'll get "user not found".

    You do this by inserting this piece of code into the .htaccess of the vShare site:

    Code:
    RewriteRule ^youtube$ - [L]
    
    RewriteRule ^youtube/(.*) - [L]
    Or whatever you're calling the directory of your Niche section. I call mine "youtube". This is also helpful if you have other directories that you want to use with vShare like a forums section. In place of "youtube" in the above code, just put in the directory name of your forum section. I call mine "forum" and it would look like this:

    Code:
    RewriteRule ^forum$ - [L]
    
    RewriteRule ^forum/(.*) - [L]
    If you don't put the name of the extra directory in the .htaccess in this fashion, you'll get a "User not found" error since vShare would be looking for the virtual directory of user's profiles. This keeps it from doing that.
    If it's not fun, stop doing it!

Similar Threads

  1. G.analytics in youtube script niche
    By eightgr in forum Installation Support
    Replies: 2
    Last Post: 09-30-2008, 10:16 AM
  2. Free of Youtube Niche Video Script template download it ?
    By lovepzt in forum Template Modifications
    Replies: 0
    Last Post: 08-17-2008, 03:24 PM
  3. abaut youtube NICHE video script
    By tremendo in forum Installation Support
    Replies: 5
    Last Post: 04-01-2008, 11:51 PM
  4. Niche Video Script
    By duthel in forum Sales Questions
    Replies: 0
    Last Post: 02-01-2008, 04:45 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
  •