You are required to register before you can post. This is via a custom verification system. Please post any problems you are encountering here and I`ll do my best to respond as soon as I can. Please note that a reply WILL be posted to all queries, so do not double post. There are no guarantees
when a reply will appear but I do my best to answer all within 3/4 days max. Bumping topics won`t make the slightest difference.
IMPORTANT: Posts in English ONLY please, thank you! Any other languages will be ignored and your message deleted.
SEARCH: Use the search option to see if your question has been answered on the forum before. Or check the relevant script docs.
CUSTOMER: If you have purchased a commercial version of any of my software, using the contact option at the licence centre ensures a faster response.
AUTO DELETION: Accounts older than 5 days, with no posts or topics, are automatically deleted. Only register if you are thinking of posting.
PRIVATE MESSAGES: Private messages are currently disabled.
LINKS: Any links posted are 'NOFOLLOW' and will not be picked up by search engines.
You are not logged in.
Pages: 1
hello David
in this data in db_connection.inc
i didn't write any thing in it
and make it
$database['cookieName'] = '';
$database['cookieKey'] = '';
can you inform me if that is true or not ?
it not please tell me how i can get " 'cookieName " and " 'cookieKey "
alos i make the same in " Maian Recipe "
note : script work very good without any problem
Last edited by THE ROCK (14-08-2008 18:40:24)
Offline
No, you should set a cookie name and a cookie key, don`t leave them blank.
Glad you like the script.
David.
Offline
No, you should set a cookie name and a cookie key, don`t leave them blank.
Glad you like the script.
David.
it not please tell me how i can get " 'cookieName " and " 'cookieKey "
and can you tell me " bad effect " if i make them " blank "
also don't forget to add the translation which i sent to you today ![]()
Last edited by THE ROCK (14-08-2008 18:51:49)
Offline
Please Give Me Answer For Previous Reply
and big thanks for you to add " Arabic Language Pack " by me
to the " Language Pack "
Note: i rename folder " admin " to another name
Last edited by THE ROCK (15-08-2008 14:28:13)
Offline
The cookie key is also used for the session log in. If you set that blank you probably won`t be able to log in. If it does work its fine blank. Much better to be set. Why do you want them blank?
David.
Offline
The cookie key is also used for the session log in. If you set that blank you probably won`t be able to log in. If it does work its fine blank. Much better to be set. Why do you want them blank?
David.
i make it " blank " as i didn't know how can i get them
$database['cookieName'] = '';
$database['cookieKey'] = '';
or i put any data on it ????
also login work very gooooood without any problem
================
so i prefer to keep them blank >>> but if i keep them blank my site will suffer from this http://www.milw0rm.com/exploits/6061 or not ????
Last edited by THE ROCK (16-08-2008 05:16:12)
Offline
Can I suggest in your inc directory, find the file: db_connection.inc.php
Look for these lines:
$database['cookieName'] = ' ';
$database['cookieKey'] = ' ';
Edit it to look something like:
$database['cookieName'] = 'yoursitename_cookie';
$database['cookieKey'] = 'dsljr349u809sdkjst89ksjdf9';
Neither line that I filled in makes any difference what it says, but put something in there. It would be good if the cookie name reflected your site name, so people don't delete it if they know where it's from. The cookie_key just needs to be a very long string of letters, number and characters - doesn't matter what it is.
Offline
Thanks Genie,
David.
Offline
Pages: 1