Code

Discussion on Premium URL Shortener - Link Shortener, Bio Pages & QR Codes

Discussion on Premium URL Shortener - Link Shortener, Bio Pages & QR Codes

Cart 9,209 sales
Recently Updated

KBRmedia supports this item

Supported

This author's response time can be up to 5 business days.

8408 comments found.

Hey guys.. Just bought the script and installed over here: http://www.trapcity.net/

But for some reason I can’t login or register. It gives me a 404. I’ve tried giving the right permissions, but nothing seems to work.

Thanks

Hello

Please make sure to upload the file .htaccess that comes in the package. If you can’t see that file you will find a named copy in the documentation folder. Upload that as-is then rename it to .htaccess

I did upload the .htaccess file the first time. Didn’t work. After that I uploaded the one in the documentation folder and renamed it after it was uploaded to my VPN. Still didn’t work.

Hi

Can you go ahead and open a ticket along with ftp info? By the way do you have mod rewrite enabled?

Are those features available?

  • Editing the Alias (from the Admin Panel)
  • Domain Filtering

I’m interested to buy. Thank you.

Hi

Editing the alias is not currently possible, without a major modification, mainly because how the script is structured.

Yes you can filter domain names.

Hi

How about the DOMAIN CONTROL (Restriction) feature please? Is it also included?

Thank you

Hello

Yes you can domain restrictions. You can add a list of domains that will be prevented from being shortened.

I have already setup the script with Mandrill SMTP but it doesn’t work and sent out email still use phpmailer of the server. Can you help me what cause this?

Yes, the current port I use right now is 587

i’ve sent you an email. Please check itu out and let me know what you’ll need to solve the problem. Thanks

I answered your email.

BLACKLISTING URLs

Hello, I ve entered keywords and domains, but the URL Shortener still creates URLs ????!

How to enter keywords/tlds, one by line OR comma seperated (with OR without space after a comma)

OR is there something more I need to activate to get this working ;)

Hello

Make sure you enable the option first. Then put them in the proper format like this: http://awesomescreenshot.com/0c33pbxfd1

Thanks, then I made it right, I will watch till tomorrow to see if its ok…..

Where can I change INACTIVE URLs period ? (to delete them)

In includes/Admin.class.php find private function urls_inactive($clicks='0',$days='30'){ and change the 30 to the number of days to delete urls from.

Any idea when you will add feature: URL EXPIRE TIME …......... ;P

I might in the feature.

BUG in admin search function

Hello, PLEASE update the search function in admin. I am not able to change the amount of search results, its always 25, when I try to change it I get redirected to dashboard site…........

BEST URL SCRIPT on the market !!!

Hello

That is actually not a bug. It is intended to be that way. You will need to use more precise keywords to get accurate results. You can change the limit by going into includes/Admin.class.php, find the code below on line 374 and change 30 to the number of urls you want.

$urls=$this->db->search("url",array("url"=>":q","alias"=>":q","meta_title"=>":q"),array("limit"=>30),array(":q"=>"%{$_GET["q"]}%"));

Y.E.S !!!! your´re GREAT !!!

Do you have any plans for the future to add a reward system so that the users earn money? A few pages back I have read that you have added that in version 4.0 but that did not work. Is it possible to make this reward system as an plugin so that we can buy it separately.

If you create a new script how long would you need to release it and will you sell it then in codecanyon or somewhere else?

Hi

It would probably take me 3-4 weeks part-time. And I would sell it on codecanyon.

That would be great. I hope that will be like premium url shortener. I’m looking forward and I will definitely buy it. Thanks for your reply. :D

google api error:

401. That’s an error; Error: invalid_client; no application name; Request Details; That’s all we know.

I followed the manual steps.

Hello

You also need to go to the “Consent Screen” (right below Credentials) page to name your application and set up your consent splash page.

Josh

Thank you! :D

Hey Josh

Just wondering I want to change the button text on the home page that appears twice “Get Started” to “Create Free Account”

Whats the simplest method of doing this?

Many thanks :)

Thanks, I was also wondering about the text at the top right next to the login button, I can’t seem to find that in the index.php

Oh that is on line 907 in includes/App.class.php

Line 943 I think, thanks Josh

How come the new script keeps saying “invalid token please try again”

Nevermind. I fixed it. My host had a problem.

after upgrading php version to 5.4.33 i found all site show white page here is it http://www.hotlink.pw

and this some of shortened url : http://www.hotlink.pw/7cpDx

its all white page i have contact server administrator and he reply me :

I have checked your server and your current PHP version is 5.4.33. Regarding the mentioned domains I have tried all possibilities to solve and it looks like to the PHP version compatibility issue. Upgrading the PHP to a latest version was a major process and you need to make sure that all of your PHP scripts supports the latest version

how i can fix it ?

Hello

Can you send me an email or open a ticket and include FTP access so I can check this?

i have sent you an email here

I answered you back.

Is it possible to rotate multiple links in one shortened URL So the shortened URL splits to linkx and linky and linkz

Currently, no.

Regards

Hi Josh,

Thanks for the great script!

Just one feature request: Automatic recurring billing. This is really important! My premium users having to manually renew their premium subscription each month (or year) causes lot’s of them to not do so (or they forget).

Ohh and Stripe integration or some other payment method would be good too! The more possibilities our users have to pay, the more premium users we’ll have :)

Also found a bug with the user profile page; If someone signs up with username josh1 their profile would be: http://example.link/profile/josh1 Now if Twitter user @josh1 registers through the Twitter login his profile page will also be: http://example.link/profile/josh1

Quick fix would be to use the user’s id in the profile url (I already modified my script this way)

So it would be: http://example.link/profile/4587/josh1 and http://example.link/profile/8795/josh1

Hello

That feature will be part of the next update. I have been experimenting it a lot and it is showing good results.

I am actually trying to build an API framework so other people can expand this script.

Good catch. Fixing that right now.

Hi KRBMedia,

This script is just great. I would like to make it expand, so I miss some features and capabilities. How much is an extension according to my wishes?

  • Do you offer German Support?

Hello

It will depend on what you need. I have fixed hourly rate and I will estimate it according to this. You can contact me via email for more info. What do you mean by German Support?

With German support I meant, if you also orders in German as opposed take. So I can easily say you what I mean or what I have for ideas.

Hi

You can send me an email for more info via my profile page.

how to reset admin password. I’m not receiving any emails, which i enter my admin email

I had made it via phpmyadmin. Thanks

hi josh, on my last ticket you mentioned that you will add those IP to filter bots, was wondering if I want to do it myself which file do I modify to add more IP or IP ranges? thanks

Hello

You can the replace the code in includes/Main.class.php by the one here http://pastebin.com/iG2hJfPN Make sure to add blocked IP in the the array and remove the sample ones.

thanks i’ll try

Tried and it works but there are too many ip to block, I’ll stick with google analytics.. Thanks anyway.

is there RTL support yet?

Hello

I did add RTL support but it was not working very well so I removed to make it work 100%.

Hi, If i put SSL on the url and i want to load a custom font it will break the ssl because it’s setup to load from http://fonts.google.com and not from https://fonts.google.com where can i modify that?

Hi

You can find that in the file App.class.php under the header method. Simply replace http:// by //

also there is an issue with this GET https://api.webthumbnail.org/?width=800&height=600&screen=1024&url=http%3A%2F%2Fgoogle.com net::ERR_CONNECTION_REFUSED seems they dont have https.. anu fix for that?

Hello

Yes there is a way but it is not very efficient and will require curl or allow_furl_open. Send me an email and I will tell what to do.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey