Thursday, May 29, 2014

CAPTCHA - google recaptcha

Completely Automated Public Turing test to tell Computers and Humans Apart (CAPTCHA)


 - It is to verify and determine that the request send by human or not.



Google recaptcha

If you need to add captch in to your web application form most of the cases we need to add this captcha in contact us , feed back form

It is a safe, secure and easy way to integrate into your web form.

For that you need to signup for google recaptcha

https://www.google.com/recaptcha/admin#whyrecaptcha

After sign up you get public and private keys.

Below are the URL you may help out to integrate it into your application whether it is a php or .net application.

https://developers.google.com/recaptcha/

https://developers.google.com/recaptcha/docs/php

https://developers.google.com/recaptcha/docs/php

https://code.google.com/p/recaptcha/downloads/detail?name=recaptcha-php-1.11.zip&can=2&q=label%3Aphplib-Latest


404 page not found setting in codeigniter

If you have to set 404 page not found in your application and you are using php codeigniter  framework
you need to open application/config/routes.php  file and set the following setting

$route['404_override'] = 'not_found/index/';

In above statement not_found is the controller and index is the function in that controller.

-------------------------------------------------------------------

If you are not using any type of php framework or codeigniter , then you must have to create,configured and setup the page not found setting manually.

Create a file page_not_found.php for page not found option and save it.

Now, you have to put some setting lines into your .htaccess file
If this file is already present, then you have to modified it  and append following lines and save it.


RewriteEngine on
ErrorDocument 404 http://localhost/webapp/page_not_found.php


Friday, January 31, 2014

password protected folder on Apache with the help of .htaccess and .htpasswd file

.htpasswd file
The following code will be include in your .htpasswd

Admin:prplaCMT5hYjo

This is your login credential while browsing that directory. The password is encrypted with md5


Upload this file in that directory you want to password protect.

.htaccess

The following code will be include in your .htaccess

AuthType Basic
AuthName "restricted area"
AuthUserFile /home/path/public_html/dir_name/.htpasswd
require valid-user

Upload this file in that directory you want to password protect.





Thursday, November 7, 2013

PHP setting for oracle 11g Express Edition Database

After installing Oracle Database 11g Express Edition , you must need to do some PHP setting to connect and used the oracle database.
You need to enable the oci8_11g package for that. For this you may open your php.ini configuration file and find the extension=php_oci8_11g.dll
You may find following block of code like this

extension=php_mysql.dll
extension=php_mysqli.dll
;extension=php_oci8.dll      ; Use with Oracle 10gR2 Instant Client
;extension=php_oci8_11g.dll  ; Use with Oracle 11gR2 Instant Client
;extension=php_openssl.dll
;extension=php_pdo_firebird.dll
extension=php_pdo_mysql.dll

You just need to remove semicolon (;) from the begining of the extension=php_oci8_11g.dll  statement. Then restart all services and check it in your phpinfo.


Now, You can connect the database the sample code is as follows.

<?php

// Create connection to Oracle
$conn = oci_connect("user1", "password",  'localhost');

if (!$conn)
{
   $m = oci_error();
   echo $m['message'], "\n";
   exit;
}
else
{
   print "Connected to Oracle!";
}

$Rs = oci_parse($conn, 'select * from emp_master');
oci_execute($Rs);
echo "<pre>\n";

while (($row = oci_fetch_assoc($Rs)))
{
   print_r($row) ;
}

// Close the Oracle connection
oci_close($conn);
?>

Friday, October 25, 2013

How to change Apache port

The default port of Apache & IIS is 80. If you need to change your apache port. You may need to do small changes in your Apache setting file.

Open your httpd.conf file
IF you have Xampp then below path help you to find conf file
D:\xampp\apache\conf

IF you have wamp then below path help you to find conf file
D:\wamp\bin\apache\Apache2.2.21

In the file, find the line Listen 80 and change the port as per your need.
It like this

#Listen 0.0.0.0:80
#Listen [::]:80
Listen 80

Save the conf file and restart the server.

Saturday, July 13, 2013

Apache installation on ubuntu

How to install Apache on ubuntu
Please enter the following command into your terminal prompt.

sudo apt-get install apache2

Command for restart the Apache
sudo service apache2 restart
OR 
sudo /etc/init.d/apache2 restart

Command for start the Apache
sudo /etc/init.d/apache2 start

Command for stop the Apache
sudo /etc/init.d/apache2 stop


Installation of php on ubuntu

sudo apt-get install php5

-----------------------

mysql
----------------------


sudo service mysql start

Friday, July 12, 2013

Chief Ministers of Maharashtra

Yashwantrao Chavan
Marotrao Kannamwar
P. K. Sawant
Vasantrao Naik
Shankarrao Chavan
Vasantdada Patil
Sharad Pawar
Abdul RehmanAntulay
Babasaheb Bhosale
Shivajirao Nilangekar Patil
Shankarrao Chavan
Sudhakarrao Naik
Manohar Joshi
Narayan Rane
Vilasrao Deshmukh
Sushilkumar Shinde
Ashok Chavan
Prithviraj Chavan