vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   (SpellChecker.net like) SPELL CHECKER for VB 2.x! (https://vborg.vbsupport.ru/showthread.php?t=39931)

Raz 06-15-2002 10:00 PM

(SpellChecker.net like) SPELL CHECKER for VB 2.x!
 
Please use this link instead for the actual code: https://vborg.vbsupport.ru/showthrea...threadid=41071

Ian 06-16-2002 05:02 PM

Worked great, thanks!

Chris M 06-16-2002 05:05 PM

Nice hack...

Satan

Paul 06-16-2002 05:06 PM

No offense, but a spell checking solution that is dependant on someone else's server being around and accessible isn't really the best solution for serious users.

You can find a great open source solution on the thread below:
https://vborg.vbsupport.ru/showthrea...threadid=37398

If your host won't support aspell or ispell libraries (which the above "hack" requires), my recommendation is to consider other, more capable hosting providers. They are out there if you do the research.

Paul

Raz 06-16-2002 05:10 PM

The hack was made virtually identical to SpellChecker.net. Its also very easy to install, without having to install any libraries.

Plus its written in PHP and NOT perl ;)

VirtueTech 06-16-2002 05:58 PM

No offense Loveshack is right. A company like Spellchecker.net you can trust to be online. This is not a large company like Spellchecker.net so your really at their mercy.

I do like the functionality of this though...much better then the other version Perter Clack pointed us too. So people will just have to weigh their options. :)

Thanks for pointing out another solution Raz.

PhoenixBB 06-16-2002 07:04 PM

Hi Raz

That`s a nice hack and I`ll be using it, but I`m having a few probs....

The only way I can get anything to come up is by moving the files from the spellcheck directory, to the forum root. Works then.

But when it first opens I get a double "Page cannot be found" swiftly followed by the spellchecking stuff. Sometimes the text appears on it`s own. Other times, the checking box also appears. I find if it hasn`t appeared and I click on one of the highlighted words, then the checking box (with alternate words) appears.

Sometimes when I hit change, everything disappears. It may come back later, but I gave up waiting. Sometimes when you click "Change word" nothing happens and I have to keep clicking and clicking. *sigh* I can`t see anybody having the patience to use it unless I fix it. Any suggestions? Or is this behaviour unique to me?

Raz 06-16-2002 07:12 PM

We are a pretty big movie site and we have been online for a long time non-stop. We aren't going anywhere ;)

Plus please remember this is a FREE function that I am providing for fellow VBers.

PhoenixBB, could you post your forum URL so that I can check it out?

PhoenixBB 06-16-2002 07:16 PM

Hi Raz

url:
I`m wondering if it`s my ISP. Been having probs with the DSL connection so it could be because of that. I shall try it later with the 56k. If it works ok when you try, then it`s definitely that.......

Raz 06-16-2002 07:20 PM

Hi PhoenixBB,

Its not working is because the spellcheck directory needs the "blank.html" from the zip file.

Cheers,
Raz

PhoenixBB 06-16-2002 07:30 PM

Did I mention I was an idiot?? :o

I always get rid of those blank htmls b/c there is never anything on them, so I figure they have no purpose. LOL I`m now gonna be wondering what is gonna happen with other things where I`ve left off that blank page. :confused:

I`ll go fix it now.........

PhoenixBB 06-16-2002 07:45 PM

Mmm. Still having the same probs. The initial `page not found` thing has stopped, which is good, but I could have lived with that. I`m still getting problems with the text disappearing. The checking box has been coming up most of the time, so that`s good, but again many times I click to change a word and nothing happens. Or the checking box and buttons disappears.

I`m left with the altered text but no means to input it because the "finish" button has also disappeared along with the rest. I`m using IE6 if that`s any help. Not tested it in NS6 yet.......

Raz 06-16-2002 07:54 PM

I've checked it with IE5 and 6 and even Netscape 4! And it works perfectly with all of them.

I'll check out your forum.

Raz 06-16-2002 07:57 PM

Its working for me.

I'll PM you.

PhoenixBB 06-16-2002 08:01 PM

Thanks!

Vastly relieved it works with NS4 - we had a terrible job tweaking everything to get the site viewable in that browser.

It`ll be great if this can be made to work, as it`s very easy to use. :)

Erwin 06-17-2002 02:19 AM

Thanks Raz. You are very kind to let us use your server. That's very nice of you. The hack works well, and fast too.

Good job.

Smoothie 06-17-2002 05:13 AM

Hello Raz! I got this to work with IE, but with Mozilla it comes up as a blank window. Can you help?

Raz 06-17-2002 09:23 AM

I just tested with Mozilla aswell and its not working either.

I followed Netscapes JavaScript reference to the T - so not sure where the problem is.

Only explanation is that Mozilla is still in development so it might be a bug on their side.

Heres something from their website:
Quote:

Mozilla 1.0 is our most recent stable release. We make binary versions of Mozilla 1.0 available for testing purposes only! We provide no end user support.

bluecat 06-17-2002 02:27 PM

Excellent. Thank you. :)

freeshares1 06-17-2002 07:39 PM

Raz,

This is one great hack. Where is the spellchecker hosted?

Thanks for sharing this.

Phil

Raz 06-17-2002 08:48 PM

Hi,

The actual spellchecking is performed on spellchecker.killermovies.com

Superman53142 06-17-2002 11:36 PM

Cool beans! Hey, does this use pspell? Can you post the source code for the checking on your server if it does indeed use pspell?

Paul 06-18-2002 12:00 AM

Quote:

Cool beans! Hey, does this use pspell? Can you post the source code for the checking on your server if it does indeed use pspell?
I think this would be a more effective hack if the original author included the source for the script on his server which does the actual checking, regardless of what libraries it uses.

Paul

Prince 06-18-2002 01:42 AM

What would happen if 5,000 vB sites used this spell checker? Wouldn't that cause you some problems?

Superman53142 06-18-2002 03:20 AM

Quote:

Originally posted by LoveShack


I think this would be a more effective hack if the original author included the source for the script on his server which does the actual checking, regardless of what libraries it uses.

Paul

Yeah, that would be awesome. I'm just even more interested if it uses pspell as I have been fiddling with that for months but have yet to achieve a speedy spell checker using it.

Raz 06-18-2002 12:00 PM

Quote:

Originally posted by LoveShack


I think this would be a more effective hack if the original author included the source for the script on his server which does the actual checking, regardless of what libraries it uses.

Paul

I won't be doing that any time soon, sorry.

I am only providing the service - for free.

Raz 06-18-2002 12:01 PM

Quote:

Originally posted by Prince
What would happen if 5,000 vB sites used this spell checker? Wouldn't that cause you some problems?
Nope, we have a VERY fast server :D

Plus the script is also very efficient.

Superman53142 06-18-2002 03:35 PM

Can you at least tell us if it uses pspell? :D

So what if I'm a little obsessed :)

Prince 06-18-2002 04:06 PM

Quote:

Originally posted by Raz
Nope, we have a VERY fast server :D

Plus the script is also very efficient.

Cool. Thanks for the hack and service.

I installed this and it works perfectly about 90% of the time. Sometimes it comes up with a blank box, other times it will not finish the spell checking, etc. Is this a issue with the script or your server?

freeshares1 06-18-2002 07:15 PM

Quote:

Originally posted by Prince


Cool. Thanks for the hack and service.

I installed this and it works perfectly about 90% of the time. Sometimes it comes up with a blank box, other times it will not finish the spell checking, etc. Is this a issue with the script or your server?

I have these same problems

Phil

Raz 06-18-2002 07:20 PM

Hi,

I'm working on it now.

I'll let you know how I progress.

Ian 06-18-2002 07:53 PM

Quote:

Originally posted by freeshares1
I have these same problems
Same with me.

Raz 06-18-2002 07:55 PM

Yep, I have just come across this problem myself.

I've fixed the problem, and will be releasing v1.1 in the next couple of hours.

Marshalus 06-18-2002 07:59 PM

Bug: If you include a ; ) smilie in a post, it comes up with JavaScript errors.

Raz 06-18-2002 08:40 PM

Released new version which fixes problem with blank pages.

Marshalus - I can't reproduce this error message. I will check out your forum and PM you with details.

Ian 06-18-2002 08:53 PM

I found a bug or maybe I just screwed up installing it... When I create a new thread and click submit, even without spellchecking, right when I click submit it comes up with a JS error and for some reason it wont let me view the source of the page to find line 125, the line the error is on. This only happens when creating a new thread. The URL to my forum is http://forums.zforcenetwork.com/ and I'm using IE6 for a browser.

Raz 06-18-2002 08:57 PM

Hi Ian,

Do you get the same error in the demo on the first page?

Ian 06-18-2002 09:09 PM

Quote:

Originally posted by Raz
Hi Ian,

Do you get the same error in the demo on the first page?

No, but than again, there's no submit page... I double checked the install and it seems to be working... I'm going to try to revert the template to original and re-apply the hack.

Ian 06-18-2002 09:11 PM

I checked the other demo, the one on your forum and it didn't have the error... I'm going to try what I posted above.

Ian 06-18-2002 09:15 PM

I re-applied the hack to that template and all looks good, thanks for the hack and the support!


All times are GMT. The time now is 02:52 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01304 seconds
  • Memory Usage 1,808KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete