8410 comments found.
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
Hi,
I just want use this script for private url shortener how to redirect homepage to my main long site ?
if any one visit homepage will redirect to my site ?
thanks
Hello
First enable private mode in the admin panel then open the file includes/App.class.php and find public function _private(){ and right after that add
header("Location: http://yoursite.com");
exit;
wow, it’s work, great thanks. the last answer, how to redirect 404 error to my long site as homepage redirect:)
Hello
You do exactly the same thing but this after public function _404(){
Hello Josh ,
I have create a ticket #754 now can you check it please 
Best Regards
hello sir, i have already contacted you on the matter of http://tny.biz/5Ckoo Recent Activities still working with + symbol and many more place will be there still using plus symbol and generating errors you corrected with ’-’ yet not working hope you will help or at leat tell how can i correct the errors regards Toshik
Hello
I am going to answer your ticket. Remember that this issue is due to your server and not the script.
Josh
Hi there, can I define the length of the URL identifier?
Example – http://short.com/1234567/ = can I set how many characters max the identifier is?
Thank you
Hello
Yes you can. You will need to change that in a core file but that is possible.
Great thank you!
Hello
You will need to add the timer in the admin panel: http://awesomescreenshot.com/0133tkuc7f
Hello,
on the header where you have GET STARTED AND LOGIN, I want to add additional menu with link. how do i go about, which file should I edit?
thank you
Hello
Open the file theme/default/header.php and find <?php echo $this->menu() ?>
then create an array of links as follows:
$links = array(array('href' => 'http://google.com', 'text' => 'Google'), array('href' => 'http://apple.com', 'text' => 'Apple'));
then add it in the code above like: <?php echo $this->menu($links) ?>
500 – Internal server error. There is a problem with the resource you are looking for, and it cannot be displayed after facebook login help would be deeply appreciated thanks toshik
ticket http://tny.biz/5Ckoo
The issue is caused by your server. Please contact your host.
this error is not because of the server, it is because of the AJAX fail to load data into the page
Hello
I don’t think AJAX has anything to do with this. I will answer your ticket.
tny.biz is the domain
You are running it on IIS so the .htaccess is useless. You will need a web.config file. I have added that file for you.
Hello,
When i try to click (for copy) stats link, window with link disappears, why? it is possible block it to allow copy of link?
Thanks
Hi
That is just an informational message. Yes you can prevent it from disappearing on click. You would just need to edit a small stuff in a JS file.
What have you changed with the soft update? I see you changed files like App/Database/Short/User.class.php.
Hi
Not much has changed. I have fixed a couple of typos and some small bugs (not very important). However the important one is the file includes/library/Paypal.class.php because the current one might not work on some servers.
Me question is: Is there any whishlist and bug reporter?
Thank you.
Hello
You can check out the new forum at http://forums.gempixel.com/
Nice. You have excellent support. Any question is there answered soon. Thank you for link.
You have an little mistake in the install.php. In line 54 “if(!file_exists(“includes/Config.php”))”, but the script couldnt find the Config.php. I changed it into config.php and the install could completed.
Nice script, thx.
Hello
Yes you are right. I have fixed that in a soft update which was approved last night.
I cannot find (discard old and generate) new API key in case security. Is there this function? If not, can you send me hot fix?
Thank you Sir.
Hello
Are you talking about the API key to generate short URLs or the security key?
Josh
API key. I saw only one key without possibility to change it to new one.
You can change the API key via the admin panel. Go to users > edit the user and change the API key.
I mean the ability to change the API by user itself.
Hello
That feature is not currently implemented.
Becouse is it important security issue, will be there hotfix soon?
Hi
I have added it to my todo list. It is not very complicated so I will try to add it soon.
Thank you Sir. Anyway good work. But still many work on it…
Maybe one more thing. User should be able set the language in settings.
That is not an issue. Will try to add it in the same update as the other one.
Hi,
Cant login to the admin demo
Hello
It is working fine for me.
just tried again and wont let me login
Hello
Not sure what is going on, it is working fine here. Visit http://gempixel.com/short/user/login and use admin as the username and adminpass as the password.
perfect im in thank you
thank you.
Looks just what im looking for but a few pre sales questions
I want to create a user and not let public registration I only want that user to have the amount of shortened url i specify for example user 1 can have 3 and user 2 can have 1, i will create the shortened urlsfor them and not give them the option to edit, delete or create more. I only what them to see the stats for those urls.
I also want to create a splash page for each user I want to create this and again not let the user edit or delete it.
On this splash page i dont want a timer i want to add a facebook “like us button” and a “follow us on twitter” button. Then 3 link options below 1 visit website 2 visit facebook page 3 vister twitter page as exit options.
I do hope this is all possible as i want to buy the script if we can do i will buy.
Many Thnaks
Hello
This is possible however it will require some modifications to be done to the script. If you are interested I can do this for you however I might charge you an extra fee.
have sent you a pm
Hi I have sent you a PM