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.

#851 Re: Bug Reports » [FIXED/DEBUG NEEDED] Cache a lot of bugs » 2011-05-29 10:07:28

Eri

getting the same error, VIDEOS
    CATEGORIES
    PHOTOS
    PORNSTARS
    DMCA
    2257
    FEEDBACK
    HELP

as top menu , you can test it yourself smile

#852 Feature Requests » Player share, email, embed. » 2011-05-27 10:12:15

Eri
Replies: 1

It will be great if next version has share, email, embed in player.
example
http://www.xtube.fr/video/445/sodomie-pour-blonde-ronde

#853 Re: Bug Reports » [FIXED/DEBUG NEEDED] Cache a lot of bugs » 2011-05-26 21:43:48

Eri

Just deleted menu_footer.plugin.php and menu_submenu.plugin.php. Cleaned cache and the problem is the same

#854 Re: Bug Reports » [FIXED] share thumb problem » 2011-05-26 21:18:03

Eri

no at main site,
if you try to share a video on facebook you will see the problem smile

#855 Re: Bug Reports » [FIXED/DEBUG NEEDED] Cache a lot of bugs » 2011-05-26 15:40:03

Eri

fixed related videos
but tom menu is like that     VIDEOS
    CATEGORIES
    PHOTOS
    PORNSTARS
    DMCA
    2257
    FEEDBACK
    HELP
lol

#856 Bug Reports » [FIXED/DEBUG NEEDED] Cache a lot of bugs » 2011-05-26 14:59:52

Eri
Replies: 14

Cache has a lot of bugs. My site is slow and i can not enable Cache sad

Wrong top menu, no related videos....

#857 Bug Reports » [FIXED] share thumb problem » 2011-05-26 09:41:23

Eri
Replies: 7

when a user share a video there is a problem with thumb

to have the right thumb script must have before head:

<meta property="og:image" content="VIDEO THUMB" />

Is there a way to put a code at metadata only at video page?

#858 Re: Open Discussion » Server manager question » 2011-05-25 10:51:17

Eri

works now smile changed OR with &&
if (!(isset$_SESSION['xxx'] ) && $_SESSION['xxx'] != $video_id) die();

#859 Re: Open Discussion » online games? » 2011-05-25 08:26:31

Eri

some facebook games ,top eleven, crime city.

#860 Re: Templates » Login page change » 2011-05-24 22:41:01

Eri

yes, but will not work in multilanguage sad

#861 Re: Open Discussion » Server manager question » 2011-05-24 20:31:45

Eri
symtab wrote:

Thats not the same. In modules/video/components/view.php add $_SESSION['xxx'] = $this->video_id;

changed but getting the same error sad

#862 Templates » Login page change » 2011-05-24 12:57:42

Eri
Replies: 8

At login page it wil be great if there was an other selection with community info. When a guest is trying to send message to someone will have better singup conversion.

Here is an example but there is a need to change the ASPro language file to translate it.

<div id="right" class="width-360">
<div class="content-box">
<div class="content-box-title">Join our online Community!</div>
<div class="content">
Site Name offers you a huge archive of the hottest porn movies on the net!

Sign up to be a part of Site Name’s community, share your own homemade porn videos and make friends with people from all over the world!

· Watch thousands of amateur porn videos FOR FREE!

· "total members" true porn lovers are waiting for your private message to create your own home videos!

· Easily share your own homemade videos!

· Have your very own Site Name profile page!

· Chat with sexy men and women from all around the world!

· Signup now and give it a try, it's all FREE !<br><br>
<center>
<a href="/user/signup/" rel="noffolow">Signup</a> now and open a new account.
</center>
</div>
</div>
<div class="clear"></div>
</div>

#863 Re: Troubleshooting » Favicon » 2011-05-24 06:51:21

Eri

add a favicon.ico file at basic dir

#864 Re: Open Discussion » Choosing a Server » 2011-05-23 19:49:41

Eri
thiva7 wrote:

greece

450-500 kb/sec

How do you embeded 100k videos so fast?

#865 Re: Open Discussion » Server manager question » 2011-05-23 17:23:27

Eri
symtab wrote:

No no...you should keep the link protection. Its a very very good idea. You could have in modules/video/components/view.php something like $_SESSION['xxx'] = $video_id and in modules/video/player/config.php if (!(isset$_SESSION['xxx'] ) OR $_SESSION['xxx'] != $video_id) die();


do not work, modules/video/player/config.php do not show up.

Steps that i made was

At  modules/video/player/config.php
after
$video_id     = (isset($_GET['id'])) ? (int) $_GET['id'] : 0;
added
if (!(isset$_SESSION['xxx'] ) OR $_SESSION['xxx'] != $video_id) die();


At  modules/video/components/view.php
after
$cache_id     = 'video_'.$this->video_id;
added
$_SESSION['xxx'] = $cache_id;



Also added only this code at modules/video/player/config.php
$_SESSION['xxx'] = $video_id;
if (!(isset$_SESSION['xxx'] ) OR $_SESSION['xxx'] != $video_id) die();
but still do not work.

#866 Re: Open Discussion » Server manager question » 2011-05-23 17:12:16

Eri
Coscast wrote:

Another possibility is http://redmine.lighttpd.net/wiki/1/Docs … reDownload but i dunno how it works exactly.

thanks

#867 Re: Open Discussion » Server manager question » 2011-05-23 08:23:45

Eri

I have removed link protection )

Is there any other way to protect CURL video hotlink link?

#868 Re: Open Discussion » Server manager question » 2011-05-23 04:45:37

Eri

For me they play at every browser.
I have included this way to protect hotlinking http://www.icemelon.com/tutorials/14/Pr … inking.htm

I start a session at  /modules/video/components/view.php
// e.g.
session_start();
$_SESSION['arbitrary'] = 'twister';

and protect the /modules/video/player/config.php
with
session_start();
if($_SESSION['arbitrary'] == "twister"){

PHP PROTECTED CODE

}
unset($_SESSION['arbitrary']);
unset($arbitrary);

You think this may be the problem?

#869 Feature Requests » Advanced Video Search » 2011-05-22 23:17:02

Eri
Replies: 3

It will be great if there was an advanced video search.
To seperate by:
Type :  all videos(embed-hosted) /hosted videos only
Duration: 0-4min / 4-20 / >20
Date added: today,this week,this month,this year, all time

#870 Re: Open Discussion » Server manager question » 2011-05-22 22:18:54

Eri

I was confiused with this message "all server videos will not work" also i was getting e mails from webmasters that my site videos do not play.

#871 Open Discussion » Server manager question » 2011-05-22 21:39:41

Eri
Replies: 14

When i try to suspend a server i am getting this message "Are you sure you want to suspend this server (all server videos will not work)?"
This means that all videos that this server host will not play or the script will not upload videos on that server.
Thank You

#872 Re: Troubleshooting » site is slow, my host? my mods? » 2011-05-22 21:24:42

Eri

you havt to remove the age check and then make a test

#873 Re: Troubleshooting » language files » 2011-05-22 21:23:41

Eri
thiva7 wrote:

wheres placed language files?? i want to translate to some other languages

When you finish you can post the language file here smile

#874 Re: Troubleshooting » site is slow, my host? my mods? » 2011-05-22 16:37:24

Eri
thiva7 wrote:
MS_DA wrote:

Really, i don't want to be bad to you, but really, iam from germany and it takes ages to load your site. To be honest: I did not wait.
And be real: Germany has the best gay boys smile

Strange... thiva7´s site loads mega fast for me...


i have 2 defrent thing here...wich one rigth smile

thiva7´s site loads mega fast because has a age check. And gets report only for age check page.

#875 Re: Bug Reports » [FIXED] Queued video can not be converted. » 2011-05-21 14:25:47

Eri

Yes i have RC2 but there was nothing there about cron.

Board footer

Powered by FluxBB