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

Reply
 
Thread Tools
PHPSpellchecker for VB2.x! (Beta) Details »»
PHPSpellchecker for VB2.x! (Beta)
Version: 1.00, by Raz Raz is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 07-14-2002 Last Update: Never Installs: 13
Is in Beta Stage  
No support by the author.

OK, finally here is the code for the PHPSpellchecker!
If you find any bugs, please post your findings here

Check out the Zip file for more info.

Enjoy!
Raz

Note: You will require PSpell (inc ASpell) installed.

Show Your Support

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

Comments
  #12  
Old 07-14-2002, 10:58 PM
Prince Prince is offline
 
Join Date: Oct 2001
Posts: 333
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Raz
Prince, upload the contents of the new zip - and it should be fine
I did.
Reply With Quote
  #13  
Old 07-14-2002, 10:59 PM
Velocd's Avatar
Velocd Velocd is offline
 
Join Date: Mar 2002
Location: CA University
Posts: 1,696
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

rebuild my PHP installation? that doesn't sound like fun

I have root access to my server, yes, I believe. I was hoping this spellchecker wasn't going to involve so much other stuff... hmm..Prince seemed to install it quite fast...
Reply With Quote
  #14  
Old 07-14-2002, 11:01 PM
Raz's Avatar
Raz Raz is offline
 
Join Date: Oct 2001
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Prince, re-upload this one (I just updated it).

Velocd, it looks like Prince has already had PSpell installed. You might also have it pre-installed - just upload the files and see if they work for you.
Alternately you can use a phpinfo() file and it should have pspell listed there if you have it installed.
Reply With Quote
  #15  
Old 07-14-2002, 11:06 PM
Velocd's Avatar
Velocd Velocd is offline
 
Join Date: Mar 2002
Location: CA University
Posts: 1,696
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I tried out the spellchecker on my forum and the pop-up window just gives a database error. I then checked phpinfo() and Pspell came up nowhere, so I don't think it's installed. Do you have ICQ or AIM, we could possibly talk there and you could give a walkthrough on how to install this..

Or here, is fine also.
Reply With Quote
  #16  
Old 07-14-2002, 11:08 PM
Prince Prince is offline
 
Join Date: Oct 2001
Posts: 333
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Raz, it is submitting now, however it gives blank pages every once in awhile.

(btw, I just asked my web host to install the pspell libraries and they had it done within 24 hours.)
Reply With Quote
  #17  
Old 07-14-2002, 11:09 PM
Velocd's Avatar
Velocd Velocd is offline
 
Join Date: Mar 2002
Location: CA University
Posts: 1,696
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Prince

(btw, I just asked my web host to install the pspell libraries and they had it done within 24 hours.)
hmm...sounds like a fitting idea, I will try. My host (vervehosting) seems to be fairly quick on their support.
Reply With Quote
  #18  
Old 07-14-2002, 11:21 PM
Prince Prince is offline
 
Join Date: Oct 2001
Posts: 333
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any ideas on the blank pages Raz?
Reply With Quote
  #19  
Old 07-15-2002, 12:01 AM
JJR512's Avatar
JJR512 JJR512 is offline
 
Join Date: Oct 2001
Location: Glen Burnie, MD, USA
Posts: 710
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Question: I thought I had understood from the earlier thread that this would require aspell. Maybe I misunderstood. Now you say it requires pspell. What's the difference? I've also heard of ispell. Will any of them work? Does it have to be specifically pspell? I already asked my webhost to install aspell.
Reply With Quote
  #20  
Old 07-15-2002, 12:18 AM
Velocd's Avatar
Velocd Velocd is offline
 
Join Date: Mar 2002
Location: CA University
Posts: 1,696
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've only read in this thread (and also the readme) that it requires Pspell. No where does it mention Aspell or Ispell ...

Can anyone explain the differences, I'm not aware of them either..
Reply With Quote
  #21  
Old 07-15-2002, 12:28 AM
Paul Paul is offline
 
Join Date: Jan 2002
Posts: 211
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

http://www.php.net/manual/en/ref.pspell.php

aspell, an open source library, includes pspell support for php. You can get it at aspell.sourceforge.net or www.aspell.net. I believe, although I may be incorrect, that ispell was originally intended for use with perl. Installing the aspell libraries is all you need to do. The aspell developers call it "A More Intelligent Ispell".

Installing it depends entirely on your server platform, version of php, and the level of access you have with your server. If you host your own site on your own server that you have full, unrestricted access to, then you should understand how to add libraries to php. If you have no idea how any of this works, chances are you have a shared server or managed account that you're paying someone else to maintain for you. If that's the case, contact your hosting company's support staff and request that pspell support be compiled into php by compiling with the --with-pspell[=dir]. Direct them to the aspell.sourceforge.net site as well.

If they do not understand how to do this, or are unwilling to do this for you, then take this as a wake up call that you need a more competent host and switch to a company that is more responsive to your needs and is more familiar with the technology they are using to host your web site. It might seem like more trouble than it's worth for a spell checker, but in all honesty, if they don't understand this stuff, they're in the wrong business.

You cannot add pspell support to php without root access to your machine. If you are mailing out a monthly check to some company for their "web hosting plan" then chances are you cannot do this yourself, unless you have a dedicated server with root access.
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 04:31 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.05475 seconds
  • Memory Usage 2,305KB
  • 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
  • (3)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