Skip to content

aircross/MeeLa-Premium-URL-Shortener

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Meela

Simple URL Shortener with UMS and Admin Panel

INSTALL

NOTE: Migrating data from V2 to V3 please make sure you create a new blank database for v3. Installing on the same db as v2 will cause errors.

  1. Upload all files.

  2. Follow onscreen instructions.

    • Use installer for both upgrade ( V2 - V3.0.2 ONLY ) and new installation.
  3. If you are upgrading from v2 and are bringing in a large amount of urls you may get an error saying "Fatal error: Allowed memory size of" this is fine just ignore it and revisit /install (don't reload the page) This error is caused by short memory allocated to the script which the server can handle and will not show any further errors to you.

  4. Once installed you will be auto logged in to the settings page or taken to the login page. Visit the settings page and please scroll down and click update settings.

  5. Make sure you rename install.php to install.php.old (fuel/app/classes/controller) (security purposes)

  6. Enjoy.

UPGRADE

  • V3.0.1 to V3.0.2
  1. Nothing to do only installer was changed.
  • V3.0.0 to V3.0.1
  1. Replace the following:
    • /fuel/app/classes/controller/api.php
  • V3-RC2 to V3
  1. Upload new code making sure you move fuel/app/config/development/db.php to fuel/app/config/production/db.php
  2. Rename upgrade.php.old to upgrade.php (fuel/app/classes/controller)
  3. Visit /upgrade
  4. Change upgrade.php back to upgrade.php.old and also rename install.php in the same directory to install.php.old to prevent hacking.

It's that simple :)

Settings Page Preview:

About

Was once on sale for $20. Now it's free.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 91.6%
  • CSS 7.6%
  • Other 0.8%