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.
and an option for stats page to show the number of clicks received /hour?
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
You can use a[href!=yourdomain.com]
I not mean like that.
In my site(bahasa-subs.org), I have some of link foreign and site linkbahasa-subs.org bahasa-subs.org/blablaa.html unduh.bahasa-subs.org foreign-link.com anothe.com NotMyDomain.netAnd I want any link not contain my domain site get shorted… like
foreign-link.com >> sho.rt/saewas anothe.com >> sho.rt/egfsdf NotMyDomain.net >> sho.rt/sdfesdfand this link still original link
bahasa-subs.org bahasa-subs.org/blablaa.html unduh.bahasa-subs.org
Hi
In that case, use a[href*='bahasa-subs.org']
For more info, check http://css-tricks.com/attribute-selectors/
Josh
Hi
it is not appropriate. that code give resultforeign-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/sdfesdfthanks 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
Hello
You first to add your domain names via cpanel and point them to the script installation. Then go to the admin panel and add 1 per line in the appropriate box.
where I can add 1 per line in the appropriate box.?
In the admin panel, under settings and advanced settings, search for Domains field.
Josh
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 
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?
i found the “bug” the blacklist works but only when the letters are written like in the blacklist, when you set the domain: google.com under the blacklist the user can simple type Google.com and the URL goes through, maybe a little hotfix?
Hi
Good catch. Open includes/Short.class.php and go to line 139 to find
// Validate URLthen 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);
Yes.
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.
Hello
Thanks for the feedback. By ‘old one’ do you mean an older version of this script or another one?
Josh
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
Hi
It seems to be working fine for. On what page are you getting a 404 error?
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/loginSomething 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?
I test in local
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