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.
Tried to clear cache in Admin CP ?
Huhu.
Maybe it's possible to add a function which looks for a Pornstar name in the Tags while adding movies via Mass CSV Import.
You are welcome
Hi,
If anybody knows: What FREE imagehosting Script is the best? Can you recommend one ? Please one without any hacking issues, because it seems that some scripts i found are having CSS issues
Those are angry Priests !
Thats me & my wife in world of warcraft.
Remark: The Character of my RL Wife
Thanks for updating me on this. Maybe ... i don't know ... it has something todo with our ffmpeg version.
Open templates/your-template/footer.tpl.php
and add
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
One line before
</body>
Save && Close that file
Looks like this:
<?php defined('_VALID') or die('Restricted Access!'); ?>
<?php echo w('link_footer'); ?>
<?php echo p('adv', 'footer'); ?>
<div id="footer">
Copyright 2010 <?php echo e($this->cfg['site_name']),' - ', p('menu_footer'); ?><br />
Powered by <a href="http://www.adultscriptpro.com">Adult Script Pro</a>
<?php echo p('benchmark', 'global_load'); ?>
</div>
</div>
<?php if ($this->cfg['google_analytics'] != ''): ?>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '<?php echo $this->cfg['google_analytics']; ?>']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<?php endif; ?>
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
</body>
</html>
Then
Open templates/your-template/video_view.tpl.php
and add
<g:plusone size="small" count="false"></g:plusone>
after
<a class="addthis_button_twitter"></a>
Save && Close that file.
Looks like this:
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style">
<a href="http://www.addthis.com/bookmark.php?v=250&username=xa-4b9e0ea208b0eaed" class="addthis_button_compact"><strong>Share</strong></a>
<span class="addthis_separator">|</span>
<a class="addthis_button_facebook"></a>
<a class="addthis_button_myspace"></a>
<a class="addthis_button_google"></a>
<a class="addthis_button_twitter"></a>
<g:plusone size="small" count="false"></g:plusone>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4b9e0ea208b0eaed"></script>
<!-- AddThis Button END -->
You are done
EOF
Hey,
I mentioned another bug and i dunno if you fixed that too, so i better report it
The upgrade-1.0rc3-to-1.0rc4.php should do this:
VConfig::add('video', 'tag_max_length', 50);
VConfig::add('video', 'tag_max_words', 3);
But it does not. I had to hardcode that values into video_upload.tpl.php like this:
var tag_max_length = 50;
var tag_max_words = 3;
I mentioned that - again - by using chrome console ( damn that browser is cool and i would use it, but LASTPASS does not work correctly with chrome
)
Additionaly this values are not editable in ACP->Video->Config->Advanced, is that correct ?
Nope the files were not in the archive. Additionaly the css folder is missing completely in that archive, but ONLY in the default-pink template directory. In the other template directories is everything included, nothing missing.
Found the "bug" via google chrome and the integrated debug function ( console, what a great tool ).
Missing files:
/templates/default-pink/js/jquery.tagsinput.js
and
/templates/default-pink/css/jquery.tagsinput.css
Just copied them from default template directory and that fixed it.
I found out why that happened:
The entry in the table user_activity for that users were missing.
That was for the Admin Account from the Installation, the Anonymous Account and one Account i added via Admin Panel.
Strange that one Account ( the tester account ) i added today via Acp was not missing. Maybe this was fixed via the RC4 update.
But mainly it seems that entries during the installation are not executed or maybe missing.
Hey Adrian, i saw in CSV import that you have implemented a new method to detect duplicates via md5.
How do you do that exactly? It works veeeeeeeery well.
From what is this md5 calculated? On earlier Versions the duplicates where selected via Videotitle that WAS not good because some videos had the same title but different video content.
Second one: I like that limit feature very much. Together with the detect duplicates its awesome, because i don't have to cut out the number of videos from my original csv file and put them into a new one. Lets say if i want to import 28 videos i just can use the limit function now and block duplicates without touching the original CSV. Very good.
Hey,
I just tested the videoupload in the frontend. I does not work. That means:
1.The upload button does not do anything.
2.Pornstars are not selectable.
Maybe it has something to do with our huge load of pornstars (1009).
Test login:
Username: tester
Pass: 123456
Hm.Ok. As i said: Copying works now, but converting via Mass Csv throws an SQL error.
Query: UPDATE video SET ext = 'mp4', size = , duration = 62.48, thumb = 1, thumbs = 6, server = 0, status = 1 WHERE video_id = 6374 LIMIT 1
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 ' duration = 62.48, thumb = 1, ' at line 3
Error Number: 1064
So i assume my Solution to just add h264 to the video.php is NOT a Solution. LOL
It is like my other Problem: Uploading via acp in admin/index.php?q=video/upload works and the video gets converted as it should without any errors/problem but csv does not work
Sorry for doublepost.
Fixed it, by adding h264 to libraries/framework/video.php
private $flv_formats = array(
'flv', 'flv1', 'vp3', 'vp5', 'vp6', 'vp6a', 'vp6f', 'h264'
);
EDIT: Copying the videos without conversion works now, but with the option "Convert Videos" it does not work
Yes, exactly
root@g6950-24586:~# ffmpeg -i trailer-hd.f4v
ffmpeg version N-32309-g09c5f99, Copyright (c) 2000-2011 the FFmpeg developers
built on Sep 4 2011 19:08:25 with gcc 4.4.5
configuration: --prefix=/usr/local --enable-shared --enable-gpl --enable-version3 --enable-nonfree --enable-postproc --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvpx --enable-libx264 --enable-libxvid
libavutil 51. 16. 0 / 51. 16. 0
libavcodec 53. 13. 0 / 53. 13. 0
libavformat 53. 11. 0 / 53. 11. 0
libavdevice 53. 3. 0 / 53. 3. 0
libavfilter 2. 37. 0 / 2. 37. 0
libswscale 2. 1. 0 / 2. 1. 0
libpostproc 51. 2. 0 / 51. 2. 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x25e6780] max_analyze_duration 5000000 reached at 5015510
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'trailer-hd.f4v':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
creation_time : 1970-01-01 00:00:00
encoder : Lavf52.31.0
Duration: 00:01:02.48, start: 0.000000, bitrate: 1651 kb/s
Stream #0.0(eng): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 768x432 [SAR 1:1 DAR 16:9], 1493 kb/s, 29.92 fps, 29.97 tbr, 30k tbn, 59.94 tbc
Metadata:
creation_time : 1970-01-01 00:00:00
Stream #0.1(eng): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, s16, 123 kb/s
Metadata:
creation_time : 1970-01-01 00:00:00
Stream #0.2(und): Data: none (rtp / 0x20707472)
Metadata:
creation_time : 2011-07-17 15:04:53
Stream #0.3(und): Data: none (rtp / 0x20707472)
Metadata:
creation_time : 2011-07-17 15:04:54
At least one output file must be specified
F4V Files do NOT work. Tested serveral times. With Conversion and with Option "Copy" files.
When i select copy videos, i have no videos on my servers.
When i select convert, following error appears:
Query: UPDATE video SET ext = 'mp4', size = , duration = 51.25, thumb = 1, thumbs = 6, server = 0, status = 1 WHERE video_id = 6227 LIMIT 1
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 ' duration = 51.25, thumb = 1, ' at line 3
Error Number: 1064
CSV used above:
http://cdn1.ads.brazzers.com/scenes/5773/trailer-hd.f4v|Party of Four|Its a wedding anniversary celebration party of four in a hotel room. A good start with kisses all over their bodies, then the cleaning lady,Brynn, joins the celebration with her sexy tits. After having good time, they want some dessert, so they asked for Ramon to CUM for them to satisfy their sweet tooth.|big dicks,big tits,cumshot,facial,doggystyle,cowgirl, Brynn Tyler,Emma Starr | Brynn Tyler,Emma Starr
http://cdn1.ads.brazzers.com/scenes/5751/trailer-hd.f4v|Give my Wife a Bone|Madelyn and Joe have been madly in love for years. They enjoy each other's company, like the same things, and have an amazing sex life. After months of trying to bring it up with her husband, Madelyn finally tells him what her greatest fantasy is. Although Joe is a little hesitant, he'll do anything for his wife, even let another dude fuck her.|ass licking,big tits,facial,lingerie,doggystyle,Madelyn Marie|Madelyn Marie
Natural bust yes/no is not displayed. I found the small bug, the variable is missing in templates/your-template/pornstar_view.tpl.php
Quick fix:
add after
<span class="legend clear"><?php echo __('measurements'); ?>:</span>
<span class="value"><?php echo e($this->pornstar['measurements']); ?></span>
<span class="legend clear"><?php echo __('Natural Bust'); ?>:</span>
<span class="value"><?php echo e($this->pornstar['natural_bust']); ?></span>
I KNOW that the language variable for Natural-Bust is missing. I hardcoded it into the added line. You can add that Variable via ACP
Hey.
On my Site i have a strange Bug.
Steps to reproduce:
Login to Admin Panel -> Go to "User" -> Hover with mouse over a username
As you see: The iD is missing. AND second one: The avatar is missing too, i added a custom Avatar.
Uhm i THINK he misunderstood the function and he tried to FXP a file from a remote Server.
When will it be released ?
P.S During the upload procedure what if there is small writing/text beneath the tag box that indicates a message "please separate each tag with a comma" ?
This is what i did, but it was ignored
Good enough!
Yes, Adrian: My HOWTO is Copyleft Do whatever you want