Sunday 9 June 2013

Track audio voice streaming.

We need to track the audio streaming, live broad cast. Here the customer is giving advertisement we  need to track the how many times the advertisement  has come  on particular day.
The customer can login into our website   and can check   the advertisement  is properly telecast or not.

Note: As if now . I gathered from  Google   there is know   feability  to track audio voice  code in php. I am looking for any software tool is available for that

Wifi form process.

Wifi form process. 

This will be applicable for wifi registration process. To track all ip address and mac address  and os key. 
The gain of the project  is, the server administrator will come to  know which ip address  assigned to which system,  we need to get same details for mobile device also, Type of mobile, ip address, Mac address. Those  who are accessing wifi.
The project   Recruitment:  we need to find   and write code according to Os server installed in the Intranet
1. IP address of the system,
2.  Mac  address.
3. Os Key

4. Type of device 

Saturday 8 June 2013

The configuration file:

The configuration file (php.ini) is read when PHP starts up. For the server module versions of PHP, this happens only once when the web server is started. For the CGI and CLI version, it happens on every invocation. php.ini is searched in these locations (in order): SAPI module specific location (PHPIniDir directive in Apache 2, -c command line option in CGI and CLI, php_ini parameter in NSAPI, PHP_INI_PATH environment variable in THTTPD) The PHPRC environment variable. Before PHP 5.2.0 this was checked after the registry key mentioned below. As of PHP 5.2.0, the location of the php.ini file can be set for different versions of PHP. The following registry keys are examined in order: [HKEY_LOCAL_MACHINESOFTWAREPHPx.y.z], [HKEY_LOCAL_MACHINESOFTWAREPHPx.y] and [HKEY_LOCAL_MACHINESOFTWAREPHPx], where x, y and z mean the PHP major, minor and release versions. If there is a value for IniFilePath in these keys, then the first one found will be used as the location of the php.ini (Windows only).


                                                                 

PHP:

Php Hypertext PreProcessor" is a widely-usedgeneral-purpose scripting language that is especially suited for webdevelopment and can be embedded into HTML. It generally runs on a web server,taking PHP code as its input and creating web pages as output. While PHP wasoriginally created by Rasmus Lerdorf in 1995, the main implementation of PHP isnow produced by The PHP Group and serves as the de facto standard for PHP asthere is no formal specification. It can be deployed on most web servers and onalmost every operating system and platform free of charge.PHP is installed onmore than 20 million websites and 1 million servers. It is also the mostpopular Apache module among computers using Apache as a web server. The mostrecent major release of PHP was version 5.2.6 on May 1, 2008.