Adult Script Pro Community Forums

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.

#51 Re: Troubleshooting » Can't delete a video from a playlist » 2018-08-02 17:22:19

Ohh...didnt add this. Planning on adding it to 3.x. Want to upgrade? Or you need this in 2.x?

#52 Re: Development » Adult Script Pro 3.0 Branch Development » 2018-07-10 19:15:18

Didnt create the channel module yet, but i'll work on this feature this week. Network in the future, right now i need to invest time in presentation sites smile)

#53 Re: Development » Adult Script Pro 3.0 Branch Development » 2018-07-09 18:34:56

All is good (if sleeping 5 hours / day works smile! Version 3 is done! I just need a new presentation site now smile)

#55 Re: Troubleshooting » Video search engine not working correctly? » 2018-05-31 18:28:03

For some reason on your server the sphinx search mode MATCH_EXTENDED2 does not return any results, not even MATCH_ANY does not return any results, only MATCH ANY with *keyword* returns results. This is not required on other servers (even though you are running similar software versions). Email me about the bugs and i'll see what i can do.

#56 Re: Troubleshooting » Video search engine not working correctly? » 2018-05-30 15:07:20

fixed this, its still a hack, it doesnt work as expected on your server, i have the same and it works on my server and several other servers

#57 Re: Troubleshooting » Video search engine not working correctly? » 2018-05-28 12:45:54

Hmm...sorry i forgot about this...will check asap. Works correctly for other installs, so i have to debug!

#58 Re: Troubleshooting » the videos are converted only if you click force conversion » 2018-05-21 06:20:17

You can also email me and i can do a server setup on the new server for 49$ if you want.

#59 Re: Troubleshooting » the videos are converted only if you click force conversion » 2018-05-21 06:19:46

If the videos remain in queued waiting it means that the cron script is not running or it returns a error. Since it worked on the other server it means that the cron script is not running. If no thumbs are being generated please make sure image magick convert is installed.

#60 Re: Troubleshooting » Graber not working » 2018-05-18 13:02:30

Email me with what version of the script you ahev and i'll email you a fix for xhamster graber!

#61 Re: Troubleshooting » the videos are converted only if you click force conversion » 2018-05-18 13:02:12

This means it worked. Do you have a separate conversion server or?

#63 Re: Troubleshooting » Video search engine not working correctly? » 2018-05-14 15:02:55

Sorry for my delay, i just became a father a few days ago and i'm still getting used to the new shedule i have until my wife recovers. I will work on this asap.

#64 Re: Troubleshooting » the videos are converted only if you click force conversion » 2018-05-12 17:42:52

unfortunately i'm at the hospital right now, i cant check, but tomorrow i will check. you can check the following:
1. if the cron from admin -> tools -> cron scripts is added
2. if the cron is added, make sure the key for cron is correct
3. make sure the php cli path is the correct one (recently cpanel has /usr/local/bin/php, which is a link to /opt/cpanel/.../php/root/usr/bin/php), you add the opt path directly

#65 Re: Troubleshooting » the videos are converted only if you click force conversion » 2018-05-12 11:01:51

no, i dont know what the problem is, if you move to another server have the hosting company check whats different

#66 Re: Troubleshooting » Video search engine not working correctly? » 2018-05-12 11:01:21

yes, but in some cases the service wont restart...for different reasons...i cant connetc to your server atm, but later today i'll fix

#68 Re: Troubleshooting » the videos are converted only if you click force conversion » 2018-05-10 16:57:09

Did you modify anything on the server? (like updates, upgrades, ffmpeg changes?)

#69 Re: Troubleshooting » Video search engine not working correctly? » 2018-05-10 16:56:15

Did you restart the server or did someone stop the sphinx search daemon?

#70 Re: Troubleshooting » Video search engine not working correctly? » 2018-05-07 08:51:20

Not yet, amy is still not available, other 3 words searches work perfectly...but not amy smile

#71 Re: Open Discussion » Google sends me 800% more traffic » 2018-05-04 18:34:32

Still the same...i get 800% more traffic...so i guess google loves my site smile which btw has nothing special, adult script pro (default template, default everything) + uploaded videos (i edit the titles).

#72 Re: Troubleshooting » Video search engine not working correctly? » 2018-05-04 15:51:49

and to make it even a weirder bug, i installed sphinx search and it works, but not for amy smile))

#73 Re: Troubleshooting » Video search engine not working correctly? » 2018-05-04 15:34:41

and the weird thing is you are using almost the same version of mariadb i have on all my servers...

#75 Re: Troubleshooting » Video search engine not working correctly? » 2018-05-04 15:29:32

Pff this is a big bug. I didnt update the fulltext part of the videos correctly. I fixed this on your site, however for some reason the fulltext search does not work as expected on your mysql.

MariaDB [quebecco_asp3]> select video_id, title from video_fulltext where title like 'Amy%';
+----------+----------------------------------------------+
| video_id | title                                        |
+----------+----------------------------------------------+
|      354 | Amy Lee get an Anal Massage                  |
|     2976 | Amy Anderssen Incredibles Huge Tits          |
|     5696 | Amy Lee get Nailed in the Ass                |
|     5701 | Amy Lee Fourre avec 6 Gars                   |
|     5748 | Amy Anderssen really big knockers            |
|    13826 | Amy Sweet l'tudiante s'amuse avec son dildo |
|    13848 | Amy Sweet l'colire suce son prof           |
|    13851 | Amy Sweet et Shana Lane dans un trip  trois |
+----------+----------------------------------------------+
8 rows in set (0.00 sec)

MariaDB [quebecco_asp3]> select video_id, title from video_fulltext where match (title) against ('amy' IN BOOLEAN MODE);;
Empty set (0.00 sec)

ERROR: No query specified

MariaDB [quebecco_asp3]> select video_id, title from video_fulltext where match (title) against ('amy' IN BOOLEAN MODE);
Empty set (0.00 sec)

MariaDB [quebecco_asp3]> select video_id, title from video_fulltext where match (title) against ('Amy' IN BOOLEAN MODE);
Empty set (0.00 sec)

MariaDB [quebecco_asp3]> select video_id, title from video_fulltext where match (title) against ('Amy');
Empty set (0.00 sec)

MariaDB [quebecco_asp3]> 

still debugging why

Board footer

Powered by FluxBB