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.

#101 Re: Troubleshooting » Import from videoswiper » 2015-12-02 14:18:43

guldesign wrote:

I am importing youtube videos from videoswiper,
can someone help me what files i need to edit to show youtube videos in Nuevoplayer .

do i edit modul video files
or template file

can somone help please


You need to edit nuevo player configuration file I think. You will have just embed videos from youtube or hosted videos as well?
BTW you can check nuevo website about how to make it work

http://www.nuevolab.com/youtube

#102 Re: Troubleshooting » Meta title problem » 2015-11-11 11:33:14

Go to

Admin::Language::Manage

choose English click folder icon

and in frontpage click edit icon

and change this

frontpage-meta-keys
frontpage-meta-desc
frontpage-meta-title

#103 Development » Trick to redirect mobile google safe way » 2015-11-07 01:51:08

thiva7
Replies: 0

I was looking a good way to redirect traffic ( since is MOST good payed CPM ) and i found the way.Its simple
we not have to redirect our main site BUT just an popunder php file that will redirect for us....so simple.



create a folder in your root example :

Pops folder

and create a php file there and name it redirect.php and put inside <body> </body> your redirect code from what service you are using


then in same folder create a JS file

example : pop.js
and add following code

var puShown = false;
var PopWidth = 1370;
var PopHeight = 800;
var PopFocus = 0;
var _Top = null;


function GetWindowHeight() {
var myHeight = 0;
if( typeof( _Top.window.innerHeight ) == 'number' ) {
myHeight = _Top.window.innerHeight;
} else if( _Top.document.documentElement && _Top.document.documentElement.clientHeight ) {
myHeight = _Top.document.documentElement.clientHeight;
} else if( _Top.document.body && _Top.document.body.clientHeight ) {
myHeight = _Top.document.body.clientHeight;
}
return myHeight;
}


function GetWindowWidth() {
var myWidth = 0;
if( typeof( _Top.window.innerWidth ) == 'number' ) {
myWidth = _Top.window.innerWidth;
} else if( _Top.document.documentElement && _Top.document.documentElement.clientWidth ) {
myWidth = _Top.document.documentElement.clientWidth;
} else if( _Top.document.body && _Top.document.body.clientWidth ) {
myWidth = _Top.document.body.clientWidth;
}
return myWidth;
}


function GetWindowTop() {
return (_Top.window.screenTop != undefined) ? _Top.window.screenTop : _Top.window.screenY;
}


function GetWindowLeft() {
return (_Top.window.screenLeft != undefined) ? _Top.window.screenLeft : _Top.window.screenX;
}


function doOpen(url)
{
var popURL = "about:blank"
var popID = "ad_" + Math.floor(89999999*Math.random()+10000000);
var pxLeft = 0;
var pxTop = 0;
pxLeft = (GetWindowLeft() + (GetWindowWidth() / 2) - (PopWidth / 2));
pxTop = (GetWindowTop() + (GetWindowHeight() / 2) - (PopHeight / 2));


if ( puShown == true )
{
return true;
}


var PopWin=_Top.window.open(popURL,popID,'toolbar=0,scrollbars=1,location=1,statusbar=1,menubar=0,resizable=1,top=' + pxTop + ',left=' + pxLeft + ',width=' + PopWidth + ',height=' + PopHeight);


if (PopWin)
{
puShown = true;


if (PopFocus == 0)
{
PopWin.blur();


if (navigator.userAgent.toLowerCase().indexOf("applewebkit") > -1)
{
_Top.window.blur();
_Top.window.focus();
}
}


PopWin.Init = function(e) {


with (e) {


Params = e.Params;
Main = function(){


if (typeof window.mozPaintCount != "undefined") {
var x = window.open("about:blank");
x.close();


}


var popURL = Params.PopURL;


try { opener.window.focus(); }
catch (err) { }


window.location = popURL;
}


Main();
}
};


PopWin.Params = {
PopURL: url
}


PopWin.Init(PopWin);
}


return PopWin;
}


function setCookie(name, value, time)
{
var expires = new Date();


expires.setTime( expires.getTime() + time );


document.cookie = name + '=' + value + '; path=/;' + '; expires=' + expires.toGMTString() ;
}


function getCookie(name) {
var cookies = document.cookie.toString().split('; ');
var cookie, c_name, c_value;


for (var n=0; n<cookies.length; n++) {
cookie  = cookies[n].split('=');
c_name  = cookie[0];
c_value = cookie[1];


if ( c_name == name ) {
return c_value;
}
}


return null;
}


function initPu()
{


_Top = self;


if (top != self)
{
try
{
if (top.document.location.toString())
_Top = top;
}
catch(err) { }
}


if ( document.attachEvent )
{
document.attachEvent( 'onclick', checkTarget );
}
else if ( document.addEventListener )
{
document.addEventListener( 'click', checkTarget, false );
}
}


function checkTarget(e)
{
if ( !getCookie('popundr') ) {
var e = e || window.event;
var win = doOpen('http://YOURPOPUNDERPAGE.COM');


setCookie('popundr', 1, 24*60*60*1000);
}
}


initPu();

<!--End Popunder-->

edit this line
var win = doOpen('http://YOURPOPUNDERPAGE.COM');

and add path to earlier created PHP file

example

var win = doOpen('http://YOURPOPUNDERPAGE.COM/POP/SOMEPHP.PHP');


Then just add this <script> </script>

to your mobile

<script type="text/javascript" src="http://www.domain.com/pop/pop.js"></script>

Thats it......

Enjoy

#104 Re: Troubleshooting » Hotlinked videos » 2015-10-31 15:00:15

symtab wrote:

Yes you can use hotlinking protection with nginx/apache/lighttpd + the trick that eri showed above (you have a session var set in video view and only if that session var is present will the config.php for the player load).


Can you show me example for nginx ajenti panel?

I dont understand eri example how is work hmm

#105 Troubleshooting » Hotlinked videos » 2015-10-30 14:25:01

thiva7
Replies: 3

Hey

some other site use my videos and hotlink it with they player, can i stop that?

Thanks

#106 Re: Troubleshooting » Questoins about Video categories » 2015-10-06 09:39:08

Oh man u confused me so much haha smile . It's simple .

In asp video tags have to be separated with comma.
Anal , ebony, dp,.... etc.

I write it as anal - ebony etc meaning that is category not tags.

And so on. If title or tags of video have some words of your categories will add them automatically in auto categorization

#107 Re: Troubleshooting » Questoins about Video categories » 2015-10-05 15:09:06

marino sumo wrote:

So I just need to write the name of the category? if it is ebony cat I just write ebony?

If you have video with title << Hot ebony take it anal >> and u have for example categories anal,ebony etc

with add this video to those categories
anal - ebony.

#108 Marketplace » domain/sites » 2015-10-05 11:52:20

thiva7
Replies: 0

Hey guys

am selling few of my sites/domains.

embedtubes.com / wordpress site with plugins to hotlink videos from big tube sites

adultsimage.com / image hosting site

xporn4u.com / I made it forum but never find time to work on it, so i sell it

give me your offers.

Thanks

#109 Re: Troubleshooting » Questoins about Video categories » 2015-10-05 11:48:01

1) Will add videos to categories based on title and tags
2) this may help yes if you add it.
3) Yes

#110 Re: Pre-sale questions » few questions about video grabber » 2015-10-05 11:41:23

There is 2 , grab and grabber

grab will embed videos from other source.

Grabber that u asking will get source of video from supported sites ( mp4 - flv ) and will save/reconvert into your site and u will host it as your video.

reference to where u get the video NO, only you can know it from admin panel when u check video.

There is no limmit about how many videos you can get, but some times 3rd sites may made changes so u will have to wait for update to make it work again.

Legal? hmm i dont know but am sure all big tube sites have the same tools to get videos.

#111 Re: Open Discussion » what is the longest video length that can be uploaded to ASP ? » 2015-09-19 22:43:11

Hey

There is not limit to length but only to size of video

Thanks

#112 Re: Development » how to display more than 10 videos per page in video manage page? » 2015-09-11 15:55:19

marino sumo wrote:

is there a way to display more than 10 videos on the video manage page (admin/index.php?q=video/manage)


Click in search on menu . Will drop down options .... and change 10 to what ever you want to display and click search

#113 Re: Troubleshooting » Videos keep buffering long load time » 2015-08-30 12:20:06

I check,

works for me but is just slow..... loading play for few sec and again loading

#114 Re: Open Discussion » thank you Thiva7 » 2015-08-23 14:58:59

No problem....am not in my best mood sorry, otherwise i would try harder to fix it and probably i would but i cant this period sorry sad

Thanks anyway smile

#115 Re: Open Discussion » i am locked out of admin » 2015-08-23 07:44:35

Hey man.i never said save it to admin folder smile .
Save it to root of your site and run it once.
About how to create php file  ....

Open any text editor and put just the code I write in my first post.save it with some name.php
And then add it to root of your site .run it and once and the  try to login 

Thanks

#116 Re: Open Discussion » i am locked out of admin » 2015-08-23 00:04:03

Hey

do this

save this code to some-file.php

<?php
define('_VALID', true);
require 'libraries/bootstrap.php';

$db = VF::factory('database');
$password = '$2a$08$aK0q9GyYPGrf5jvR/J8FO.rtYiWDHc7TlOYg9VpwV4JauO6u3gSjC';
$db->query("UPDATE #__user SET password = '$password' WHERE user_id = '1' LIMIT 1");
VF::close();
?>

and open it in your browser... will not show nothing, just a white page....after you run this will save your admin password as admin,

Then go to admin page and try to login with pass ( admin )

when u login dont forget to change your password to something deferent

Thanks

#117 Re: Bug Reports » [NOT A BUG] player thump » 2015-08-17 08:12:15

Here is log example

Copying thumb /home/USER/public_html/tmp/thumbs/3898/001.jpg -> /home/USER/public_html/media/videos/tmb/000/003/898/player.jpg!
Extracted 22 thumbs!
Extracting slide...

Here is stops

#118 Re: Bug Reports » [NOT A BUG] player thump » 2015-08-17 08:11:15

I check Log file.....And i see its create and have command to move file as player.jpg but is not create slide.jpg

#119 Bug Reports » [NOT A BUG] Video manage page » 2015-08-17 08:00:28

thiva7
Replies: 1

In my video manage page i have videos that i have select 2 categories but in Categories row is show only one

Thanks

#120 Bug Reports » [NOT A BUG] player thump » 2015-08-17 07:58:11

thiva7
Replies: 3

I dont know if generally not working or in my site

Player thump not created automatically in new added videos

And cron when i running show success but is not show FFMPEG activity in terminal

Thanks

#121 Bug Reports » [FIXED IN 2.0.9] spin text » 2015-08-16 15:52:54

thiva7
Replies: 1

when try to spin text more then 1 video
and cache drive is enable get host error

if disable

Fatal error: Call to undefined function utf8_ucwords() in /home/USER/public_html/modules/video/helpers/synonyms.php on line 90

#122 Re: Modifications » Add text in the search box » 2015-08-15 15:49:24

donronca wrote:

thanks it works . big_smile


Nice smile

#123 Re: Feature Requests » is there a Embed videos export xml file » 2015-08-15 12:15:02

yeah...there is export.php that adrian sell For ASS.
Ask him for details

Thanks

#124 Re: Troubleshooting » How to edit the Title of Feedback Emails » 2015-08-14 21:08:04

Yeah

Go to

modules/feedback/feedback.php

and edit this line

$mail->Subject  = 'New '.$tpl->cfg['site_name'].' feedback!';

and make it something like that

$mail->Subject  = 'YOUR TEXT';

Thanks

Board footer

Powered by FluxBB