The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
I dont know how you imported rss from redtube, because there is no such feature in the script :-)
He Said Above He Imported RSS Feeds That Only I Asked How He Did I tried Your Video_Embed.php Function It Embeded 21000+ Videos In 30 Minutes Automatically Through Cron But There Is Categoreries Problem 19000+ Videos Is In Amateur Only. :-)
Well the most important thing are backlinks. Get as many as possible and with the anchor matching your keywords. You will get a lot of SE traffic (which converts).
No Bro I Am Asking That I Have Got This New Domain And I Want To Run It As New Adult Website Domain And Which Script I Should Use Or TGP Script I Use.
Hello Friends,
I Have Got One More New Adult Site I Like To Know Which Script or Type Of Site I Make With it Please Help Me.
Site Is livesexpirates.com
Hi,
i try to import with the rss feed of redtube. But everytime i run the video_embed.php it not only imports from redtube, it also imports from pornhub and madthumbs...
bug or feature?
How You Do It Brother I Tried But its Not Working With My Site.
Hello friends,
I Like To Share Hardlinks Or Trade Links On My website. If Somebody Interested Can Add It.
Link Is Ful2fun.com
Would love to do a traffic exchange with you all.
Add My page To Then.
Hmm...i'm working on this feature. So here's how i see this work and i think for big sites, this is a very important feature:
1. When you edit a video you can set the server, if you change the server, the video will be automatically downloaded (if not on the main server), uploaded to new server and then deleted from the old location.2. From Admin -> Video -> Manage you can select more than one videos (by searching the servers) and then change the server for all videos (a progress bar will be displayed so that the operation doesnt timeout.
What do you think?
Great Feature Never thought Of it . No script have these features it will be help fulp we can just add server need not o change whole server settings
You Can Add Me On Your Site Bro For Link Exchange I Am Always Ready for Traffic Exchange
Yes, that is true, the visitor might even click on the banner, but if the visitor is from singapore for example (no xenofobist here...just saying :-)) the advertising company will not pay anything.
No I FInd That In Juicyads You Get Money from Any Country It Can Be Low But Not Wasted And Yes Also Many Companies Not paid For Tier 3 Countries. So Try Juicyads Its Good.
And Can You tell Me How You Put The Skipping Ad Thing In Tuffoo.com
That Will Be Great Feature.........
HAHAHAHA...................................
I Have Seen On Toofoo.com I Think Its Your Site Person Need To Click Ad And If It Do Not Remove Need To Skip How You Put That Feature In Player....
But Any Traffic Is Good Pays Or Not If They Seeing Video And They have To Hit on Player To Remove Add That Will Pay Like In Some Sites I Seen They Will Pay for Sure...
I Think We Can There Is Option Of Site Submit If ASP User Can Add In Hit Directory Then Its Good To........
I Have Tried On Cetnos It is Installed And Opening But Site Not functioning Might Be Something Missing....
Surely When Adrain WIll be Free He Will Add Or Any Other mod Is Free He Will Add. But i think You Host Directory Not Site.
I Have Seen Many Forum Members Site But They Show Without Premium Section But Its Ok Good Many Of Them Using Hope We Use In Future To.......
So Which One We Use lighttpd Or Without It And How To Use Script On Cloud Server Without Server Management Facility. I Found A Good Reasonable Price Cloud But they Do Not Provide Server Management So Any Help To Use Them I Like To try Site On Cloud.
there is nice to know what we have done with our site with ASPro i thing
my site stats is :
Total Video Views 3426689
Total Videos 335116
Total Users 360
daily user : 1500-2000 ( with ads campain )
Congrats Bro....
We Need To Pack Bags And Run To Catch You.........lol
But Its Great You Got To Many Users And Videos....
Maximum ASPro owners Run Free Site No Premium Section So I Thing No Body Uses Payment Gateways. Only leaving Free Big ones If Any. But I Am thing Of Running Premium Section With Ownership Of Videos And 2257 Documents But My Site Is Is Sucking or Server Do Not Know. ut in Future We Have All Gateways.
Hi,
Here's the howto on installing ffmpeg (http://www.ffmpeg.org), qt-faststart (http://www.ffmpeg.org) and yamdi (http://yamdi.sourceforge.net/) on CentOS 5.x (x86 and x86_64).
First we need to install the DAG/RPMFORGE repository:
For x86:
rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm
For x86_64:
rpm -Uhv http://apt.sw.be/redhat/el5/en/x86_64/rpmforge/RPMS//rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm
Once installed we need to install a few dependencies for ffmpeg:
yum install xvidcore-devel yasm faac-devel faad2-devel lame-devel libjpeg-devel libpng-devel libungif-devel git opencore-amr-devel
Install x264 from source (latest available version):
wget -c ftp://ftp.videolan.org/pub/x264/snapshots/last_x264.tar.bz2 tar xjf last_x264.tar.bz2 ls -la | grep x264 cd x264-snapshot-VERSION-FROM-ABOVE-LS-LA-GREP ./configure --prefix=/usr/local --enable-shared --enable-pic make make install cd ..
Enable ld for /usr/local:
echo "/usr/local/lib" >> /etc/ld.so.conf.d/local.conf
Update libraries for /usr/local:
ldconfig
Install libvpx:
wget -c http://webm.googlecode.com/files/libvpx-v0.9.6.tar.bz2 tar xjf libvpx-v0.9.6.tar.bz2 cd libvpx-v0.9.6 ./configure --prefix=/usr/local --enable-shared --enable-pic make make install cd .. ldconfig
Install ffmpeg from git:
git clone git://git.videolan.org/ffmpeg.git ffmpeg cd ffmpeg ./configure --prefix=/usr/local --enable-shared --enable-gpl --enable-version3 --enable-nonfree --enable-postproc \ --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb \ --enable-libvpx --enable-libx264 --enable-libxvid make make install
Install qt-faststart:
make tools/qt-faststart cp tools/qt-faststart /usr/local/bin/ cd ..
Install yamdi:
wget -c "http://downloads.sourceforge.net/project/yamdi/yamdi/1.8/yamdi-1.8.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fyamdi%2Ffiles%2F&ts=1304316900&use_mirror=garr" tar -zxf yamdi-1.8.tar.gz cd yamdi-1.8 make cp yamdi /usr/local/bin/
Thats it, now you should have:
/usr/local/bin/ffmpeg /usr/local/bin/qt-faststart /usr/local/bin/yamdi
Let me know if you find any bugs or if you have any questions/sugestions.
I Tried qt-faststart in centos 6.2 (final) but it is not working and i tried and installed site with localhost it installed but mass embed not working or ftp uploadd not means it installed but not working how can i make it work
You are right. The problem however is that this is happening only for a few videos, and there's nothing specific about those videos.
Only Uploaded Videos Not Playing Mainly But I Will Try On My Behalf Also To Check On Some Other Hosts Is It Working Or Not Correctly .But Over All Script Is Good And Money Returning Thing.
Its Ok Bro Problem You Can Try It STarts And Stop Till Now Many Times So Its Better We Find Permanet Solution And When 1.0 Is Releasing.
Awsome Waitiing For 1.4 Then..
I Am Having Same Problem Sometimes Videos Uploaded Plays And Maxmium Time They Do Not Play Do Not Know Why Just Blank Space Appears