& update keys on Mu Core AdminControlPanel -> Human Verification Settings
27-07-13
kenshee
re: [Release] MUCore 1.0.8 Nulled, English, 100% working
Hi 4FUNer can i disable this image verification and re captcha on my register sign up?
29-07-13
kenshee
re: [Release] MUCore 1.0.8 Nulled, English, 100% working
Help please changing the admincp password
Help please changing the admincp password
29-07-13
2009x2014
re: [Release] MUCore 1.0.8 Nulled, English, 100% working
Quote:
Originally Posted by kenshee
Hi 4FUNer can i disable this image verification and re captcha on my register sign up?
modify page_modules/register.php
--->
Spoiler:
Lazy redo LOL
Delete
Code:
if ($is_reCAPTCHA != '1') {
echo ' if (document.sign_up_frm.verify_int.value.length < 6){
alert(\'Please enter the code from verification image.\');
return false;
}';
}
modify
if ($bot_check == '1') {
$msg_error = msg('0', text_register_error10);
to
if ($bot_check == '999') {
$msg_error = msg('0', text_register_error10);
save & done, anyway it's not recomended to remove captcha since they can create like XXXXXXXXX accounts with bot :P
Quote:
Originally Posted by kenshee
Help please changing the admincp password
open config.php on ur mucore directory
& configure
$core['admin_username'] = 'LOGIN';
$core['admin_password'] = 'PASS';
29-07-13
kenshee
re: [Release] MUCore 1.0.8 Nulled, English, 100% working
many thanks 4FUNer your kind....:thumbup:
sorry 4FUNer after changing the user and password at core.. i can't login anymore. do i need to restart xammp? or sqldatabase? thank you in advanced
29-07-13
2009x2014
re: [Release] MUCore 1.0.8 Nulled, English, 100% working
Quote:
Originally Posted by kenshee
many thanks 4FUNer your kind....:thumbup:
sorry 4FUNer after changing the user and password at core.. i can't login anymore. do i need to restart xammp? or sqldatabase? thank you in advanced
you did typo on config
be sure nick or pass is in ' ';
29-07-13
kenshee
re: [Release] MUCore 1.0.8 Nulled, English, 100% working
Got it password is only 4 characters only.... thanks 4Funer
29-07-13
Faronnia
re: [Release] MUCore 1.0.8 Nulled, English, 100% working
Having trouble setting up this website with IGCN eX700 files, some php errors and modules don't work.
If anyone think they can help me out for some money (paypal or whatever), please send me a private message.
31-07-13
boazitos
re: [Release] MUCore 1.0.8 Nulled, English, 100% working
hii i install mucore now and i cant register
dont have Image Verification what i need to do
Change image verification to reCaptcha, you'll need to register @reCAPTCHA to get desired key number in order to make it work properly.
To do this, go to admincp, and look for human verification tab.
GL & HF.
01-08-13
pquintal
re: [Release] MUCore 1.0.8 Nulled, English, 100% working
Quote:
Originally Posted by boazitos
hii i install mucore now and i cant register
dont have Image Verification what i need to do
I don´t see in your code any call to verify captcha image, "template/default/images/captcha.gif"
check in you get.php where is the location for image verify
01-08-13
BABINELO
re: [Release] MUCore 1.0.8 Nulled, English, 100% working
i have problem with user cp i can't do anything when i login can anyone help me? i use appserv 5.10.
01-08-13
boazitos
re: [Release] MUCore 1.0.8 Nulled, English, 100% working
Quote:
Originally Posted by pquintal
I don´t see in your code any call to verify captcha image, "template/default/images/captcha.gif"
check in you get.php where is the location for image verify
i check get.php and all ok and image
$image = imagecreatefromgif('template/' . $core['config']['template'] . '/images/captcha.gif');
is ok and the image is ok i dont know what no ok
03-08-13
pquintal
re: [Release] MUCore 1.0.8 Nulled, English, 100% working
under what webserver you working that ?
13-09-13
Hyakki Maru
re: [Release] MUCore 1.0.8 Nulled, English, 100% working
sorry for noob question.
How can others access my MuCore website through my ip?
How to configure MuCore? or my PC?