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.
Hi,
I am confused about the dynamic pricing. First of all: What is that? Is that the same thing, that ccbill is calling "regional pricing"?
i have asked ccbill to enable it, what they did. Now i am getting the error message: Dynamic Pricing requires 'currencyCode'
I have asked for that, and got the following answer:
"Yes, the Dynamic Pricing type does require a currency code to be passed into the form string via the 'currencyCode' variable. As you stated you are going to also bring this to the scriptwriter, you may also want to provide him with the below codes for currencies that can be used.
840 = USD
978 = EUR
036 = AUD
124 = CAD
826 = GBP
392 = JPY "
Where do I enter these codes? I do not see anything in the script.
Thanks for your help
thanks! I tried editing the convert.php and replaced the part accordingly. Now what happens is that the conversion queue is not processed at all anymore. The uploaded flv stays as "queued" even though the cron-job is set. If I revert the changes, the same video gets processed the next time the cron runs. However with the old effect that the flv file is just being copied and not converted to mp4 :-(
There is probably more that needs to be changed so that flv files get converted to mp4 (if it's set that way). Can you help please?
okay thank you, but the settings are correct that way? (just to rule this out as possible reason)
Hi,
I am having trouble getting original flv files converted to mp4. I have the following settings:
FLV Convert No (default: Yes)
FLV Re-Convert No (re-convert FLV files)
Convert to MP4 Yes (default: Yes)
MP4 Re-Convert: Yes (re-convert MP4 files)
I also tried setting flv re-convert to YES but it didn't change a thing.
Original FLV files just stay as FLV, but they do get converted to mobile mp4 properly.
I would just prefer to have only MP4 files as final converted videos, regardless of the original file format.
WMV converts well to MP4 and mobile, but only flv files just stay that way.
Can you help me please?
yes probably, since users are re-directed to mobile and at that point it should have been counted. thanks!
ok, going to try this. thank you!
and another thing, what exact version of ffmpeg do we need for script 1.0.6? we tried several ffmpeg versions (on centos) but it doesn't convert to mp4, only flv. (even though admin panel is set to encode to mp4 only). Mobile conversion doesn't work either. Thumbs are okay though.
got another piece of information: when set "Queue Uploads: No" - then conversion works, when I enable Queue, then videos never get converted. Do I need to make a cron for video queue or how does it work?
Ok, thank you, we narrowed down the problem to a cron job. We set-up a cron job to call cron/cron.php in certain intervals.
Reason we did this was that newly uploaded videos on the new server did not get converted at all. they just queued up and never got processed. After we called /cron.php it worked - but it also shuffled all existing videos.
We stopped the cron now but now videos don't get processed. How does the script do this please?
Hi,
I was wondering if google analytics is also integrated in the mobile template? couldn't find it in the mobile footer and didn't want to mess with it. Any hint is appreciated :-)
Hi,
we finally managed to get our sites migrated to new hardware. What's odd is that the front end seems to re-populate all videos all over again. We had about 48.000 vids in the database, after the server move, most videos didn't show up but about 10-20 of the old videos keep reappearing in certain time intervals without doing anything. It looks like it's new uploads but in fact those are all old videos that step by step finally show up on the front-end again.
Is there some kind of automatic engine that does this? This behaviour is rather odd and the time-tag when videos were originally uploaded are now totally screwed up. Can you help me pointing out why this happens?
thanks David,
it was some kind of permission problem
Hi,
I have moved a site using your script to another host and when try to loging I get a loop to http://domain.com/user/dashboard/ and the content of the page (when view source) is <script>document.location.href='http://domain.com/user/login/';</script>
Never Reached!
How can I get access to admin panel or the site settings now?
thanks
Pat
I would really want a feature like this, would save so much time since I don't have to answer individual complaint mails asking me why a certain video was removed. please make this a new feature!! :-D
yes please!! looks quite good! is it bootstrap based as well?
Hi,
when you use the search form for photos and you type in a keyword and there are more than one page of results, you can only
use the first page of photo results.
Check here for example:
http://www.porngag.me/search/photo/hot/2/
As soon as you click on page #2 for example, the script takes you to:
http://www.porngag.me/photo/2/
The correct output would have to be:
http://www.porngag.me/search/photo/hot/2/
I think this is a simple bug that can be fixed easily ;-)
I tried to fix version details in line 3 and 9 but I still don't get playlists to work.
Is there another trick to this? I keep getting complaint mails that playlists don't work. When I access a playlist, it just stays black where the player should appear. Any help please?
Hey,
would be great if we could search users in admin panel by emails using wildcards. Currently, if I don't put in the exact email address of a user, it will return all users as results.
Searching for parts of the username works, but not for email addresses.
Also, would be great if we can sort the users in admin panel by amount of uploaded videos.
Great script though!!!
yes thank you! it was indeed in spam!
Hey,
does the integrated feedback form work? (domain.com/feedback/)
I tried with several email accounts but nothing ever arrives, is there a setting I must change?
Thanks!
Benny
I managed to get things working again, it was not easy ;-)
basically I renamed index.php to index_.php to make the script stop (stop overwriting the temp config file). Then I replaced the cached config_…php with the content of our other site. (this step gave me the configuration for the other site though, but at least it worked again)
Then I checked the differences in those two files,
turned out that I had to switch:
s:12:"cache_driver";s:12:"none";
to
s:12:"cache_driver";s:4:"none";
So basically, the script seems to load the settings from the cached config file - in our case, this file only contained "b:0;" and nothing else.
I also changed to s:4 in the database, cleared cache from admin panel again. seems to work now. phew ;-)
Still wonder why turning on eaccellerate completely crashed everything :-(
No, I disabled the cache from sql table config. - I can't even get to the admin panel as the whole system gives me error 500.
I've also cleared the config cache but I still can't get in :-(
Hey,
I'm having a huge problem at the moment, I tried to enable eaccellerate as caching from admin panel. The second I enabled it, my site is just pure blank. Nothing works anymore!
Tried to manually revert the caching from database config (as I could no longer access the admin panel) and cleared config cache file but it didn't help. The only error logged was:
[14-Jan-2013 19:24:59] PHP Fatal error: Call to undefined function eaccelerator_get() in /home/mysite/public_html/libraries/framework/cache/eaccelerator.php on line 13
but even after I reverted the changes, error 500 remained but no new log entry appeared.
Would anyone know how to get things back working?
Many Thanks!!
Patrick