Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Free Spellchecking is Here Details »»
Free Spellchecking is Here
Version: 1.00, by Parker Clack Parker Clack is offline
Developer Last Online: Nov 2013 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 04-13-2002 Last Update: Never Installs: 36
 
No support by the author.

There has been a PERL script out for some time that allows you to make use of aspell libraries that you can have installed on your server with PHP.

I have also included a text file that has the javascript that you insert into your editpost, newthread and newreply templates to add spell checking to your forums. The edited text is then inserted into the original document when submitted.

You need to have a cgi-bin, or similar directory, set up on your server and the aspell or ispell libraries for PHP on your server. (Do a look up for aspell or ispell on google, etc. on these libraries if you don't know about them.)

If someone wants to look over the enclosed PERL script and write it in PHP that would be great and make it to were you didn't have to have PERL on your server.

Enjoy!

Parker

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #42  
Old 04-17-2002, 02:42 AM
Parker Clack Parker Clack is offline
 
Join Date: Oct 2001
Posts: 351
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

mvigod:

I would go to the WBOSS site, listed in at http://www.dontpokebadgers.com/spellchecker/

and get the latest version of spell.pl. Or if you would rather not just put in words like can't don't, etc. in the $wordignore= in the spell.pl file. Don't separate the words with a comma though just use spaces.

Parker
Reply With Quote
  #43  
Old 04-17-2002, 01:07 PM
Darren Lewis Darren Lewis is offline
 
Join Date: Mar 2002
Location: England
Posts: 144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well my web hosts won't install it - they say it will use up to many resources on my shared server. I have the option to try to install it in the root of my webspace, but only if I upgrade my package to allow SSH access (and of course pay more).

So I'm moving web hosts (they would only give me one MySQL database too).

My new hosts are more than happy to help, but want to know which version of Aspell to install. Is it the one listed as "old"
Quote:
Latest Source: Aspell .33.7.1, Aspell Patch .33-fix2 (download and apply to Aspell tree),
Thanks.

Darren.
Reply With Quote
  #44  
Old 04-17-2002, 01:45 PM
Hooper's Avatar
Hooper Hooper is offline
 
Join Date: Oct 2001
Location: St. Louis, Mo
Posts: 286
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Darren Lewis
Well my web hosts won't install it - they say it will use up to many resources on my shared server. I have the option to try to install it in the root of my webspace, but only if I upgrade my package to allow SSH access (and of course pay more).

So I'm moving web hosts (they would only give me one MySQL database too).

My new hosts are more than happy to help, but want to know which version of Aspell to install. Is it the one listed as "old"

Thanks.

Darren.

Darren,

I just installed this on a shared account and my host had no problems with it. They installed it in 5 minutes. It will not eat up bandwidth no more than any other program that barely gets used. Plus.... Look at the code. All it's doing is using what comes in Red Hat Linux.

I'de have a talk with them. They "should" have absolutley no problem with it. Id'e ask them again, If you move hosts, be sure to tell them the why(s).


Hooper
Reply With Quote
  #45  
Old 04-17-2002, 02:03 PM
Parker Clack Parker Clack is offline
 
Join Date: Oct 2001
Posts: 351
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Darren:

I would tell them to just go to http://aspell.sourceforge.net/ and have them get the latest version. From reading over the site (briefly) it looks like they will have to install pspell too. I would just have your new web host look over the aspell page and make a determination from there.

Parker
Reply With Quote
  #46  
Old 04-17-2002, 08:33 PM
Darren Lewis Darren Lewis is offline
 
Join Date: Mar 2002
Location: England
Posts: 144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've got it!!

I had to move my web host to a decent one but I've got it!!

Hooper, I think you were correct in the first version of your reply
They didn't seem that bothered about helping me and didn't know a thing about vBulletin.

Parker, thank you for making this script known to us.

And a final thank you has to go to Karl at KDA Web Services for sorting it all out (and reinstalling the MySQL database) - a truly first rate service.

Darren
Reply With Quote
  #47  
Old 04-17-2002, 08:41 PM
Parker Clack Parker Clack is offline
 
Join Date: Oct 2001
Posts: 351
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Darren:

Glad to hear that you got it working.

Parker
Reply With Quote
  #48  
Old 04-17-2002, 08:53 PM
Hooper's Avatar
Hooper Hooper is offline
 
Join Date: Oct 2001
Location: St. Louis, Mo
Posts: 286
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ya, I edited the post to be a bit nicer to your *hidden host flame* host.

Glad you moved and have it working Darren.
Reply With Quote
  #49  
Old 04-18-2002, 04:40 PM
bitbender's Avatar
bitbender bitbender is offline
 
Join Date: Jan 2002
Location: Sorta near Dallas, Texas
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK.. I installed this puppy on my test server, and it allworks with the exception that no drop down boxes appear as described in diet's post above.

I went back and double checked the Win32 permissions I have set, and they appear to be fine. (stripped W2K w/SP2 and current SP bundles)

What does stand as a question is that do I have to compile the Aspell libraries after they have been d/led from Sourceforge ?

I know it's something silly, as it appears to work for most just fine. I run Apache with Perl mod so this shouldnt be an issue.

Any Ideas ??
Reply With Quote
  #50  
Old 04-20-2002, 08:52 AM
Parker Clack Parker Clack is offline
 
Join Date: Oct 2001
Posts: 351
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

bitbinder:

I am not sure but I think you have to compile the Aspell libraries in order for them to work.

Parker
Reply With Quote
  #51  
Old 05-10-2002, 11:27 AM
jjj0923's Avatar
jjj0923 jjj0923 is offline
 
Join Date: Mar 2002
Location: Maryland
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a question for everyone - is there any advantage when using this hack to compile aspell into php, because it is a compile time option...???

- jeff
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:29 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.05838 seconds
  • Memory Usage 2,306KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete