Read text file reverse using php Demo

Categories: PHP, scripts

Send an mail to admin or website owner when ever the logs show 404 or file not found error.This script can be used as a cron and is run on everyday basis to get all the details in your email.You can modify the code URI accordingly to get different error message details such as 404, 401, 400, 500 server errors. [...]

Categories: PHP, scripts

This is a simple script that appends date inside the html title tag.

Categories: PHP, scripts

Setup a smtp server on the system, if you are running on windows use hmailserver and configure it and send any number of mails. DOWNLOAD HMAIL SERVER HERE            a)Select the default settings that popup under installation window { DONT MODIFY ANYTHING JUST PRESS NEXT AND INSTALL IT }            b)Once installed it will ask for a security password, GIVE A STRONG [...]

Categories: PHP, scripts

Replace a string in a text or php file and save it using php. A very simple example.Here test_file.php is the php file i am using to replace ip address inside that.

Categories: PHP, scripts

Get the MAC address of the system using php.

Categories: PHP, scripts

Get the ip address of the system [usually assigned by ISP], the public ip address using php. Here we are using Output buffer. CLICK HERE to take a look at what is Output buffering in php.

Categories: PHP, scripts

Agree before entry using Javascript,with button disable functionality,that means if you agree, you can enter your name. But, if you disagree, you will not be able to enter or edit your name. When you disagree, the box is ‘locked.’ Useful if you require your visitors to accept a disclaimer before downloading software or visiting a section of your members-only site. [...]

Categories: JavaScripts, scripts

This script helps you to find screen resolution of a client or user and redirect to a webpage using simple The HTML source

Categories: JavaScripts, scripts

This scripts encodes and decodes the character entered inside the textbox. Very useful for GET queries passed through URL.Encrypts a string by converting each character to it’s ASCII key code. Supports two-way encryption – from a string to the numeric code, or from the numeric code back to the string. HTML CODE DEMO

Categories: JavaScripts, scripts