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.
I quess nobody wants to use a nulled version of a BETA script :-)
Nice. Will also check from now on, like every week.
Videosz.com cant provide a tool for the importer (they dont have any data for models except name and image), vidz.com said they will provide in a few weeks and twistys.com said this week. If twistys doesnt provide a tool for the model importer, either csv/rss, we will drop this feature and add it after rc1.
What is a good limit for the url length?
Does this really need to work with multi-language?
The individual meta tags thing, might cause some parts of the script to be slower, so i will need debug and see how i can make it faster.
Hi,
After a one hour discussion with a new client and at the same time old friend (i've worked for him a few times during the past 1 year), he stated that he will not join this forum because it runs fluxbb. So i have to ask this:
Do you feel like we need vbulletin for our forum? Do you get all the right answers with this forum (fluxbb)? Do you need any features that vbulletin has and fluxbb doesnt?
My personal opinion:
- i like fluxbb
- the forum is for community support and discussions
- the most important features are there (topics/rss/syntax for code/bbcode)
- fluxbb is quite simple to use (easy interface, usable)
- i feel like getting vbulletin is like buying a limo in a city with a lot of traffic and no parking space, where a small electric car would be better :-) (i had a lot of coffee today)
Thanks,
Adrian.
Working on both features, implementing separate meta title/desc/keys and limiting the sef urls. Both features can be enabled/disabled from the administration panel.
Hi,
Just found this post on the internet: http://www.ngcoders.com/general/php-vid … ega-review
We didnt write this chart (we already have a more complex with every possible feature chart prepared for our new site), but i have to say i'm pretty happy with the results.
Right side is the right side of the frontpage, basically there are 2 boxes on the frontpage, one on the left side with the categories/ads and one the right side with being watch and recent videos. I do not know exactly what you want to do, however i replied to your other post how you can modify the frontpage to display the photo categories and the photo albums. Let me know if that helps.
I will try to explain exactly how to make the changes, however without any PHP knowledge it will not be easy. I recommend you hire a programmer to do this for you (there are a lot of freelancing sites, and our script is very easy to edit/modify).
What exactly do you want to display on the frontpage? If you want to display the albums, remove this file: modules/frontpage/frontpage.php and create a new file modules/frontpage/frontpage.php that will contain the following code:
<?php
defined('_VALID') or die('Restricted Access!');
class VModule_frontpage
{
public function __construct()
{
}
public function render()
{
VLanguage::load('frontend.frontpage');
$errors = array();
$messages = array();
if (isset($_SESSION['error'])) {
$errors[] = $_SESSION['error'];
unset($_SESSION['error']);
}
if (isset($_SESSION['message'])) {
$messages[] = $_SESSION['message'];
unset($_SESSION['message']);
}
VComponent::load('albums', 'photo');
}
}
This will display on the first page exactlt the same content that is displayed on http;//www.yourdomain.com/photo/
I will check the video delete error today (i have your FTP) and make sure it works correctly.
I play Starcraft 2 :-)
There is a plan, but i need to finish the final version first, once done i will integrate the forum with our site (we will have a new site) and form there it will be easier. Did you find any nulled versions?
Please check this post: http://forum.adultscriptpro.com/viewtopic.php?id=80
@Coscast: it can be completly disabled and it has no impact on the speed of the site if its disabled.
You can also remove the home button from the menu (from Admin -> Menu -> Main Menu -> Manage Links).
For the frontpage, you could copy (not all, but the ideas) from modules/photo/albums.php and it will display photos for you on the front page.
You deleted the video from the administration panel? And it still appears on the site? Or?
This will also include a url for each pornstar, depending from which site you import models, the url will contain the join url for that site (the join url will be part of the CSV/RSS).
COUNT(video_id) for example is slower than COUNT(*).
Just thaught about this again, and if you use a recent version of MySQL with MyISAM (i will modify the database structures, some tables will use InnoDB), then the pagination query is lighting fast because it uses keys and it also uses (in most of the cases) COUNT(*) which in mysql its optimized.
Please email me FTP access and administrator site access (support@adultscriptpro.com).
Currently it doesnt work for photos, but it will also work for photos once RC1 is released.
Please also delete that block of code from admin/modules/content/components/add.php.
Yes, thats how it works right now. Here's a screenshot:
Done. Integrated completly (will only appear for embedded videos) with a per video category function and a global advertising group (if no ads are assigned to the category). You can assign multiple ads to one category, and the ads will rotate.
Here's a sample screenshot:
The banner appears after 3 seconds and dissapears after 25 seconds if no action is taken.