Page 1 of 1

encoding urls

Posted: Mon Jun 25, 2012 5:49 pm
by bluenoise
Script URL:
Version of script: 1.2
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:
why not encoding urls befor storing them into the database : clicks.txt
exemple : using urlencode or base64_encode , may be this can provide more secuirity to the script.

Re: encoding urls

Posted: Mon Jun 25, 2012 7:35 pm
by Klemen
If you are trying to hide URLs you can simply rename file "clicks.txt" to a hard to guess name like "SY0dcrCza7tPZVfjKT2q.txt" and change the value of $settings['logfile'] in the settings.php file.

You can use this tool to generate some random names: Random string generator

Re: encoding urls

Posted: Tue Jun 26, 2012 12:09 am
by bluenoise
using it in the input.

Re: encoding urls

Posted: Wed Jun 27, 2012 2:21 pm
by Klemen
No idea what you mean or how you would consider this a security issue?

Re: encoding urls

Posted: Tue Jul 03, 2012 6:15 pm
by bluenoise
yes