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.
To be honest: You bought the best Script around, BUT i think if your Website is about rating Photos, like hotornot: There are a lot of Scripts that will do that better. DO NOT get me wrong: ASP iS the best ADULT TUBE Script, but it can't be the best in ALL Disciplines Or ?
Does it take longer to render the Frontpage the more Videos a Site has ?
If yes: is it possible NOT to make an database query to count all the videos?
I know it is needed for the pagination on the bottom.
BUT: What if you show only the newst videos. Yes true, i want to question if it is needed to count ALL videos.
Scenario:
A user visits the site:
All new videos are shown. Nice.
He wants to see for example: Assfucked Blonde.
He types it into the search and finds it.
___PERIOD___
My Question is: Is it needed to query the Database for ALL Videos?
I ask that NOT because AVP has a bad performance ( it is lightyears before ALL other Scripts), but i think how to make the performance better as it is already.
All that questions are grounded on the believe that queriing the Database for the Pageing is an performance hole.
BTW: i know, my english is like a peace of shit but i hope you understand, what i want to say
Thank you!
BTW: Maybe a "Thanks" Button would make sense I know there's an addon for vBulletin ( i know this is NOT vB ). Below every Post in the Forum there's an "Thank You" Button. I think you know what i mean.
Hey.
You need to edit a template.
Open:
templates/YourTemplateFolder/frontpage.tpl.php
Find these lines:
<div id="right" class="width-760">
<div class="content-box">
<h4 class="content-box-title"><?php echo __('watched-title'); ?></h4>
<a href="<?php echo RELATIVE_URL; ?>/video/watched/" id="refresh" class="content-box-refresh"><?php echo __('refresh'); ?></a>
<div id="content-watched-videos" class="content clear">
AFTER this lines add
<?php echo p('adv', 'header'); ?>
As you see, i took the "header" advertising group.
Now you can add an advertisement in the Admin Panel for the group called "Header Advertising".
For editing those files i can recommend Notepad++. But the windows editor should do it too.
Ah ok.
I found it on vidz
It's called "Model Exporter", very nice tool, you can add the specific DVD's from the pornstar.
Hmm. Is it a "pure" Pornstar import?
I mean how is it intended to work ? Importing Videos from a specified Pornstar or importing "just" the Pornstar, like Name, Birthplace and so on ?
WTF. This means, the site can run completely on Autopilot.
This is one of the best features (there are so many advantages in using ASP).
Like the Videoswiper Guy wrote: ASP will soon dominate
Pornstar! Pornstar! Pornstar! *yell*:))
Can anyone point me to a site where it is possible to import pornstars via rss ?
OK OK OK.
Just tested some things.
This Does NOT happen if a pornstar is assigned.
I just assigned a pornstar to a video of mine and i can edit it as normal.
Yes, it happens on my Site.
NOT on scriptdevel.
Hmm. I can edit none of the videos i uploaded with my account.
In Admin Panel it works but not in the Frontend.
Hey,
Just found that bug.
If you try to edit an own video from dashboard via edit/VideoId/ following error appears:
Query: SELECT v.locked, GROUP_CONCAT(DISTINCT c.cat_id) AS category, GROUP_CONCAT(DISTINCT m.model_id) AS pornstars FROM video AS v LEFT JOIN video_category AS c ON (c.video_id = v.video_id) LEFT JOIN model_videos AS m ON (m.video_id = v.video_id) WHERE v.video_id = 9213 AND v.user_id = 1 AND v.status = 1 LIMIT 1
Error Message:
Error Number: 0
Tested that @ scriptdevel.com and there is no error like that.
Thank you.
Just played a little bit around.
Very nice. I like the solution how to add video advertising to the sponsors. Just a click and it's done. It's always better to have a demo, because pictures say more than thousand words
So now i understand how it works and i like it
Double Post:
Hmm thats strange. I edited a random video with an "&" and all went fine.
Edit:
Ok. I tested around.
Title was : "Trina Michaels & Jada Fire"
Via CSV the slug gets created without the amp in the slug: i.e: "Trina Michaels-Jada Fire"
After editing the title in ACP it becomes : "Trina Michaels-amp-Jada Fire"
Was in Admin Panel. Via CSV import.
Video Title: Alessa & Tim
On frontpage the slug is shown as "alessa-tim" : Does not work - Shows Page not found
On /recent the slug is "alessa-amp-tim" : This does work
I don't know if it is good to make a preroll globally. I think you can't take a main video from one sponsor and add an advertisement from another I hope you understand what i try to say.
It's nearly the same if you built a car and put "porsche" on the back It's not a porsche.
Do you mean a Advertising Clip before the main Video ?
Yes this should be clickable. I think it's more comfortable than typing an url into the Browser
Hi,
The videos will be converted automatically when they match the dimensions:
'mobile_min_width' => 480,
'mobile_mmin_height' => 270
Minimum width : 480
Minimum height: 270
Wow. Good job, Adrian!
My Suggestions:
PLEASE make it per Video Advertising:
Example:
In the Advertising Section of the Admin Panel there are two Menus: OVERLAY in Player and TEXT in Player:
There you can add the Name/Html whatever needed and the existing Sponsor.
Basically it means, that you add the code for the advertisement and bind an Sponsor for the Ad. I think that should work the same as with the below player Banners.
Sure, a Finetuning can be done, let's say Ads per Category and so on, but in my üpinion it's vital to have the In Player Ads assigned like the Sponsor ads below the player.
Thank you.
You don't have to apologize, it's no problem
I found a debugging file on my server in the temp directory.
The file is called "query".
It seems that all queries are logged into this file.
I would like to have it switched off, because it gets really big.
I searched in the php files, but i could not find that debug = on line or something.
I removed some debugging from the mobile section but it does not help. Can you please give me a tipp how to switch that off ?
Hey Adrian,
Will this "Feature" be available before the "Gold" version ?
Additionaly:
When using CSV with "Copy Video" the source file in media/videos/vid does not get deleted
Can i have a Version with this subcat thing ?
I don't really see a use of this feature, please drop it
It adds minimum one additional query, or ? Please keep AVS Lightweight
But i think there has to be a database Row in the server Table, like actup ( for active upload ) because if you set a active to 0 this server is completely inactive. That means the videos from this server won't be streamed if there are videos on this server, because the function only looks for active 0/1 and this function pulls the server for streaming not just for uploading.
My intention is: IF the drive is nearly full just make it inactive JUST for uploads.
Maybe i misunderstood the VHelper_video_server::get but for me it looks like it pulls the server for Uploading AND Streaming.
I tested a second function:
public static function getactup($server_id=NULL)
{
$add = ($server_id) ? " WHERE server_id = ".(int) $server_id : '';
VF::factory_remove('database');
$db = VF::factory('database');
$db->query("SELECT *
FROM #__server
WHERE actup = '1'
ORDER BY last_used ASC
LIMIT 1");
if ($db->affected_rows()) {
return $db->fetch_assoc();
}
return FALSE;
}
I use this in convert.php for finding an active upload server. Works.