As you can see above i said there that i was followed the instruction here, you download new xampp with other version?
Printable View
Nice CMS and working on the latest XAMPP much secured . . .
Includes/config.php
Add your account there & save
Login your account & you should seePHP Code:// USERS WITH ADMINCP ACCESS
$config['admincp_users_access'] = array(
'Your_Account_Name',
);
http://i.imgur.com/hkyRBWv.png
nothing he say that username or password incorrect :(
- - - Updated - - -
[SQL 42S22] [odbc 207] > [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid column name 'confirmed'. (SQLExecute[207] at ext\pdo_odbc\odbc_stmt.c:254)
add confirmed column at memb_info table :)
Use this query
alter Table MEMB_INFO add confirmed int NULL
nothing :/
- - - Updated - - -
this web using md5?
Yes this website support MD5.
If you sure that you use md5 ... then...
Are you using localhost to test this website? if so there is possiblity that ip check doesn't let you in
You can remove or recode check for ip (but for server usage don't use it xD)
Go to includes/classes/class.login.php
Make backup
Find
alsoCode:if($this->canLogin($_SERVER['REMOTE_ADDR'])) {
&& un-comment
// if($this->canLogin($_SERVER['REMOTE_ADDR'])) {
Code:} else {
// user is timed out
message('error', lang('error_3',true));
}
&& un-comment
// } else {
// // user is timed out
// message('error', lang('error_3',true));
// }
Try login now.
Could not find stored procedure 'master.dbo.XP_MD5_EncodeKeyVal'
- - - Updated - - -
no no no I dont you md5, i creating account with maker after trying to log in but with fail :/
You have to use MD5, probably your memb__pwd is varchar type, so u'll have drop & recreate that column with varbinary type
if you want register using md5....
Download
https://www.sendspace.com/file/qw3sux
Copy WZ_MD5_MOD.dll to microsoft sql server\'INSTANCE_NAME'\tools\binn
Then execute query at sql
exec sp_addextendedproc 'XP_MD5_EncodeKeyVal', 'WZ_MD5_MOD.dll'
Let me see...
Open includes/classes/class.common.php
Find
Code:$query = "SELECT * FROM "._TBL_MI_." WHERE "._CLMN_USERNM_." = '$username' AND "._CLMN_PASSWD_." = [dbo].[fn_md5]('$password','$username')";
Replace with
Now you can login w/o MD5Code:$query = "SELECT * FROM "._TBL_MI_." WHERE "._CLMN_USERNM_." = '$username' AND "._CLMN_PASSWD_." = '$password'";
I have delet every where
[dbo].[fn_md5] like you do it
Thats what happend
String or binary data would be truncated.
there is a fix on this @ Official Forum
Does this Web supports z-team's season 8 ep 2 because im having trouble on Mucore? hope someone could help me thnx!
any one have a mirror of this cause i can't see the DL link it says the file was deleted
now its working its not offline but i encounter this error.
http://i62.tinypic.com/efmk48.png