Page 1 of 1
My first little site in Yii
#1
Posted 09 October 2010 - 03:00 AM
hello all, pretty still new with Yii framework, Just finished a site in Yii
zumahealthtrust.org
it is Health Maintenance organisation. some path of the portal are still not finished yet
zumahealthtrust.org
it is Health Maintenance organisation. some path of the portal are still not finished yet
#2
Posted 09 October 2010 - 07:58 AM
it's nice ... but maybe Registration form needs some more work (validation for instance and perhaps captcha). 
#3
Posted 09 October 2010 - 11:28 AM
Raoul, on 09 October 2010 - 07:58 AM, said:
it's nice ... but maybe Registration form needs some more work (validation for instance and perhaps captcha). 

yes u are rite. but why i didnt used a captcha is that i have a function that first validate if the request is from a Human user, if it's a "BOT" a captcha will be displayed
a used some php globals
$_SERVER['HTTP_REFERER']
$_SERVER['HTTP_USER_AGENT']
to create the function,
All it does is check the values of both $_SERVER['HTTP_REFERER'] and $_SERVER['HTTP_USER_AGENT']. If they
both have a value, then it returns FALSE; otherwise, it returns TRUE.(which will not show u the captcha)
#4
Posted 11 October 2010 - 02:19 AM
@binkabir:
If it was so easy to detect automated scripts, captcha would never have been invented. All the variables you mentioned are very easy to fake. Check for example the curl support in PHP. You can set pretty much any header information in a request. So i strongly advise to always show the captcha image.
If it was so easy to detect automated scripts, captcha would never have been invented. All the variables you mentioned are very easy to fake. Check for example the curl support in PHP. You can set pretty much any header information in a request. So i strongly advise to always show the captcha image.
#5
Posted 11 October 2010 - 07:43 AM
Mike, on 11 October 2010 - 02:19 AM, said:
@binkabir:
If it was so easy to detect automated scripts, captcha would never have been invented. All the variables you mentioned are very easy to fake. Check for example the curl support in PHP. You can set pretty much any header information in a request. So i strongly advise to always show the captcha image.
If it was so easy to detect automated scripts, captcha would never have been invented. All the variables you mentioned are very easy to fake. Check for example the curl support in PHP. You can set pretty much any header information in a request. So i strongly advise to always show the captcha image.
well, well,well thanks for your advise im really grateful. will work on my forms soon.
#6
Posted 11 October 2010 - 09:26 AM
nice website. You should also consider friendly urls...they look more professional
#9
Posted 21 October 2010 - 07:28 AM
Share this topic:
Page 1 of 1

Help














