| View previous topic :: View next topic |
| Author |
Message |
kyoryu
Joined: 28 Jul 2005 Posts: 3
|
Posted: Thu Jul 28, 2005 2:47 am Post subject: Spellcheck showing main forum index? |
|
|
| Just installed spellingcow using the easymod installer (the version that came with EM), and when I hit spellcheck, it just shows a text-only version of my main page... any clues? |
|
| Back to top |
|
 |
FRAM
Joined: 24 Sep 2004 Posts: 3
|
Posted: Mon Aug 22, 2005 2:24 pm Post subject: |
|
|
Same here. See image below:
 |
|
| Back to top |
|
 |
kyoryu
Joined: 28 Jul 2005 Posts: 3
|
Posted: Mon Aug 22, 2005 5:24 pm Post subject: |
|
|
Dude, it's me, you sieve  |
|
| Back to top |
|
 |
FRAM
Joined: 24 Sep 2004 Posts: 3
|
Posted: Mon Aug 22, 2005 5:26 pm Post subject: |
|
|
LOL oh fuck!  |
|
| Back to top |
|
 |
jabbott
Joined: 30 May 2006 Posts: 10
|
Posted: Tue May 30, 2006 2:32 pm Post subject: |
|
|
| I have the same problem. What causes this? |
|
| Back to top |
|
 |
kaser Site Admin

Joined: 26 Sep 2004 Posts: 468
|
Posted: Wed May 31, 2006 3:58 pm Post subject: |
|
|
The reason you see your forum index is becuase that's what feeds the google ads. Although it is supposed to be hidden behind the spell checker. Not really sure why it's not working correctly
Try downloading, and reinstalling the latest versoin of the Spelling Cow MOD.
Post results here. |
|
| Back to top |
|
 |
jabbott
Joined: 30 May 2006 Posts: 10
|
Posted: Wed May 31, 2006 5:17 pm Post subject: Still doesn't work. |
|
|
I downloaded the new version. The version I had installed before was older. I forgot to check the version number but the MD5 was different than the one I just downloaded. I had downloaded it from the phpBB site just a couple of days ago but I must have found an older link or something.
The version I got today was 1.6.0 and it's MD5 is:
MD5 (/web/htdocs/spell-gw.php) = 12114ecdd1abdbb8ea1c899711b2ec8b
I followed the instructions to install the lite version. There really wasn't much to it. The only thing that was slightly different, I use a different default style (myApple) but posting_body.tpl was exactly the same as subSilver.
It still doesn't work though. I just get the index page.
I did restart apache after putting the new version in the root directory. |
|
| Back to top |
|
 |
kaser Site Admin

Joined: 26 Sep 2004 Posts: 468
|
Posted: Fri Jun 02, 2006 6:35 pm Post subject: Re: Still doesn't work. |
|
|
| jabbott wrote: | | I did restart apache after putting the new version in the root directory. | That's the phpBB's root directory, correct? |
|
| Back to top |
|
 |
jabbott
Joined: 30 May 2006 Posts: 10
|
Posted: Fri Jun 02, 2006 8:44 pm Post subject: |
|
|
Yes, that is correct.
I just discovered that in the apache error log I am getting the error:
Undefined variable: REMOTE_ADDR in /web/htdocs/spell-gw.php on line 316
Did I miss some instruction where I needed to set something?
--ja |
|
| Back to top |
|
 |
kaser Site Admin

Joined: 26 Sep 2004 Posts: 468
|
Posted: Sat Jun 03, 2006 4:34 pm Post subject: |
|
|
REMOTE_ADDRESS is a server variable, which is your I.P.
| Code: | | $_SERVER['REMOTE_ADDRESS']; | but it seems that Nuttzy99 is useing | Code: | | $HTTP_SERVER_VARS['REMOTE_ADDR']; | in the spell checker. I'm not sure why that is.
The only thing I can think of is perhaps your webhost has disabled this.
I would try contacting them, and asking them about the error you're recieving. See if they have any helpfull advice as to why it won't work. |
|
| Back to top |
|
 |
jabbott
Joined: 30 May 2006 Posts: 10
|
Posted: Sun Jun 04, 2006 9:41 pm Post subject: |
|
|
| Ah, well that would be a short distance call. I am my own web host. I own the server it is running on. |
|
| Back to top |
|
 |
jabbott
Joined: 30 May 2006 Posts: 10
|
Posted: Tue Jun 06, 2006 3:47 pm Post subject: |
|
|
I checked bye doing a page with:
<?php
echo phpinfo();
?>
And REMOTE_ADDR shows up just fine with my IP number.
--ja |
|
| Back to top |
|
 |
kaser Site Admin

Joined: 26 Sep 2004 Posts: 468
|
Posted: Tue Jun 06, 2006 4:01 pm Post subject: |
|
|
I have registerd on your forums and it seems that you have taken spelling cow out of the template.
If you could put it back in there so I can see first hand what it's doing, I might be able to figure otu what's wrong, and help you solve this problem.
Thanks. |
|
| Back to top |
|
 |
jabbott
Joined: 30 May 2006 Posts: 10
|
Posted: Tue Jun 06, 2006 4:29 pm Post subject: |
|
|
| I have not taken it out. I think you might have gone to the wrong forum. My address is: http://forum.iburncorn.com |
|
| Back to top |
|
 |
kaser Site Admin

Joined: 26 Sep 2004 Posts: 468
|
Posted: Tue Jun 06, 2006 11:27 pm Post subject: |
|
|
I see, I guess I had the forum of the goallie board from the author of this thread.
Could you please take the spell_gw.php and copy / paste all the code from the file into here? |
|
| Back to top |
|
 |
|