CURRENTLY NO AVAILABLE --- NEW VERSION IN THE MAKING
Regards,
Mat.
Printable View
CURRENTLY NO AVAILABLE --- NEW VERSION IN THE MAKING
Regards,
Mat.
What does this direct uploader do? I know what it sounds like, but what are the features that would benefit us?
It allows a user to use a direct URL of a media file to upload from, instead of having to download the file and then reupload it the servers do all the work.
Saves Alot of Time!!!
It's bad enough that I'm importing videos to populate the site. I'd rather not have my members also pilfering youtube. I'd prefer that they have to take two minutes to upload the video directly, and hopefully it will be their video that gets uploaded.
It's as the good old saying goes "you don't have to use it if you don't want to".
Alot of people have been asking for this and due to the admin section which supported this being unavailable I thought it may come in handy!
Kindest Regards,
Mat.
Quote:
Originally Posted by SportsGamingTV.com
I'm sure a lot of people would love to have it. It just doesn't work for me personally. Now if you can figure out how to have a single log in for smf and vshare, that would be awesome. ;)
I will see what I can do!
Thanks for the bug fix.
This script is now only $15 which is a massive saving of $20...
PM me your paypal email address and I'll refund you the $20.
Regards,
Mat.
Quote:
Originally Posted by twhiting9275
FOR ALL USING THE SCRIPT PLEASE READ BELOW:
An error has occured on sites that are using this saying the the connection failed etc... to fix this please do the following
In the file processyoutube.php find:
AND REPLACE WITH THIS:Quote:
$test = youtube_t($_GET['youtube']);
$con = mysql_connect("$db_host","$db_name","$db_pass");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}mysql_select_db("$db_user", $con);$sql="INSERT INTO process_queue (user, title, description, keywords, channels, type, status, url, file, vid, user_ip)
VALUES
('$_GET[user]','$_GET[title]','$_GET[description]','$_GET[tag]','1','public','$_POST[status]','$test','$_POST[file]','$_POST[vid]','$_POST[user_ip]')";if (!mysql_query($sql,$con))
{
die('Error: ' . mysql_error());
}
mysql_close($con);
An in urlsuccess.php do the following:Quote:
$test = youtube_t($_GET['youtube']);
$conn = mysql_connect($db_host, $db_user, $db_pass) or die('Error connecting to mysql');
mysql_select_db("$db_user", $con);$sql="INSERT INTO process_queue (user, title, description, keywords, channels, type, status, url, file, vid, user_ip)
VALUES
('$_GET[user]','$_GET[title]','$_GET[description]','$_GET[tag]','1','public','$_POST[status]','$test','$_POST[file]','$_POST[vid]','$_POST[user_ip]')";if (!mysql_query($sql,$conn))
mysql_close($conn);
Replace:
With the following:Quote:
$con = mysql_connect("$db_host","$db_name","$db_pass");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}mysql_select_db("$db_user", $con);$sql="INSERT INTO process_queue (user, title, description, keywords, channels, type, status, url, file, vid, user_ip)
VALUES
('$_POST[user]','$_POST[field_myvideo_title2]','$_POST[field_myvideo_descr2]','$_POST[field_myvideo_keywords2]','$_POST[listch]','$_POST[field_privacy]','$_POST[status]','$_POST[url]','$_POST[file]','$_POST[vid]','$_POST[user_ip]')";if (!mysql_query($sql,$con))
{
die('Error: ' . mysql_error());
}
mysql_close($con)
This will sort any issues...Quote:
$conn = mysql_connect($db_host, $db_user, $db_pass) or die('Error connecting to mysql');
mysql_select_db("$db_user", $con);$sql="INSERT INTO process_queue (user, title, description, keywords, channels, type, status, url, file, vid, user_ip)
VALUES
('$_POST[user]','$_POST[field_myvideo_title2]','$_POST[field_myvideo_descr2]','$_POST[field_myvideo_keywords2]','$_POST[listch]','$_POST[field_privacy]','$_POST[status]','$_POST[url]','$_POST[file]','$_POST[vid]','$_POST[user_ip]')";if (!mysql_query($sql,$con)) mysql_close($conn);
Regards,
Mat.
Does this work only with Youtube?Quote:
Originally Posted by galnet
No if you know the URL to any video it will work.. etc.. avi, mpeg, mov, mp4 etc...
Does not work for GOOGLE, etc.
I just bought this today. However when I upload vids, it goes but never hits the admin process queue. I assumed the JS file went in the JS folder. HEELP...lolQuote:
Originally Posted by galnet
does anyone else have this mod???
Hey, is there any way other than via paypal to buy this script? Also, does it include YouTube branding, or does it remove it? Thanks.
Stephon
I bought this script and uploaded it, but the videos never seem to appear. I do have a cron job set, so what gives? Is tehre anybody that can offer support for this?
Support is available via [email protected]
It seems as though some servers require a simple re-write in order for the script to work correctly. If you send your issues to the above email address and include your FTP settings we will be more than happy to help you.
Regards,
Mat.
so as the original coder of some of the youtube software you use to grab the .flvs (going by your fixes), am i entitled to a copy of this script free? :P I'd like to see if you credited me or not?
Please PM MeQuote:
Originally Posted by GoglGourd
Currently Not Available - Version 2 in the Making, with thanks to Porkd and Goglgourd...!
heh thanks :). if you ever need a hand just shout - email, pm or msn ;)
same :)
thxx
hey galnet,
Look at your pm please.
Thanks