i have 1000's of PUBLIC videos waiting for me to be approved from my ADMIN panel.However i want to approve all of them as PRIVATE.
How i can do that from ADMIN or mysql database?
thanks
i have 1000's of PUBLIC videos waiting for me to be approved from my ADMIN panel.However i want to approve all of them as PRIVATE.
How i can do that from ADMIN or mysql database?
thanks
You can do it with mysql query
Take a database backup before doing this.Code:update videos set video_active=1, video_approve=1, video_type='private' where video_approve=0;
vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
[email protected]
my db is bigger than 160MB , what kind of backup u suggetst?Take a database backup before doing this.
from cpanel/backups
or
phpmyadmin/export
if i am not wrong,if a restore is neede, i ll be able to import max 50 mb from there? mine is 164mb:)..
any suggestion really appreciated:)
Cpanel back will be better for large database. For restoring, use bigdump
BigDump: The Staggered MySQL Dump Importer
vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
[email protected]
i ve tried:
update videos set video_active=1, video_approve=1, video_type='private' where video_approve=0;
and
update video set video_active=1, video_approve=1, video_type='private' where video_approve=0;
result:
#1146 - Table '********_vshare.videos' doesn't exist
#1054 - Unknown column 'video_approve' in 'where clause'
any update on this.. please?
What version of vshare you are having ?
vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
[email protected]
it's vshare 2.6
contact [email protected] with your cpanel login details and url of this post, we can check this.
vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
[email protected]
Bookmarks