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...

Side Team Member Biography Resource

Use this team member biography resource to insert extended descriptions of your team members, with no need of dedicated pages or modal windows. Let the user meet your team and trust your company! Sometimes a picture and a role are not enough to completely describe a team member; you need a more detailed description to make your team “real”! But this requires space… and you can gain it using CSS3 transformations . Just give a look at the smart solution found by Aquatilis : the description enters from the side, just like mobile application behaviour, with no need of page reload. Creating the structure We created a #cd-team section containing our team members preview: <section id="cd-team" class="cd-section"> <div class="cd-container"> <h2>Our team</h2> <ul> <li> <a href="#0" data-type="member-1"> <figure><!-- .... --></figure> <div class=...

Pricing Table-Cross Reference Table for Website

Pricing Table-Cross Reference Table for Website.Tables are indispensable parts of web designs. They let you visually organise tabular content, distributing it on rows and columns. Although they are quite easy to design and code for large screens, things get more complicated on smaller devices. Whether it’s a subscription plan or a checkout process, you must deal with tables in your projects. And you must deal with responsiveness too. I’ve noticed some websites just cut off some columns to make their tables fits on a phone, but this solution doesn’t work in most cases (at least not if you need 5+ columns). I found this good example of a responsive table which inspired this resource: the list of features gets fixed on a side, allowing the user to horizontally scroll through the columns. Nice! Now why didn’t I use the HTML table structure , and instead went with unordered lists? It was difficult for me to make this resource responsive using proper table semantics (maybe an...