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.

#28 Re: Troubleshooting » Mobile videos player not working. » 2015-11-05 14:04:42

@adrian have you maybe time to look into it.

Regarts
Diego

#29 Re: Troubleshooting » Mobile videos player not working. » 2015-10-31 17:35:28

I've send you an email.

The video's Will work When i change it to main server save it and then change it back to the streaming.

Than the video
Will play on mobile

#30 Re: Troubleshooting » Mobile videos player not working. » 2015-10-28 16:21:19

I've send you an email.. Also i'll send you admin login

#31 Troubleshooting » Mobile videos player not working. » 2015-10-27 21:35:49

donronca
Replies: 43

i've a problem with the video player for the mobile version. first i thought it was a problem by cloudflare. but it isn't

the videos won't play if i change the player settings from flowplayer html5 to something else.
do someone know what i need to to to let it work again..

btw. on the desktop browser all videos are playable...

i've added a server for streaming videos..


Regartz

Diego

#32 Troubleshooting » adding cloudflare give problems for mobile videos » 2015-09-26 17:25:02

donronca
Replies: 1

i've added cloudflare, and it works prefect only some videos will not play.
all the files are in the mobile folder.

maybe someone know the issue.

greets

#33 Development » deleting video in admin » 2015-09-10 10:56:40

donronca
Replies: 1

when i delete a video in the admin, does it also remove the video file located on the server?

greets

#34 Traffic Exchange » Link Exchange with the-pornlist.com » 2015-09-06 16:06:12

donronca
Replies: 0

hi is there anyone who would like to exchange links with the-pornlist.com

greets

#35 Troubleshooting » installed TradeExpert problems with outgoing clicks » 2015-09-03 23:24:17

donronca
Replies: 0

hi i've installed TradeExpert on my website.
setting up a toplist, and when i click on the first listed website.

it don't work,

http://www.wizzporn.com/" /te3/out.php?id=zwei.in\"

this i get when i click on it, and it redirects me to a random page on my website..
do someone maybe have a solution..

This is what i need:

<p><table width="900" border="0" cellspacing="0" cellpadding="0">

but it converts automatic when i save to this :

<p><table width=\"900\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">

thanks for your time,.

#38 Feature Requests » Select pornstar by user upload » 2015-08-18 14:09:17

donronca
Replies: 2

Maybe a good feature for new update.
That uploaders can add pornstars to the video.

Regarts

Diego

#40 Feature Requests » is there a Embed videos export xml file » 2015-08-15 12:00:27

donronca
Replies: 2

hi i was wondering if there is a possible way to get al the videos embed codes download in 1 xml file.

so i can add it to another website.

Greets
Diego

#42 Troubleshooting » How to edit the Title of Feedback Emails » 2015-08-14 20:22:43

donronca
Replies: 3

do someone know where i can edit the title of the Feedback emails i get?

now i get  : New Free Porn Videos - Wizzporn.com ::  Hard tube of sex. feedback!

and want to edit it to : New Feedback - Wizzporn.com

greets

#43 Development » what changes when im upgrading from 2.0.5? » 2015-07-30 14:01:28

donronca
Replies: 1

hi, i was wondering what changes with this update.
because i've edit some files..

thanks..

greets

#44 Re: Feature Requests » adding extern link in video description with the title of that video. » 2015-07-30 13:54:32

i've add a new structure in the user database, i can edit it in the admin panel, that adding link can be enabled or disabled.
standard is disable.

only how can i modify in the upload area that the description link div only be visible when the adding link is enable.

#45 Re: Feature Requests » adding extern link in video description with the title of that video. » 2015-07-30 13:14:35

is there a possiblility that i can add to the link submission in the upload area,

that only premium members can add links.

do anyone know what i need to modify.

#47 Re: Modifications » Add text in the search box » 2015-07-28 17:22:49

like this?

			<div class="search">
				<?php $actions = array('video' => 'video-camera', 'photo' => 'camera', 'premium' => 'heart', 'community' => 'users', 'forum' => 'comments', 'pornstar' => 'file-image-o'); 
				if (isset($this->menu) && isset($actions[$this->menu])): $action = $this->menu; $icon = $actions[$this->menu]; else: $action = 'video'; $icon = 'video-camera'; endif; ?>
				<form id="search-form" method="get" action="<?php echo REL_URL,'/search/',$action; ?>/">
        			<button id="search" type="button" class="btn btn-default btn-lg pull-right btn-submit"><i class="fa fa-search"></i></button>
					<div class="input-group input-group-lg">
    					<input name="s" type="text" class="form-control" placeholder="<?php echo __('Search'); ?>" value="<?php if (isset($this->query) && $this->query): echo e($this->query); endif; ?>">
    					<div class="input-group-btn">
          					<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
          						<i id="search-icon" class="fa fa-<?php echo $icon; ?>"></i>
            					<span class="caret"></span>
            					<span class="sr-only">Toggle Dropdown</span>
          					</button>
          					<ul class="dropdown-menu pull-right" role="menu">
          					    <li id="SOME TEST"<?php if ($action == 'video'): echo ' class="active"'; endif; ?>><a href="#search-videos" id="" class="search-in-video"><i class="fa fa-video-camera"></i> Videos</a></li>
          						<?php if (VModule::enabled('photo')): ?><li id="SOME TEST"<?php if ($action == 'photo'): echo ' class="active"'; endif; ?>><a href="#search-photo"  class="search-in-photo"><i class="fa fa-image"></i> Photos</a></li><?php endif; ?>
          						<?php if (VModule::enabled('pornstar')): ?><li id="SOME TEST"<?php if ($action == 'pornstar'): echo ' class="active"'; endif; ?>><a href="#search-pornstar" id="" class="search-in-pornstar"><i class="fa fa-user"></i> Pornstars</a></li><?php endif; ?>
          						<?php if (VModule::enabled('forum')): ?><li id="SOME TEST"<?php if ($action == 'forum'): echo ' class="active"'; endif; ?>><a href="#search-forum" id="" class="search-in-forum"><i class="fa fa-comments"></i> Forum</a></li><?php endif; ?>
          						<li id="SOME TEST"<?php if ($action == 'community'): echo ' class="active"'; endif; ?>><a href="#search-users" id="" class="search-in-community"><i class="fa fa-user"></i> Users</a></li>
          					</ul>
          				</div>    								
        			</div>
				</form>

#48 Re: Modifications » Add text in the search box » 2015-07-28 16:39:25

i don't know how to modify it.
i'm trying but i think i add the

id="" to each <li>

not correctly

          					<ul class="dropdown-menu pull-right" role="menu" id="search_text">
          					    <li <?php if ($action == 'video'): echo ' class="active"'; endif; ?>><a href="#search-videos" id="" class="search-in-video"><i class="fa fa-video-camera"></i> Videos</a></li>
          						<?php if (VModule::enabled('photo')): ?><li<?php if ($action == 'photo'): echo ' class="active"'; endif; ?>><a href="#search-photo" id="" class="search-in-photo"><i class="fa fa-image"></i> Photos</a></li><?php endif; ?>
          						<?php if (VModule::enabled('pornstar')): ?><li<?php if ($action == 'pornstar'): echo ' class="active"'; endif; ?>><a href="#search-pornstar" id="" class="search-in-pornstar"><i class="fa fa-user"></i> Pornstars</a></li><?php endif; ?>
          						<?php if (VModule::enabled('forum')): ?><li<?php if ($action == 'forum'): echo ' class="active"'; endif; ?>><a href="#search-forum" id="" class="search-in-forum"><i class="fa fa-comments"></i> Forum</a></li><?php endif; ?>
          						<li<?php if ($action == 'community'): echo ' class="active"'; endif; ?>><a href="#search-users" id="" class="search-in-community"><i class="fa fa-user"></i> Users</a></li>
          					</ul>
          				</div>    	

#49 Modifications » how to modify Social media into the Player? » 2015-07-28 16:00:49

donronca
Replies: 2

do any one know ow i can add social media to the video player.
i want a button in the player for Reddit,Twitter and some others..

greets

Diego

#50 Modifications » How to make an Embed Video Player » 2015-07-28 15:58:56

donronca
Replies: 1

hi i was wondering if someone knows how to make or maybe a nice feature for a new update.

that the embed video player will be clickable, like pornhub and other big sites,
users press outside the play button than the user will redirect to the main website.

hope someone can help.

Board footer

Powered by FluxBB