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
  #32  
Old 07-16-2002, 07:55 AM
Raz's Avatar
Raz Raz is offline
 
Join Date: Oct 2001
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Virix


I disagree, if the host is this willing to just try something out on a production box, then I wouldn't trust my data with them...

What if they install something that causes wide spread data coruption, 'whoops, it was a customers request...'

You don't install everything a customer wants.. Thats why it shared hosting.. If you want certain software, get a dedicated box...
PSpell has no known problems.
Reply With Quote
  #33  
Old 07-16-2002, 01:44 PM
Prince Prince is offline
 
Join Date: Oct 2001
Posts: 333
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Virix
I disagree, if the host is this willing to just try something out on a production box, then I wouldn't trust my data with them...

What if they install something that causes wide spread data coruption, 'whoops, it was a customers request...'

You don't install everything a customer wants.. Thats why it shared hosting.. If you want certain software, get a dedicated box...
If your web host is competent there should not be any problems installing the aspell libraries.
Reply With Quote
  #34  
Old 07-19-2002, 12:20 AM
Steve St.Lauren Steve St.Lauren is offline
 
Join Date: May 2002
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm running FreeBSD 4.5 and have done the make install on pspell and aspell. When I run phpinfo() it doesn't show pspell as being installed. When I click on spell check I just get a blank window. It seems as though pspell isn't compiled into php yet (I'm running on a stand alone box btw). Looking at your instructions it looks like I should go to my /usr/ports/www/mod_php4 directory and run you the configure command to add pspell along with the rest of the config commands listed in phpinfo - however, there's no configure command in the mod_php4 directory. Any ideas?
Reply With Quote
  #35  
Old 07-19-2002, 01:23 AM
Paul Paul is offline
 
Join Date: Jan 2002
Posts: 211
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You need to compile php --with-pspell. See my earlier post in this thread.
Reply With Quote
  #36  
Old 07-19-2002, 07:05 AM
Velocd's Avatar
Velocd Velocd is offline
 
Join Date: Mar 2002
Location: CA University
Posts: 1,696
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well my great webhost finally (I was in no rush) compiled PHP with the pspell libraries. So quickily I uncommented my code and gave the spellchecker a shot, and it defiantly worked different this time--but, I'm still getting database errors! Help!

In the attachment are the errors I am getting, any help would be most appreciative because this hack is SOOO needed on my forums ^_^
Reply With Quote
  #37  
Old 07-19-2002, 01:29 PM
Raz's Avatar
Raz Raz is offline
 
Join Date: Oct 2001
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The prerequistes of pspell are that aspell are installed (usually are on linux).

Tell your host to install pspell in the aspell dir so it can use its words list.
Reply With Quote
  #38  
Old 07-19-2002, 05:06 PM
Velocd's Avatar
Velocd Velocd is offline
 
Join Date: Mar 2002
Location: CA University
Posts: 1,696
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*dies* Ok, dang, they're not going to be happy
Wish I knew this earlier...
Reply With Quote
  #39  
Old 07-19-2002, 05:08 PM
Velocd's Avatar
Velocd Velocd is offline
 
Join Date: Mar 2002
Location: CA University
Posts: 1,696
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Being that it's a prerequiste, you may want to edit your first post saying aspell also is required...
Reply With Quote
  #40  
Old 07-19-2002, 09:52 PM
Velocd's Avatar
Velocd Velocd is offline
 
Join Date: Mar 2002
Location: CA University
Posts: 1,696
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry for the triple post..

I finally got everything working together and I must say this hack looks great, thanks for releasing it again Raz.

Now if this only had a grammar check....

Attached is a screehshot of what this spellcheck looks like, for those interested. You can see what I mean by grammar check by the word "wit" (commonly used on forums) that is passed up, since it is a real word.
Reply With Quote
  #41  
Old 07-19-2002, 10:55 PM
Steve St.Lauren Steve St.Lauren is offline
 
Join Date: May 2002
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm still having one heck of a time getting this to run. I've install aspell and pspell on our server and I've recompiled PHP with pspell included and have verified it through phpinfo.php that it is there in the config command (did this on our backup server so I didn't have problems on the main site). I've restarted apache and when I click on the spell check button I just get an empty window. Anyone have any ideas?
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 02:44 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.32021 seconds
  • Memory Usage 2,301KB
  • 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