Thursday, June 30, 2016

Google PageRank PHP Script An Easy To Use And Working! PHP Script To Find Google PageRank Of Any Website

A very simple and powerful PageRank (Google PageRank) finder for any website. Just submit the website URL one at a time and get the page rank. Script is using Google toolbar to get the PageRank.  Google PageRank PHP script works for both Bloggers and Webmasters. This script directly communicates with the Google toolbar.So it always is advisable not to make too many request at the same time from the same IP. InstructionsDownload "Download Free...

Email Validation PHP Script

This class allows the developer to validate e-mail addresses according to RFC 5321, RFC 5322, or custom requirements. It can also check to see if the domain can be resolved to MX RRs. If validating according to the more expansive RFC 5322, e-mail addresses may contain one of a dot-atom, a quoted string, or an obsolete local-part, either a domain name or a domain literal (IPv4, IPv6, or IPv4-mapped IPv6 address) domain, and nested CFWS (comments and...

Yahoo Status Checker

This class is made by Davood Jafari and can be used to check the online status of a Yahoo messenger user.It can access the Yahoo online services Web server and send a request to retrieve the online status of a given Yahoo messenger user.The package can be downloaded here (1 kb).Inside the package are:Check.Class.php -- Class Class Coreindex.php -- Example Sample FileLicense: GNU General Public License (G...

IT Discussion in a Milist Script PHP for Blocking IP Addresses

Greetings,I want to ask, whether or not if we develop or use a simple web (e.g. Joomla, etc) then  we could setup some specific public IP addresses to not access our website?If getting traced or ping-ed it seems to be normal.If someone could help,  I greatly thank you.regards-------------------------------------------------It could, set it from its CPanel web / domainregards----------------------------------------------OK thanks for your...

Wednesday, June 29, 2016

How to Code Your Own CAPTCHA Script In PHP

Today I will show you how to code your own CAPTCHA Script.<?phpsession_start();$strlength = rand(4,7);for($i=1;$i<=$strlength;$i++){$textornumber = rand(1,3);if($textornumber == 1){$captchastr .= chr(rand(49,57));}if($textornumber == 2){$captchastr .= chr(rand(65,78));}if($textornumber == 3){$captchastr .= chr(rand(80,90));}}$randcolR = rand(100,230);$randcolG = rand(100,230);$randcolB = rand(100,230);/initialize image $captcha is handle dimensions...

PHP File Append

So far we have learned how to open, close, read, and write to a file. However, the ways in which we have written to a file so far have caused the data that was stored in the file to be deleted. If you want to append to a file, that is, add on to the existing data, then you need to open the file in append mode. PHP - File Open: Append If we want to add on to a file we need to open it up in append mode. The code below does just that. PHP Code: ...

PHP File Upload

A very useful aspect of PHP is its ability to manage file uploads to your server. Allowing users to upload a file to your server opens a whole can of worms, so please be careful when enabling file uploads. PHP - File Upload: HTML Form Before you can use PHP to manage your uploads, you must first build an HTML form that lets users select a file to upload. See our HTML Form lesson for a more in-depth look at forms. HTML Code: <form enctype="multipart/form-data"...

How To Get Current URL Without Page Name In PHP

Today I will share a code snippet which will help you get a current URL Without Page Name.<?PHP function getPath() { $protocol = strpos(strtolower($_SERVER[SERVER_PROTOCOL]),https) === FALSE ? http : https; $host = $_SERVER[HTTP_HOST]; $path = substr($_SERVER[SCRIPT_NAME], 0, -strlen(basename($_SERVER[SCRIPT_NAME]))); return $protocol.://.$host.$path; } echo getPath(); ?>This simple piece of code will do the trick.If you want more such tips...

Extract Proper Noun Script In PHP

This class can extract proper nouns from texts. It takes a text string and can detect which words may be proper nouns of people, entities, etc.. It uses some heuristics like the capitalization of the first word letter, the presence of people title preceeding the nouns, etc.. The class may consider consecutive proper names as a single proper name. The class assumes English by default but may be configure to work with other idioms. Download Proper...

Tuesday, June 28, 2016

Email Extractor PHP Script Extract Email From Text And URL

PHP Email Extractor serves to extract emails either from provided text or from URL. All found emails will be output below the input form, one email per row.Download Email Extractor PHP Script...

Coordino A Free Stack Overflow Clone In PHP

Coordino allows you to create a question and answer system(much like that of stack overflow) for you and your users to enjoy.Whether you are looking to create a niche question and answer site for comic book collecting or looking for a knowledge base solution for your intranet, Coordino is here for you.Get Started Today!Using Coordino you can utilize the community in your industry by combining their knowledge on your website. Over time your knowledge...

CRUD Operations using PHP OOP and MySQL

CRUD Operations Using PHP and MySQL with OOP Concepts , Object Oriented PHP is More efficient than simple and core , its being used in many more MVC(model , view , controller) pattern based PHP frameworks Because we can create one class for all such operations and it's provide reusability of any class and created function , So have a look . Read more...

Generating RTF Files cont

Instead of using RTFGen, we may also use another class namely rtfgenerator in which we can download from phpclasses.org or you can download it here (5kb)!!After downloading, extract to your folder inside your web server and execute the index.html file and then write your sentences in the textarea provided and press the generate rtf button. That simp...

Badnazri Aur Ishq e Mijazi Ki Tabah Kariyan

Badnazri Aur Ishq e Mijazi Ki Tabah KariyanBadnazri Aur Ishq e Mijazi Ki Tabah Kariyan related to Islamic Rules PDF book . It will Guide Gazing to another young girls is so bad and its disadvantages.&nb...

Monday, June 27, 2016

Makeup Beautician Training Course in Urdu Free

Makeup Beautician Training Course in UrduHey How are you man? today i am posting a makeup course in Urdu specially for Pakistani Females. Many female searching these types of books on the net but they do not success in their aims. In Urdu PDF Book is ready for download...

PHP Script Creating Image From Text

CF TextImage Class is a small but useful php script that can generates a image from a string of text using a True Type Font (ttf). This script has some simple uses such as a replacement for Javascript cufon library when Javascript is not available, a replacement for Flash based text or displaying a email address that cannot be programmatically found. This can help to reduce the possibility of your email address being picked up by web crawlers and...

Upload Form PHP Script A PHP Script Which Will Enable You To Upload Files On Your Site

A very simple php script.Simple file upload form for your site.Features:Limit file types available for uploadMaximum file size validationCan rename file after upload to avoid URL guessingLog of uploads can be saved in MySql database. Log includes Filename, file size, IP of the user, date of upload Download Upload Form PHP Scr...

Email Errors To Yourself Instead Of Showing It Publicly

Most servers are set to display an error message when an error occurred in one of your script. But, you may also want to get an email containing the error, instead of displaying it to the public.The Script is given below: <?php// Our custom error handlerfunction nettuts_error_handler($number, $message, $file, $line, $vars){ $email = " <p>An error ($number) occurred on line <strong>$line</strong> and in the <strong>file:...

Search Engine Submission PHP Script Use this Script to Submit a Website to 130 Search Engines

URL Submit Script is PHP script which allows users to submit website to over 130 Search Engines at one go, no waste of your time as just in one click your site will be listed in the most important Search Engines.You can also use this PHP Script to offer a service to all the visitors on your Site/Blog.Installations:unzip all files in a folder!send all files from your serverFeatures:Install in 1 minuteOffer service for your visitorsLanguage file (...

Sunday, June 26, 2016

Dynamic Drop Down Menu using PHP and MySQLi

We have already seen tutorial about simple Drop Down Menu using CSS3 and jQuery, and this tutorial will cover creating a Dynamic Horizontal Drop Down Menu with its sub menu using PHP and MySQLi, it’s a simple concept and easy to create with PHP and MySQLi, you can also add and set links in main menu and sub menu from database data using PHP, I’ve used MySQLi object method, so let’s take a look at this tutorial.Read more...

Creating and Extracting ZIP on the fly

If you want to create  or extract zip files on-the-fly you can use pclzip class. The class can be downloaded from phpclass.org or you can download here (including an example script 33kb!!). You can change the source or destination fold...

Cropping Image On The Fly

Here is php script for cropping image on the fly:<?php// set width, height, source file, file type, destination filefunction cropImage($nw, $nh, $source, $stype, $dest) {$size = getimagesize($source); // get size$w = $size[0];$h = $size[1];switch($stype) { // image formatcase gif:$simg = imagecreatefromgif($source);break;case jpg:$simg = imagecreatefromjpeg($source);break;case png:$simg = imagecreatefrompng($source);break;}$dimg = imagecreatetruecolor($nw,...

Script Hit Counter In PHP

PHPGcount is a PHP graphical hit counter. It uses flat-text database so no SQL databases are necessary. It comes with many styles to choose from and you can add your own styles easily! It can count hits for multiple pages of your website or even websites on other servers. With the help of cookies it can count unique visits only. The count is displayed on the page using a simple Javascript code. Unlike other graphical hit counter scripts PHPGCount...

Saturday, June 25, 2016

Hazrat Adam A S History Free Download in Urdu

Hy Friends Once again I am Posting a nice Urdu PDF book For you. Title of  Book is HAzrat Adam A.s Written by Aslam Rahi. Before this I already Posted Prophets life books E.g  Hazrat Ibrahim as History in Urdu same thing is  Hazrat Sulaiman Aur Deegar Anbiya Kay QissayDownl...

PHP Login Script A Simple Free PHP Login Script

A simple home made PHP/MySQL login script to protect your web page content from spam and bot registrations so that only registered users can view the content of your site.. It is free of charge and you can use it on any commercial or personal projects!FeaturesQuickly Integrate to any Website.User Registration Form with reCaptcha feature.Login with remember me feature.Easy to customize for your needs.Login protect your web pagesLogin by either username...

PASTE Pastebin Clone Script In PHP

Paste is an open source pastebin forked from the original pastebin.com script complete with a brand new design and features such as password protected pastes, archives and custom templates. An admin panel, installer and much more is still to come.Download PASTE- Pastebin Clone Script In ...

Seerat e Hazrat Data Ganj Bakhsh

Seerat-e-Hazrat Data Ganj BakhshSeerat-e-Hazrat Data Ganj Bakhsh is nice book of this sofi man. I hope my dear visitor you will enjoy all books my blog is daily updated by me So that user can get knowledge from my blog .Download&nb...

How to Create Drop Down Menu using CSS3 and JQuery

Today i would like to show, How to Create Drop Down Menu using CSS3 and jQuery. Designing a Simple Drop Down Menu with HTML by Implementing CSS and jQuery is very easy to create. A simple horizontal menu that shows it’s sub menu on mouse hover. when you hover a mouse on main link it will show it’s sub menu. just take a look at this tutorial. Read more...

Friday, June 24, 2016

Anti spam Image Generator PHP Script Protect Your Blog From Spammers And Bots

Anti-spam Image Generator php script will render PNG image with code to protect your blog/comments/feedback section from spammers and bots (known as CAPTCHA).Requirements:PHP 4.0.6GD 2.0.1 or laterTTF font to use for rendering code. By default it uses arial.ttf. You can find it online.Features: You can define characters set to use (by default 0123456789)Customizable code length (default is 6)Easy to use / light server load, not overloaded with featuresSample...

PHP Data Insert and Select Using OOP

In this tutorial i will show you that how to perform and use object oriented programming in PHP with MySql to Select and Insert Data. Using OOP(s) in PHP it's become so easy to manage and perform such operations like Insert and Select data from MySql tables, So let's have a look.Read more...

Islam main Khawateen ke Huqooq

Islam main Khawateen ke HuqooqHy Dear visitor How are you all of you? I hope you will fine all and enjoying my blog books . Today i am posting Islam main Khawateen ke Huqooq which is about women rights . if compare the women rights to other religion they do not more respect and give rights like a Islam .so download it . Read full concept of women rights in Islam.Read Islam mai Parda ki Ahm...

Modifying Datetime

This class is used to modify a datetime format. The class name is DateTime and the file name is class.datetime.php. The class and the example can be downloaded here (2kb!). Below is the example of use:<?php    require_once(class.datetime.php);    $time = time() - rand(0, 172800);    $timeStr = DateTime::timeStampToString($time);        echo "Compare $time to ", time(),...