I have no idea what these are meant to be. Only that they are suspose to be something similar to the phpnuke config.php file. Yet, Those ive shown it to, people that are experts with most php and mysql, none of them know exactly what its asking for.
Can someone tell me.
PS: I did read the explanations that it has above in the asconfig.php file, but they didnt make sense to me.
Evaders99 Site Admin
Joined: Aug 17, 2003
Posts: 12389
Posted:
Tue Jun 15, 2004 11:43 pm
$asec_dbconfig... name this whatever you want - perferably something that's not easy to guess. Admin Secure will create the required table.
$asec_dbtable... ditto to above. Use a different name
$asec_rand1... this is just a random string.. just start typing in a long string of letters
$asec_rand2 ditto
oh. thought they had to link the config.php file to the asconfig one.
Thanks heaps
madman Support Mod
Joined: Feb 15, 2004
Posts: 806
Posted:
Wed Jun 16, 2004 9:24 am
Both $asec_dbtable and $asec_dbconfig can be mean anything. For good practise, use only letters and underscores to avoid further problems. For some tips, do not use any name related to you, your site, your host, your community, etc. For a good sample, assuming your grandma has a black cat Tom and a dog Brutus. Use it as both variables:
Now about two another variables, $asec_rand1 and $asec_rand2. If you're not sure how to modify these values, try to swap the random text using cut/paste operation in your text editor. For example:
before: "abcdefghijklmnopqrstuvwxyz"
after few cuts/pastes: "efnohibcmwxaqrgyzstdpjkluv"
Another way is by hitting your keyboard randomly. When finish, remove non-alphanumeric characters (any non A-Zs and 0-9s). There is no restrictions for the length of this text because it uses as hashes string, but do not leave these variables assigned as empty string.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum