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.

#51 Re: Troubleshooting » Change Link » 2011-11-14 16:10:37

Its in templates/your_template/video_view.tpl.php

Line 28

<a href="<?php echo RELATIVE_URL,'/download/',$this->video['video_id'],'/" class="download" title="',__('download-link', array(strtoupper($this->video['ext']))),'" rel="nofollow">',__('download-link', array(strtoupper($this->video['ext']))); ?></a>

You can change that to a static link.

#53 Re: Troubleshooting » Thumbs not updating and videos not converting after server move » 2011-11-10 21:19:52

[OT]You changed your host? I saw it is VolumeDrive now, may i ask you how long the Setup took and which plan you ordered?
Thanks for replying, Kiki[/ot]

#54 Feature Requests » [ADDED IN 1.0.3] Backend Single Upload -> Add Sponsor » 2011-11-10 19:23:13

Coscast
Replies: 3

Hi,

Would be nice to have a dropdown to select a sponsor for the Video in admin->video->add->upload.

Like it is in CSV Import.

#55 Re: Modifications » Change from flowplayer to jwplayer » 2011-11-09 09:58:38

symtab wrote:

I currently dont have a JW Player integration, however once i have time i will integrate JW.

Oki

#56 Re: Modifications » Change from flowplayer to jwplayer » 2011-11-08 22:03:57

Yes i did, but i ask because you hardcoded a video_id into your file above.

t19_08-11-2011-23-04-54.png

#57 Re: Modifications » Change from flowplayer to jwplayer » 2011-11-08 19:24:25

Hey.

Is it meant like this?

var flashvars = {config:'<?php echo BASE_URL; ?>/modules/video/player/config.php?id=25877'};

You have an hardcoded id in there.

Maybe something like this:

var flashvars = {config:'<?php echo BASE_URL; ?>/modules/video/player/config.php?id=<?php echo $this->video['video_id']; ?>'};

Nevertheless: I tried that too, but i had no luck sad So i'll stay with flowplayer until Adrian provides codesnippets for changing to JWPlayer.

#58 Re: Show Off » Help Me Improve My Site » 2011-11-08 18:31:48

Pornogoddess wrote:

Love the design! Would you mind if I asked who did it?

+1 smile

Who did that style ?

#59 Re: Open Discussion » WTF...I hate these spammers » 2011-11-08 14:33:48

Hi,

I tested http://www.stopforumspam.com/ on my vbulletin, until now it stopped 100% spammers already at the registration. Stopforumspam has an API and for vbulletin there is an addon which uses this API.

You need a api key and the addon for FluxBB. Just a quick googlesearch found this: http://fluxbb.org/forums/viewtopic.php?id=3955

EDIT: The forum of Stopforumspam itself runs on FLUX, so i think it works pretty well with their own api smile

http://www.stopforumspam.com/forum/

#60 Re: Bug Reports » [NOT A BUG] Failed to extract thumbs » 2011-11-06 09:57:02

Hey.

I fixed that by reading the ffmpeg docs and playing around via console.

It's a litte bit strange, but i only had to move the -ss flag AFTER the input file.

From:

$cmd    = $this->vcfg['ffmpeg_path'].' -ss '.$seconds.' -i '.escapeshellarg($file).' -f image2 -s '.$size.' -an -vframes 2 -y '.$tmp_dir.'%03d.jpg';

To:

$cmd    = $this->vcfg['ffmpeg_path'].' -i '.escapeshellarg($file).' -ss '.$seconds.' -f image2 -s '.$size.' -an -vframes 2 -y '.$tmp_dir.'%03d.jpg';

But then appears another Problem (LOL):

Yamdi injects the WRONG Runtime. The funny thing: When i manually inject the Metadata a second time it's all ok. But that seems to be a Yamdi Problem. I'll open a Bug Report @ Yamdi Sourceforge.

In my opinion it has all something todo with the strange methods extrememoviecash generates their Sponsor FLV, because when i set the Script to reconvert the Files in CSV it all works fine.

#61 Re: Bug Reports » [NOT A BUG] Failed to extract thumbs » 2011-11-04 05:43:16

symtab wrote:

Hmm...there must be something wrong during the CSV processing. I was not able to reproduce this though.

I this something you try to get a solution ?

#63 Re: Pre-sale questions » Export function? » 2011-11-04 04:57:46

At this stage of development: Nope.

#64 Re: Modifications » website news mod » 2011-11-03 23:01:36

Just try it.

Add that code from Symtab above this:

<div id="right" class="width-760">
            <?php echo w('news_header'); ?>

I dunno if that works, but it's worth a try smile

The example from symtab would limit the news to 200 chars before "more" smile

#65 Re: Bug Reports » [NOT A BUG] Failed to extract thumbs » 2011-11-03 13:49:10

Yes i had debug enabled for a few minutes.
It's a 58$ box from SecuredServers.com, but as you know the uplink can be upgraded to max 1Gbps anytime.

#66 Re: Bug Reports » [NOT A BUG] Failed to extract thumbs » 2011-11-03 11:38:38

It works for me, just wait a little bit.
Server is only on 10 mbit/s sad

#67 Re: Bug Reports » [NOT A BUG] Failed to extract thumbs » 2011-11-03 11:03:45

Here is another one that does not work. (from Pimproll)

As said above: This videos work without problems when i upload them via single upload. But not via Mass CSV.

FLV|Title|Description|Tags|Pornstar

http://cdn.bestpornvids.com/4250_4499/4258/2/tubeclips/S360/custom/S360_49302_750.flv|A Redhead A Vibrator And A Creamy Orgasm|This sexy redhead, Chasey strips down and reveals one sexy frame. She is petite and beautiful and she knows it. She dances around and spreads her legs wide and there is a closeup of her tight cunt. Chasey begins tickling her clit and fondling herself before she whips out a small vibrator. She licks it for lubrication and goes to town. She spreads her pussy lips and plays all around it and then inserts it into her cunt. She bangs herself with it gently but sensually. She moans and purrs with each passing second. She gets so turned on that she gets on all fours and penetrates herself from the back until she is ripe for a creamy climax.|Masturbation, Solo Masturbation, Sex Toys, Solo Girl,Chasey|Chasey

Not even a Logfile is created when using this one above.

BUT i have a logfile from the working single upload:

www.mypornow.com/tmp/logs/20355.log

Latest ffmpeg&&x264

ffmpeg version N-34334-g0dc22e9
root@g6950-24586:~# x264 --version
x264 0.119.2106 07efeb4
(libswscale 2.1.0)
(libavformat 53.11.0)
built on Nov  1 2011, gcc: 4.4.5
configuration: --bit-depth=8 --chroma-format=all
x264 license: GPL version 2 or later
libswscale/libavformat license: nonfree and unredistributable
WARNING: This binary is unredistributable!

#68 Re: Troubleshooting » Multiserver » 2011-11-02 18:40:55

You have to enable Multiserver in Admin Panel.

Video->Configure->Upload

Multi Server: Enabled/Disabled.

#71 Re: Open Discussion » World of Warcraft - Mists of Pandaria » 2011-10-27 22:29:45

Yah Adrian, pls mention that the PANDAREN apeared in Warcraft III.....

#72 Re: Documentation » [HOWTO]Install FFmpeg/Mplayer/Mencoder/FFmpeg-PHP on CentOS 5.x automa » 2011-10-27 20:29:01

Yes Thiva, it was nothing against you. I'am thankfull for anyone who educates himself and tries it's best to help the community. Kiki does the same. I can post her some SQL commands and she can succesfully execute them. Remember: Education is THE Key. Ok i need to self educate me in english language, but i try hard. smile

#73 Open Discussion » World of Warcraft - Mists of Pandaria » 2011-10-27 20:25:41

Coscast
Replies: 5

To the WoW Players in this Forum:

What do you think about the new extension which Blizzard will release?

images-i3bd53uh.jpg

images-i4bmhdfp.jpg

http://us.battle.net/wow/en/game/mists-of-pandaria/


As you know, if you make a 12 month contract foe WoW you'll ge DiabloIII+Ingame Mount for Free.

We ordered that smile

#74 Re: Troubleshooting » Registered users only able to download? » 2011-10-27 19:20:15

Is this a IF usergroup = blabla {gogogogo show downloadlink} in video view ?

Board footer

Powered by FluxBB