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.

8410 comments found.

hello, I just found a website using this script, but the it was a file hosting site. The template is the same, the difference is the service. Can my url shortener host a file too?

Hi

As it is, no. The site’s owner probably modified the script to make it host files. You can do the same if you have the knowledge.

Josh

Hey Before to buy it, i want to ask you if is there any option to extend the Referrer url, if i navigate on a site and i clicked on shorted link, on the stats page it shows only the domain, is there any option to extend this to show the entire url? Sorry for my bad english, hope u’ll understand.

Hello

The option is not there but the data is. So if you have a good knowledge of PHP then you can easily add this feature in. Currently, it is not possible to get hourly data however in the future this could definitely be implemented.

thx for answer,1 more question, it is hard to add a top daily links?

Really easy, you can do it with 3-4 lines of code.

Hi Mr. Josh.

I use jShortener2 without use class=”style”
$('a.style').shorten({
become
$('a').shorten({

and all of my link have shortened automatic. how to exclude link contain specific domain?

thanks

Hi

it is not appropriate. that code give result
foreign-link.com >> foreign-link.com
anothe.com >> anothe.com
NotMyDomain.net >> NotMyDomain.net
bahasa-subs.org >> sho.rt/saewas
bahasa-subs.org/blablaa.html >> sho.rt/egfsdf
unduh.bahasa-subs.org >> sho.rt/sdfesdf
thanks for your advice

Hi

The code I gave you is not complete. You will need to use something like $('.class').not('a[href*='bahasa-subs.org']').shorten(...)

Thank you. it’s work

Hi Mr. Josh.

How to add custom domain? so we able to use site from multi domain.

thanks

Hmm that is weird. Have you tried to enable debug mode via config.php file? I unfortunately cannot do anything right now because I am on vacation and don’t have any access to a ftp program,

Josh

I’m sorry Josh. I have found the cause of the problem. AdsBlockPlus not compatible with advanced settings page. Thank you

Great.

What is reason for this:

{"error":1,"msg":"This domain name has been blacklisted."}
I try create short link but i receive this error? I did not put any of this domain on black list..

ignore :D

Why i can’t import user from one to another data base. If i want to import 10 user from old database i can’t. Only of i delete all user’s from database only then i can import why other solution not working. This is usual or?

And for example.. i can import all URL’s and Stats but user i can’t.

user

Hi

That is because the ID which is the first data set must be unique. What you can do is to remove the first data set and start with auth. So it would be something like

INSERT INTO user ('auth',.......) VALUES ('',....);

Hi there, i have another “small” Problem. I set my Domain under the Blacklist, because i don’t want double redirects on my Service, but it only works for the normal domain, lets say, when the user types in http://MYDOMAIN.de/ it says it’s blacklist, but when a user is using a short link like: http://MYDOMAIN.de/XYZ the Script short this URL and don’t even saying it’s blacklisted. any ideas?

Hi

Good catch. Open includes/Short.class.php and go to line 139 to find

// Validate URL
then right before that add
$array["url"] = strtolower($array["url"]);

Like that? I don’t understand where it goes :/ sry

// Validate URL $array["url"] = strtolower($array["url"]); $url=$this->validate(Main::clean($array["url"],3,FALSE)); // Get domain name $domain=Main::domain($array["url"],TRUE,FALSE); // Get extension $ext = Main::extension($url);

Hello , thanks for this amazing work !

i need your help plz, i just purchase this script and i wanna to upgrade my old one to the new.

can u help me plz.

Yes the first version, can i get your email plz?

You can send me an email via my profile page http://codecanyon.net/user/kbrmedia or open a ticket via http://support.gempixel.com

i just sent email from your profile.

Can I advertise with this?

Hello,

Yes. You can add ad codes via the admin panel.

Josh

I’m changing the type of user. returning after a time become obsolete

Hi

I am not sure I understand your question. Can you please describe more your issue?

KBR m8, it’s demo still working? it shows me 404….thx

All pages, but now is working fine, maybe was a server downtime? dunno but thx and very well done job! this script looks simply amazing! can u tell me how to monetize with it?

Hi

You can monetize in many ways. For example users can upgrade to a premium level and enjoy many new feature. You can also decide to add/sell ads and make money from this. Finally, you can sell data and this is what bit.ly and other major URL shorteners do. When I say data, I do not mean emails or user info but trends and geodata.

Josh

Ty Josh thats sounds so good!!! bookmarked and next purchase x sure!!!

Hi, nice Tool! how can i get run/setup the paypal api. i can’t find anything in demo admin.. Thnx!

or it is done with the enter the email of receiver-account?

Hi

The API is already implemented. You simply need to add your paypal email via the admin panel and that is it.

ok, thank you. i will buy it now! ;)

request: https://dl.dropboxusercontent.com/u/22379620/s.png

make it a little easier for us to make changes just by viewing the stats + page as admin

Good idea. I will make sure to add it in the next update.

Hi, How can I increase the default amount of splash pages available to users from 5? Thanks!

Hello

Open the file includes/App.class.php and change the 5 in private $max_splash = 5; on line 25.

how to edit startpage? want remove some content-boxes

Hi

Simply edit the content of the file in themes/default/index.php

Josh

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

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