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.
Hey, i had a email conversation with him yesterday. He is in another city @ school. Be patient.
Did you set FLV Convert to no ?
Uploaded with ImageShack.us
I don't know if this setting completely overrides the conversion, but i think that could be done surely by commenting out some lines in the conversion php file.
Yes, i had a license for it when i used it with AVS.
Not bad.
No that is not normal.
I did a fresh install yesterday and this table is called "adv", in my database
Uhm,
So basically your provider says that he does not know which databases are yours ?
Who if not him knows what databases are yours ?
ARGH!
I know Theben, are you catholic ?
Naaaaaaaaaaaaaaaaaa
Never. We are - as told serveral times - in the process of relaunching but we have fucking buggy versions which do not work.
So.
We are mypornow.com
Oh
I googled
Θήβα
Δήμος Θηβαίων
WTF. Northeastern from Athens.
To be real: I cannot read greek letters, but your countries History impresses me very mucho.
Yes Thiva. I Love this Video, because the Spartans knew what they fought for!
You can. Just look for the playerprofiles. BTW: Whats your Sites URL ?
Why?
Are you changing Servers ?
Yes i copied this. And this is what they need as sphinx.conf. Nothing more nothing less. This config pulls out the needed Data from your ASP SQL-DB.
There is nothing else to "edit" for sphinx to work with ASP.
Hey.
I can't get the script to upload to my second harddrive
Enabled multiserv, added subdomain, added the credentials - the script always uploads to my first hd.
BTW: Uploaded from Admin CP via Single upload with the video URL.
BTW2: @Adrian you did send me RC3, maybe its a little bit buggy, because mass CSV import does strange things like cutting off file names. Like: 5.flv is only 5 in the database withou the flv ending.
Look what the player tries to load here: http://www.mypornow.com/6/pretty-sloppy/
Uploaded with ImageShack.us
Uploaded with ImageShack.us
This is what they want:
source videos
{
type = mysql
sql_host = localhost
sql_user = mysql-username
sql_pass = mysql-password
sql_db = mysql-database
sql_sock = /var/lib/mysqld/mysqld.sock (this depends on your server)
sql_port = 3306
sql_query_pre = SET NAMES utf8
sql_query = \
SELECT v.video_id, v.title, v.description, v.mobile, v.add_time, \
v.rating, v.total_views, v.duration, \
GROUP_CONCAT(DISTINCT t.name SEPARATOR ' ') AS tags \
FROM video AS v \
LEFT JOIN video_tags AS t ON (t.video_id = v.video_id) \
AND v.status = 1 \
GROUP BY v.video_id
sql_attr_uint = mobile
sql_attr_uint = total_views
sql_attr_float = duration
sql_attr_float = rating
sql_attr_timestamp = add_time
sql_attr_multi = uint categories FROM query; SELECT video_id, cat_id FROM video_category
sql_query_info = SELECT video_id, add_date FROM video WHERE video_id=$id
}
index videos
{
source = videos
path = /var/lib/sphinxsearch/data/videos (this depends on your distribution)
charset_type = utf-8
min_prefix_len = 3
enable_star = 1
}
searchd
{
port = 3312
log = /var/log/sphinxsearch/searchd.log (this depends on your distribution)
query_log = /var/log/sphinxsearch/query.log (this depends on your distribution)
pid_file = /var/log/sphinxsearch/searchd.pid (this depends on your distribution)
}
This works 100%, did an install today.
Yeah, but you have to know that this time is relative to the time you have watched that video.
And additionally: YOU are not alone watching teh videos on your site. So just think about someone on your site that watches videos too ....
So, that is no bug. Your Site is doing well.
Ok. What happens if you refresh a second time ?
First refresh: Refresh
Second Refresh: Nothing happens.
This is for being watched videos.
Same for you?
IF you want to have them both refreshed at the same time: Just adjust the times. Example: BOTH @ 900 Seconds.
But this is not an error or something. Cache works well.
Yeah, the cache for being watched videos is shorter than the cache for latest videos
For being watched videos it is 900 seconds:
if (!$watched = $this->cache->get($sql, 900))
For latest videos it is 3600 seconds:
if (!$videos = $this->cache->get($sql, 3600))
You may change that by editing /modules/frontpage/frontpage.php
just do a search for the code snippets i quoted above.
Hi Symtab,
i would like to suggest to make a "private" area in this forums.
Access for approved members, with a valid license.
I ask because, i like to know the prename of teh well known members here. Maybe like a little inner community.
It looks stupid when i try to answer an question like
"HELLO PORNGODDESS"
Hey Goddess HAHAHA
Please be more specific: WHERE do you want to have your posts included ?
In the news on top of the Frontpage ?
Uhm do you have apc cache enabled ?
If you have cPanal you will the the php version of your server at left below "Stats"
Ben
Yeah, I never had cpanel or something like that, but that seems to be a very good hint for everyone who is not familiar with the Linux Commandline.
Just try it: which php
Hi,
Do you have root access to your Server ?
If no: Ask your provider where the php binary is located and what version.
If yes: Login via SSH and type
which php