Script URL: http://www.karaoke-software.net/counter/admin/admin.php
Version of script: 2.1.2
Hosting company: HostMonster
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: Click Counter URL character limit
Write your message below:
Is there a URL character limit when creating a new link?
Click Counter URL character limit?
Re: Click Counter URL character limit?
CCount limits it to 255 chars. However, you can increase that limit by changing to say in file admin/new_link.php
Code: Select all
maxlength="255"
Code: Select all
maxlength="1000"
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: Click Counter URL character limit?
Thanks, but that didn't work. I'm trying to cloak a long PayPal affiliate url. Even after changing the maxlength it still stops at the same place.Klemen wrote: Wed Feb 12, 2020 6:33 am CCount limits it to 255 chars. However, you can increase that limit by changingto sayCode: Select all
maxlength="255"
in file admin/new_link.phpCode: Select all
maxlength="1000"
Re: Click Counter URL character limit?
There are several in the new_link.php file, make sure you edit the first one (the one in the same line as name="url").
Also, don't forget to upload the modified file to your server and reload the admin page in your browser.
Code: Select all
maxlength="255"
Also, don't forget to upload the modified file to your server and reload the admin page in your browser.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: Click Counter URL character limit?
Apparently I changed the wrong one. It's working now. Thank you.Klemen wrote: Wed Feb 12, 2020 5:17 pm There are severalin the new_link.php file, make sure you edit the first one (the one in the same line as name="url").Code: Select all
maxlength="255"
Also, don't forget to upload the modified file to your server and reload the admin page in your browser.