Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    PHP






SuperbHosting.net have generously sponsored dedicated servers to ensure a reliable and scalable dedicated hosting solution for BigResource.com.





Spell Checker W/PHP


I have a couple of forms where I'd like to introduce a spell checker.
Is there a 'favorite', or best practice way of doing this for
PhP/MySQL/Apache on a Windows system? The areas that I'd like to
offer spellchecking are text boxes, textarea type fields, etc.




View Complete Forum Thread with Replies
Sponsored Links:

Related Messages:
Spell Checker
I have a content management system that allows a clueless person to enter in data regarding our menus. Problem is she can’t seem to enter in the data with out making multiple spelling errors (even though she has the correct spelling right in front of her) So I have been ask to put a spell checker into the interface for her.

I someone laughed at this and told her that spell checkers were quite complex and that it would be near impossible to add on it, definitely not worth the cost of my time to do so. So I’m wondering would it really be that hard? Is there any small program out there that would spell check data in a MySQL database? OR an y other easy way?

View Replies !   View Related
Debugging This Spell Checker
I know I can do more with it, but that's all I want right now. For some reason it thinks every word is misspelled. Eventually I'll want to highlight mispelled words and next to the word have a drop down box with all the possibilites in it. PHP Code:

class spell_checker {

        var $personal_path = "/speller/";
        var $skip_len      = 3;
        var $mode = PSPELL_NORMAL;

        var $pspell_handle;
        var $pspell_cfg_handle;
        var $personal = false;
...

View Replies !   View Related
Hi, Need Isuggestions For PHP Based Spell Checker Please :)
I hoping to receive suggestions for open source PHP based spell
checkers. Anything good or workable out there?

View Replies !   View Related
Web Sites With Spell Checker Or Dictionary API
Does anyne know web sites with spell checker or dictionary API? For
those who want to tell me to install pspell or aspell, I would like to
inform that I am currently on a server whose owners are not willing to
install them.

View Replies !   View Related
Firefox Php/ajax Spell Checker
So i recently went to you tube.com and after i liked their spell checker i decided to use it on my clients cms stuff i made. I also recently downloaded Firefox 2.... Now i am not quite sure, but does Firefox 2 have a built in spell checker or what? So i am a little confused. i thought it might have been a spell checker on You Tube, but in fact it was my new web browser spell checking everything. Then again the Ajax/php spell checker seems to use a similar technique i think.

View Replies !   View Related
Writing A Spell Checker For My Forms
I am writing a spell checker for my forms and its quite frustrating as the dictionary seems to be based on US English spellings and most of my clients are in the UK, this gives me little problems in that it thinks words like "colour" and "realise" are spelt incorrectly ( as the form in the forum did when I posted this thread)

View Replies !   View Related
Recommended Credit Card Checker And Postcode Checker
Anyone know of any recommended credit card checkers and postcode checkers. I am designing a site that needs to have credit card validation and was wondering how this is done. I presume there is usually some validation for credit card number length, dates etc. but would the details then have to be verified with a bank directly?

View Replies !   View Related
Spell Checking
How can i spell check without including the aspell or pspell libraries ( can't include them because i'm on a virtual host ). I don't mind if its an external service. Spellchecker.net was great, expect now you have to pay for it.

View Replies !   View Related
Spell Check
I have a form with 6 different fields for the user to fill in. One of the field is the text field and they are suppose to fill in about 6 lines of information. This page/information is dynamically get displayed on my webpage. How do I make sure that before it gets displayed on the web some kind of spell check is done automatically.

I did try at php.net. There is a function call Aspell() but I don't know how to get that to work for my problem.

View Replies !   View Related
Spell Number To Words
I want to spell this number: example USD 123456.20 one hundred twenty three thousand four hundred fifty five dollar and twenty cent only.

View Replies !   View Related
Spell Check Error
I have downloaded class for spell check. and while running the file i m getting error like:

Fatal error: Call to undefined function pspell_new()
HP Warning: PHP Startup: Unable to load dynamic library 'C:PHPextphp_pspell.dll' - The specified module could not be found. in Unknown on line 0

i looked in to ext folder and the dll is there, in php.ini dll is already open like ext = php_pspell.dll and still getting error.

View Replies !   View Related
Recommendations For Spell Check
I have tried and tried and can not get aspell to install since my host will not allow me to compile programs. Without telling me to get a new host - which I plan - please recommend a web form spell checker that can easily be installed and check with multiple fields at once.

View Replies !   View Related
Spell Form Fields Using Google API?
has anyone produced spell checker code for forms fields that uses the google
API?

WHat about any GNU spell check that does NOT use aspell/pspell/ispell?

View Replies !   View Related
Spell Check And Prevent Users
I am coding a website that lets user to post messages. I want the system to spell check (must also know whether it's a aconym or not) what users enter and ask them to correct them before the messages are posted. And also I want to prevent them from entering inappropriate languages, like 4-letters words. For inappropiate languages, maybe I can use database to store a bunch of those words. But what about spell check.

View Replies !   View Related
IP Checker
for a program im working on i wish to make the IP checker feature a bit more advanced.
what I'd like it to do is find the hostname or resolve the IP but i dont know how to do that.

View Replies !   View Related
GFX Checker
I have made a downloads page but I am trying to make a "Random Password Checker" Where when someone goes to a download you have to type in a random number before it lets you get the download. Like the one here does anyone know how to do this and would like to share?

View Replies !   View Related
Php Link Checker
I want to test if my swf files and jpg files are not broken.
I use the fuction fsockopen but this fuction does not work for a file+extension, just domain. Eg www.url.com is ok, but www.url.com/image.jpg is not! but image.jpg is exists!

There is something to that check the full url of files?

View Replies !   View Related
Password Checker
I have a little problem with the following part of my code.
I use post method to get the password from the form [$first ].

Because there is an encrypted password in mysql database, I check with
$pass = mysql_query("Select password('$unencryptedPass')");
while($row = mysql_fetch_array($unencryptedPass))
{
$encryptedPassw = $row[0];
}
how the encrypted password looks like.

Then I make a simple query:
mysql_query("Select login, password from edv_verantwortliche where
login = '$login' AND password = '$encryptedPassw'") or
die("authorization failed");

But it doesn' t seem to work. I could login every time.

I have checked all values with echo method - they are correct...
Could somebody help me, please.

View Replies !   View Related
Number Checker
I have a problem on programming, Iam trying to create a function that
can check whether a number is

0 1 2
6 7 8
12 13 14
18 19 20
24 25 26

the function will just return true if the number is one of the above
but without mentioning the numbers staticly

meaning not like this:
if( $num==0 && $num==1 && $num==2 && $num==6 ..and so on )

but something like this:
function progression( $num, $diffBetween )
{
if( $num%2 )
return true ;
else
return false ;
}

can anyone help?....

View Replies !   View Related
Link Checker
i need a script that checks urls and if they are okay then includes them....PHP Code:

View Replies !   View Related
Php Form Checker
I need a php script that compile the form and store the results in a file.
If the results are different from last check, the script should send a
mail.

The script, with only one execution, should compile the form N times,
where N is the number of codes to check, stored in a file....

View Replies !   View Related
Availability Checker
I'm trying to build a site for Broadband and I am wanting to put a Broadband availability checker on my site like alot of other site have, However i am quite  new to PHP. Could someone point me in the right direction as how to go about producing the above?

View Replies !   View Related
AlphaNumeric Checker..
I need help with an alphanumeric checker in php to check all posted variables and generate a link to a page according to its results. Code:

View Replies !   View Related
An External Checker(-script) For A CMS???
I am looking for a way to check all external links on a website on deadends.

View Replies !   View Related
Broken Link Checker
Could anyone recommend a good free PHP-based link-checking tool? I want to automatically check for broken links in my site. Ideally a PHP script would check all HREF links and list all those links that are not working.. For example: Code:

<a href='http://google.com'>Test 1</a><br/>
<a href='http://34234242jdj.com'>Test 2</a><br/>
<a href='index-does-not-exist.php'>Test 3</a><br/>
<a href='index.php'>Test 4</a><br/>

If my page contains the above links, then ideally a PHP script would tell me that the following links do not work:

<a href='http://34234242jdj.com'>Test 2</a>
<a href='index-does-not-exist.php'>Test 3</a>

View Replies !   View Related
Link Popularity Checker
I need to have a script developed which checks lists of expired domains for the amount of links each domain has.

Each domain would be cross-checked with the top 8 search engines for the amount of inbound links... then report back displaying the results in ascending order, by url name, etc...If anyone has worked with this kind of thing before, I'd like to make a donation to your cause for use of the scripts.

View Replies !   View Related
Multiple URL/Link Checker
I've been looking around for a php-based code that will allow me to check all links on an entire webpage, by going to the link and checking for keywords such as 400 error, or link does not exist etc. - I've checked out the one or two codes posted which involve placing the url in the <?php etc in the url script. Does anyone know of such a script that exists, or any way to get me started on programming it?

View Replies !   View Related
Reciprocal Link Checker
I am coding the reciprocal link exchange form which there is function to check if my site info and link already been add on the partner site page or not.

Please anyone who works on similar function gives me a hint how it works or any sample code would be a great appreciation.

View Replies !   View Related
MySQL PHP Password Checker
I'm trying to design a cookie based password system.

I have a MYSQL database called "PassworDB" which has a table in it
called "auth", this table has the columns "user_id" (this is an auto incrementing number) "user" (meant for the users name) and "password".

All I'm trying to do is search through the results of a MYSQL query
"Select * from pages where user = '$form_user'" ($form_user being
generated from a html form), and compare it to $form_pass (again
generated by the html form) for verification that the user exists in
my database and has supplied the correct password.

I have tried loop's foreach's while statements and all sorts but don't
seem to be able to crack it.

View Replies !   View Related
FTP/HTTP Checker Script
i want to be able to check if websites are working through FTP as well as http. I am getting address from a database such as...

ftp://website.com.aa/
or
ftp://user:pass@sub.yod.org/
or
http://abc.website.org/

The system won't know what type of address it is, so the script needs to first work out what type, then check it.

View Replies !   View Related
Effective 'Logged In' Checker?
I'm writing my own login script and have the following bit of code to check whether or not the users are logged or not. The script works, I'm just wondering if there are any security problems with it. Code:

View Replies !   View Related
Mass Proxy Checker
i am trying to build a mass proxy checker.

the idea is as following:

read a list of proxies, connect to each one of them (in a loop), visit a specified website and if the visit was successfully (and not time out) to print a 'success' line, else a 'error' line. I've used snoopy class and here is my code but i am not too satisfied with it. Code:

View Replies !   View Related
PageRank Checker.. Keywords Etc..
Are there any basic scripts I can use to check the pagerank of a URL that is entered in the textbox and submitted? I als need to search the website for keywords etc..

Another point is how can I search a URL stated for a certain string of text?

View Replies !   View Related
Link Checker + Time It Took
I have a table named activeurls, with 2 colums, url_id and url. I have around 300 records of urls... Code:

I wanted to know how to run a script that will check the url to see if the page loads, or times out etc. plus the time it took to respond.
These can just be kicked out on the same page...

I dont know where to start....

Here is what i have, i dont know how to run each url through the loop, and get the time it took for it to load the page. For now, i will only care about the pages not repsonding, or broken links for error codes. Code:

View Replies !   View Related
Validation Checker And Odd Strings?
When I create an album, i have to enter an album name - set as $login, what i need to do is allow the whole string, ie. $login = "Demo Album" but I dont know how to allow the whitespace, and also i need to have a little submit button next to where the name is entered that I can click on and it will check if the name has already been used? this then refreshes back to the same page..

View Replies !   View Related
Script Update Checker
I am currently developing a new version of an online DJ Panel that I created and want to incorporate an update notification system/page. Basically I just want it to alert the user if an update is available. I have been looking around and have found that the supposed best way to do this would be by a text file stored on my web server that the script checks using fopen or file_get_contents, would this be the best way to try and do this?

View Replies !   View Related
Best Broken Link Checker
I have over 300 different merchants being advertised on my site through the various affiliate networks. Unfortunately, they sometimes suspend/deactivate a merchant without letting me know and I simply don't have the time to check through every network every morning to make sure nothing has gone on overnight. Is there a good script/program that will periodically check the affiliate link reaches a site and not a "holding" page?

View Replies !   View Related
Backlink Checker Php Script
I am searching for a backlink checker php script to play. Is there any that I can look?

View Replies !   View Related
Problem With Password Checker
I got a small program which take the password of user and checks its strength. That is if password consist of Uppercase alphabets, Lowercase alphabets, digits and symbols. Am not getting the expected result. for example if i put password as raj, i get Code:

View Replies !   View Related
Website Checker Script
I want to write a PHP script to check several of the websites that we run. I will have it run each day using a CRON job therefore automatically checking our sites each morning. I basically just want the script to go to each website and check that they are still up and running. Now I know that I will have to get the HTTP server response code to work out whether or not the website is up or not.

View Replies !   View Related
[PHP] Problem With Code Found On The Net - PR Checker
I've found php code that checks google PR. On my machine it works nice (PHP version 4). After switching it to PHP5 it started to generate another checksum and the same happens on my web server (three different versions of PHP and 3 different checksums) :/
The checksum is held in $ch variable. Code:

View Replies !   View Related
Minimum Source Version Checker
I get to to see a lot of code that doesn't work on older versions of PHP and it can be really time consuming to write work-arounds for the latest functions. So I was wondering if some sort of source version checker exists that can parse those scripts and tell me the minimum required version of PHP to run them. I apologize if this question has been asked a thousand times before, but my friend Google doesn't seem to be very helpful in providing an answer.

View Replies !   View Related
Reciprocal Link Checker Script
I am coding the reciprocal link exchange form which there is function to check if my site info and link already been add on the partner site page or not. Please anyone who works on similar function gives me a hint how it works or any sample code would be a great appreciation.

View Replies !   View Related
Link Checker Display Is Not Working
<?php
$page= array("index.php, underC.php");
if (in_array("index.php", $page, true))
{
include ("Newsfact_01");
}
elseif (in_array("underC.php", $page, true))
{
Include ("underC.php");
}
?>

The things that happens is, no error, but the tale in which the page is displayed does not display at all.

View Replies !   View Related
PHP/MySql Connection Open/close Checker
Is there a tool that will check my code to make sure that my PHP is closing all the db connections that it's opening?

View Replies !   View Related
Online Balance Checker For Telephone Card Or Internet Cards
please tell about online balance checker for telephone card or internet cards, As i give username & password of my card online, i can see the amount & minutes used & the balance amount available in my card,

Also tell me

1. Which Database we will use?
2. Please refer me to any free website for help
3. Is there any ready made code available so that i make little changes & then i use it?
4. IPlz show me the code as there are 2 fields, username, password...

View Replies !   View Related

Copyright © 2005-08 www.BigResource.com, All rights reserved