XVideoSharing - How to copy a private video link ?

Message
Author
dominic1991
Posts: 2
Joined: Feb 12, 2014 9:11 pm

How to copy a private video link ?

#1 Postby dominic1991 » Feb 12, 2014 9:23 pm

Hello i need something that can help me copy a video link that is set to private.

When i use Copy Video future i get these message : " invalid file "
When i try with ?op=my_files&add_my_acc= i get same message.

Is there a way to bypass these? or how to turn off the the private video option globally?

Note: i got my own website, and i can do it. i only need how to do it. Can some one help me with these?

ankurs
Posts: 1054
Joined: Mar 10, 2009 2:34 am

#2 Postby ankurs » Feb 13, 2014 9:56 am

edit index.cgi

Code: Select all

      my $file = $db->SelectRow("SELECT * FROM Files WHERE file_code=? AND file_public=1",$f->{add_my_acc});
to
my $file = $db->SelectRow("SELECT * FROM Files WHERE file_code=?" ,$f->{add_my_acc});
i haven't tried it myself, but that should work