194 comments found.
don’t know where but becouse of this my server was hacked i’ve inspect and found shell uploaded via this script by attackers and my full hosting got compromised then i was completely delete this script.
The script doesn’t process a user file upload in any way. If this were RCE, you probably would not notice any file. So, it is debatable to blame the script without evidence.
what if we don’t want a Waite screen when some one click short url? now in demo there are 5 seconds
Have Installed but not working please check https://ds.floxtube.com
Hi. This is not my script. Can you check the URL?
Quick question. Even changing app.encryption_key and app.validation_key to another 32 letters, every short url comes with a single letter only. So when i put a like www.codecanyon.net, the site comes with myshort.com/b instead of myshorty.com/b43893t. What is happening?
Please kindly check what is happening here https://www.mercadolivreportugal.com/
Hello.
The secret key is used for other things.
The URL shortener algorithm is based on bijective function to store compact links most efficiently. There is no built-in solution to crate a random long string ID. However, you can increase the counter to produce a 5 characters length short ID by running the following query:
ALTER TABLE sl_url AUTO_INCREMENT=20000000;
Regards
Oh ok. Thank you so much!
No ads on the splash page to generate any income from this script?
Hello,
There are two predefined places for ad banners on the main page.
https://docs.php8developer.com/url-shortener/#/configuration?id=ads-banners
https://docs.php8developer.com/url-shortener/#/configuration?id=redirect-timer
Hello After Generate short link and qr code . Do I can just change my main url but Guarantee on the same short link and code qr not change ? ?
Hello, After link creation, you can’t change the “short id” but can modify the real URL in the admin panel.
QR code will not be changed, because it has information about a short URL, not a long one (the real one).
Thank you . Can you give me acc demo to test ?
I have other qs . About 5 sec page redirection. Can make redrction automatic with out 5 sec page ?
The admin panel is simple. You can view the dashboard in the screenshots.
Yes, you can set the automatic redirect in the config file.
just purchased and tried shorting few urls. everything is working fine but it says” Today’s added URLs 0” but i have short few urls.
Also how to put ads ?
Hi,
1. Cache issue: https://docs.php8developer.com/url-shortener/#/faq?id=frozen-counter
2. For the main page there are two pre-defined Ads places: https://docs.php8developer.com/url-shortener/#/configuration?id=ads-banners
If you want to add extra Ads on the redirect page then read this: https://docs.php8developer.com/url-shortener/#/configuration?id=redirect-timer
Regards
clientScript->registerCoreScript(‘jquery’) ?> clientScript->registerScriptFile(Yii::app()>request>getBaseUrl().’/js/backend.js’); ?>
why see it ????
Hi. Did you run `https://domain.com/requirements.php` script to see whether your server meets minimum requirements?
You need to enable the `short_open_tag` directive in `php.ini`.
short_open_tag=On
Hi, It is possible only admin-restricted to generate short url?
Hi. Sorry, there is no built-in solution for that.
Thank you !
Hi, could this be customized for {subdomain}.domain.tld with Stripe integration for payments?
Hello, nope. You need to search for another solution
Thank you for your work, all working good! Could you please tell me how can i make home page private?
Hello, Unfortunately, this script doesn’t have this built-in feature. You can consider HTTP Basic auth as a front firewall.
I run my web is ok, but when go mysite.com/admin not work
Hi. Can you send me FTP access by email? Seems some issues with .htaccess.
It ok, I fixed nginx cf, Can i integrate reCapcha?
How we can configure the Url Shortener to be for private use only. Access to the home page is private only for me.
Hello sir, please check your email.
Excellent work, can you please include the following functions:
1. Ads are compatible with: Google AdSense, Bing Ads, Taboola, Outbrain, Criteo, MGID ads.
2. What is the commission that the platform takes?
3. Where is the data/information stored? Amazon Web Services, DigitalOcean
4. Are there any payment plans?
5. When is an update due?
Thank you for your attention.
Hello sir, for now only bug fix support is provided.
I cannot login to the domain.com/admin admin page even though I have entered the correct information. The site did not redirect.
Hello,
Can you send me FTP credentials by email? I’ll take a look what is wrong.
Regards
HI, I just installed URl Shortener and I can’t seam to get it working, here is the site – https://abbreviated.link . I get two errors, “clientScript->registerCoreScript(‘jquery’) ?>” and “500 undefined variable $r” Everything is enabled from the requirements page, and I can login to the admin panel. Also keep in mind since I’m using hostinger I can’t acces my php.ini file. I enabled short_open_url through the command php_value short_open_tag 1 in my .htaccess file. Please help if you can
nevermind i fixed it
Hi. I’m glad to hear that!
Is it possible to set a “Continue” button on the redirect page? I dont want it to redirect automaticaly.
I get an error 500: Undefined variable $r
In admin Panel: clientScript->registerCoreScript(‘jquery’) ?> clientScript->registerScriptFile(Yii::app()>request>getBaseUrl().’/js/backend.js’); ?>
Please enable short_open_tag directive in php.ini.
please make sure that links are not added immediately, but there is pre-moderation
because a lot of spammers and dishonest users are using this platform.
There is an integration with Google Safe Browsing.
https://docs.php8developer.com/url-shortener/#/configuration?id=google-safe-browsing-api
Also, you can add restriction regex to ban any domain or a group of domains.
You did not understand me. I want to analyze and pre-moderate manually. Add an option that if selected, then all added links will be on manual confirmation until I choose which ones will be approved
I don’t think I can add this in the near future.
Hi,. id like to install the generator script on a hidden URL, but get the short URL on the main domain.. for example link.domain.com/xxxx how do i do that?
Hi,
Actually, there is no built-in solution for that. Send me an email and I’ll try to find a workaround for you.
Regards
will do.. thank you
There is a way to generate private URL`s using the API? Or using the front-end?
Hello, Nope.