-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
43 lines (30 loc) · 1.04 KB
/
README
File metadata and controls
43 lines (30 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
-= README =-
QRL
Author : Raphaël
Website : http://www.onlinecreation.pro
Demo : http://bin.wf
GIT : https://github.com/onlinecreation/QRL
-= Credits =-
QRL is based on
• Phurl, a free and open source url shortening script
https://code.google.com/p/phurl/
• PHP QR Code, a GPL QRcode generator script
http://sourceforge.net/projects/phpqrcode
• the favicon is from the famfamfam silk icons library
http://www.famfamfam.com/lab/icons/silk/
-= How to install it =-
Step 1:
Place the content of the htdocs folder into the root folder of your webserver
Step 2:
Open and fill the config.fillme.php file
Step 3:
Rename config.fillme.php into config.php
Step 4:
Open, read and eventually correct the db.sql file
Step 5:
Inject into your MySQL database the db.sql file
Step 6:
Make sure that a rewrite rule redirects the visitor who try to access
to http://yourwebsite/([a-zA-Z0-9]+) to redirect.php?alias=$1
Step 7:
Try your new url shortener website !