webmaster1 Posted April 19, 2009 Share Posted April 19, 2009 I'm looking for a spell-checker mod for smf forum everywhere but all I can find are articles telling me I either have it or do not by default depending on my host. How do I check if I have it in the first place without having to contact my host? I'm using mySQL, myPHPAdmin and cPANEL. If I do have it what do I need to do? If I don't have it what do I need to do? Any help would be greatly apreciated! Link to comment https://forums.phpfreaks.com/topic/154732-does-my-server-support-pspell/ Share on other sites More sharing options...
webmaster1 Posted April 19, 2009 Author Share Posted April 19, 2009 Should I be using Fantastico Deluxe for this? Link to comment https://forums.phpfreaks.com/topic/154732-does-my-server-support-pspell/#findComment-813674 Share on other sites More sharing options...
soak Posted April 19, 2009 Share Posted April 19, 2009 phpinfo() should be able to tell you if it is installed. If not I think you may be able to install it using cPanel under php extensions. I've only ever used cPanel once though so I'm not 100% on that. If you have ssh access it will probably be easy. Link to comment https://forums.phpfreaks.com/topic/154732-does-my-server-support-pspell/#findComment-813675 Share on other sites More sharing options...
webmaster1 Posted April 19, 2009 Author Share Posted April 19, 2009 I used the following lines of code: <?php // Show all information, defaults to INFO_ALL phpinfo(); // Show just the module information. // phpinfo( yields identical results. phpinfo(INFO_MODULES); ?> What should I be looking for? Link to comment https://forums.phpfreaks.com/topic/154732-does-my-server-support-pspell/#findComment-813677 Share on other sites More sharing options...
soak Posted April 19, 2009 Share Posted April 19, 2009 pspell ;-p You only need the first one too. Link to comment https://forums.phpfreaks.com/topic/154732-does-my-server-support-pspell/#findComment-813678 Share on other sites More sharing options...
webmaster1 Posted April 19, 2009 Author Share Posted April 19, 2009 Is this what I'm looking for? SPL SPL support enabled Interfaces Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject Classes AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, DirectoryIterator, DomainException, EmptyIterator, FilterIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RegexIterator, RuntimeException, SimpleXMLIterator, SplFileInfo, SplFileObject, SplObjectStorage, SplTempFileObject, UnderflowException, UnexpectedValueException Link to comment https://forums.phpfreaks.com/topic/154732-does-my-server-support-pspell/#findComment-813681 Share on other sites More sharing options...
soak Posted April 19, 2009 Share Posted April 19, 2009 No, that's in every php installation, it's the Standard PHP Library. You're looking for pspell Link to comment https://forums.phpfreaks.com/topic/154732-does-my-server-support-pspell/#findComment-813682 Share on other sites More sharing options...
webmaster1 Posted April 19, 2009 Author Share Posted April 19, 2009 No, that's in every php installation, it's the Standard PHP Library. You're looking for pspell I've gone to the output page and used CTRL+F for the word 'pspell' and it returns 'text not found'. Link to comment https://forums.phpfreaks.com/topic/154732-does-my-server-support-pspell/#findComment-813683 Share on other sites More sharing options...
webmaster1 Posted April 19, 2009 Author Share Posted April 19, 2009 Any takers? Link to comment https://forums.phpfreaks.com/topic/154732-does-my-server-support-pspell/#findComment-813688 Share on other sites More sharing options...
webmaster1 Posted April 19, 2009 Author Share Posted April 19, 2009 I don't think pspell is on my server. Do I need to install it? Link to comment https://forums.phpfreaks.com/topic/154732-does-my-server-support-pspell/#findComment-813694 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.