Archive for the ‘php’ Category

Hi Folks, I present you an online tool to encrypt and decrypt strings using MD5 function of PHP. MD5 aka Message-Digest algorithm 5 is a widely used cryptographic hash function with a 128-bit hash value. MD5 hash is typically expressed as a 32 digit hexadecimal number. Read more about MD5 @ Wikipedia. Don’t forget to [...]

Objective: User gets a new message every time; he refreshes the page. Requirements: Adobe Dreamweaver or any Open Source Editor like Amaya, Aptana Studio etc. Code: <?php $thoughts = “WORK IS WORSHIP AS YOU SOW, SO YOU REAP BARKING DOG SELDOM BITE KNOWLEDGE IS POWER SHOOT FOR THE MOON, YOU WILL REACH THE STARS AN [...]

Objective: Creating a simple PHP Widget, which will allow the user to reach the result page of Google! from your site. Requirement: Adobe Dreamweaver or any Open Source Editor like Aptana Studio, Amaya, etc. Creating the form(index.htm): <form action=“google.php” method=“get” name=“query_form”> <input id=“search” onclick=‘value=”” ‘ name=“search” type=“text” value=“Enter the search term” /> <input id=“submit” name=“submit” [...]

Hi Folks, Recently I have added two new tools on my website shubhamoy.com. So let me introduce both the tools to you: Site Checker This is a very effective tool. It allows the user to check a particular website for malware stored or distributed by it. So next time you find a suspicious website; just [...]

Hi Folks, Few weeks later I faced a great trouble while installing PEAR on WAMP Server. The Problem: The PEAR path is wrongly set to C:\php5\pear automatically than its original path. The Solution: Edit every php.ini file, change INCLUDE_PATH to your path where WAMP Server is installed(e.g. C:\WAMP\bin\php\php5\includes). Now run go-pear.bat, and follow all the [...]

Hi Friends, Today I introduced a Multiple Web Search in my Website. It’s really amazing and very helpful as you enter a single query, you get results from three search engines at a time. How to use: Enter a keyword in the text area. And click Submit. You will obtain results from three search engines, [...]

Hi Friends, I was searching a way to run PHP scripts on my lappy but was unable. Yesterday I got a method of doing that, here goes my method: First of all you need to install Wamp Server (WAMP= Windows Apache MySQL PHP). Its installation is very easy. After the installation. Run Wamp Server. Open [...]

While working on Joomla!(a very popular CMS), I faced a problem while installing a theme. Every time I installed the theme with the installer in the Admin Panel, I got one or the other error. So, After a small research I found an alternative of doing it. Here goes the method: I directly uploaded all [...]