Remove evrything with with captcha in : class.accountsQuote:
CAPTCHA on register is bugged :X
Help me for resolve this pleasse?
Warning: scandir() [function.scandir]: Directory name cannot be empty in C:\AppServ\www\conquer2\classes\class.account.php on line 112
$check = $this->conn->query("SELECT * FROM accounts WHERE username = '".$this->username."'");
//accounts is your table, and username is your row.
$ins_m = $this->conn->prepare("INSERT INTO accounts (username, password, email, question, answer, idnumber) VALUES (:username, :password, :email, :question, :answer, :idnumber)");
//as for this each insert into is for your rows, you will need to change this for different databases. some wont have a question and answer field or an id number.
Where do i have to add that?Quote:
looks to me that you just need to editoh forgot to add values are from the register page so you will need to remove values if u remove a row.Code:$check = $this->conn->query("SELECT * FROM accounts WHERE username = '".$this->username."'"); //accounts is your table, and username is your row. $ins_m = $this->conn->prepare("INSERT INTO accounts (username, password, email, question, answer, idnumber) VALUES (:username, :password, :email, :question, :answer, :idnumber)"); //as for this each insert into is for your rows, you will need to change this for different databases. some wont have a question and answer field or an id number.
and in change pass:Quote:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\AppServ\www\conquer2\index.php:81) in C:\AppServ\www\conquer2\classes\class.account.php on line 2
And in Ranking:Quote:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\AppServ\www\conquer2\index.php:81) in C:\AppServ\www\conquer2\modules\change_password.ph p on line 2
and at server statusQuote:
Warning: include(../classes/class.configs.php) [function.include]: failed to open stream: No such file or directory in C:\AppServ\www\conquer2\classes\class.rank.php on line 16
Warning: include() [function.include]: Failed opening '../classes/class.configs.php' for inclusion (include_path='.;C:\php6\pear') in C:\AppServ\www\conquer2\classes\class.rank.php on line 16
I tried to google the problems and i tried to solve it but nothing works :SQuote:
›
Warning: fsockopen() [function.fsockopen]: unable to connect to 5.181.18.192:9958 ... in C:\AppServ\www\conquer2\classes\class.configs.php on line 129
Offline