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.
Ohh...didnt add this. Planning on adding it to 3.x. Want to upgrade? Or you need this in 2.x?
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 )
All is good (if sleeping 5 hours / day works ! Version 3 is done! I just need a new presentation site now
)
Version 2.x or 3.x?
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.
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
Hmm...sorry i forgot about this...will check asap. Works correctly for other installs, so i have to debug!
You can also email me and i can do a server setup on the new server for 49$ if you want.
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.
Email me with what version of the script you ahev and i'll email you a fix for xhamster graber!
This means it worked. Do you have a separate conversion server or?
What does tmp/logs/current-day...log contain?
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.
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
no, i dont know what the problem is, if you move to another server have the hosting company check whats different
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
run a service searchd start as root from ssh
Did you modify anything on the server? (like updates, upgrades, ffmpeg changes?)
Did you restart the server or did someone stop the sphinx search daemon?
Not yet, amy is still not available, other 3 words searches work perfectly...but not amy
Still the same...i get 800% more traffic...so i guess google loves my site which btw has nothing special, adult script pro (default template, default everything) + uploaded videos (i edit the titles).
and to make it even a weirder bug, i installed sphinx search and it works, but not for amy ))
and the weird thing is you are using almost the same version of mariadb i have on all my servers...
a solution would be to use sphinx search
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