Homeowner Loans - Advertising - Debt Consolidation - Xecuter 3 Mod Chip - Myspace Layouts

PDA

View Full Version : Search Engine Script doesn't work


claud39
Apr 14th 2004, 1:04 pm
:confused:I've tried to insert Your Search Engine Script on our website http://www.restena.lu/primaire/niederanven/home/
and I've followed all Your instructions, but unfortunately, it shows no results.
I would be thankful if You could get me some help.

digitalpoint
Apr 14th 2004, 1:05 pm
What do you have the $site variable set to exactly?

- Shawn

claud39
Apr 15th 2004, 1:38 am
$site = "www.restena.lu/primaire/niederanven/home/"

digitalpoint
Apr 15th 2004, 8:26 am
I've tried it with that specific URL, and it seems to work for me... Are you getting any sort of error, or just no results?

- Shawn

claud39
Apr 15th 2004, 1:46 pm
Whatever word I choose, I never get any result: Estimated Total Results: 0

digitalpoint
Apr 15th 2004, 2:14 pm
I setup a script with your URL do you can see:

http://www.digitalpoint.com/results2.php?q=avril

Definitely seems to be working (as far as the backend goes).

Do you have an example of a keyword that you are using that it's not working for?

- Shawn

claud39
Apr 16th 2004, 12:06 am
I tried Your script, it works fine. Then I searched for "avril" on our website (results.php) and it showed no result. I think that the problem might be due to the configuration of our webserver. I will check this out with our web-provider.

dleaston
Apr 22nd 2004, 3:11 pm
Hi,
Have you figured out what the problem was cause i'm finding the same thing where i get " no results" when i search my domain.

It works when i leave the site as ""

Does this mean my sites not indexed by google yet?

digitalpoint
Apr 22nd 2004, 4:35 pm
Most likely... what do you have the $site variable set to exactly within the script?

- Shawn

claud39
Apr 23rd 2004, 1:52 am
Hi,
Have you figured out what the problem was cause i'm finding the same thing where i get " no results" when i search my domain.

It works when i leave the site as ""

Does this mean my sites not indexed by google yet?
When I leave the site as "", I get no results.

digitalpoint
Apr 23rd 2004, 8:24 am
There is a line that starts with $handle = @fopen try changing it to $handle = fopen and see if it gives any error output for you.

- Shawn