-
Web 2.0 Video Application Mass Add Video to VShare
Brand New Web 2.0 Application Will Change Your Video Site Forever
Video Swiper is a revolutionary new tool that will quickly and easily allow you to add content to your media sites and is 100% compatible with your Vshare script.
Lets face it, the hardest thing about running a video site is adding fresh new content everyday. It is just way to time consuming. First you have to find a good site then search for videos. Then when you find a good one you have to download it to your desktop and then upload it to your site and enter title, description and tags. Just to do one video can easily take ten to fifteen minutes.
Well, with Video Swiper, all that tedious work is a thing of the past...
Here is what Video Swiper does. Just login to your Video Swiper account, enter a keyword into the search tool ...and simultaneously search 30 different video sites for content. You can view the content right from your Video Swiper account and add as many videos or games to your Video Swiper account as you like. Then one at a time or mass edit your titles, descriptions and tags and with the push of a button upload all this fresh new content right to your site. You could easily add thousands of content rich videos to your site every single day in a fraction of the time it would normally take you.
More content means more traffic. It's that simple really. The more content you have the more pages you get indexed in the search engines. The more pages indexed the more traffic you receive. And what does more traffic mean? More Money Of Course!
Video Swiper + Content = Money!
Interested in seeing more? Want to be part of the pre-launch phase?
You better act fast...Video Swiper is currently inviting a limited number of individuals to get in on the pre-launch phase. Don't waste any time, go and reserve your spot today before they close the doors and you're to late: http://prelaunch.videoswiper.com
-
Re: Web 2.0 Video Application Mass Add Video to VShare
This only embeds the videos, or actually puts them onto my server?
-
Re: Web 2.0 Video Application Mass Add Video to VShare
-
Re: Web 2.0 Video Application Mass Add Video to VShare
Thank you, flexserve.
I'm always leary of embedding. I know a lot of people prefer it though, since it doesn't use their bandwidth. I just always tend to imagine the nightmare scenario of having a lot of embedding videos at a site that switches up their format, or worse, goes out of business entirely.
Still, it seems like a good concept. I just wish I could get it to upload directly onto my server so that I know the video will be around as long as I am.
-
Re: Web 2.0 Video Application Mass Add Video to VShare
I signed up for beta to check it out. I'll report back when I have 100% of story.
-
Re: Web 2.0 Video Application Mass Add Video to VShare
Quote:
Originally Posted by videoswiper
You better act fast...Video Swiper is currently inviting a limited number of individuals to get in on the pre-launch phase. Don't waste any time, go and reserve your spot today before they close the doors and you're to late:
http://prelaunch.videoswiper.com
I just signed up for the "beta" and all that does is add your email to their mailing list. My guess from this "you better act fast" sales hyperbole is that most likely all that this has done is given them a way to spam me later with some bullshit product that doesn't do dick squat.
-
Re: Web 2.0 Video Application Mass Add Video to VShare
Quote:
Originally Posted by SportsGamingTV.com
This only embeds the videos, or actually puts them onto my server?
According to the one-post this guy has made here, "with the push of a button upload all this fresh new content right to your site."
These one-post-wonders are usually harping worthless bullshit. My guess is that's the case with this thing, or there would be something more than a "thanks for giving us your email address, we'll be in touch" on their website.
-
Re: Web 2.0 Video Application Mass Add Video to VShare
There are several sites running this type of interface where you select the "categories" you want and they just parse all the embeds in. You have no control over which videos atually get added since you select entire categories.
Here is an example of "how" this is done (this is for pornhub for all you pervs LOL) j/k
Code:
<html><head>
<title></title>
<link rel="stylesheet" type="text/css" href="style.css" />
<?
include ("../includes/yourdbconfigfile.php");
if(isset($_GET['search'])){
$search=$_GET['search'];
$search=str_replace(" ", "+",$search);
if(isset($_GET['page'])){
$param="action=webmasters%2Fembedded_videos_search&categories=0&duration=0&order_by=most_recent&search_keyword=$search&go=Go&page=$_GET[page]#";
}else{
$param="action=webmasters%2Fembedded_videos_search&categories=0&duration=0&order_by=most_recent&search_keyword=$search&go=Go";
}
//http://www.pornhub.com/main.php?action=webmasters/embedded_videos_search&categories=0&duration=0&order_by=most_recent&search_keyword=&go=Go&page=3#
//http://www.pornhub.com/main.php?action=webmasters/embedded_videos_search&categories=0&duration=0&order_by=most_recent&search_keyword=teen&go=Go&page=2#
$url="http://www.pornhub.com/main.php?$param";
//http://www.pornhub.com/main.php?action=webmasters%2Fembedded_videos_search&categories=0&duration=0&order_by=most_recent&search_keyword=teen&go=Go
// echo $url;
}else{
$url="http://www.pornhub.com/main.php?action=webmasters/embedded_videos_search";
//$search="sexy";
}
$handle = @fopen($url, "r");
if ($handle) {
while (!feof($handle)) {
$buffer = fgets($handle, 4096);
$f=$f.$buffer;
}
fclose($handle);
}
//echo $f;
preg_match_all("/vkey.{2,35}>/",$f, $vids, PREG_PATTERN_ORDER);
//echo "\n".$vids[0][0] . "
\n";
preg_match_all("/recent_image.{2,30}\"/",$f, $thumbs, PREG_PATTERN_ORDER);
preg_match_all("/jpg.{2,130}120\"/",$f, $titles, PREG_PATTERN_ORDER);
// echo $thumbs[0][0]. "
";
//echo $titles[0][0] . "
, ";
/*
vkey=401c33bfe808784842ef">
recent_image id="thumb_100192"
jpg" alt="Innocent Slow Handjob!" width="160" height="120"
*/
// class=t width=160 height=120 src='http://thumbs.redtube.com/_thumbs/0000011/0011194/0011194_006.jpg' onmouseout
// http://www.pornhub.com/video/000/100...umbs/small.jpg
echo "<table id='leftp' cellspacing='20'>";
echo "<tr><td align='center' colspan=2><form action='pornhub.php' method='get'><input type='text' name='search'><input type='submit' value='Search'></form></td></tr>";
for ($i = 0; $i <= 19; $i++) {
//echo "\n".$thumbs[0][$i]."
";
if($vids[0][$i]==""){
break;
}
$de=$i*2;
$vid=str_replace("vkey=", "",$vids[0][$de] );
$vid=str_replace("\">", "",$vid );
//echo $vid."
";
$tit=str_replace("jpg\" alt=\"", "",$titles[0][$i] );
$tit=str_replace("\" width=\"160\" height=\"120\"", "",$tit );
$thumbq=str_replace("recent_image id=\"thumb_", "",$thumbs[0][$i] );
$thumbq=str_replace("\"", "",$thumbq );
if(strlen($thumbq)==5){
$thumbq="0".$thumbq;
}
$thumbq1=substr($thumbq, 0, 3);
$thumbq2=substr($thumbq, 3, 3);
$fthumb="http://www.pornhub.com/video/000/".$thumbq1."/".$thumbq2."/thumbs/small.jpg";
$ts=$thumbq.".jpg";
$queryp=mysql_query("Select * from videos where thumb='$ts' ");
$rowpnum=mysql_num_rows($queryp);
echo mysql_error();
if($rowpnum==0){
$par=$par+1;
// if($par==2){
$par=0;
$esvi0=$vid;
$esti0=$tit;
$esth0=$fthumb;
echo "<tr><td align='center' colspan=2>$esti0
[img]$esth0[/img]</td></tr>\n";
//}//end if par
}//end if
}
if($_GET['page']>0){
$prev=$_GET['page']-1;
$next=$_GET['page']+1;
echo "<tr><td align='center'>Prev</td><td align='center'> Next</td></tr>";
}else{
echo "<tr><td colspan=2> Next</td></tr>";
}
echo "</table>";
?>
</body>
</html>
-
Re: Web 2.0 Video Application Mass Add Video to VShare
So, what's so different from that and the niche video script? And what if, like someone said, the video site that it's embedded from like studio6,(or whoever they were I forget now) closed their doors...that would so blow.
-
Re: Web 2.0 Video Application Mass Add Video to VShare
In my opinion, when you read something like this, take a look and see how many posts the person has made. If the answer is "1" then you can be pretty sure that what's being posted is CRAP GARBAGE, like this one. The purpose of this scumbag's post was evidently to build up his email spam list.
-
Re: Web 2.0 Video Application Mass Add Video to VShare
The thing that really cracks me up is the term "Web 2.0". Somebody made a post one time saying that what they had was written in "Web 2.0" like that's some kind of language or something.
-
Re: Web 2.0 Video Application Mass Add Video to VShare
Hi Guys
OK we understand that you maybe skeptical and think there is someone a little fishy going on as we did only post one thread.
We seriously suggest you read the whole story as more of the website is online now for you to view.
Developers from scripts like
VidiScript
Social Media V2
VideoCMS
Would not be sponsoring or endorsing this application if it were a fake.
The reason for e mail capture, simple the site is not live! we are gathering your interest so we can
then e mail you when the beta goes live at the end of the month and if anyone here has signed up they can tell you they have recieved no spam from us.
There is alot more information available now from the site so you can get a better idea of what VideoSwiper actually does and how it works.
There are no other online applications that do anything like what VideoSwiper can do and this is the first of its kind, it does not parse nor does it add all videos.
You search from 25.000.000 videos from 30 of the top leading sites all with video API's so i doubt they will dissapear for a long time!
You can edit everything, titles, descriptions and tags either by mass or singular!
You decide what videos to add to your list NOT US!
Your selections are sent directly to your website through any account you want to create from your frontend!
As we said alot more info is now availabe from the site so please read more before judging us.
http://www.videoswiper.com
-
Re: Web 2.0 Video Application Mass Add Video to VShare
wouldn't that violate copyright?
-
Re: Web 2.0 Video Application Mass Add Video to VShare
Its the media that may have copyright not the title, descriptions and tags?
This is of cource 100% legal, its the software that downloads videos for you to upload to your site without permission that is illegal not embedding from sites that offer their content free through embed code.
-
Re: Web 2.0 Video Application Mass Add Video to VShare
I signed up but never got an activation email...checked all folders especially the junk (that's the first place I go) and the deleted folder, email no where to be found. Send a support ticket and they tell me to..guess what...check my junk and deleted folders, like DUH, ya think? They said "the email shows as having been sent"...but I never got it, even after pressing the "send again" button.
-
Re: Web 2.0 Video Application Mass Add Video to VShare
Hi
We dont have customer support online so how you sent a ticket I don't know!!!! If you need to be verified then PM me here and ill log into aweber and check your e mail address for you.
Aweber looks after our subscribers a well known and reputable e mail responder provider.
As stated before there is no live registration on the site yet, we are simply pre collecting names of those interested to be told when we launch, the send activation link you refer to is for the registration form not for subscription to updates and isnt even a working link as yet which you would of seen if you had scrolled over it...
There is now a live video online for more information about the application
http://www.videoswiper.com/tour.html
This thread is to inform you of a new application to make your life easier, gain more indexes and more traffic but hey guys for some reason you seem to be real defensive "why" we don't know.
Why not stop judging an application that you haven't even been able to road test yet and look forward to the fact that we included vshare as a script that could be used with it.
We now have 15 top script webmasters onboard, ill think you'll find this application is 100% legitimate and you will enjoy using it.
-
Re: Web 2.0 Video Application Mass Add Video to VShare
I went to the link that you provided in your OP.
I went to the registration page.
Put in my email address and all that...and it returned a message saying that an activation email would be sent to me. It didn't say anything about "thanks we'll get back to you" or anything like that, just that an activation email would be sent...so what I may have signed up for, I have no clue.
I wrote saying I didn't get the email. They wrote back saying to check my junk folders. I wrote back saying I did that and even pressed the "resend" button and never got that one either. They wrote back saying to check my junk mail or sign up with a different email address! Excuse me?
That makes no sense since I am obviously getting the email from THEM (then I should also be getting the activation email).
Copy of email:
Quote:
RE: activation email (Ticket 9931994) (Ticket 9931994)?
From: AWeber Support (
[email protected])
Sent: Fri 6/13/08 6:20 AM
To: alice_aod @ hotmail.com (modified to prevent spam)
You were sent a verification message on 06/12/08 07:48:47PM. Pleasecheck your bulk/spam folders or try subscribing from a different emailaddress. Regards,Nick MooreCustomer Solutions SpecialistAWeber Communications, Inc.
http://www.aweber.com Think You Can't Do Email Marketing?Let Us Show You How... Live!
http://www.aweber.com/blog/live-webinars/
I wrote back saying that this doesn't make sense to sign up with another email address since I am obviously getting his and that I don't want to sign up with another email address and if they would manually activate me. Sheesh.
I'm interested in your product and would like to use it when it's released and would certainly like to get the email announcing it, but not sure if I'm on "the roll" so if you could check on that to make sure I signed up for the right thing, I'd appreciate it. Thanks.
-
Re: Web 2.0 Video Application Mass Add Video to VShare
Hi
Im really sorry to hear you are having problems with our 3rd party e mail subscription service,
I am going to call them and find out whats going on as I too am not happy with their reation or replies
to your request for support in this matter.
I will also find your e mail address and try to manually confirm it for you.
Real sorry for the confusion and the delay
-
Re: Web 2.0 Video Application Mass Add Video to VShare
Got the email, thanks so much.
-
Re: Web 2.0 Video Application Mass Add Video to VShare
Hi Everyone
Just to let you all know that the official launch date has now been set for the VideoSwiper application
Monday 14th July 12 noon GMT
Please do visit the site & see how VideoSwiper can really help you mass populate your Vshare websites.
-
Re: Web 2.0 Video Application Mass Add Video to VShare
I can hardly wait! I got quite a few ideas brewing for this.
-
Re: Web 2.0 Video Application Mass Add Video to VShare
Well, the application, so far, is really nice for adding videos (makes it easy for populating a site) but only works really well with UNMODDED versions of Vshare. It's great for using vShare to build a niche site as you have control over what videos appear in your niche site.
If you have any vShare mods, it won't work on those mods, EXCEPT for the "Videos being watched right now" carousel/roller thingie (at least at this time).
It will break your thumbchange javascript because it only grabs 1 thumbnail image and not 3.
It will break your "random video" script since videoswiper grabs the video WITH the default player from the source and the current random video script for vShare uses the default vshare player to play the videos (so there is a conflict).
-
Who's gonna pay for that?
This is so expensive.Who's gonna pay for that? For 250 usd i bought script which is brinking to my site all videos from 5 adult sites megaporn,pornhub,slutload,xvideos and keezmovies.How many videos you can transfer with video swiper for that price?Do not waist money guys,find something better and free