Who can tell me or have a script like youporn or something. A video upload , play , download script. The I mean NO free scripts or open source. Allso NO attachmax script. I will pay for a good script , must be fast. Thnx in advance for the reply.
I need the same script if anyone can send me some links i need it to look mostly like youporn. or youtube
Hi, I am in the same boat. Looking for video script, so members can upload videos to the site. Must be able to catagorise the videos by date. Prefer free obviously, but will pay for the correct one too. PLEASE pm me...
Hey Guys and Gals (Eve) :-P Spent an hour and bit writing and testing this script out. What it does is download and rip a youporn.com flv movie and convert it to mpeg. Sorry guys this is LINUX only and depends on ffmpeg and wget to be installed. Anyway copy and paste into a txt file called youporn.sh then chmod +x youporn.sh USAGE: ./youporn.sh URL-of-youporn.com-page-(NOT-flv-link) filename-to-save-as EXAMPLE: ./youporn.sh http://www.youporn.com/watch/27631 girl-pushes-out-dildo #!/bin/bash # Youporn.com File Ripper and Converter developed by cAm # Known to work as of April 2008 if [[ $# -lt 2 ]];then echo -e "\n USAGE: ./youporn.sh URL-of-youporn.com-page-(NOT-flv-link) filename-to-save-as \n EXAMPLE: ./youporn.sh http://www.youporn.com/watch/27631 girl-pushes-out-dildo \n SCRIPT BY: cAm! Long Live Mud-Dog! \n \n"; exit 1; fi #Set the cookie required for access COOKIE_TXT=`mktemp` || exit 1 echo ".youporn.com TRUE / FALSE 1208069450 age_check 1 .youporn.com TRUE / FALSE 1239519044 sid CG9WSkgAW8IAABAeBFw6Ag== .youporn.com TRUE /watch/3027/perfect-ass-anal-sex/ FALSE 1208069159 age_check 1" > $COOKIE_TXT VIDEO_URL=$1 TMPFILE=`mktemp` || exit 1 FLV_TEMP=`mktemp` || exit 1 wget --load-cookies=$COOKIE_TXT $1 -O ${TMPFILE} FLV_URL=$(cat ${TMPFILE} | grep flv | cut -d \" -f2 | cut -f1) wget --load-cookies=$COOKIE_TXT $FLV_URL -O $FLV_TEMP ffmpeg -i $FLV_TEMP -ab 56 -ar 22050 -b 1000 -s cif -sameq -aspect 4:3 $2.mpg #Time to tidy up after our selves... rm $TMPFILE rm $FLV_TEMP rm $COOKIE_TXT exit 0 Code (markup): Have fun - Sorry all you win32 people - your missing out on the fun sad.gif
I did a review of several "YouTube clone" scripts if you want to read it. I have no affiliation with any of the companies so take it or leave it, but I found some to be better than others: http://www.comparethebrands.com/compare/115 .