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-18-2002 09:16 PM

I tested on your forum and I didn't have problem in IE6 or Netscape 4.

Try uploading all files again in ASCII mode and emptying out your cache on your browser.

Raz 06-18-2002 09:18 PM

Quote:

Originally posted by Ian
I re-applied the hack to that template and all looks good, thanks for the hack and the support!
Excellent :)

Smoothie 06-18-2002 09:18 PM

Raz-

I have the original hack installed. Now that its been updated, what files do I need to change/install?

Raz 06-18-2002 09:20 PM

You need to re-upload spch_v2.js and spellcheck.php

No templates need to be changed.

Smoothie 06-18-2002 09:32 PM

Just checked, and it seems to work better than before, where I would also get a blank window. Thanks for the update!

Prince 06-18-2002 09:38 PM

Yup, it's working fine now. :)

Erwin 06-18-2002 11:06 PM

Thanks for the update. Works great!

dawl 06-19-2002 12:27 PM

I'm still getting blank pages :-( Does this work on other versions of VB other than 2.2.6 ?

Raz 06-19-2002 01:40 PM

Create me a test user and PM me the details. I will check out your installation.

Prince 06-19-2002 03:50 PM

Quote:

Originally posted by dawl
I'm still getting blank pages :-( Does this work on other versions of VB other than 2.2.6 ?
it should, there are no vB code modifications.

Kaelon 06-19-2002 06:01 PM

I just wanted to really thank you for this great offering. I know that many of my users have been repeatedly asking for a Spell Checker - and your solution is definitely the best one out there. Please let me know if there's anything that I can do to support your endeavor.

Thanks again.

Juan

dawl 06-19-2002 11:54 PM

details sent :-) thanks

Raz 06-20-2002 08:46 AM

Quote:

Originally posted by Superman53142


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.

Yes it does use pspell - and I may be releasing the hack very soon, and ceasing the "service".

Prince 06-20-2002 09:29 PM

Uh Oh!

I figured this might happen...I am getting "Server is too busy" when I try and use the spell check. :(

I guess you better post the entire hack, otherwise we're gonna kill your server! :D

Raz 06-23-2002 01:40 PM

The only reason I imposed this was because of my host. They have become very strict about server load - so I've put up this limit.

Anyway, I have decided it would be best if I just released the hack so you guys can run it on your own servers.

I need to make some modifications, once done - I will post it. :)

yngwie 06-23-2002 10:06 PM

I don't know if this has been addressed or not, but it would appear that you need to escape all characters in the to-be-spellchecked-text that will be interpreted by the browser's javascript parser. Namely a double quote anywhere in the text will screw up the javascript in the "Finish checking" code (at least on IE 5.1 on the Macintosh).

This is the javascript that gets generated (which fails on my browser) when using your test page over here (http://spellchecker.killermovies.com/demo/):

<!-- KMC Spell Checker v1.1 (1)//--><html><script language="JavaScript">
parent.window.opener.ftext.value = "receive that'll be "a day!";
parent.close();
</script></html>

The input string was this:
receive that'll be "a day!

Note that the double quote in the text prematurely terminates the parent.window.opener.ftext.value javascript line...

Prince 06-26-2002 12:13 AM

Please post the full hack soon :), it's getting to the point where I cannot even use the spell check unless it's 1am because of the "Server is too busy" thing. :(

Keta 06-26-2002 01:32 AM

i am going to install this now...some of my posters need it badly

Prince 06-26-2002 02:00 PM

Quote:

Originally posted by Keta
i am going to install this now...some of my posters need it badly
You may want to wait until Raz posts the full hack, you will get a lot of "Server is too busy" errors right now.

Raz 06-27-2002 09:14 AM

Which should be by this weekend.

Gazer 07-01-2002 02:49 PM

Any more news on this hack Raz

Cheers m8

Regards Gazer.

Gazer 07-01-2002 08:39 PM

Just noticed if you edit a posting the spellchecker does not show up, is this the case or have i installed it wrong ???

regards Gazer.

scsa20 07-01-2002 08:47 PM

you so'posed to edit 4 templetes, one of those templates was editpost (I think that's it)

Prince 07-01-2002 08:48 PM

Quote:

Originally posted by Gazer
Just noticed if you edit a posting the spellchecker does not show up, is this the case or have i installed it wrong ???

regards Gazer.

you did not put the button code in the edit post template.

Gazer 07-01-2002 09:44 PM

Quote:

you did not put the button code in the edit post template.
Thats what it was :classic: Thanks guys

And a big thankyou to Raz for the hack in the first place.

Just one thing when you start a new thread the spell checker on my board, is at the top of the page,
but when you reply to the thread it's under the posting next to submit reply and preview reply where it should be any thoughts on this please.

http://www.world-of-digital.com/forums/index.php

Regards Gazer.

Prince 07-01-2002 09:53 PM

you put the spell check button code in the wrong place in the new post template is my best guess.

Gazer 07-01-2002 10:07 PM

Found it thanks Prince :classic:

It was in the newthread Template.

All working fine now.

Regards Gazer.

exodus 07-02-2002 02:40 AM

I keep getting the server too busy errors.

When are you going to release the server side of this?

Prince 07-02-2002 03:15 AM

hopefully soon.

exodus 07-03-2002 04:21 AM

yah..

i like this spellcheck better than the cgi one, it just needs to be run on my own server so that I don't get the damn too busy errors.

Raz 07-03-2002 05:36 PM

Sorry for not releasing the hack on the weekend. I've had tons of work, and this is currently low priority.

Anyway, I will hopefully be releasing this in a couple of hours.

The hack won't work for you if you don't have the pspell library installed.

Prince 07-03-2002 06:08 PM

Quote:

Originally posted by Raz

The hack won't work for you if you don't have the pspell library installed.

Is that something that your web host installs?

Prince 07-03-2002 09:34 PM

I have stopped using this hack until the full version gets posted.

Gazer 07-03-2002 09:40 PM

This is there home page: http://aspell.net/

Regards Gazer.

Prince 07-03-2002 09:46 PM

Quote:

Originally posted by Gazer
This is there home page: http://aspell.net/

Regards Gazer.

yeah, I've been there...it seems like something your web host has to have installed.

Raz 07-04-2002 09:44 AM

Yes you need to have it built in - by your web host if your shared.

I've done the code, but I'm going to test it for a bit before I release it.

kvk007 07-04-2002 10:49 AM

Raz, great hack! But can you also provide us with libraries, instead of using your servers. because 50% of the time, when my members click on spell check, it says "Server busy". Maybe if I can install the libraries on my server, would be smoother.

regards

Raz 07-05-2002 10:54 PM

Can a couple of people PM me so that I can test it out and iron out any bugs?

Thanks,
Raz

freeshares1 07-06-2002 03:31 PM

I have pm'd you..

Ian 07-06-2002 03:48 PM

pm'd you...


All times are GMT. The time now is 05:52 AM.

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.01270 seconds
  • Memory Usage 1,791KB
  • 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
  • (8)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