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.
Pages: 1
Im finishing the Czech language Now its 80% translated
+1, like !
Hi,
Have anyone rewrite rule (or config file) for nginx?
Yes, now work perfectly, thanks
Hi Coscast,
Are you figure out this? I have same problem:(
Nice, thank you
Hi,
I got the idea to create a blogging system for registered users.
For example on subdomain username.blog.mydomain.tld or mydomain.tld/blog/username.
Users should be able to blog, and certainly would be more registered users.
What do you think?
I thing add advertising by usergroup? For guests all advs, registered members less advs, and for premium users without advs?
Oh, thanks for explanation symtab. If i understand what you say, i have upload videos only 352x288 and more for HD conversion.
Nice design
I mean when user upload low quality video, its converted to high quality, this dont work?
And your idea is good This save space on server.
Hi,
Its possible converting all files to mp4 HD?
Works without problems on my Nokia N900
Hi, this future is implemented.
Just login to admin area ->advertising->groups manage->click edit on group you want->and "rotate" change to "yes"
Thats all
ok, thanks for reply !
Reopening this bug :
When i have assigned player text ad with a sponsor, i get sql error
Query: SELECT a.adv_id, a.url, a.media_type, a.media_url, a.media_ext, a.duration, a.position, a.expire FROM adv_player AS a WHERE a.adv_id IN ()
Error Message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 4
Error Number: 1064
I mean bug is still in /modules/video/helpers/player.php, but in this line:
WHERE a.adv_id IN (".implode(',', array_keys($ids)).")");
Can you please send fix? Thank you
Hi,
By viewing forum from admin panel (eg. /admin/index.php?q=forum/topic&id=1)
i got this error:
VException [ 0 ]: exception 'ErrorException' with message 'Undefined variable: post' in /var/www/clients/client1/web1/web/admin/templates/default/forum_topic.tpl.php:99 Stack trace: #0 /var/www/clients/client1/web1/web/admin/templates/default/forum_topic.tpl.php(99): VError::error_handler(8, 'Undefined varia...', '/var/www/client...', 99, Array) #1 /var/www/clients/client1/web1/web/libraries/framework/template.php(133): require('/var/www/client...') #2 /var/www/clients/client1/web1/web/libraries/framework/template.php(144): VTemplate->output() #3 /var/www/clients/client1/web1/web/admin/modules/forum/components/topic.php(147): VTemplate->display() #4 /var/www/clients/client1/web1/web/admin/modules/forum/forum.php(40): VComponent_Admin_forum_topic->render() #5 /var/www/clients/client1/web1/web/admin/index.php(25): VModule_Admin_forum->render() #6 {main}
Same error...
I have small fix :
Open file modules/video/helpers/player.php
Search for:
$ids = unserialize($row['adv_video']);
And replace by:
$ids = unserialize((array) $row['adv_video']);
Now work correctly
Pages: 1