Question : Search engine script problem

I have a script from this page
http://www.php-development.ru/php-scripts/search-engine.php
It looks to be a very good search engine script and the demo works great on their website. I have downloaded, then uploaded to my server following their instructions to configure. However, when i go to "index" the website I get zero pages indexed.

Has anyone had any experience with this script? I'm trying to figure out why it won't index my site. I bet there is a small problem but I just can't see it and am asking for help. If anyone has the time to download and try this script please let me know how you get on.

Note: I have already tried googles free search engine script and I do not like it for various reasons and I want to use this one.

Thanks in advance...

Answer : Search engine script problem

I would say that the problem with your current code, if you don't want to change the PHP as blueghozt suggested, is that you are assigning

var gallery = $('#thumbs').galleriffic(...)

once the page has loaded, not once the <li>s are returned by your ajax call.

Instead of putting this code in $(document).ready, try putting it at the end of your getImages() function.
Random Solutions  
 
programming4us programming4us