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,212 sales
Recently Updated

KBRmedia supports this item

Supported

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

8415 comments found.

Hello! I’ve installed your script. But I don’t see in the dashboard facebook and google integration.

Hi

Facebook and Google are used to authenticate the user. I am assuming you are referring to a auto-post-to feature which is planned to be released in the following updates.

Josh

Hi, i have the Problem, that the installation stops in step three. Just a white blank screen. I can start the website, but i can´t do anything. Everytime i become an error. No User Folder and so on. You can help me?

Hi

I would gladly help you. Can you please open a ticket at http://support.gempixel.com and include ftp info?

Hey Josh,

Not sure if this has already been posted or not but Google Login is not working:

http://sturl.co/user/login

Something with OpenID expiring.

Hello,

Google recently disabled the OpenID protocol for new websites. I have implemented the OAuth method however the update is not finalized yet so I can’t release it because it is buggy. I am expecting to release the update that will include a lot of new features when I will be back from vacation in august. Meanwhile I recommend that you disabled Google Auth.

Josh

Ok looking forward to the update thanks.

Hi
“Direct” redirect mode not working in IE. (Frame & Splash woking fine)
works first but if we edit link and change “Redirection” (for example frame to direct) not working!
How to solve this?

Hi

Did you buy this script? Unfortunately I cannot provide support to unverified buyers.

Josh

I develop and customize it for someone that bought script.
problem solved. i have some mistake in “Short.class.php” line 212-226
I will try login with my customer account to add comment
Thanks a lot

Hi

I understand that but please open a ticket or email next time and include the purchase code and I would be happy to answer your question.

Josh

I purchased This script a while ago and I have to say that the support and the features of this product are at the premium level and I highly recommend new customers to purchase this script….

Thank you Josh for your great support

Hi Ali,

Thanks for the feedback :D

change language in frontend? – automated change language if browser note country

Hi

You can the language manually however the automated process is not implemented.

Josh

Hi, I really like the new version!! 2 questions: 1) Is it possible to remove the login link on the top of the splash pages, it would be even better to be able to remove the top completely or make it less obtrusive, I think by minimizing our own branding we could sell more.

2) Is there a way to remove the latest payments section and next payment from the user account area?

Thanks!!! Amazing job!

You are the man!! I don’t have my FTP log in info on hand right now but I’ll send it to you on Monday. By the way, I was looking at your poll script, another awesome one, I’ll probably be be buying that. I really love your work!!

Hi, I emailed you from the envato form yesterday. I don’t know if that’s the best way to reach you to send FTP info.

Hi

I got your email. I will check this out today.

Josh

Please where to find the code to deactivate (not show) the PASSWORD FIELD for the stats on frontpage ??

AND PLEASE ;) the right lines to change the colours of frontpage- I am going crazy to get them LOL

The code is in themes/default/components/shortener.php on line 50.

You can change the styles via the admin panel settings page. Here is a screenshot http://awesomescreenshot.com/09b30pwm8d

However if you want to select a custom color then you will need to change style.css in the theme folder. You can also select a style from the admin panel then change that style’s CSS file which is much easier. For example if you select the blue style then go to the theme folder then “styles” to find blue.css and the colors in that file.

Josh

Hi, thanks for reply, if its this easy I would nt ask you ;P I cant find the right for the BIG BLACK part !

Hi

Find and change the color in the following code:
section.dark {
      min-height: 30px;
      background-color: #151720;
      color: #fff;
}

HI, am loving this script ;P

JUST some little issues I cant handle my self…. Fall Back URL, I allways get to the 404 page, I´ve tried to change in the htaccess, BUT STILL comes your 404 page….

Hi

Can you please open a ticket at http://support.gempixel.com and include your site so I can check this?

Josh

Hi,

Is it possible to disable new registrations?

Thanks

Found it :)

Hello this script is awesome. Please i have a question. Can I provide full functions and features for free.

I mean i dont want my users to pay anything. I want to offer pro features for free. is that possible. I have gone through the admin settings and i cant find where to enable pro features for free.

Your quick response will be highly appreciated.

Thank you

Hi

This is possible but it will require a small change in the code. If you are interested, send me an email and I will send you instructions.

Josh

Hi KBRmedia, Wanted to ask if it is possible to show the actual thumbnail of the site our url is linking to. Reason I ask is because when I share my links in facebook it shows the website thumbnail and sometimes the thumbnail is all black if the website is slow. When I use googl to test there’s one show thumbnail of the link it’s pointing to. Test it out, you’ll see what I mean.

Hi

By “actual thumbnail”, do you mean whatever the target site is linking? This is only possible with direct method and system analytics. It is also possible to do this with other methods however you will need to explicitly fetch that and this a very resource extensive call. The black thumbnail simply means that the thumbnail is generating and sometimes you might see that for an extended period because facebook actually catches the thumbnails. So if facebook caches the thumbnail while it is generating then it will keep that for a certain period of time.

On a side note, I am looking at a optimal way to cache the thumbnails on the the server.

Josh

Hi,

Does it work with https links?

Thanks

I have a Question Josh :D Some users are experience a huge delay because of the “THUMBNAIL” Generator, i’ve tried all three of them and some randoms on the web, but all generators are loading too long and too much, can i build my own thumb generator or did u have a solution for this?

the thumb takes a while to load i know, but it infects the loading speed of the whole website too, can we even remove that features or can i build one only for me on my traffic?

Regards =)

Hi

Yeah the thumbnail generation is an issue I am looking to improve. The generation time depends on the site and most of them are overloaded due to them being free. You could give pagepeeker’s premium package a try however from personal experience there is no big difference between their free and premium package.

The only effective solution is caching however this could be a problem for most users due the amount of space available. For sites that have 1M+ URLs this would mean that they would need to host 1M+ thumbnails at around 50KB so they would need ~50 GB for the thumbnails alone.

If you want to remove the thumbnail, it is pretty easy to do. Email me or open a ticket and I will tell you what to do.

Josh

Thanks, i removed it with the Social Widget and i dont see any problems with it. another question please =) where can i define that the user can choise a custom url they want? i mean that all custom alias are written small like /shorturl i want that the user can choise something like: /ShortURL or /iLikeiT you know what i mean ? =) thanks

Hi

I understand what you mean however I personally think that is not a good idea, especially for search engines. You can still modify this by replacing strtolower($url) by $url in includes/Main.class.php on line 339.

Hi, its great script. I need some functions in next releases.

1. URL adding confirmation option for anonymous and registered users. 2. Automated payment module with paypal support 3. I want to see each users total clicks for calcating their money.

Thanks for support.

Hi

1. What do you mean by confirmation?

2. This is planned.

3. This is not planned but it is not too hard to code. Will look into this for the next release.

Josh

Thank you very much. 1. I want to confirm each added short link. Option to have to select anonymous short links confirmation by admin, may be all.

Hi
In IE8 i get this error.(display captcha error in new page) tested also on your demo

Hi

It seems that jQuery 2.X doesn’t support IE 8 anymore. The easiest solution is to use jQuery version < 2.X.

Josh

Hi. i started to use script. I need Idn domains support and Azerbaijani language support on titles, in other scripts in UTF-8 encoding there is no problem. How can we solve these problems? For example: http://aze.link/z9krf you can see title is not correct. And i cant shorten idn domains such as: www.?la.com for example. Thx, script is great.

Hello,

That is because the title is html encoded just to be safe since these info are automatically generated and not monitored. There are couple of things which are not necessary and I will change these in the next update. Can you open a ticket so I can provide you some instructions and if you can provide me ftp access so I can make the changes?

Josh

How to open ticket?

Via the support portal at http://support.gempixel.com

Nice system. Thanks. Question about QR Codes.

I created a short URL and did not save the QR Code when created. I don’t see any way to see the QR code except for the initial creation.

Is it possible to see the QR Code again in the admin?

Thanks, Warren

Found it…a little obscure, but it was there. Thanks.

Hi

Yep. All you need to do is to add /qr at the end of the short url. You can even change the size by adding the ?size parameter like /qr?size=300×300.

Josh

Hi, I want to make the URL shortener service Private. I don’t want the home page to show the info.

Can you send me the info to make it Private and change the home page?

Thanks, Warren

I found the answer to this question. Thanks.

Great :) If you have any more questions, don’t hesitate to contact me.

Hi KBRMedia,

How does this differ from the Wordpress version? I’m thinking the Wordpress version doesn’t have the admin backend and/or the signup login side for customers.

I’m not familiar with standalone, could you screenshot me the admin area to set things up?

Yeah! I left you a 5 star review already! It was super simple! I’ve already put things into motion!

Question. Can you provide a way to add “promo code” functionality for sign ups? When I promote it I would like to offer a discount to first sign ups but not particularly have to just adjust the prices and manually approve people under that discount, so to speak. If not this would be a good addon, you think?

Hi

Thanks for the rating :)

This is a popular suggestion and it is fairly simple to add it. I will add to the next version (an update with many requested features) which is set to be released in August because I will be away from mid-July to mid-August (Vacation :) ).

Josh

Hi Josh! Okay cool! Looking forward to it and again, thanks! This script is wonderful man!

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