Adult Script Pro Community Forums

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.

#751 Development » Lighttpd » 2011-07-07 22:58:07

thiva7
Replies: 6

is to late to install Lighttpd to my server?

#753 Re: Troubleshooting » HD videos » 2011-07-07 22:20:02

u have correct paths for ffmpeg mplayer mencoder flvtool2  yamdi?

#754 Re: Troubleshooting » HD videos » 2011-07-07 21:11:56

my setting is :

th_072748496_ScreenHunter_01Jul.0800.07_122_380lo.jpg th_072753747_ScreenHunter_02Jul.0800.07_122_194lo.jpg

and convert mp4.

see details

#755 Re: Troubleshooting » HD videos » 2011-07-07 20:30:22

u have to go :

admin -->  videos --> configure and convertion tab

and choose Convert to MP4 Yes

#756 Re: Open Discussion » ASPRO FAN SITE » 2011-07-04 21:50:12

MS_DA wrote:
thiva7 wrote:

i send u message

Invitation sent big_smile


ok im in...tnxxx

and good choose smf .

i like it a lot this script tongue

add chat box to. ( if u need something about smf tell me )

#757 Open Discussion » ASP script site owners » 2011-07-04 20:54:25

thiva7
Replies: 2

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 smile

thanks

#760 Re: Modifications » Show thumbtails on player bar » 2011-07-02 11:45:16

thank you for mail eri...i do anything like u say.but is not work for me sad


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?

#761 Re: Modifications » Show thumbtails on player bar » 2011-07-01 22:44:59

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 smile

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

#762 Re: Modifications » Show thumbtails on player bar » 2011-07-01 12:52:46

Eri wrote:

at <dockableskinnableplugin.piclink> add your site not mine tongue

man i just get your code from your post...offcorse i add my site smile

<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 tongue ?tell me line smile

#763 Re: Modifications » Show thumbtails on player bar » 2011-07-01 10:17:30

  <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

#765 Open Discussion » from bougatsa and souvlaki to shit :( » 2011-06-30 14:43:06

thiva7
Replies: 0

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

http://www.youtube.com/watch?v=38AjNIEt … re=related

http://www.youtube.com/watch?v=TbgaZaX0 … re=related

#766 Re: Modifications » Change from flowplayer to jwplayer » 2011-06-30 14:11:36

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

http://www.xporn4u.com/102376/4-babes-1-cock/

#767 Re: Modifications » Change from flowplayer to jwplayer » 2011-06-30 10:50:48

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?

#768 Re: Modifications » Show thumbtails on player bar » 2011-06-30 09:23:08

Eri wrote:
thiva7 wrote:

2) why show border inside in thumbs?

Fixed smile ,thanks

not yet but today i will change it smile

Eri wrote:
thiva7 wrote:

when u have time explane more what we should do !!


thank you smile

I will make a new post, change from flowplayer to jwplayer

made it
http://forum.adultscriptpro.com/viewtopic.php?id=562


thank you for fast reply and help smile

#769 Re: Modifications » Show thumbtails on player bar » 2011-06-29 21:55:54

Eri wrote:
thiva7 wrote:

nice work man. smile

but i have to ask 2 things

1) how u change to jwplayer? i want do that me to tongue

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 sad

when u have time explane more what we should do !!



thank you smile

#770 Re: Modifications » Show thumbtails on player bar » 2011-06-29 11:37:51

nice work man. smile

but i have to ask 2 things

1) how u change to jwplayer? i want do that me to tongue

2) why show border inside in thumbs?

here is n not work ( http://alotporn.com/21648/hot-orgasm-compilation/ )

#771 Re: Modifications » Show thumbtails on player bar » 2011-06-29 01:37:31

1) what is your site link smile
2) how u do it ?

#772 Re: Open Discussion » ASPRO FAN SITE » 2011-06-27 18:19:04

im  in if u create it..... smile

#773 Re: Open Discussion » ASPRO FAN SITE » 2011-06-27 13:23:11

why that??? what defrent will have from this forum?

#774 Re: Open Discussion » Firefox 5.0 is out » 2011-06-24 16:54:44

i download it....but i like more v3 smile

#775 Re: Modifications » Show thumbtails on player bar » 2011-06-23 14:43:34

ooo nice to know......in flowplayer can be added??

Board footer

Powered by FluxBB