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.
is to late to install Lighttpd to my server?
go www.yourdomain.com/admin/index.php?q=tools/check
and see if all paths is correct
u have correct paths for ffmpeg mplayer mencoder flvtool2 yamdi?
u have to go :
admin --> videos --> configure and convertion tab
and choose Convert to MP4 Yes
thiva7 wrote:i send u message
Invitation sent
ok im in...tnxxx
and good choose smf .
i like it a lot this script
add chat box to. ( if u need something about smf tell me )
add in your profil your site link...thats will be very nice to see what u have done in your site and will be more easy if u want to get help from someone or to give
thanks
i send u message
ok what about this video
http://xporn4u.com/102766/amateur-cocksuckers/
http://xporn4u.com/modules/video/player … ?id=102766
all thumbs is there
thank you for mail eri...i do anything like u say.but is not work for me
lets see what i have done
/video_view_player.tpl.php
<?php defined('_VALID') or die('Restricted Access!'); ?>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
<p id="container1"><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" /></a></p>
<script type="text/javascript">
var flashvars = {config:'<?php echo BASE_URL; ?>/modules/video/player/config.php?id=<?php echo $this->video['video_id']; ?>' ,plugins:'http://xporn4u.com/modules/video/player/dockableskinnableplugin.swf'};
var params = {allowfullscreen:'true', allowscriptaccess:'always', wmode:'transparent'};
var attributes = {id:'player1', name:'player1'};
swfobject.embedSWF('<?php echo BASE_URL; ?>/modules/video/player/player.swf','container1','650','480','9.0.115','false',flashvars, params, attributes);
</script>
in /modules/video/player/config.php
80-93 lines
<config>
<file><?php echo $video_url; ?></file>
<start>0</start>
<stretching>exactfit</stretching>
<smoothing>true</smoothing>
<autostart>true</autostart>
<plugins>sharing-2,dockableskinnableplugin</plugins>
<dockableskinnableplugin.piclink>http://xporn4u.com/modules/video/player/thumb.php?id=<?php echo $video_id; ?></dockableskinnableplugin.piclink>
<sharing.link>http://alotporn.com/<?php echo $video_id,'/',$video['slug']; ?>/</sharing.link>
<aboutlink>http://xporn4u.com</aboutlink>
<abouttext>Xporn4u.com - Free Porn Tube</abouttext>
<sharing.link>http://xporn4u.com/<?php echo $video_id,'/',$video['slug']; ?>/</sharing.link>
<sharing.code><![CDATA[ your embed code]]></sharing.code>
</config>
in modules/video/player/thumb.php
<?php
define('_VALID', true);
require '/home/thiva77/public_html/libraries/bootstrap.php';
error_reporting(E_ALL);
ini_set('display_errors', 1);
$video_id = (isset($_GET['id'])) ? (int) $_GET['id'] : 0;
if ($video_id === 0) {
die('Invalid video id!');
}
header("content-type:text/xml;charset=utf-8");
ob_start();
echo "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>
<data>";
$db = VF::factory('database');
$current_date = date('Y-m-d');
$index = array();
$sql = "SELECT v.video_id, v.thumb,
GROUP_CONCAT(DISTINCT c.cat_id) AS categories,
GROUP_CONCAT(DISTINCT c.slug) AS slugs,
GROUP_CONCAT(DISTINCT c.name) AS name,
GROUP_CONCAT(DISTINCT t.name) AS tags
FROM #__video AS v
LEFT JOIN #__video_category AS vc ON (vc.video_id = v.video_id)
LEFT JOIN #__video_categories AS c ON (vc.cat_id = c.cat_id)
LEFT JOIN #__video_tags AS t ON (t.video_id = v.video_id)
LEFT JOIN #__video_meta AS vm ON (vm.video_id = v.video_id)
LEFT JOIN #__user AS u ON (u.user_id = v.user_id)
WHERE v.video_id = ".$video_id."";
$videos = $db->get_rows($sql);
foreach ($videos as $video) {
echo '<link>'.BASE_URL.'/media/videos/tmb/'.path($video['video_id']).'/1.jpg</link>',"\n";
echo '<link>'.BASE_URL.'/media/videos/tmb/'.path($video['video_id']).'/2.jpg</link>',"\n";
echo '<link>'.BASE_URL.'/media/videos/tmb/'.path($video['video_id']).'/3.jpg</link>',"\n";
echo '<link>'.BASE_URL.'/media/videos/tmb/'.path($video['video_id']).'/4.jpg</link>',"\n";
echo '<link>'.BASE_URL.'/media/videos/tmb/'.path($video['video_id']).'/5.jpg</link>',"\n";
echo '<link>'.BASE_URL.'/media/videos/tmb/'.path($video['video_id']).'/6.jpg</link>',"\n";
echo '<link>'.BASE_URL.'/media/videos/tmb/'.path($video['video_id']).'/7.jpg</link>',"\n";
echo '<link>'.BASE_URL.'/media/videos/tmb/'.path($video['video_id']).'/8.jpg</link>',"\n";
echo '<link>'.BASE_URL.'/media/videos/tmb/'.path($video['video_id']).'/9.jpg</link>',"\n";
echo '<link>'.BASE_URL.'/media/videos/tmb/'.path($video['video_id']).'/10.jpg</link>',"\n";
echo '<link>'.BASE_URL.'/media/videos/tmb/'.path($video['video_id']).'/11.jpg</link>',"\n";
echo '<link>'.BASE_URL.'/media/videos/tmb/'.path($video['video_id']).'/12.jpg</link>',"\n";
echo '<link>'.BASE_URL.'/media/videos/tmb/'.path($video['video_id']).'/13.jpg</link>',"\n";
echo '<link>'.BASE_URL.'/media/videos/tmb/'.path($video['video_id']).'/14.jpg</link>',"\n";
echo '<link>'.BASE_URL.'/media/videos/tmb/'.path($video['video_id']).'/15.jpg</link>',"\n";
echo '<link>'.BASE_URL.'/media/videos/tmb/'.path($video['video_id']).'/16.jpg</link>',"\n";
echo '<link>'.BASE_URL.'/media/videos/tmb/'.path($video['video_id']).'/17.jpg</link>',"\n";
echo '<link>'.BASE_URL.'/media/videos/tmb/'.path($video['video_id']).'/18.jpg</link>',"\n";
echo '<link>'.BASE_URL.'/media/videos/tmb/'.path($video['video_id']).'/19.jpg</link>',"\n";
echo '<link>'.BASE_URL.'/media/videos/tmb/'.path($video['video_id']).'/20.jpg</link>',"\n"; }
echo "</data>";
VF::close();
?>
i forget something?
man i told you.....i add my details.
in modules/video/player/thumb.php i change from
require '/var/www/vhosts/alotporn.com/httpdocs/libraries/bootstrap.php';
to
my details
and in
/modules/video/player/config.php
the same ( i have add my details )
im noob but not so much
i have done with my details.
so in wich line goes this code becuse when i add this :
<plugins>sharing-2,dockableskinnableplugin</plugins>
<dockableskinnableplugin.piclink>http://xporn4u.com/modules/video/player/thumb.php?id=<?php echo $video_id; ?></dockableskinnableplugin.piclink>
is not load video
at <dockableskinnableplugin.piclink> add your site not mine
man i just get your code from your post...offcorse i add my site
<plugins>sharing-2,dockableskinnableplugin</plugins>
<dockableskinnableplugin.piclink>http://xporn4u.com/modules/video/player/thumb.php?id=<?php echo $video_id; ?></dockableskinnableplugin.piclink>
where goes this code ?tell me line
<plugins>sharing-2,dockableskinnableplugin</plugins>
<dockableskinnableplugin.piclink>http://alotporn.com/modules/video/player/thumb.php?id=<?php echo $video_id; ?></dockableskinnableplugin.piclink>
this code in wich line goes??i try every line and is not work for me
its ok play well now . thank you man
this is the most shit periode in my life.....im 25 years old and i never thing i will have this experince and this stuff in my live.
that happening in greece.....
http://www.youtube.com/watch?feature=pl … 20_JuaX8gg
i upload everything inside mediaplayer-viral file and then i do the steps whis u say...but is not show player
so make this steps :
1) i upload mediaplayer-viral files to /modules/video/player/
2) then i edit /templates/default-pink/video_view_player.tpl.php like u say
3) i edit /modules/video/player/config.php
i will not change to flowplayer to see what is show to me
is not work for me
http://xporn4u.com/102373/girls-fucking-guy-strippers/
is not load.....i change again to flowplayer.
what can be rong?
thiva7 wrote:2) why show border inside in thumbs?
Fixed
,thanks
not yet but today i will change it
thiva7 wrote:when u have time explane more what we should do !!
thank you
I will make a new post, change from flowplayer to jwplayer
thank you for fast reply and help
thiva7 wrote:nice work man.
but i have to ask 2 things
1) how u change to jwplayer? i want do that me to
2) why show border inside in thumbs?
here is n not work ( http://alotporn.com/21648/hot-orgasm-compilation/ )
You can do that. just download jwplayer, has the same structure as flowplayer just change the config.php
That plugin is made for 160x120 thumbs, my site thumbs are 180x135
Old videos has 7 thumbs, are from an other script
i cand find what i should change in config.php
when u have time explane more what we should do !!
thank you
nice work man.
but i have to ask 2 things
1) how u change to jwplayer? i want do that me to
2) why show border inside in thumbs?
here is n not work ( http://alotporn.com/21648/hot-orgasm-compilation/ )
1) what is your site link
2) how u do it ?
im in if u create it.....
why that??? what defrent will have from this forum?
i download it....but i like more v3
ooo nice to know......in flowplayer can be added??