• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Import photo from url/external

Started by AlexH,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

AlexHTopic starter

When posting pictures may be made import from external sources and not upload?

It would be much easier and I save space and traffic.

It should be a plugin to auto import from tumblr, facebook, pinterest and other.

PHPVibe A.

AlexH we don't really want to go much into images, it's meant to be an video cms and we already work on PHPRecord which will be full images sharing cms.

But the way the remote embed does it in admin, it's the same way you need it, just the entension check should be expanded to images as well.

AlexHTopic starter

####
just the entension check should be expanded to images as well.
####

and how i do this?

PHPVibe A.

moderator/add-video.php

Easiest way just remove

if(!validateRemote(_post('vremote'))){ 
echo '<div class="msg-warning">'._lang("Seems that link it's not valid or link is wrong").'</div>';
die();
}

Similar topics (7)