Creating a TinyURL Clone ver

  Creating a TinyURL Clone
  Category : Php Tutorials-tips Redirection  
  Platform :  
  Price :  
  Developer:  
  Version :  
  HomePage Address :  
  Demo URL :  
  Date added :  
  Download Link : Click to Download  
Script Description:
 

  

This tutorial will explain how to create a basic clone of the TinyURL service. If you`ve never heard of it, TinyURL allows you to turn long URLs into shorter links so they can be easily sent via email or other means. It might be fun to create your own personalized version that works just as well, and it`s very easy to do. We`ll go over the database structure, creating the required PHP script, and using mod_rewrite to make nicer URLs. Updated: Aug. 3, 2009

 

more Tag: tinyurl, clone, creating,

Also see ...


Redir.php 1)    Redir.php
 redir.php is written using PHP script. This is a basic program for students and beginners to understand the basic redirecting formula. You can easily customize this script. Just give your target URL, it will redirect you to the target. redir.php is very simple to use and user friendly. Users would definitely find this to be a very useful program....

Short URL or Redirection Service 2)    Short URL or Redirection Service
 Domain redirection is also called short URL, it's a portal to a current website address. What are the advantage? Compare it to a Free Hosting Service, you have the same amount of traffic and ad exposure, but with a Free Hosting service, they require a large amount of space and bandwidth to host your members. With a redirection service, you can start this service even if you are renting shared hosting, you only need minimum space and bandwidth to start a service like this. Features Required m...

Go! redirector 3)    Go! redirector
 Go! redirector is a PHP script used to add basic statistics, basic administrator facility to add and remove links, monthly click through reporting, data connection abstraction, clean interface. It enhances with more functionalities like clean URL redirection, unwanted links can be altered, it logs to a Mysql database, provides quick and simple administration, plain and elaborate reporting. It is easy to customize....

ID Redirect Script 4)    ID Redirect Script
 ID Redirect Script is a simple PHP based script used to show the number of links to your web pages. It has more enhanced features like clean URL redirection, bad links will be changed into xxx. It is very fast and easy to adminster. It shows simple and descriptive reporting to the users. Apart from this the script has many features.This script is easily customizable and easy to understand....

Hide your links url 5)    Hide your links url
 Hide your links your url with this code. That's perfect to hide the url for given destination...

eLouai's Redirect 6)    eLouai's Redirect
 eLouai's Redirect is a powerful PHP application capable of monitoring and evaluating the total exit links on your website pages. This simple search engine friendly 3-line redirect script is easy to use and can be easily customized to your own requirements....

Ideas on how to use header() function to redirect your user 7)    Ideas on how to use header() function to redirect your user
 This PHP article is intended to give a better introduction for the header functions of PHP. The author has dealt with the concepts on how to redirect your site visitors to another webpage using the above function. You are provided with a detailed explanation along with model codes that guides you to redirect website pages based on either the browser compatability or selected language....

Framer 8)    Framer
 Framer is a tool to keep your visitors in your website by showing a frame at the top of every page which your visitors view outside your website. This script is developed using PHP script. It can be useful to you in many ways in retaining potential visitors to your site, this script has maximum customization with less variables....

2Checkout Pro 9)    2Checkout Pro
 This is a program that helps users to have multiple return URL through 2Checkout.com. This program is easy to use like just create your recurring product, set the return URL to the script installation page, enter the product number and desired return destination after a successful payment and collect the money. This script helps users to increase their membership site business....

SimpleBBS 1)    SimpleBBS
 Simple BBs system is a open source bulletin board system that contains forums that avails full access by the owner.This BBs system is easily customizable allowing the user to have their own avatar and by providing unlimited forums.The graphics on the forums can be edited to our needs.This board is very simple in its intergration ....

Molesoft News Manager 2)    Molesoft News Manager
 Molesoft News Manager is a PHP based news tool that helps you to access the news manager on your website easily. you can add, edit and delete news on news pages, News items can be categorized. Layouts are customizable, Comment system allows HTML styles in comments which can be edited or deleted using user rights, Appearance of the homepage can be modified, Supports smilies on posts. Installation needs PHP and MySQL database....

An intro to using the GD image library with PHP 3)    An intro to using the GD image library with PHP
 A brief introduction to the world of image manipulation in PHP using the GD library. This tutorial will guide you through creating a clock that will display the current time....

SN News 4)    SN News
 SN News is a PHP based program that allows webmasters to flash news on their website with this news publishing tool. As well, this program provides an user friendly control panel by which the administrators can customize the settings of news as they like. Installation of this program is easy and simple to configure and helps you to retain your customer base....

WebTheme 5)    WebTheme
 This is a set of PHP scripts that can assist you in creating themed webpages. It takes all the theme info and puts it into a separate file. Thus, allowing you to change the look of a large site fast. It also gives you the ability to write web pages quickly because there is no theme info required in the web page....

Counting Rows 6)    Counting Rows
 In this article, the author gives a simple code in PHP for counting the number of rows or records in a database. He gives some sample PHP script function for this. He also gives notes on how the mysql_num_rows function will work only for select statements and the mysql_affected_rows function should be used for other statments like INSERT. This article is useful for PHP programmers....

PHP: Sending Email (Text/HTML/Attachments) 7)    PHP: Sending Email (Text/HTML/Attachments)
 So, you want to send automated email messages from your PHP application. This can be in direct response to a user`s action, such as signing up for your site, or a recurring event at a set time, such as a monthly newsletter. Sometimes email contains file attachments, both plain text and HTML portions, and so on. To understand how to send each variation that may exist on an email, we will start with the simple example and move to the more complicated....

Using function mail() in windows xp part 2 8)    Using function mail() in windows xp part 2
 Steps to add user, adding domain and make test email from web based interface and try to send email from php script. No need internet connection to test mail() function. Video provided for illustration....

Php .htaccess mod_rewrite tutorial 9)    Php .htaccess mod_rewrite tutorial
 There are a lot of tutorials that show how to change an address like: 1. www.mysite.com/products.p hp?product_id=1234 into others like: 2. www.mysite.com/products/1 234 In this article we`d like to go one step forward and create something like: 3. www.mysite.com/easy-to-re member-product-name...