8424 comments found.
Hello
You actually need to create that page using the page editor. You can copy the template from here http://gempixel.com/doc/premium-url-shortener-api-guide/
Hello,
I need to make two changes in this code for my own purpose.
First – Change shorten URL path to something like…
mydomain.com/url=ALIASHERE.com/anything
Second
I also want to allow dots (.) and slashes / in alias.
Your help is appreciated.
Hello
1. You mean instead of domain.com/Alias you want that?
2. You can allow dots by not slashes because that is considered as different path. To do so open includes/Main.class.php and find the code below on line 339
$url=preg_replace('/[^_0-9a-zA-Z -]/', '', $url);
then add a dot after Z -
1. You mean instead of domain.com/Alias you want that?
Yes exactly.
Actually everything after url= should be alias
Hello
You can do that however you need to modify many lines of the code. Do you have some basic PHP knowledge?
Yes i think i can do that.
Hello
Just a heads up, it is be very complicated so you might run into lots of errors. Here is a list of functions to modify
1. includes/Short.class.php: function analyze() – you will need to extract the ID/Alias from the url and set that $this->action
2. same file: function build() – you will need to return the proper format (e.g. url = $data)
3. Edit template files to display the format.
I submitted a ticket (#823) can you do this for fixed fee something?
Hi
I will look at these when I get home.
I’ve purchased this script, installed it on windows. I converted the htaccess file to web.config and when installing, on step 3 it doesn’t proceed. I can’t make any shortened URL’s. I opened a support ticket but still have not gotten a reply. Any chance you could help me out?
Hello
I will be answering the tickets soon. I am on mobile right now so I can’t really to do much. I will get home in about 4 hours.
Thanks for answering it, I replied to it once again. Thanks.
Hello,
In the email there are some missing parts (like [] and other) how can i do that? i have find $ mail [message], but not know what change.
http://s29.postimg.org/t7c4og45j/Screenshot_2014_12_1_11_19_27.pngAnother question, how can i add a imagine into welcome message under “Best regards, team ”?
Thanks
Hello
Your site’s name/title should be in that bracket. You can set your site’s title via the admin panel.
You can add an <img src="PATH/To/Image" /> in themes/[ACTIVE THEME]/email.php after <b>[title]</b> Team <br />
Regards
Somehow, all printed in huge letters, and one row
Hello
I am going to remove your previous comment because I answered your ticket and your comment is formatted very badly.
ok. I answered to your mail. ftp login&pass atached
Custom Splash pages are not redirecting to the intended target page – http://wrfm.co/rfCJZ – does not count down to redirect like I have seen on other peoples splash pages.
It appears as if the c-countdown script is not functioning.
Please advise.
The admin user panel does not allow me to decide how long the splash screen will stay active – there is no option to set it.
Hi
The option is in the settings page under application settings: http://awesomescreenshot.com/0903xtmp42
If you don’t have that then you probably don’t have the latest version.
Wow, didn’t even see it, I was looking through the php to find it. Thanks
Hello, Im trying to put in google adsense and ad in my facebook app. After I hit save settings the page goes to a 404 page. What do I need to do, or what am I not doing right?
Hello
That is most likely caused by Mod Security which is module that prevents transfer of sensitive HTML tags like script or iframe. You can contact your host and they will fix this for you.
Ok thanks
Hello, who to updated 4.2 to 4.2.1, callme who files are to updated…
Hello
Everything is in the Documentation/upgrade.html file that comes in with the package.
I am interested to buy your script I have 2 questions
1. Is your theme SEO friendly? 2. I am not knowledgeable about PHP so how can I add my google ads with your script?
Thank You
Hello
1. Yes.
2. Via the admin panel.
Regards
I am considering purchasing the Premium URL shortner code but am wondering if the code can be modified such that a enduser could only enter long URLs from one specific URL to be shortened. I.e. When an amazon.com link is shortened to amzn.to?
Hello
I don’t really understand what you mean. You mean you to allow one specific domain?
well, yes
Yes it is possible however you will need to modify the blacklist feature so it only accepts some domains.
Awesome. Thanks
Is it possible to get to work on the NGINX?!
I can not do it ….. only HomePage works
Maybe an NGINX example configuration could help 
Hi
Have you tried this solution: http://codecanyon.net/item/premium-url-shortener/3688135/faqs/20521
Hello,
I would like to know if it could be possible to add a password to a shortened url using API call?
if yes, where to find syntax?
Thanks a lot!
Hello
Currently that is not possible however I will be extending the API feature in the future. FYI it is not very hard to implement this feature.
How to setup Paypal for script as for now it redirects to sandbox mode.
regards Toshik
Hello
Open the file includes/App.class.php and find $sandbox = TRUE and set that to FALSE.
i have 4.2.2 version but analytics not working.
Hello
I don’t see what could be causing this as I haven’t changed anything regarding this. Make sure to disable debug mode via the file includes/config.php (set debug => 0). You can also create a ticket so I can check what is going on.
I have another question, I installed this morning google analytics from the admin panel by entering my ID Tracking UA-41774321-8
But now checking, google says:
Status: Tracking Not Installed Last checked: November 24, 2014 11:05:33 AM PST
The Google Analytics tracking code has not BEEN DETECTED on your website’s homepage. For Analytics to function, you or your web administrator must add the code to each page of your website.
................ It seems not see code, right?
Thanks
Hello
Please upgrade to version 4.2.2 (or simply replace the file includes/App.class.php from the new package) and the issue will be fixed. The issue is caused by the domain name and it was fixed recently.
Yes, how install this update? if i download it and upload files to my host via ftp will lose site settings? like logo, meta descr and all settings.
Let me know.
Thanks
Hi
Simply overwrite your files and it will not change anything in the settings. Also if you have version 4.X just overwrite a couple of files. You can read the upgrade manual for more info.
Ok thanks
Hi Josh
I’ve had someone sign up for the membership but their account isn’t showing in the admin panel? They have paid via paypal, that was like 4 hours ago and yet I see no new members?
Any ideas what might be wrong?
Best Regards
Hello
Do you have the latest version of the script? Paypal recently updated the security requirements so for this reason the file includes/library/Paypal.class.php was updated.
I have 4.2.1, the last update was just one file I think?
Josh, he is from china, I went into paypal, do I have to process the payment? he doesn’t seem to have an account either, not with the paypal email address he is using?
Hello
I will have to check this out and let you know because it should be working fine. Can you go to paypal and check the IPN history to see if there are any warnings?
Hello,
I created a url by anonymous (I have logout) password protected, but when I go into the Stats page I get this message with login below:
This URL is private and only the creator can access the stats. If you are the creator, please login to access it.
Why? Thanks
Hello
I am not sure what is going. I have just tested it and I am not experiencing this issue. Are you sure you are logged out?
Yes, I will make a video on Youtube, and post link. Thanks
Strangely doing video, asked me password also for see the link
Hi
You are talking about the stats and that is normal. The stats page contains many info on the target page if you don’t protect it the password feature will be useless.
How do I remove the website h1 heading from the admin panel without changing the website title. I believe both are picked from the same parameter in the admin panel. I was referring to “Custom URL Shortener Service” h1 tag on my site ha.al
Hello
That located in the file index in your active theme folder (simplex in your case). You will an h1 tag under the .promo div.
Thank you!
Hello, the statistics page (+) and custom splash does not work, what could be the issue?
Hello
I am not sure. Can you contact me via email or open a ticket so I can look at this closely? Also please include the URL to your site.
Ticket created 
Hi. With you script, can i integrate with my server (python). So i can create short url by API on python? I need to send SMS messages with short url, but using my own domain. So: www.mycompany.com/confirm/1234567898765432112345678987654321
turn to: mycompany.com/short/12bA
Thats possible?
Thx
Hello
Yes. It doesn’t matter what language you use as long as you can remotely send requests and analyze the result (either decode JSON or parse text).
Josh