I hawe one problem in MuWeb 0.8!
When people register,in registration finish show this error:
But account is registred! I know,if account is registred,then is ok! But i dont like this error!
So QUESTION!
HOW TO FIX THIS ERROR?
I hawe one problem in MuWeb 0.8!
When people register,in registration finish show this error:
But account is registred! I know,if account is registred,then is ok! But i dont like this error!
So QUESTION!
HOW TO FIX THIS ERROR?
anyone?
=Master=
off the MD5 And Register then On it then Register now its not error i try it in my own server last week
I hawe switch off the MD5,but same error!
check character.class.php method that makes the registration. it has an code bug there.
look function register().
i have anathor problem with mu web 0.8.now i read this with the registration and the problem gone , but then i gain level 350(max level) and go to reset from site and click on my hero it show me that i am low level for reset and dont want to reset me :(( how to fix this ? reset is from site because i am exit the server before 1 hour => its not auto reset :)).pls help how to fix it?
open administrator page for your site then change reset level in "website" link.
off the md5 then make a register after you register On the MD5 i try it on my Own Server ok
the beginning of the function. check if is the same you have.
function register()
{
$account = stripslashes($_POST['account']);
$nome = stripslashes($_POST['nome']);
$password = stripslashes($_POST['password']);
$repassword = stripslashes($_POST['repassword']);
$email = stripslashes($_POST['email']);
$squestion = stripslashes($_POST['question']);
$sanswer = stripslashes($_POST['answer']);
$verifyinput2 = stripslashes($_POST['verifyinput2']);
$country = stripslashes($_POST['country']);
$gender = stripslashes($_POST['gender']);
$idcode = stripslashes($_POST['idcode']);
$date = date('m/d/Y');
require("config.php");
include("includes/validate.class.php");
$username_check = $db->Execute("SELECT memb___id FROM MEMB_INFO WHERE memb___id=?",array($account));
$username_verify = $username_check->numrows();
$email_check = $db->Execute("SELECT mail_addr FROM MEMB_INFO WHERE mail_addr=?",array($email));
$email_verify = $email_check->numrows();
$error= "0";
if ($_SESSION['image_random_value'] != md5($verifyinput2)){
$error= "1";
show_error("$warning_start Invalid security code! $warning_end");
}
if ($username_verify >= 1){
$error= "1";
show_error("$warning_start Choose other login! $warning_end");
}
if ($email_verify >= 1){
$error= "1";
show_error("$warning_start Choose other e-mail! $warning_end");
}
im having this error to. and this not fix it =//
its give me the same...i dont boder whith this but the players yes
so i cant help u if the md5 u don't use oks?
haha this error ..
when you create account ..
you press refresh
and MuWeb give you error !!
sry for my bad eng
no not true it's on the md5 or off it in my server iv fix it i just off & on the md5 and also stop saying SORRY FOR MY BAD ENGLISH i don't wanna hear that !!! >.<