MMO Paradox

Page 22 of 26 FirstFirst ... 1214151617181920212223242526 LastLast
Results 316 to 330 of 379
  1. #316
    ‎‎‎‎ Ketchup is offline
    ModeratorRank
    Jan 2009 Join Date
    New YorkLocation
    2,831Posts

    Re: MMO Paradox

    Quote Originally Posted by sasuke View Post
    @ Ketchup ​how to solve this
    If i recall correctly it used an old recaptcha that is dead, you need to upgrade it to V2 at least or fully remove it. However i haven't touched these files in years but this is my guess.

  2. #317
    Dark Cabal Games sasuke is offline
    MemberRank
    Oct 2007 Join Date
    In your houseLocation
    1,663Posts

    Re: MMO Paradox

    @Ketchup how do i remove the capta?

  3. #318
    ‎‎‎‎ Ketchup is offline
    ModeratorRank
    Jan 2009 Join Date
    New YorkLocation
    2,831Posts

    Re: MMO Paradox

    Quote Originally Posted by sasuke View Post
    @Ketchup how do i remove the capta?
    By editing the registration page and removing all reCaptcha calls.

  4. #319
    Dark Cabal Games sasuke is offline
    MemberRank
    Oct 2007 Join Date
    In your houseLocation
    1,663Posts

    Re: MMO Paradox

    @Ketchup I did as you said in the register I removed all the addresses but this always comes up
    Attached Thumbnails Attached Thumbnails immagine.png  

  5. #320
    ‎‎‎‎ Ketchup is offline
    ModeratorRank
    Jan 2009 Join Date
    New YorkLocation
    2,831Posts

    Re: MMO Paradox

    Quote Originally Posted by sasuke View Post
    @Ketchup I did as you said in the register I removed all the addresses but this always comes up
    main.process.php search for "recap".

  6. #321
    Dark Cabal Games sasuke is offline
    MemberRank
    Oct 2007 Join Date
    In your houseLocation
    1,663Posts

    Re: MMO Paradox

    @Ketchup friend you can do it for me please I can't do it I tried hard to remove Recapta

  7. #322
    ‎‎‎‎ Ketchup is offline
    ModeratorRank
    Jan 2009 Join Date
    New YorkLocation
    2,831Posts

    Re: MMO Paradox

    Quote Originally Posted by sasuke View Post
    @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 by Ketchup; 24-09-19 at 04:52 PM. Reason: Updated

  8. #323
    Dark Cabal Games sasuke is offline
    MemberRank
    Oct 2007 Join Date
    In your houseLocation
    1,663Posts

    Re: MMO Paradox

    @Ketchup thanks bro

    Fatal error: Call to undefined function register() in C:\xampp\htdocs\core\main.process.php on line 17
    Last edited by sasuke; 24-09-19 at 04:49 PM.

  9. #324
    Tantra/Web Development jbeitz107 is offline
    MemberRank
    Mar 2012 Join Date
    USALocation
    1,470Posts

    Re: MMO Paradox

    Give me $200 and I will do it for you.

  10. #325
    ‎‎‎‎ Ketchup is offline
    ModeratorRank
    Jan 2009 Join Date
    New YorkLocation
    2,831Posts

    Re: MMO Paradox

    Quote Originally Posted by sasuke View Post
    @Ketchup thanks bro

    Fatal error: Call to undefined function register() in C:\xampp\htdocs\core\main.process.php on line 17
    Remove the else statement and braces to, i updated my post to reflect this.

  11. #326
    Dark Cabal Games sasuke is offline
    MemberRank
    Oct 2007 Join Date
    In your houseLocation
    1,663Posts

    Re: MMO Paradox

    @Ketchup I did everything as you said but does not register accounts

    I followed your guide to the letter but did not register any accounts
    Last edited by sasuke; 24-09-19 at 05:21 PM.

  12. #327
    Tantra/Web Development jbeitz107 is offline
    MemberRank
    Mar 2012 Join Date
    USALocation
    1,470Posts

    Re: MMO Paradox

    @sasuke Give me $200 and I will fix it for you.

  13. #328
    Valued Member Speranza is offline
    MemberRank
    Jun 2011 Join Date
    /var/www/html/Location
    143Posts

    Re: MMO Paradox

    Fatal error: Call to undefined function register() in C:\xampp\htdocs\core\main.process.php on line 17

    You deleted complete Register function.

  14. #329
    Valued Member mrbadud is offline
    MemberRank
    Jun 2014 Join Date
    128Posts

    Re: MMO Paradox

    how to fix?



    Deprecated: Function sql_regcase() is deprecated in C:\xampp\htdocs\configs\anti_sql_injection.php on line 5

  15. #330
    Programmer cyberinferno is offline
    MemberRank
    Jun 2009 Join Date
    127.0.0.1Location
    707Posts

    Re: MMO Paradox

    Quote Originally Posted by mrbadud View Post
    how to fix?



    Deprecated: Function sql_regcase() is deprecated in C:\xampp\htdocs\configs\anti_sql_injection.php on line 5
    This means PHP code is using an outdated function sql_regcase. To fix this warning you will have to update the code with preg_match function.



Advertisement