Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

MMO Paradox

Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
Ketchup friend you can do it for me please I can't do it I tried hard to remove Recapta

core/main.process.php:

Find:
Code:
function register()
{

Remove:
Code:
require_once("../includes/recaptchalib.php");	
$privatekey = "6LeSu9USAAAAAPLxhzaKdrQ8gLg935my9V00RP85";	
$resp = recaptcha_check_answer ($privatekey, $_SERVER["REMOTE_ADDR"], $_POST["recaptcha_challenge_field"], $_POST["recaptcha_response_field"]);

Remove:
Code:
if ($resp->is_valid) {

Remove:
Code:
	}
	else {
	
		echo '<div class="message-failed" style="display:block;width:613px;margin:4px 0px -14px 2px;font-size:13px;">The Captcha Code you entered was incorrect. Please enter the code again.</div>';
	}

-------------------------------------------------------------------------------------------

css/style.css:
Remove:
Code:
#recaptcha_menu
{
	background: #1A1A1A;
	border:solid 1px #404040; 
	width:338px;
	height:30px;
	padding:2px;
	margin:52px 0px 1px 0px;
}
#recaptcha_image
{
	margin-bottom:20px;
}
#recaptcha_image img
{
	border:solid 4px #404040; 
	width:336px;
	height:100px;	
}
.recaptcha_reload
{
	background: url(../images/recaptcha/reload.png);
	width:32px;
	height:32px;
	float:left;
	margin-left:-4px;	
}
.recaptcha_audio
{
	background: url(../images/recaptcha/audio.png);
	width:32px;
	height:32px;	
	float:left;	
}
.recaptcha_image
{
	background: url(../images/recaptcha/image.png);
	width:32px;
	height:32px;
	float:left;
}
.recaptcha_reload_audio
{
	background: url(../images/recaptcha/reload_audio.png);
	width:32px;
	height:32px;	
	float:right;
	margin-top:106.5px;
}
.recaptcha_download
{
	background: url(../images/recaptcha/download.png);
	width:32px;
	height:32px;	
	float:right;
	margin-top:90px;
}
.recaptcha_audio_player
{
	border:solid 4px #404040; 
	background: #000 url(../images/recaptcha/audio.gif) no-repeat;
	width:336px;
	height:100px;	
}

-------------------------------------------------------------------------------------------

Delete the following:
  • images/recaptcha/
  • includes/recaptchalib.php
  • javascript/recaptcha_ajax_pa.js

-------------------------------------------------------------------------------------------

pages/register/register.php:

Remove:
Code:
Recaptcha.reload();

Remove:
Code:
			recaptcha_response_field: "required",

Remove:
Code:
			recaptcha_response_field: "Write the captcha code",

Remove:
Code:
<script type="text/javascript">
$.getScript("javascript/recaptcha_ajax_pa.js", function () {
 Recaptcha.create("6LeSu9USAAAAAGmOPk9AmHOAl-vkkts3ZVEPahBS", 'recaptcha_widget', {
  tabindex: 2,
  theme : 'custom',
   custom_theme_widget: 'recaptcha_widget',
    lang: 'en'
 });
});
</script>

Remove:
Code:
<table width="100%" >
<tr>
<th align="left">
<span class="recaptcha_only_if_image" >Enter the words above:</span>
<span class="recaptcha_only_if_audio">Enter the numbers you hear:</span>
</th>

</tr>

<td>
<div id="recaptcha_image" ></div>

<div id="recaptcha_menu"><a href="javascript:Recaptcha.reload()"><div class="recaptcha_reload"></div></a>
<div class="recaptcha_only_if_image"><a href="javascript:Recaptcha.switch_type('audio')"><div class="recaptcha_audio"></div></a></div>
<div class="recaptcha_only_if_audio"><a href="javascript:Recaptcha.switch_type('image')"><div class="recaptcha_image"></div></a></div>
</div>
<div class="clear"></div>
<input type="text" name="recaptcha_response_field" id="recaptcha_response_field" style="width:344px;" />

</td>

</td>

</table>

This is pretty basic and simple to do if you pay attention and apply yourself.
 
Last edited:
Junior Spellweaver
Joined
Jun 3, 2011
Messages
140
Reaction score
23
Fatal error: Call to undefined function register() in C:\xampp\htdocs\core\main.process.php on line 17

You deleted complete Register function.
 
Junior Spellweaver
Joined
Jun 15, 2014
Messages
148
Reaction score
23
how to fix?

Lodelight - MMO Paradox - RaGEZONE Forums


Deprecated: Function sql_regcase() is deprecated in C:\xampp\htdocs\configs\anti_sql_injection.php on line 5
 
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
news.php

Please don't tag me for common sense stuff your to lazy to figure out for yourself.
 
Last edited:
Newbie Spellweaver
Joined
Aug 16, 2016
Messages
42
Reaction score
10
Can you reupload the website?
Thank you very much.
Or the website on google drive is updated ?
Because mega link is dead.
 
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
Can you reupload the website?
Thank you very much.
Or the website on google drive is updated ?
Because mega link is dead.

The link in the main post is google drive, instead of being lazy perhaps you should go to it lol.
 
Banned
Banned
Joined
Apr 13, 2014
Messages
734
Reaction score
76
This Mihai user is not me, maybe this is the problem when I launcher the XMLConfig.exe nothing happens.

 
Banned
Banned
Joined
Apr 13, 2014
Messages
734
Reaction score
76
after I use database for this website, I can't login all the time in my server but on website it's working, I already did disable the email verification upon registration.

LoginSvr01 log

[Sun Nov 3 2019 17:09:23.990495 4139916096]: [##ERROR##] OnCSCPreServerEnvRequest(): No Iamge : UserID(1), UserIP(myIP)[Sun Nov 3 2019 17:09:23.990577 4139916096]: [##ERROR##] 'OnCSCPreServerEnvRequest' fail (Proc/Auth.cpp:84)[Sun Nov 3 2019 17:09:23.990609 4139916096]: [##ERROR##] UsrMap Fail : MainCmd(2002) Ret(54:0:84) Addr(myIP) CharIdx(0)
 
Back
Top