Skip to main content

Codecanyon-URL Shortener with Ads and Powerful Admin Panel | Nulled Script | free download



URL Shortener with Timer+Admin+Ads
Codecanyon-Premium URL Shortener latest v4.2.1




URL Shortener with Ads and Powerful Admin Panel


It’s a PHP script allows your visitors to shorten their URLs, with a powerful administration panel which allows you to manage everything from searching for links to manage social networks settings The script offers a single URL shortening and Multi URLs shortening The single URL shortening comes with 3 options to set ( name, size and the owner) It offers 2 pages of Ads until showing the original URL, this feature will help you earn more money and all of that can be manage from the powerful Admin Panel..


Technical Info






CreatedUpdated High Resolution Compatible Browsers Files Software Version
6 December 14 17 June 15 Yes IE8, IE9, IE10, IE11, Firefox, Safari, Opera, Chrome JavaScript JS, JavaScript JSON, HTML, CSS, PHP, SQL, LESS PHP 5.x


Demos


Users Wesite: Users Demo



Admin panel: Admin Demo


Login: admin

Password: 12345



Codecanyon-Premium URL Shortener latest v4.2.1 | Nulled Script | free download







Features
  • You can set a wait time before showing the original URL

  • Very powerful admin panel

  • Support for adding new admins with different privileges

  • Social sharing features

  • Very customizable template

  • PHP/MySql powered

  • 2 pages of ads to earn money

  • LESS files and compiled CSS included

  • Fixed top navigation that collapses on scroll

  • Adsense, analytics support

  • Powered by 3 different charts show important data

  • Has a built-in search tool for links ( Admin Panel )

  • Close or open the site with a custom message in case of closing the site

  • A search feature for URLs for visitors

  • It offers 2 pages of Ads until showing the original URL (optional)

  • Choose between open the link in Pop-up window or regular window

  • A simple to use API



Installation


  • Decompress the zip file

  • upload the content to where you want to install the script

  • Create a database

  • Open includes/config.php and edit the database details

  • In your browser open yoursite.com/install.php and follow the instructions

  • Edit the website setting inside the admin panel

  • templates_c and admin/templates_c set permission to 755



Upgrade
  • It’s recommened that you backup your database befor upgrade

  • in your browser open yoursite.com/install/upgrade.php and follow the instructions

  • Delete the install folder or rename it



Requirements
  • PHP 5.x

  • Mysql database

  • Mod Rewrite Enabled



Change Log


2015-6-16 v1.8
- Adding a simple to use API
2015-4-13 v1.7
- Fix a bug download counter works if second page is disabled
- Add die() after every redirection to make the script faster
- Add more security to login system
- Improved database structure
- Improved managing admins
2015-4-11 v1.6
- Fix a bug about using ads networks other than adsense
2015-4-9 v1.5
- Fix a bug in the installation delete the old install file and replace it with the new one
2015-3-10 v1.4
- Fix a bug add http:// if it's not exists in the URL in result page
2014-12-20 v1.3
- installation script gets working directory automatically
- Fixed long URLs's name in tables
- Choose between open the link in Pop-up window or a regular window
- make the page 2 to reach the URL optional
- Created upgrade file to upgrade the script database automatically
2014-12-12 v1.2
- added a search feature for URLs for visitors
- creating an installation script
- Fix a bug about the navigation on the admin panel
- add review link for manage links table
- Fix a bug when update profile or admin without updatinf the password
- Make the download counter add values when someone click the download button instead of visiting the page
- fixed long URLs in tables ( manage links and search results)
- add number of downloads for manage links and search results tables
- improved pagination highlight the current page( manage admins, manage links and search links)
- improved URL validation function
- improved the logout and login system ( delete all cookies when logout )
- update the documentation
- must delete the install.php file to proceed to the admin panel
2014-12-08 v1.1
- An ypdate for the database ( hashing the passwords )






Comments

Popular posts from this blog

Bouncy Content Filter for big Website

This space-saving content filter allows the users to switch from one category to the other in a fancy way! Each click fires the rotation of the gallery images, revealing the items belonging to the selected category. Content filters  are particularly useful for big websites, where each pixel counts. Lets say you are showing the “ last products ” of your e-commerce . How about giving the users the option to switch to the “most popular” products without a page refresh? A good solution could be to hide the “most popular” items right behind the “last products”, then use the power of CSS3 3D Transforms to rotate the items when the user switches from one option to the other. The bounce effect is optional, but you get the idea! The rotation won’t work on older browsers like IE9, but the experience won’t be broken – just a display on/off with no transitions. Lets dive into the code! Creating the structure We wrapped the filter into a <nav> element. The filter structur...

Content slider with Zoom Effect for a predefined area in each slide

Zoom Slider Today’s Blueprint is a simple content slider with depth-like zoom functionality. Each slide has a predefined zoom area that will be used to calculate the appropriate scale value for a fullscreen fill. Once the icon for zooming is clicked, the zoom area as well as the page get scaled, creating the illusion that the viewer is approaching the item. Once the whole page is covered, we show some more details. Navigating the slider will animate the inner parts of the slide, allowing for an independent control of the image area and the title. We are using CSS transitions and dymanic.js for moving the slide elements. Dymanic.js by MichaĆ«l Villar is a JavaScript library to create physics-based animations. Please note that we are using a couple of modern CSS properties, so only contemporary browsers are supported. The HTML <!-- Main container --> <div class="container"> <!-- Blueprint header --> <header class="bp-header cf"> ...

An AJAX Based Shopping Cart with Drap Drop Item Effect

An AJAX Based Shopping Cart In this tutorial we will create an AJAX Based Shopping Cart with Drag and Drop feature.You can easily use this shopping cart in you store.All the products are going to be stored in a MySQL database, with PHP showing and processing the data. So go ahead, download the demo files and start reading. Step 1 – the MySQL Database If you want to set up a working demo, you’ll need to execute the following SQL code in your database manager (e.g. phpMyAdmin). It will set up the table and insert a few products. The code is also available in table.sql in the demo files. table.sql CREATE TABLE IF NOT EXISTS `internet_shop` ( `id` int ( 6 ) NOT NULL auto_increment, `img` varchar ( 32 ) collate utf8_unicode_ci NOT NULL default '' , `name` varchar ( 64 ) collate utf8_unicode_ci NOT NULL default '' , `description` text collate utf8_unicode_ci NOT NULL , `price` double NOT NULL default '0' , PRIMARY K...