Hello I have dowloaded Release_1.2.1_BETA in I have it installd it works perfect but i have only one problem if some one try to register than thy seems to having trobels thy all seems to get the same fold messages "user name is taken" ore som lyke that.
so what do I have to chance in what line etc.
can some one please help me
thx
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello I have dowloaded Release_1.2.1_BETA in I have it installd it works perfect but i have only one problem if some one try to register than thy seems to having trobels thy all seems to get the same fold messages "user name is taken" ore som lyke that.
so what do I have to chance in what line etc.
can some one please help me
thx
We are currently looking into the problem.
Search for the specific line:
IF ($userx = $xbanneduser) {
and replace it with:
IF ($userx == $xbanneduser) {
yes thx for that I have fond it already it was not that specific line but i think it is this line
IF ($userchecka = $user1) {
and i replaced it with
IF ($userchecka == $user1) {
and no it works perfectly
but thx any way
its a perefect script