Home / Scripts & Code / PHP Scripts / Links
Easy URL Shortener With Analytics - PHP MySQLEasy URL Shortener With Analytics - PHP MySQL
Simple URL Shortener Script written in PHP and MySQL with Backend Average rating of 5.0 based on 2 votesHome / Scripts & Code / PHP Scripts / Links
Easy URL Shortener With Analytics - PHP MySQL
Simple URL Shortener Script written in PHP and MySQL with Backend Average rating of 5.05 Support questions or comments
Please login or create an account to post a question or comment.
-
Jun 8, 2018pichnyk PurchasedLong links are truncated. How to fix?
- View 4 more replies
-
Jun 8, 2018pichnyk Purchasedsymbol "&"
-
Jun 8, 2018Nelliwinne AuthorYup. It's because url is GET as URL Parameter. So it ends at &.
Well, for this we might need to encrypt the url someway and send then decrypt before entering into DB. -
Jun 8, 2018pichnyk PurchasedAnd what should I do?
-
May 11, 2018pichnyk PurchasedHi,
The script is on the https domain, but the script shortens the links without https. Why are short links missing https and how to fix it? - View 3 more replies
-
May 13, 2018Nelliwinne AuthorAre you talking about Short URL (Generated). If yes just change
line 186 of index.php and line 147 of index.php
"http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'].
(https:// to http://)
Simply find and replace whole page in the root.
"http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']
to
"https://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']
-
May 13, 2018pichnyk PurchasedThank you very much!
-
May 13, 2018Nelliwinne AuthorNo problem.
-
May 7, 2018pichnyk PurchasedHow to disable link checking?
https://s17.postimg.cc/mo9y4kbrj/image.png
$SettingsLocked I wrote "false" - admin settings are not available
https://s17.postimg.cc/u5nqx9ivz/image.png -
May 7, 2018Nelliwinne AuthorLink checking is there to validate the link and wrong URLs. Anyway study line 59 of url-form.php
It's the inc-main.php file inside the admin folder. Not the inc-main.php file at root. -
May 7, 2018pichnyk PurchasedThanks, the administrator settings are active.
>Anyway study line 59 of url-form.php
I enter the affiliate link - I get an error. Better tell me what to replace with that. I did not study PHP. -
May 7, 2018Nelliwinne AuthorRemove or comment from line 57 to 75.
-
May 7, 2018pichnyk PurchasedHi, good script, but .. how to add a 30 day date to the bottom of the graph on the page "Home admin"? And do the mapping from left to right?
https://s17.postimg.cc/nslmr67bz/date.png -
May 7, 2018Nelliwinne AuthorChange line 317. $ldays variable
$ldays=12;
Information
Category | Scripts & Code / PHP Scripts / Links |
First release | 23 February 2017 |
Last update | 27 February 2017 |
Software version | PHP 7.0, PHP 7.1, PHP 4.x, PHP 5.x, PHP 5.0, PHP 5.1, PHP 5.2, PHP 5.3, PHP 5.4, PHP 5.5, PHP 5.6 |
Files included | .php, .css, .html, .sql, Javascript .js |
Database | MySQL 4.x, MySQL 5.x |
Tags | short, short url, shortener, url, adfly, Shorten, Analytic |