• TibiaFace

    Tibiaface | Una comunidad Open Tibia donde encontras : mapas, scripts, Otserver, npc y amigos etc ...

    .
    demo menumenu

    Afiliados



    Votar:

    [Web] Ayuda con el Código de verificación de pagina web

    Compartir:

    Ver el tema anterior Ver el tema siguiente Ir abajo  Mensaje (Página 1 de 1.)

    rocket123

    rocket123
    Nuevo Miembro
    Nuevo Miembro
    Descripcion escribió:[Tienes que estar registrado y conectado para ver este vínculo] necesito tu ayuda en esto que nose se por que no me aparece el Código de verificación

    [Web] Ayuda con el Código de verificación de pagina web <img src=" />
    Captura del Error escribió:Imagen del error: [Web] Ayuda con el Código de verificación de pagina web Empty
    El error radica en: WEB

    2 participantes

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    si dejaste algo suelto en el codigo php tiene que buscar que te falto eliminar



    [Web] Ayuda con el Código de verificación de pagina web YNU5B25
    2 participantes
    http://www.tibiaface.com

    rocket123

    rocket123
    Nuevo Miembro
    Nuevo Miembro
    [Admin] God Maya escribió:si dejaste algo suelto en el codigo php tiene que buscar que te falto eliminar

    pero eso donde lo encuentro el xampp
    [Web] Ayuda con el Código de verificación de pagina web Captur10

    2 participantes

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    rocket123 escribió:
    [Admin] God Maya escribió:si dejaste algo suelto en el codigo php tiene que buscar que te falto eliminar

    pero eso donde lo encuentro el xampp
    [Web] Ayuda con el Código de verificación de pagina web Captur10

    en donde editaste la cacha



    [Web] Ayuda con el Código de verificación de pagina web YNU5B25
    2 participantes
    http://www.tibiaface.com

    rocket123

    rocket123
    Nuevo Miembro
    Nuevo Miembro
    [Admin] God Maya escribió:
    rocket123 escribió:
    [Admin] God Maya escribió:si dejaste algo suelto en el codigo php tiene que buscar que te falto eliminar

    pero eso donde lo encuentro el xampp
    [Web] Ayuda con el Código de verificación de pagina web Captur10

    en donde editaste la cacha

    no le entiendo mucho podria ser mas claro porfa [Tienes que estar registrado y conectado para ver este vínculo]

    2 participantes

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    publique aqui bajos las tag code que esta el menu de respuesta su createaccount.php



    [Web] Ayuda con el Código de verificación de pagina web YNU5B25
    2 participantes
    http://www.tibiaface.com

    rocket123

    rocket123
    Nuevo Miembro
    Nuevo Miembro
    createaccount.php
    Código:
    if(!defined('INITIALIZED'))
       exit;

    //CREATE ACCOUNT FORM PAGE
    if($action == "")
    {
       $main_content .= '<script type="text/javascript">

    var accountHttp;

    function checkAccount()
    {
       if(document.getElementById("account_name").value=="")
       {
          document.getElementById("acc_name_check").innerHTML = \'<b><font color="red">Please enter account name.</font></b>\';
          return;
       }
       accountHttp=GetXmlHttpObject();
       if (accountHttp==null)
       {
          return;
       }
       var account = document.getElementById("account_name").value;
       var url="?subtopic=ajax_check_account&account=" + account + "&uid="+Math.random();
       accountHttp.onreadystatechange=AccountStateChanged;
       accountHttp.open("GET",url,true);
       accountHttp.send(null);
    }

    function AccountStateChanged()
    {
       if (accountHttp.readyState==4)
       {
          document.getElementById("acc_name_check").innerHTML=accountHttp.responseText;
       }
    }

    var emailHttp;

    //sprawdza czy dane konto istnieje czy nie
    function checkEmail()
    {
       if(document.getElementById("email").value=="")
       {
          document.getElementById("email_check").innerHTML = \'<b><font color="red">Please enter e-mail.</font></b>\';
          return;
       }
       emailHttp=GetXmlHttpObject();
       if (emailHttp==null)
       {
          return;
       }
       var email = document.getElementById("email").value;
       var url="?subtopic=ajax_check_email&email=" + email + "&uid="+Math.random();
       emailHttp.onreadystatechange=EmailStateChanged;
       emailHttp.open("GET",url,true);
       emailHttp.send(null);
    }

    function EmailStateChanged()
    {
       if (emailHttp.readyState==4)
       {
          document.getElementById("email_check").innerHTML=emailHttp.responseText;
       }
    }

       function validate_required(field,alerttxt)
       {
          with (field)
             {
             if (value==null||value==""||value==" ")
             {
                alert(alerttxt);
                return false;
             }
             else
             {
                return true;
             }
          }
       }

       function validate_email(field,alerttxt)
       {
          with (field)
          {
             apos=value.indexOf("@");
             dotpos=value.lastIndexOf(".");
             if (apos<1||dotpos-apos<2)
             {
                alert(alerttxt);
                return false;
             }
             else
             {
                return true;
             }
          }
       }

       function validate_form(thisform)
       {
          with (thisform)
          {
             if(validate_required(account_name,"Please enter name of new account!")==false)
             {
                account_name.focus();
                return false;
             }
             if(validate_required(email,"Please enter your e-mail!")==false)
             {
                email.focus();
                return false;
             }
             if(validate_email(email,"Invalid e-mail format!")==false)
             {
                email.focus();
                return false;
             }
             if(verifpass==1)
             {
                if(validate_required(passor,"Please enter password!")==false)
                {
                   passor.focus();
                   return false;
                }
                if (validate_required(passor2,"Please repeat password!")==false)
                {
                   passor2.focus();
                   return false;
                }
                if(passor2.value!=passor.value)
                {
                   alert(\'Repeated password is not equal to password!\');
                   return false;
                }
             }
             if(verifya==1)
             {
                if (validate_required(verify,"Please enter verification code!")==false)
                {
                   verify.focus();return false;
                }
             }
             if(rules.checked==false)
             {
                alert(\'To create account you must accept server rules!\');
                return false;
             }
          }
       }
       </script>';
       $main_content .= 'To play on '.htmlspecialchars($config['server']['serverName']).' you need an account.
                      All you have to do to create your new account is to enter your email address, password to new account, verification code from picture and to agree to the terms presented below.
                      If you have done so, your account name, password and e-mail address will be shown on the following page and your account and password will be sent
                      to your email address along with further instructions.<BR><BR>
                      <FORM ACTION="?subtopic=createaccount&action=saveaccount" onsubmit="return validate_form(this)" METHOD=post>
                      <TABLE WIDTH=100% BORDER=0 CELLSPACING=1 CELLPADDING=4>
                      <TR><TD BGCOLOR="'.$config['site']['vdarkborder'].'" CLASS=white><B>Create an '.htmlspecialchars($config['server']['serverName']).' Account</B></TD></TR>
                      <TR><TD BGCOLOR="'.$config['site']['darkborder'].'"><TABLE BORDER=0 CELLSPACING=8 CELLPADDING=0>
                        <TR><TD>
                          <TABLE BORDER=0 CELLSPACING=5 CELLPADDING=0>';
       $main_content .= '<TR><TD width="150" valign="top"><B>Account name: </B></TD><TD colspan="2"><INPUT id="account_name" NAME="reg_name" onkeyup="checkAccount();" VALUE="" SIZE=30 MAXLENGTH=50><BR><font size="1" face="verdana,arial,helvetica">(Please enter your new account name)</font></TD></TR>
                     <TR><TD width="150"><b>Name status:</b></TD><TD colspan="2"><b><div id="acc_name_check">Please enter your account name.</div></b></TD></TR>
                   <TR><TD width="150" valign="top"><B>Email address: </B></TD><TD colspan="2"><INPUT id="email" NAME="reg_email" onkeyup="checkEmail();" VALUE="" SIZE=30 MAXLENGTH=50><BR><font size="1" face="verdana,arial,helvetica">(Your email address is required to recovery an '.htmlspecialchars($config['server']['serverName']).' account)</font></TD></TR>
                     <TR><TD width="150"><b>Email status:</b></TD><TD colspan="2"><b><div id="email_check">Please enter your e-mail.</div></b></TD></TR>';
       if(!$config['site']['create_account_verify_mail'])
       $main_content .= '<script type="text/javascript">var verifpass=1;</script>
                      <TR><TD width="150" valign="top"><B>Password: </B></TD><TD colspan="2"><INPUT TYPE="password" id="passor" NAME="reg_password" VALUE="" SIZE=30 MAXLENGTH=50><BR><font size="1" face="verdana,arial,helvetica">(Here write your password to new account on '.htmlspecialchars($config['server']['serverName']).')</font></TD></TR>
                     <TR><TD width="150" valign="top"><B>Repeat password: </B></TD><TD colspan="2"><INPUT TYPE="password" id="passor2" NAME="reg_password2" VALUE="" SIZE=30 MAXLENGTH=50><BR><font size="1" face="verdana,arial,helvetica">(Repeat your password)</font></TD></TR>';
       else
          $main_content .= '<script type="text/javascript">var verifpass=0;</script>';
       if($config['site']['verify_code'])
          $main_content .= '<script type="text/javascript">var verifya=1;</script><TR><TD width="150"><B>Code: </B></TD><TD colspan="2"><img src="?subtopic=imagebuilder&image_refresher='.mt_rand(1,99999).'" border="0" alt="Image Verification is missing, please contact the administrator"></TD></TR>
                        <TR><TD width="150" valign="top"><B>Verification Code: </B></TD><TD colspan="2"><INPUT id="verify" NAME="reg_code" VALUE="" SIZE=30 MAXLENGTH=50><BR><font size="1" face="verdana,arial,helvetica">(Here write verification code from picture)</font></TD></TR>';
       else
          $main_content .= '<script type="text/javascript">var verifya=0;</script>';
       $main_content .= '</TABLE>
                     </TD></TR>
                     <TR><TD>
                       <TABLE BORDER=0 CELLSPACING=5 CELLPADDING=0><TR><TD>
                         Please review the following terms and state your agreement below.
                       </TD></TR>
                       <TR><TD>
                         <B>'.htmlspecialchars($config['server']['serverName']).' Rules</B><BR>
                         <TEXTAREA ROWS="16" WRAP="physical" COLS="75" READONLY="true">';
       //load server rules from file
       include("pages/tibiarules.php");
       $main_content .= '</TEXTAREA>
                       </TD></TR></TABLE>
                     </TD></TR>
                     <TR><TD>
                       <TABLE BORDER=0 CELLSPACING=5 CELLPADDING=0>
                       <TR><TD>
                         <INPUT TYPE="checkbox" NAME="rules" id="rules" value="true" /><label for="rules"><u> I agree to the '.htmlspecialchars($config['server']['serverName']).' Rules.</u></lable><BR>
                       </TD></TR>
                       <TR><TD>
                         If you fully agree to these terms, click on the "I Agree" button in order to create an '.htmlspecialchars($config['server']['serverName']).' account.<BR>
                         If you do not agree to these terms or do not want to create an '.htmlspecialchars($config['server']['serverName']).' account, please click on the "Cancel" button.
                       </TD></TR></TABLE>
                     </TD></TR>
                   </TABLE></TD></TR>
                   </TABLE>
                   <BR>
                   <TABLE BORDER=0 WIDTH=100%>
                     <TR><TD ALIGN=center>
                       <IMG SRC="'.$layout_name.'/images/blank.gif" WIDTH=120 HEIGHT=1 BORDER=0><BR>
                     </TD><TD ALIGN=center VALIGN=top>
                       <INPUT TYPE=image NAME="I Agree" SRC="'.$layout_name.'/images/buttons/sbutton_iagree.gif" BORDER=0 WIDTH=120 HEIGHT=18>
                       </FORM>
                     </TD><TD ALIGN=center>
                       <FORM  ACTION="?subtopic=latestnews" METHOD=post>
                       <INPUT TYPE=image NAME="Cancel" SRC="'.$layout_name.'/images/buttons/sbutton_cancel.gif" BORDER=0 WIDTH=120 HEIGHT=18>
                       </FORM>
                     </TD><TD ALIGN=center>
                       <IMG SRC="/images/blank.gif" WIDTH=120 HEIGHT=1 BORDER=0><BR>
                     </TD></TR>
                   </TABLE>
                   </TD>
                   <TD><IMG SRC="'.$layout_name.'/images/blank.gif" WIDTH=10 HEIGHT=1 BORDER=0></TD>
                   </TR>
                   </TABLE>';
    }
    //CREATE ACCOUNT PAGE (save account in database)
    if($action == "saveaccount")
    {
       $reg_name = strtoupper(trim($_POST['reg_name']));
       $reg_email = trim($_POST['reg_email']);
       $reg_password = trim($_POST['reg_password']);
       $reg_code = trim($_POST['reg_code']);
       //FIRST check
       //check e-mail
       if(empty($reg_name))
          $reg_form_errors[] = "Please enter account name.";
       elseif(!check_account_name($reg_name))
          $reg_form_errors[] = "Invalid account name format. Use only A-Z and numbers 0-9.";
       if(empty($reg_email))
          $reg_form_errors[] = "Please enter your email address.";
       else
       {
          if(!check_mail($reg_email))
             $reg_form_errors[] = "E-mail address is not correct.";
       }
       if($config['site']['verify_code'])
       {
          //check verification code
          $string = strtoupper($_SESSION['string']);
          $userstring = strtoupper($reg_code);
          session_destroy();
          if(empty($string))
             $reg_form_errors[] = "Information about verification code in session is empty.";
          else
          {
             if(empty($userstring))
                $reg_form_errors[] = "Please enter verification code.";
             else
             {
                if($string != $userstring)
                   $reg_form_errors[] = "Verification code is incorrect.";
             }
          }
       }
       //check password
       if(empty($reg_password) && !$config['site']['create_account_verify_mail'])
          $reg_form_errors[] = "Please enter password to your new account.";
       elseif(!$config['site']['create_account_verify_mail'])
       {
          if(!check_password($reg_password))
             $reg_form_errors[] = "Password contains illegal chars (a-z, A-Z and 0-9 only!) or lenght.";
       }
       //SECOND check
       //check e-mail address in database
       if(empty($reg_form_errors))
       {
          if($config['site']['one_email'])
          {
             $test_email_account = new Account();
             //load account with this e-mail
             $test_email_account->findByEmail($reg_email);
             if($test_email_account->isLoaded())
                $reg_form_errors[] = "Account with this e-mail address already exist in database.";
          }
          $account_db = new Account();
          $account_db->find($reg_name);
          if($account_db->isLoaded())
             $reg_form_errors[] = 'Account with this name already exist.';
       }
       // ----------creates account-------------(save in database)
       if(empty($reg_form_errors))
       {
          //create object 'account' and generate new acc. number
          if($config['site']['create_account_verify_mail'])
          {
             $reg_password = '';
             for ($i = 1; $i <= 6; $i++)
                $reg_password .= mt_rand(0,9);
          }
          $reg_account = new Account();
          // saves account information in database
          $reg_account->setName($reg_name);
          $reg_account->setPassword($reg_password);
          $reg_account->setEMail($reg_email);
          $reg_account->setGroupID(1);
          $reg_account->setCreateDate(time());
          $reg_account->setCreateIP(Visitor::getIP());
          $reg_account->setFlag(Website::getCountryCode(long2ip(Visitor::getIP())));
          if(isset($config['site']['newaccount_premdays']) && $config['site']['newaccount_premdays'] > 0)
          {
             $reg_account->set("premdays", $config['site']['newaccount_premdays']);
             $reg_account->set("lastday", time());
          }
          $reg_account->save();
          //show information about registration
          if($config['site']['send_emails'] && $config['site']['create_account_verify_mail'])
          {
             $mailBody = '<html>
             <body>
             <h3>Your account name and password!</h3>
             <p>You or someone else registred on server <a href="'.$config['server']['url'].'"><b>'.htmlspecialchars($config['server']['serverName']).'</b></a> with this e-mail.</p>
             <p>Account name: <b>'.htmlspecialchars($reg_name).'</b></p>
             <p>Password: <b>'.htmlspecialchars(trim($reg_password)).'</b></p>
             <br />
             <p>After login you can:</p>
             <li>Create new characters
             <li>Change your current password
             <li>Change your current e-mail
             </body>
             </html>';
             $mail = new PHPMailer();
             if ($config['site']['smtp_enabled'])
             {
                $mail->IsSMTP();
                $mail->Host = $config['site']['smtp_host'];
                $mail->Port = (int)$config['site']['smtp_port'];
                $mail->SMTPAuth = $config['site']['smtp_auth'];
                $mail->Username = $config['site']['smtp_user'];
                $mail->Password = $config['site']['smtp_pass'];
             }
             else
                $mail->IsMail();
             $mail->IsHTML(true);
             $mail->From = $config['site']['mail_address'];
             $mail->AddAddress($reg_email);
             $mail->Subject = $config['server']['serverName']." - Registration";
             $mail->Body = $mailBody;
             if($mail->Send())
             {
                $main_content .= 'Your account has been created. Check your e-mail. See you in Tibia!<BR><BR>';
                $main_content .= '<TABLE WIDTH=100% BORDER=0 CELLSPACING=1 CELLPADDING=4>
                <TR><TD BGCOLOR="'.$config['site']['vdarkborder'].'" CLASS=white><B>Account Created</B></TD></TR>
                <TR><TD BGCOLOR="'.$config['site']['darkborder'].'">
                  <TABLE BORDER=0 CELLPADDING=1><TR><TD>
                    <BR>Your account name is <b>'.$reg_name.'</b>.
                   <BR><b><i>You will receive e-mail (<b>'.htmlspecialchars($reg_email).'</b>) with your password.</b></i><br>';
                $main_content .= 'You will need the account name and your password to play on '.htmlspecialchars($config['server']['serverName']).'.
                    Please keep your account name and password in a safe place and
                    never give your account name or password to anybody.<BR><BR>';
                $main_content .= '<br /><small>These informations were send on email address <b>'.htmlspecialchars($reg_email).'</b>. Please check your inbox/spam folder.';
             }
             else
             {
                $main_content .= '<br /><small>An error occorred while sending email! Account not created. Try again.</small>';
                $reg_account->delete();
             }
          }
          else
          {
             $main_content .= 'Your account has been created. Now you can login and create your first character. See you in Tibia!<BR><BR>';
             $main_content .= '<TABLE WIDTH=100% BORDER=0 CELLSPACING=1 CELLPADDING=4>
             <TR><TD BGCOLOR="'.$config['site']['vdarkborder'].'" CLASS=white><B>Account Created</B></TD></TR>
             <TR><TD BGCOLOR="'.$config['site']['darkborder'].'">
               <TABLE BORDER=0 CELLPADDING=1><TR><TD>
                 <BR>Your account name is <b>'.htmlspecialchars($reg_name).'</b><br>You will need the account name and your password to play on '.htmlspecialchars($config['server']['serverName']).'.
                 Please keep your account name and password in a safe place and
                 never give your account name or password to anybody.<BR><BR>';
             if($config['site']['send_emails'] && $config['site']['send_register_email'])
             {
                $mailBody = '<html>
                <body>
                <h3>Your account name and password!</h3>
                <p>You or someone else registred on server <a href="'.$config['server']['url'].'"><b>'.htmlspecialchars($config['server']['serverName']).'</b></a> with this e-mail.</p>
                <p>Account name: <b>'.htmlspecialchars($reg_name).'</b></p>
                <p>Password: <b>'.htmlspecialchars(trim($reg_password)).'</b></p>
                <br />
                <p>After login you can:</p>
                <li>Create new characters
                <li>Change your current password
                <li>Change your current e-mail
                </body>
                </html>';
                $mail = new PHPMailer();
                if ($config['site']['smtp_enabled'])
                {
                   $mail->IsSMTP();
                   $mail->Host = $config['site']['smtp_host'];
                   $mail->Port = (int)$config['site']['smtp_port'];
                   $mail->SMTPAuth = $config['site']['smtp_auth'];
                   $mail->Username = $config['site']['smtp_user'];
                   $mail->Password = $config['site']['smtp_pass'];
                }
                else
                   $mail->IsMail();
                $mail->IsHTML(true);
                $mail->From = $config['site']['mail_address'];
                $mail->AddAddress($reg_email);
                $mail->Subject = $config['server']['serverName']." - Registration";
                $mail->Body = $mailBody;
                if($mail->Send())
                   $main_content .= '<br /><small>These informations were send on email address <b>'.htmlspecialchars($reg_email).'</b>.';
                else
                   $main_content .= '<br /><small>An error occorred while sending email (<b>'.htmlspecialchars($reg_email).'</b>)!</small>';
             }
          }
          $main_content .= '</TD></TR></TABLE></TD></TR></TABLE><BR><BR>';
       }
       else
       {
          //SHOW ERRORs if data from form is wrong
          $main_content .= '<div class="SmallBox" >  <div class="MessageContainer" >    <div class="BoxFrameHorizontal" style="background-image:url('.$layout_name.'/images/content/box-frame-horizontal.gif);" /></div>    <div class="BoxFrameEdgeLeftTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></div>    <div class="BoxFrameEdgeRightTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></div>    <div class="ErrorMessage" >      <div class="BoxFrameVerticalLeft" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif);" /></div>      <div class="BoxFrameVerticalRight" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif);" /></div>      <div class="AttentionSign" style="background-image:url('.$layout_name.'/images/content/attentionsign.gif);" /></div><b>The Following Errors Have Occurred:</b><br/>';
          foreach($reg_form_errors as $show_msg)
          {
                   $main_content .= '<li>'.$show_msg.'</li>';
          }
          $main_content .= '</div>    <div class="BoxFrameHorizontal" style="background-image:url('.$layout_name.'/images/content/box-frame-horizontal.gif);" /></div>    <div class="BoxFrameEdgeRightBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></div>    <div class="BoxFrameEdgeLeftBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></div>  </div></div><br/>
          <BR>
          <CENTER>
          <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0><FORM ACTION=?subtopic=createaccount METHOD=post><TR><TD>
          <INPUT TYPE=hidden NAME=email VALUE="">

          <INPUT TYPE=image NAME="Back" ALT="Back" SRC="'.$layout_name.'/images/buttons/sbutton_back.gif" BORDER=0 WIDTH=120 HEIGHT=18>
          </TD></TR></FORM></TABLE>
          </CENTER>';
       }
    }

    2 participantes

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    prueba

    Código:


    <?php
    if(!defined('INITIALIZED'))
       exit;
    //CREATE ACCOUNT FORM PAGE
    if($action == "")
    {
       $main_content .= '<script type="text/javascript">
    var accountHttp;
    function checkAccount()
    {
       if(document.getElementById("account_name").value=="")
       {
          document.getElementById("acc_name_check").innerHTML = \'<b><font color="red">Please enter account name.</font></b>\';
          return;
       }
       accountHttp=GetXmlHttpObject();
       if (accountHttp==null)
       {
          return;
       }
       var account = document.getElementById("account_name").value;
       var url="?subtopic=ajax_check_account&account=" + account + "&uid="+Math.random();
       accountHttp.onreadystatechange=AccountStateChanged;
       accountHttp.open("GET",url,true);
       accountHttp.send(null);
    }
    function AccountStateChanged()
    {
       if (accountHttp.readyState==4)
       {
          document.getElementById("acc_name_check").innerHTML=accountHttp.responseText;
       }
    }
    var emailHttp;
    //sprawdza czy dane konto istnieje czy nie
    function checkEmail()
    {
       if(document.getElementById("email").value=="")
       {
          document.getElementById("email_check").innerHTML = \'<b><font color="red">Please enter e-mail.</font></b>\';
          return;
       }
       emailHttp=GetXmlHttpObject();
       if (emailHttp==null)
       {
          return;
       }
       var email = document.getElementById("email").value;
       var url="?subtopic=ajax_check_email&email=" + email + "&uid="+Math.random();
       emailHttp.onreadystatechange=EmailStateChanged;
       emailHttp.open("GET",url,true);
       emailHttp.send(null);
    }
    function EmailStateChanged()
    {
       if (emailHttp.readyState==4)
       {
          document.getElementById("email_check").innerHTML=emailHttp.responseText;
       }
    }
       function validate_required(field,alerttxt)
       {
          with (field)
             {
             if (value==null||value==""||value==" ")
             {
                alert(alerttxt);
                return false;
             }
             else
             {
                return true;
             }
          }
       }
       function validate_email(field,alerttxt)
       {
          with (field)
          {
             apos=value.indexOf("@");
             dotpos=value.lastIndexOf(".");
             if (apos<1||dotpos-apos<2)
             {
                alert(alerttxt);
                return false;
             }
             else
             {
                return true;
             }
          }
       }
       function validate_form(thisform)
       {
          with (thisform)
          {
             if(validate_required(account_name,"Please enter name of new account!")==false)
             {
                account_name.focus();
                return false;
             }
             if(validate_required(email,"Please enter your e-mail!")==false)
             {
                email.focus();
                return false;
             }
             if(validate_email(email,"Invalid e-mail format!")==false)
             {
                email.focus();
                return false;
             }
             if(verifpass==1)
             {
                if(validate_required(passor,"Please enter password!")==false)
                {
                   passor.focus();
                   return false;
                }
                if (validate_required(passor2,"Please repeat password!")==false)
                {
                   passor2.focus();
                   return false;
                }
                if(passor2.value!=passor.value)
                {
                   alert(\'Repeated password is not equal to password!\');
                   return false;
                }
             }
             if(verifya==1)
             {
                if (validate_required(verify,"Please enter verification code!")==false)
                {
                   verify.focus();return false;
                }
             }
             if(rules.checked==false)
             {
                alert(\'To create account you must accept server rules!\');
                return false;
             }
          }
       }
       </script>';
       $main_content .= 'To play on '.htmlspecialchars($config['server']['serverName']).' you need an account.
                      All you have to do to create your new account is to enter your email address, password to new account, verification code from picture and to agree to the terms presented below.
                      If you have done so, your account name, password and e-mail address will be shown on the following page and your account and password will be sent
                      to your email address along with further instructions.<BR><BR>
                      <FORM ACTION="?subtopic=createaccount&action=saveaccount" onsubmit="return validate_form(this)" METHOD=post>
                      <TABLE WIDTH=100% BORDER=0 CELLSPACING=1 CELLPADDING=4>
                      <TR><TD BGCOLOR="'.$config['site']['vdarkborder'].'" CLASS=white><B>Create an '.htmlspecialchars($config['server']['serverName']).' Account</B></TD></TR>
                      <TR><TD BGCOLOR="'.$config['site']['darkborder'].'"><TABLE BORDER=0 CELLSPACING=8 CELLPADDING=0>
                        <TR><TD>
                          <TABLE BORDER=0 CELLSPACING=5 CELLPADDING=0>';
       $main_content .= '<TR><TD width="150" valign="top"><B>Account name: </B></TD><TD colspan="2"><INPUT id="account_name" NAME="reg_name" onkeyup="checkAccount();" VALUE="" SIZE=30 MAXLENGTH=50><BR><font size="1" face="verdana,arial,helvetica">(Please enter your new account name)</font></TD></TR>
                     <TR><TD width="150"><b>Name status:</b></TD><TD colspan="2"><b><div id="acc_name_check">Please enter your account name.</div></b></TD></TR>
                   <TR><TD width="150" valign="top"><B>Email address: </B></TD><TD colspan="2"><INPUT id="email" NAME="reg_email" onkeyup="checkEmail();" VALUE="" SIZE=30 MAXLENGTH=50><BR><font size="1" face="verdana,arial,helvetica">(Your email address is required to recovery an '.htmlspecialchars($config['server']['serverName']).' account)</font></TD></TR>
                     <TR><TD width="150"><b>Email status:</b></TD><TD colspan="2"><b><div id="email_check">Please enter your e-mail.</div></b></TD></TR>';
       if(!$config['site']['create_account_verify_mail'])
       $main_content .= '<script type="text/javascript">var verifpass=1;</script>
                      <TR><TD width="150" valign="top"><B>Password: </B></TD><TD colspan="2"><INPUT TYPE="password" id="passor" NAME="reg_password" VALUE="" SIZE=30 MAXLENGTH=50><BR><font size="1" face="verdana,arial,helvetica">(Here write your password to new account on '.htmlspecialchars($config['server']['serverName']).')</font></TD></TR>
                     <TR><TD width="150" valign="top"><B>Repeat password: </B></TD><TD colspan="2"><INPUT TYPE="password" id="passor2" NAME="reg_password2" VALUE="" SIZE=30 MAXLENGTH=50><BR><font size="1" face="verdana,arial,helvetica">(Repeat your password)</font></TD></TR>';
       else
          $main_content .= '<script type="text/javascript">var verifpass=0;</script>';
       if($config['site']['verify_code'])
          $main_content .= '<script type="text/javascript">var verifya=1;</script><TR><TD width="150"><B>Code: </B></TD><TD colspan="2"><img src="?subtopic=imagebuilder&image_refresher='.mt_rand(1,99999).'" border="0" alt="Image Verification is missing, please contact the administrator"></TD></TR>
                        <TR><TD width="150" valign="top"><B>Verification Code: </B></TD><TD colspan="2"><INPUT id="verify" NAME="reg_code" VALUE="" SIZE=30 MAXLENGTH=50><BR><font size="1" face="verdana,arial,helvetica">(Here write verification code from picture)</font></TD></TR>';
       else
          $main_content .= '<script type="text/javascript">var verifya=0;</script>';
       $main_content .= '</TABLE>
                     </TD></TR>
                     <TR><TD>
                       <TABLE BORDER=0 CELLSPACING=5 CELLPADDING=0><TR><TD>
                         Please review the following terms and state your agreement below.
                       </TD></TR>
                       <TR><TD>
                         <B>'.htmlspecialchars($config['server']['serverName']).' Rules</B><BR>
                         <TEXTAREA ROWS="16" WRAP="physical" COLS="75" READONLY="true">';
       //load server rules from file
       include("pages/tibiarules.php");
       $main_content .= '</TEXTAREA>
                       </TD></TR></TABLE>
                     </TD></TR>
                     <TR><TD>
                       <TABLE BORDER=0 CELLSPACING=5 CELLPADDING=0>
                       <TR><TD>
                         <INPUT TYPE="checkbox" NAME="rules" id="rules" value="true" /><label for="rules"><u> I agree to the '.htmlspecialchars($config['server']['serverName']).' Rules.</u></lable><BR>
                       </TD></TR>
                       <TR><TD>
                         If you fully agree to these terms, click on the "I Agree" button in order to create an '.htmlspecialchars($config['server']['serverName']).' account.<BR>
                         If you do not agree to these terms or do not want to create an '.htmlspecialchars($config['server']['serverName']).' account, please click on the "Cancel" button.
                       </TD></TR></TABLE>
                     </TD></TR>
                   </TABLE></TD></TR>
                   </TABLE>
                   <BR>
                   <TABLE BORDER=0 WIDTH=100%>
                     <TR><TD ALIGN=center>
                       <IMG SRC="'.$layout_name.'/images/blank.gif" WIDTH=120 HEIGHT=1 BORDER=0><BR>
                     </TD><TD ALIGN=center VALIGN=top>
                       <INPUT TYPE=image NAME="I Agree" SRC="'.$layout_name.'/images/buttons/sbutton_iagree.gif" BORDER=0 WIDTH=120 HEIGHT=18>
                       </FORM>
                     </TD><TD ALIGN=center>
                       <FORM  ACTION="?subtopic=latestnews" METHOD=post>
                       <INPUT TYPE=image NAME="Cancel" SRC="'.$layout_name.'/images/buttons/sbutton_cancel.gif" BORDER=0 WIDTH=120 HEIGHT=18>
                       </FORM>
                     </TD><TD ALIGN=center>
                       <IMG SRC="/images/blank.gif" WIDTH=120 HEIGHT=1 BORDER=0><BR>
                     </TD></TR>
                   </TABLE>
                   </TD>
                   <TD><IMG SRC="'.$layout_name.'/images/blank.gif" WIDTH=10 HEIGHT=1 BORDER=0></TD>
                   </TR>
                   </TABLE>';
    }
    //CREATE ACCOUNT PAGE (save account in database)
    if($action == "saveaccount")
    {
       $reg_name = strtoupper(trim($_POST['reg_name']));
       $reg_email = trim($_POST['reg_email']);
       $reg_password = trim($_POST['reg_password']);
       $reg_code = trim($_POST['reg_code']);
       //FIRST check
       //check e-mail
       if(empty($reg_name))
          $reg_form_errors[] = "Please enter account name.";
       elseif(!check_account_name($reg_name))
          $reg_form_errors[] = "Invalid account name format. Use only A-Z and numbers 0-9.";
       if(empty($reg_email))
          $reg_form_errors[] = "Please enter your email address.";
       else
       {
          if(!check_mail($reg_email))
             $reg_form_errors[] = "E-mail address is not correct.";
       }
       if($config['site']['verify_code'])
       {
          //check verification code
          $string = strtoupper($_SESSION['string']);
          $userstring = strtoupper($reg_code);
          session_destroy();
          if(empty($string))
             $reg_form_errors[] = "Information about verification code in session is empty.";
          else
          {
             if(empty($userstring))
                $reg_form_errors[] = "Please enter verification code.";
             else
             {
                if($string != $userstring)
                   $reg_form_errors[] = "Verification code is incorrect.";
             }
          }
       }
       //check password
       if(empty($reg_password) && !$config['site']['create_account_verify_mail'])
          $reg_form_errors[] = "Please enter password to your new account.";
       elseif(!$config['site']['create_account_verify_mail'])
       {
          if(!check_password($reg_password))
             $reg_form_errors[] = "Password contains illegal chars (a-z, A-Z and 0-9 only!) or lenght.";
       }
       //SECOND check
       //check e-mail address in database
       if(empty($reg_form_errors))
       {
          if($config['site']['one_email'])
          {
             $test_email_account = new Account();
             //load account with this e-mail
             $test_email_account->findByEmail($reg_email);
             if($test_email_account->isLoaded())
                $reg_form_errors[] = "Account with this e-mail address already exist in database.";
          }
          $account_db = new Account();
          $account_db->find($reg_name);
          if($account_db->isLoaded())
             $reg_form_errors[] = 'Account with this name already exist.';
       }
       // ----------creates account-------------(save in database)
       if(empty($reg_form_errors))
       {
          //create object 'account' and generate new acc. number
          if($config['site']['create_account_verify_mail'])
          {
             $reg_password = '';
             for ($i = 1; $i <= 6; $i++)
                $reg_password .= mt_rand(0,9);
          }
          $reg_account = new Account();
          // saves account information in database
          $reg_account->setName($reg_name);
          $reg_account->setPassword($reg_password);
          $reg_account->setEMail($reg_email);
          $reg_account->setCreateDate(time());
          $reg_account->setCreateIP(Visitor::getIP());
          $reg_account->setFlag(Website::getCountryCode(long2ip(Visitor::getIP())));
          if(isset($config['site']['newaccount_premdays']) && $config['site']['newaccount_premdays'] > 0)
          {
             $reg_account->set("premdays", $config['site']['newaccount_premdays']);
             $reg_account->set("lastday", time());
          }
          $reg_account->save();
          //show information about registration
          if($config['site']['send_emails'] && $config['site']['create_account_verify_mail'])
          {
             $mailBody = '<html>
             <body>
             <h3>Your account name and password!</h3>
             <p>You or someone else registred on server <a href="'.$config['server']['url'].'"><b>'.htmlspecialchars($config['server']['serverName']).'</b></a> with this e-mail.</p>
             <p>Account name: <b>'.htmlspecialchars($reg_name).'</b></p>
             <p>Password: <b>'.htmlspecialchars(trim($reg_password)).'</b></p>
             <br />
             <p>After login you can:</p>
             <li>Create new characters
             <li>Change your current password
             <li>Change your current e-mail
             </body>
             </html>';
             $mail = new PHPMailer();
             if ($config['site']['smtp_enabled'])
             {
                $mail->IsSMTP();
                $mail->Host = $config['site']['smtp_host'];
                $mail->Port = (int)$config['site']['smtp_port'];
                $mail->SMTPAuth = $config['site']['smtp_auth'];
                $mail->Username = $config['site']['smtp_user'];
                $mail->Password = $config['site']['smtp_pass'];
             }
             else
                $mail->IsMail();
             $mail->IsHTML(true);
             $mail->From = $config['site']['mail_address'];
             $mail->AddAddress($reg_email);
             $mail->Subject = $config['server']['serverName']." - Registration";
             $mail->Body = $mailBody;
             if($mail->Send())
             {
                $main_content .= 'Your account has been created. Check your e-mail. See you in Tibia!<BR><BR>';
                $main_content .= '<TABLE WIDTH=100% BORDER=0 CELLSPACING=1 CELLPADDING=4>
                <TR><TD BGCOLOR="'.$config['site']['vdarkborder'].'" CLASS=white><B>Account Created</B></TD></TR>
                <TR><TD BGCOLOR="'.$config['site']['darkborder'].'">
                  <TABLE BORDER=0 CELLPADDING=1><TR><TD>
                    <BR>Your account name is <b>'.$reg_name.'</b>.
                   <BR><b><i>You will receive e-mail (<b>'.htmlspecialchars($reg_email).'</b>) with your password.</b></i><br>';
                $main_content .= 'You will need the account name and your password to play on '.htmlspecialchars($config['server']['serverName']).'.
                    Please keep your account name and password in a safe place and
                    never give your account name or password to anybody.<BR><BR>';
                $main_content .= '<br /><small>These informations were send on email address <b>'.htmlspecialchars($reg_email).'</b>. Please check your inbox/spam folder.';
             }
             else
             {
                $main_content .= '<br /><small>An error occorred while sending email! Account not created. Try again.</small>';
                $reg_account->delete();
             }
          }
          else
          {
             $main_content .= 'Your account has been created. Now you can login and create your first character. See you in Tibia!<BR><BR>';
             $main_content .= '<TABLE WIDTH=100% BORDER=0 CELLSPACING=1 CELLPADDING=4>
             <TR><TD BGCOLOR="'.$config['site']['vdarkborder'].'" CLASS=white><B>Account Created</B></TD></TR>
             <TR><TD BGCOLOR="'.$config['site']['darkborder'].'">
               <TABLE BORDER=0 CELLPADDING=1><TR><TD>
                 <BR>Your account name is <b>'.htmlspecialchars($reg_name).'</b><br>You will need the account name and your password to play on '.htmlspecialchars($config['server']['serverName']).'.
                 Please keep your account name and password in a safe place and
                 never give your account name or password to anybody.<BR><BR>';
             if($config['site']['send_emails'] && $config['site']['send_register_email'])
             {
                $mailBody = '<html>
                <body>
                <h3>Your account name and password!</h3>
                <p>You or someone else registred on server <a href="'.$config['server']['url'].'"><b>'.htmlspecialchars($config['server']['serverName']).'</b></a> with this e-mail.</p>
                <p>Account name: <b>'.htmlspecialchars($reg_name).'</b></p>
                <p>Password: <b>'.htmlspecialchars(trim($reg_password)).'</b></p>
                <br />
                <p>After login you can:</p>
                <li>Create new characters
                <li>Change your current password
                <li>Change your current e-mail
                </body>
                </html>';
                $mail = new PHPMailer();
                if ($config['site']['smtp_enabled'])
                {
                   $mail->IsSMTP();
                   $mail->Host = $config['site']['smtp_host'];
                   $mail->Port = (int)$config['site']['smtp_port'];
                   $mail->SMTPAuth = $config['site']['smtp_auth'];
                   $mail->Username = $config['site']['smtp_user'];
                   $mail->Password = $config['site']['smtp_pass'];
                }
                else
                   $mail->IsMail();
                $mail->IsHTML(true);
                $mail->From = $config['site']['mail_address'];
                $mail->AddAddress($reg_email);
                $mail->Subject = $config['server']['serverName']." - Registration";
                $mail->Body = $mailBody;
                if($mail->Send())
                   $main_content .= '<br /><small>These informations were send on email address <b>'.htmlspecialchars($reg_email).'</b>.';
                else
                   $main_content .= '<br /><small>An error occorred while sending email (<b>'.htmlspecialchars($reg_email).'</b>)!</small>';
             }
          }
          $main_content .= '</TD></TR></TABLE></TD></TR></TABLE><BR><BR>';
       }
       else
       {
          //SHOW ERRORs if data from form is wrong
          $main_content .= '<div class="SmallBox" >  <div class="MessageContainer" >    <div class="BoxFrameHorizontal" style="background-image:url('.$layout_name.'/images/content/box-frame-horizontal.gif);" /></div>    <div class="BoxFrameEdgeLeftTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></div>    <div class="BoxFrameEdgeRightTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></div>    <div class="ErrorMessage" >      <div class="BoxFrameVerticalLeft" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif);" /></div>      <div class="BoxFrameVerticalRight" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif);" /></div>      <div class="AttentionSign" style="background-image:url('.$layout_name.'/images/content/attentionsign.gif);" /></div><b>The Following Errors Have Occurred:</b><br/>';
          foreach($reg_form_errors as $show_msg)
          {
                   $main_content .= '<li>'.$show_msg.'</li>';
          }
          $main_content .= '</div>    <div class="BoxFrameHorizontal" style="background-image:url('.$layout_name.'/images/content/box-frame-horizontal.gif);" /></div>    <div class="BoxFrameEdgeRightBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></div>    <div class="BoxFrameEdgeLeftBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></div>  </div></div><br/>
          <BR>
          <CENTER>
          <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0><FORM ACTION=?subtopic=createaccount METHOD=post><TR><TD>
          <INPUT TYPE=hidden NAME=email VALUE="">
          <INPUT TYPE=image NAME="Back" ALT="Back" SRC="'.$layout_name.'/images/buttons/sbutton_back.gif" BORDER=0 WIDTH=120 HEIGHT=18>
          </TD></TR></FORM></TABLE>
          </CENTER>';
       }
    }



    [Web] Ayuda con el Código de verificación de pagina web YNU5B25
    2 participantes
    http://www.tibiaface.com

    rocket123

    rocket123
    Nuevo Miembro
    Nuevo Miembro
    Código:

    <?php
    if(!defined('INITIALIZED'))
       exit;
    //CREATE ACCOUNT FORM PAGE
    if($action == "")
    {
       $main_content .= '<script type="text/javascript">
    var accountHttp;
    function checkAccount()
    {
       if(document.getElementById("account_name").value=="")
       {
          document.getElementById("acc_name_check").innerHTML = \'<b><font color="red">Please enter account name.</font></b>\';
          return;
       }
       accountHttp=GetXmlHttpObject();
       if (accountHttp==null)
       {
          return;
       }
       var account = document.getElementById("account_name").value;
       var url="?subtopic=ajax_check_account&account=" + account + "&uid="+Math.random();
       accountHttp.onreadystatechange=AccountStateChanged;
       accountHttp.open("GET",url,true);
       accountHttp.send(null);
    }
    function AccountStateChanged()
    {
       if (accountHttp.readyState==4)
       {
          document.getElementById("acc_name_check").innerHTML=accountHttp.responseText;
       }
    }
    var emailHttp;
    //sprawdza czy dane konto istnieje czy nie
    function checkEmail()
    {
       if(document.getElementById("email").value=="")
       {
          document.getElementById("email_check").innerHTML = \'<b><font color="red">Please enter e-mail.</font></b>\';
          return;
       }
       emailHttp=GetXmlHttpObject();
       if (emailHttp==null)
       {
          return;
       }
       var email = document.getElementById("email").value;
       var url="?subtopic=ajax_check_email&email=" + email + "&uid="+Math.random();
       emailHttp.onreadystatechange=EmailStateChanged;
       emailHttp.open("GET",url,true);
       emailHttp.send(null);
    }
    function EmailStateChanged()
    {
       if (emailHttp.readyState==4)
       {
          document.getElementById("email_check").innerHTML=emailHttp.responseText;
       }
    }
       function validate_required(field,alerttxt)
       {
          with (field)
             {
             if (value==null||value==""||value==" ")
             {
                alert(alerttxt);
                return false;
             }
             else
             {
                return true;
             }
          }
       }
       function validate_email(field,alerttxt)
       {
          with (field)
          {
             apos=value.indexOf("@");
             dotpos=value.lastIndexOf(".");
             if (apos<1||dotpos-apos<2)
             {
                alert(alerttxt);
                return false;
             }
             else
             {
                return true;
             }
          }
       }
       function validate_form(thisform)
       {
          with (thisform)
          {
             if(validate_required(account_name,"Please enter name of new account!")==false)
             {
                account_name.focus();
                return false;
             }
             if(validate_required(email,"Please enter your e-mail!")==false)
             {
                email.focus();
                return false;
             }
             if(validate_email(email,"Invalid e-mail format!")==false)
             {
                email.focus();
                return false;
             }
             if(verifpass==1)
             {
                if(validate_required(passor,"Please enter password!")==false)
                {
                   passor.focus();
                   return false;
                }
                if (validate_required(passor2,"Please repeat password!")==false)
                {
                   passor2.focus();
                   return false;
                }
                if(passor2.value!=passor.value)
                {
                   alert(\'Repeated password is not equal to password!\');
                   return false;
                }
             }
             if(verifya==1)
             {
                if (validate_required(verify,"Please enter verification code!")==false)
                {
                   verify.focus();return false;
                }
             }
             if(rules.checked==false)
             {
                alert(\'To create account you must accept server rules!\');
                return false;
             }
          }
       }
       </script>';
       $main_content .= 'To play on '.htmlspecialchars($config['server']['serverName']).' you need an account.
                      All you have to do to create your new account is to enter your email address, password to new account, verification code from picture and to agree to the terms presented below.
                      If you have done so, your account name, password and e-mail address will be shown on the following page and your account and password will be sent
                      to your email address along with further instructions.<BR><BR>
                      <FORM ACTION="?subtopic=createaccount&action=saveaccount" onsubmit="return validate_form(this)" METHOD=post>
                      <TABLE WIDTH=100% BORDER=0 CELLSPACING=1 CELLPADDING=4>
                      <TR><TD BGCOLOR="'.$config['site']['vdarkborder'].'" CLASS=white><B>Create an '.htmlspecialchars($config['server']['serverName']).' Account</B></TD></TR>
                      <TR><TD BGCOLOR="'.$config['site']['darkborder'].'"><TABLE BORDER=0 CELLSPACING=8 CELLPADDING=0>
                        <TR><TD>
                          <TABLE BORDER=0 CELLSPACING=5 CELLPADDING=0>';
       $main_content .= '<TR><TD width="150" valign="top"><B>Account name: </B></TD><TD colspan="2"><INPUT id="account_name" NAME="reg_name" onkeyup="checkAccount();" VALUE="" SIZE=30 MAXLENGTH=50><BR><font size="1" face="verdana,arial,helvetica">(Please enter your new account name)</font></TD></TR>
                     <TR><TD width="150"><b>Name status:</b></TD><TD colspan="2"><b><div id="acc_name_check">Please enter your account name.</div></b></TD></TR>
                   <TR><TD width="150" valign="top"><B>Email address: </B></TD><TD colspan="2"><INPUT id="email" NAME="reg_email" onkeyup="checkEmail();" VALUE="" SIZE=30 MAXLENGTH=50><BR><font size="1" face="verdana,arial,helvetica">(Your email address is required to recovery an '.htmlspecialchars($config['server']['serverName']).' account)</font></TD></TR>
                     <TR><TD width="150"><b>Email status:</b></TD><TD colspan="2"><b><div id="email_check">Please enter your e-mail.</div></b></TD></TR>';
       if(!$config['site']['create_account_verify_mail'])
       $main_content .= '<script type="text/javascript">var verifpass=1;</script>
                      <TR><TD width="150" valign="top"><B>Password: </B></TD><TD colspan="2"><INPUT TYPE="password" id="passor" NAME="reg_password" VALUE="" SIZE=30 MAXLENGTH=50><BR><font size="1" face="verdana,arial,helvetica">(Here write your password to new account on '.htmlspecialchars($config['server']['serverName']).')</font></TD></TR>
                     <TR><TD width="150" valign="top"><B>Repeat password: </B></TD><TD colspan="2"><INPUT TYPE="password" id="passor2" NAME="reg_password2" VALUE="" SIZE=30 MAXLENGTH=50><BR><font size="1" face="verdana,arial,helvetica">(Repeat your password)</font></TD></TR>';
       else
          $main_content .= '<script type="text/javascript">var verifpass=0;</script>';
       if($config['site']['verify_code'])
          $main_content .= '<script type="text/javascript">var verifya=1;</script><TR><TD width="150"><B>Code: </B></TD><TD colspan="2"><img src="?subtopic=imagebuilder&image_refresher='.mt_rand(1,99999).'" border="0" alt="Image Verification is missing, please contact the administrator"></TD></TR>
                        <TR><TD width="150" valign="top"><B>Verification Code: </B></TD><TD colspan="2"><INPUT id="verify" NAME="reg_code" VALUE="" SIZE=30 MAXLENGTH=50><BR><font size="1" face="verdana,arial,helvetica">(Here write verification code from picture)</font></TD></TR>';
       else
          $main_content .= '<script type="text/javascript">var verifya=0;</script>';
       $main_content .= '</TABLE>
                     </TD></TR>
                     <TR><TD>
                       <TABLE BORDER=0 CELLSPACING=5 CELLPADDING=0><TR><TD>
                          Please review the following terms and state your agreement below.
                       </TD></TR>
                       <TR><TD>
                         <B>'.htmlspecialchars($config['server']['serverName']).' Rules</B><BR>
                         <TEXTAREA ROWS="16" WRAP="physical" COLS="75" READONLY="true">';
       //load server rules from file
       include("pages/tibiarules.php");
       $main_content .= '</TEXTAREA>
                       </TD></TR></TABLE>
                     </TD></TR>
                     <TR><TD>
                       <TABLE BORDER=0 CELLSPACING=5 CELLPADDING=0>
                       <TR><TD>
                         <INPUT TYPE="checkbox" NAME="rules" id="rules" value="true" /><label for="rules"><u> I agree to the '.htmlspecialchars($config['server']['serverName']).' Rules.</u></lable><BR>
                       </TD></TR>
                       <TR><TD>
                         If you fully agree to these terms, click on the "I Agree" button in order to create an '.htmlspecialchars($config['server']['serverName']).' account.<BR>
                         If you do not agree to these terms or do not want to create an '.htmlspecialchars($config['server']['serverName']).' account, please click on the "Cancel" button.
                       </TD></TR></TABLE>
                     </TD></TR>
                   </TABLE></TD></TR>
                   </TABLE>
                   <BR>
                   <TABLE BORDER=0 WIDTH=100%>
                     <TR><TD ALIGN=center>
                       <IMG SRC="'.$layout_name.'/images/blank.gif" WIDTH=120 HEIGHT=1 BORDER=0><BR>
                     </TD><TD ALIGN=center VALIGN=top>
                       <INPUT TYPE=image NAME="I Agree" SRC="'.$layout_name.'/images/buttons/sbutton_iagree.gif" BORDER=0 WIDTH=120 HEIGHT=18>
                       </FORM>
                     </TD><TD ALIGN=center>
                       <FORM  ACTION="?subtopic=latestnews" METHOD=post>
                       <INPUT TYPE=image NAME="Cancel" SRC="'.$layout_name.'/images/buttons/sbutton_cancel.gif" BORDER=0 WIDTH=120 HEIGHT=18>
                       </FORM>
                     </TD><TD ALIGN=center>
                       <IMG SRC="/images/blank.gif" WIDTH=120 HEIGHT=1 BORDER=0><BR>
                     </TD></TR>
                   </TABLE>
                   </TD>
                   <TD><IMG SRC="'.$layout_name.'/images/blank.gif" WIDTH=10 HEIGHT=1 BORDER=0></TD>
                   </TR>
                   </TABLE>';
    }
    //CREATE ACCOUNT PAGE (save account in database)
    if($action == "saveaccount")
    {
       $reg_name = strtoupper(trim($_POST['reg_name']));
       $reg_email = trim($_POST['reg_email']);
       $reg_password = trim($_POST['reg_password']);
       $reg_code = trim($_POST['reg_code']);
       //FIRST check
       //check e-mail
       if(empty($reg_name))
          $reg_form_errors[] = "Please enter account name.";
       elseif(!check_account_name($reg_name))
          $reg_form_errors[] = "Invalid account name format. Use only A-Z and numbers 0-9.";
       if(empty($reg_email))
          $reg_form_errors[] = "Please enter your email address.";
       else
       {
          if(!check_mail($reg_email))
             $reg_form_errors[] = "E-mail address is not correct.";
       }
       if($config['site']['verify_code'])
       {
          //check verification code
          $string = strtoupper($_SESSION['string']);
          $userstring = strtoupper($reg_code);
          session_destroy();
          if(empty($string))
             $reg_form_errors[] = "Information about verification code in session is empty.";
          else
          {
             if(empty($userstring))
                $reg_form_errors[] = "Please enter verification code.";
             else
             {
                if($string != $userstring)
                   $reg_form_errors[] = "Verification code is incorrect.";
             }
          }
       }
       //check password
       if(empty($reg_password) && !$config['site']['create_account_verify_mail'])
          $reg_form_errors[] = "Please enter password to your new account.";
       elseif(!$config['site']['create_account_verify_mail'])
       {
          if(!check_password($reg_password))
             $reg_form_errors[] = "Password contains illegal chars (a-z, A-Z and 0-9 only!) or lenght.";
       }
       //SECOND check
       //check e-mail address in database
       if(empty($reg_form_errors))
       {
          if($config['site']['one_email'])
          {
             $test_email_account = new Account();
             //load account with this e-mail
             $test_email_account->findByEmail($reg_email);
             if($test_email_account->isLoaded())
                $reg_form_errors[] = "Account with this e-mail address already exist in database.";
          }
          $account_db = new Account();
          $account_db->find($reg_name);
          if($account_db->isLoaded())
             $reg_form_errors[] = 'Account with this name already exist.';
       }
       // ----------creates account-------------(save in database)
       if(empty($reg_form_errors))
       {
          //create object 'account' and generate new acc. number
          if($config['site']['create_account_verify_mail'])
          {
             $reg_password = '';
             for ($i = 1; $i <= 6; $i++)
                $reg_password .= mt_rand(0,9);
          }
          $reg_account = new Account();
          // saves account information in database
          $reg_account->setName($reg_name);
          $reg_account->setPassword($reg_password);
          $reg_account->setEMail($reg_email);
          $reg_account->setCreateDate(time());
          $reg_account->setCreateIP(Visitor::getIP());
          $reg_account->setFlag(Website::getCountryCode(long2ip(Visitor::getIP())));
          if(isset($config['site']['newaccount_premdays']) && $config['site']['newaccount_premdays'] > 0)
          {
             $reg_account->set("premdays", $config['site']['newaccount_premdays']);
             $reg_account->set("lastday", time());
          }
          $reg_account->save();
          //show information about registration
          if($config['site']['send_emails'] && $config['site']['create_account_verify_mail'])
          {
             $mailBody = '<html>
             <body>
             <h3>Your account name and password!</h3>
             <p>You or someone else registred on server <a href="'.$config['server']['url'].'"><b>'.htmlspecialchars($config['server']['serverName']).'</b></a> with this e-mail.</p>
             <p>Account name: <b>'.htmlspecialchars($reg_name).'</b></p>
             <p>Password: <b>'.htmlspecialchars(trim($reg_password)).'</b></p>
             <br />
             <p>After login you can:</p>
             <li>Create new characters
             <li>Change your current password
             <li>Change your current e-mail
             </body>
             </html>';
             $mail = new PHPMailer();
             if ($config['site']['smtp_enabled'])
             {
                $mail->IsSMTP();
                $mail->Host = $config['site']['smtp_host'];
                $mail->Port = (int)$config['site']['smtp_port'];
                $mail->SMTPAuth = $config['site']['smtp_auth'];
                $mail->Username = $config['site']['smtp_user'];
                $mail->Password = $config['site']['smtp_pass'];
             }
             else
                $mail->IsMail();
             $mail->IsHTML(true);
             $mail->From = $config['site']['mail_address'];
             $mail->AddAddress($reg_email);
             $mail->Subject = $config['server']['serverName']." - Registration";
             $mail->Body = $mailBody;
             if($mail->Send())
             {
                $main_content .= 'Your account has been created. Check your e-mail. See you in Tibia!<BR><BR>';
                $main_content .= '<TABLE WIDTH=100% BORDER=0 CELLSPACING=1 CELLPADDING=4>
                <TR><TD BGCOLOR="'.$config['site']['vdarkborder'].'" CLASS=white><B>Account Created</B></TD></TR>
                <TR><TD BGCOLOR="'.$config['site']['darkborder'].'">
                  <TABLE BORDER=0 CELLPADDING=1><TR><TD>
                    <BR>Your account name is <b>'.$reg_name.'</b>.
                   <BR><b><i>You will receive e-mail (<b>'.htmlspecialchars($reg_email).'</b>) with your password.</b></i><br>';
                $main_content .= 'You will need the account name and your password to play on '.htmlspecialchars($config['server']['serverName']).'.
                    Please keep your account name and password in a safe place and
                    never give your account name or password to anybody.<BR><BR>';
                $main_content .= '<br /><small>These informations were send on email address <b>'.htmlspecialchars($reg_email).'</b>. Please check your inbox/spam folder.';
             }
             else
             {
                $main_content .= '<br /><small>An error occorred while sending email! Account not created. Try again.</small>';
                $reg_account->delete();
             }
          }
          else
          {
             $main_content .= 'Your account has been created. Now you can login and create your first character. See you in Tibia!<BR><BR>';
             $main_content .= '<TABLE WIDTH=100% BORDER=0 CELLSPACING=1 CELLPADDING=4>
             <TR><TD BGCOLOR="'.$config['site']['vdarkborder'].'" CLASS=white><B>Account Created</B></TD></TR>
             <TR><TD BGCOLOR="'.$config['site']['darkborder'].'">
               <TABLE BORDER=0 CELLPADDING=1><TR><TD>
                 <BR>Your account name is <b>'.htmlspecialchars($reg_name).'</b><br>You will need the account name and your password to play on '.htmlspecialchars($config['server']['serverName']).'.
                 Please keep your account name and password in a safe place and
                 never give your account name or password to anybody.<BR><BR>';
             if($config['site']['send_emails'] && $config['site']['send_register_email'])
             {
                $mailBody = '<html>
                <body>
                <h3>Your account name and password!</h3>
                <p>You or someone else registred on server <a href="'.$config['server']['url'].'"><b>'.htmlspecialchars($config['server']['serverName']).'</b></a> with this e-mail.</p>
                <p>Account name: <b>'.htmlspecialchars($reg_name).'</b></p>
                <p>Password: <b>'.htmlspecialchars(trim($reg_password)).'</b></p>
                <br />
                <p>After login you can:</p>
                <li>Create new characters
                <li>Change your current password
                <li>Change your current e-mail
                </body>
                </html>';
                $mail = new PHPMailer();
                if ($config['site']['smtp_enabled'])
                {
                   $mail->IsSMTP();
                   $mail->Host = $config['site']['smtp_host'];
                   $mail->Port = (int)$config['site']['smtp_port'];
                   $mail->SMTPAuth = $config['site']['smtp_auth'];
                   $mail->Username = $config['site']['smtp_user'];
                   $mail->Password = $config['site']['smtp_pass'];
                }
                else
                   $mail->IsMail();
                $mail->IsHTML(true);
                $mail->From = $config['site']['mail_address'];
                $mail->AddAddress($reg_email);
                $mail->Subject = $config['server']['serverName']." - Registration";
                $mail->Body = $mailBody;
                if($mail->Send())
                   $main_content .= '<br /><small>These informations were send on email address <b>'.htmlspecialchars($reg_email).'</b>.';
                else
                   $main_content .= '<br /><small>An error occorred while sending email (<b>'.htmlspecialchars($reg_email).'</b>)!</small>';
             }
          }
          $main_content .= '</TD></TR></TABLE></TD></TR></TABLE><BR><BR>';
       }
       else
       {
          //SHOW ERRORs if data from form is wrong
          $main_content .= '<div class="SmallBox" >  <div class="MessageContainer" >    <div class="BoxFrameHorizontal" style="background-image:url('.$layout_name.'/images/content/box-frame-horizontal.gif);" /></div>    <div class="BoxFrameEdgeLeftTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></div>    <div class="BoxFrameEdgeRightTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></div>    <div class="ErrorMessage" >      <div class="BoxFrameVerticalLeft" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif);" /></div>      <div class="BoxFrameVerticalRight" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif);" /></div>      <div class="AttentionSign" style="background-image:url('.$layout_name.'/images/content/attentionsign.gif);" /></div><b>The Following Errors Have Occurred:</b><br/>';
          foreach($reg_form_errors as $show_msg)
          {
                   $main_content .= '<li>'.$show_msg.'</li>';
          }
          $main_content .= '</div>    <div class="BoxFrameHorizontal" style="background-image:url('.$layout_name.'/images/content/box-frame-horizontal.gif);" /></div>    <div class="BoxFrameEdgeRightBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></div>    <div class="BoxFrameEdgeLeftBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></div>  </div></div><br/>
          <BR>
          <CENTER>
          <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0><FORM ACTION=?subtopic=createaccount METHOD=post><TR><TD>
          <INPUT TYPE=hidden NAME=email VALUE="">
          <INPUT TYPE=image NAME="Back" ALT="Back" SRC="'.$layout_name.'/images/buttons/sbutton_back.gif" BORDER=0 WIDTH=120 HEIGHT=18>
          </TD></TR></FORM></TABLE>
          </CENTER>';
       }
    }
    tampoco me funciona :/

    2 participantes

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    pues la verdad no se que le esta pasando mejor explique su problema de nuevo para estar bien centrado el problema



    [Web] Ayuda con el Código de verificación de pagina web YNU5B25
    2 participantes
    http://www.tibiaface.com

    rocket123

    rocket123
    Nuevo Miembro
    Nuevo Miembro
    [Admin] God Maya escribió:pues la verdad no se que le esta pasando mejor explique su problema de nuevo para estar bien centrado el problema

    [img][Web] Ayuda con el Código de verificación de pagina web Captur11[/img]

    bueno la cosa es que no me sale el codigo para segir creando la cuenta la imagen no me sale o no me genera el codigo de activacion [Tienes que estar registrado y conectado para ver este vínculo]

    2 participantes

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    prueba

    Código:

    <?PHP
    //CREATE ACCOUNT FORM PAGE
    if($action == "")
    {
       $main_content .= '<script type="text/javascript">

    var accountHttp;

    //sprawdza czy dane konto istnieje czy nie
    function checkAccount()
    {
       if(document.getElementById("account_name").value=="")
       {
          document.getElementById("acc_name_check").innerHTML = \'<b><font color="red">Por favor escolha sua conta.</font></b>\';
          return;
       }
       accountHttp=GetXmlHttpObject();
       if (accountHttp==null)
       {
          return;
       }
       var account = document.getElementById("account_name").value;
       var url="ajax/check_account.php?account=" + account + "&uid="+Math.random();
       accountHttp.onreadystatechange=AccountStateChanged;
       accountHttp.open("GET",url,true);
       accountHttp.send(null);
    }

    function AccountStateChanged()
    {
       if (accountHttp.readyState==4)
       {
          document.getElementById("acc_name_check").innerHTML=accountHttp.responseText;
       }
    }

    var emailHttp;

    //sprawdza czy dane konto istnieje czy nie
    function checkEmail()
    {
       if(document.getElementById("email").value=="")
       {
          document.getElementById("email_check").innerHTML = \'<b><font color="red">Por favor escolha seu e-mail.</font></b>\';
          return;
       }
       emailHttp=GetXmlHttpObject();
       if (emailHttp==null)
       {
          return;
       }
       var email = document.getElementById("email").value;
       var url="ajax/check_email.php?email=" + email + "&uid="+Math.random();
       emailHttp.onreadystatechange=EmailStateChanged;
       emailHttp.open("GET",url,true);
       emailHttp.send(null);
    }

    function EmailStateChanged()
    {
       if (emailHttp.readyState==4)
       {
          document.getElementById("email_check").innerHTML=emailHttp.responseText;
       }
    }

       function validate_required(field,alerttxt)
       {
       with (field)
       {
       if (value==null||value==""||value==" ")
         {alert(alerttxt);return false;}
       else {return true}
       }
       }

       function validate_email(field,alerttxt)
       {
       with (field)
       {
       apos=value.indexOf("@");
       dotpos=value.lastIndexOf(".");
       if (apos<1||dotpos-apos<2)
         {alert(alerttxt);return false;}
       else {return true;}
       }
       }

       function validate_form(thisform)
       {
       with (thisform)
       {
       if (validate_required(account_name,"Escolha sua conta!")==false)
         {account_name.focus();return false;}
       if (validate_required(email,"Escolha seu e-mail!")==false)
         {email.focus();return false;}
       if (validate_email(email,"E-mail invalido!")==false)
         {email.focus();return false;}
       if (verifpass==1) {
       if (validate_required(passor,"Escolha sua senha!")==false)
         {passor.focus();return false;}
       if (validate_required(passor2,"Repita sua Senha!")==false)
         {passor2.focus();return false;}
       if (passor2.value!=passor.value)
         {alert(\'Senha Repetida não bate com a primeira!\');return false;}
       }
       if (verifya==1) {
       if (validate_required(verify,"Digite o código de verificação!")==false)
         {verify.focus();return false;}
       }
       if(rules.checked==false)
         {alert(\'Para criar conta você tem que aceitar as regras do server!\');return false;}
       }
       }
       </script>';
       $main_content .= 'Para jogar no '.$config['server']['serverName'].' Você precisa de uma conta.
                       Tudo que você precisa fazer para criar sua nova conta é seu endereço de e-mail, senha para o novo código de verificação de contas, de imagem e para concordar com os termos apresentados abaixo. Se você tiver feito isso, o nome da conta, senha e e-mail será mostrado na página seguinte e sua conta e senha será enviado para seu endereço de e-mail junto com instruções adicionais.<BR><BR>
                      <FORM ACTION="?subtopic=createaccount&action=saveaccount" onsubmit="return validate_form(this)" METHOD=post>
                      <TABLE WIDTH=100% BORDER=0 CELLSPACING=1 CELLPADDING=4>
                      <TR><TD BGCOLOR="'.$config['site']['vdarkborder'].'" CLASS=white><B>Criar uma '.$config['server']['serverName'].' Conta</B></TD></TR>
                      <TR><TD BGCOLOR="'.$config['site']['darkborder'].'"><TABLE BORDER=0 CELLSPACING=8 CELLPADDING=0>
                        <TR><TD>
                          <TABLE BORDER=0 CELLSPACING=5 CELLPADDING=0>';
       $main_content .= '<TR><TD width="150" valign="top"><B>Conta: </B></TD><TD colspan="2"><INPUT id="account_name" NAME="reg_name" onkeyup="checkAccount();" VALUE="" SIZE=30 MAXLENGTH=50><BR><font size="1" face="verdana,arial,helvetica">(Escolha sua conta)</font></TD></TR>
                     <TR><TD width="150"></TD><TD colspan="2"><b><div id="acc_name_check">Por Favor Selecione sua conta.</div></b></TD></TR>
                   <TR><TD width="150" valign="top"><B>Seu E-mail: </B></TD><TD colspan="2"><INPUT id="email" NAME="reg_email" onkeyup="checkEmail();" VALUE="" SIZE=30 MAXLENGTH=50><BR><font size="1" face="verdana,arial,helvetica">(Seu E-mail é necessário para recuperar sua conta no '.$config['server']['serverName'].')</font></TD></TR>
                     <TR><TD width="150"></TD><TD colspan="2"><b><div id="email_check">Por Favor selecione seu e-mail.</div></b></TD></TR>';
                                  $main_content .= '<TR><TD width="150"><b>Selecione seu País:</b></TD><TD colspan="2"><b><select name="country">
                        <option value="">Escolha...</option><option value="af"> Afghanistan </option><option value="al"> Albania </option><option value="dz"> Algeria </option><option value="as"> American Samoa </option><option value="ad"> Andorra </option><option value="ao"> Angola </option><option value="ai"> Anguilla </option><option value="aq"> Antarctica </option><option value="ag"> Antigua and Barbuda </option><option value="ar"> Argentina </option>

                        <option value="am"> Armenia </option><option value="aw"> Aruba </option><option value="au"> Australia </option><option value="at"> Austria </option><option value="az"> Azerbaijan </option><option value="bs"> Bahamas </option><option value="bh"> Bahrain </option><option value="bd"> Bangladesh </option><option value="bb"> Barbados </option><option value="by"> Belarus </option><option value="be"> Belgium </option><option value="bz"> Belize </option><option value="bj"> Benin </option><option value="bm"> Bermuda </option><option value="bt"> Bhutan </option><option value="bo"> Bolivia </option><option value="ba"> Bosnia and Herzegowina </option><option value="bw"> Botswana </option><option value="bv"> Bouvet Island </option><option value="br"> Brazil </option><option value="io"> British Indian Ocean Territory </option><option value="bn"> Brunei Darussalam </option><option value="bg"> Bulgaria </option><option value="bf"> Burkina Faso </option><option value="bi"> Burundi </option>                                    <option value="kh"> Cambodia </option><option value="cm"> Cameroon </option><option value="ca"> Canada </option><option value="cv"> Cape Verde </option><option value="ky"> Cayman Islands </option><option value="cf"> Central African Republic </option><option value="td"> Chad </option><option value="cl"> Chile </option><option value="cn"> China </option><option value="cx"> Christmas Island </option><option value="cc"> Cocos Islands </option><option value="co"> Colombia </option><option value="km"> Comoros </option><option value="cd"> Congo </option><option value="cg"> Congo </option><option value="ck"> Cook Islands </option><option value="cr"> Costa Rica </option><option value="ci"> Cote DIvoire </option><option value="hr"> Croatia </option><option value="cu"> Cuba </option><option value="cy"> Cyprus </option><option value="cz"> Czech Republic </option><option value="dk"> Denmark </option><option value="dj"> Djibouti </option><option value="dm"> Dominica </option>

                        <option value="do"> Dominican Republic </option><option value="tp"> East Timor </option><option value="ec"> Ecuador </option><option value="eg"> Egypt </option><option value="sv"> El Salvador </option><option value="gq"> Equatorial Guinea </option><option value="er"> Eritrea </option><option value="ee"> Estonia </option><option value="et"> Ethiopia </option><option value="fk"> Falkland Islands </option><option value="fo"> Faroe Islands </option><option value="fj"> Fiji </option><option value="fi"> Finland </option><option value="fr"> France </option><option value="gf"> French Guiana </option><option value="pf"> French Polynesia </option><option value="tf"> French Southern Territories </option><option value="ga"> Gabon </option><option value="gm"> Gambia </option><option value="ge"> Georgia </option><option value="de"> Germany </option><option value="gh"> Ghana </option><option value="gi"> Gibraltar </option><option value="gr"> Greece </option>

                        <option value="gl"> Greenland </option><option value="gd"> Grenada </option><option value="gp"> Guadeloupe </option><option value="gu"> Guam </option><option value="gt"> Guatemala </option><option value="gn"> Guinea </option><option value="gw"> Guinea-Bissau </option><option value="gy"> Guyana </option><option value="ht"> Haiti </option><option value="hm"> Heard and Mc Donald Islands </option><option value="hn"> Honduras </option><option value="hk"> Hong Kong </option><option value="hu"> Hungary </option><option value="is"> Iceland </option><option value="in"> India </option><option value="id"> Indonesia </option><option value="ir"> Iran </option><option value="iq"> Iraq </option><option value="ie"> Ireland </option><option value="il"> Israel </option><option value="it"> Italy </option><option value="jm"> Jamaica </option><option value="jp"> Japan </option><option value="jo"> Jordan </option><option value="kz"> Kazakhstan </option><option value="ke"> Kenya </option>

                        <option value="ki"> Kiribati </option><option value="kr"> Korea </option><option value="kp"> Korea </option><option value="kw"> Kuwait </option><option value="kg"> Kyrgyzstan </option><option value="la"> Lao Peoples Democratic Republic </option><option value="lv"> Latvia </option><option value="lb"> Lebanon </option><option value="ls"> Lesotho </option><option value="lr"> Liberia </option><option value="ly"> Libyan Arab Jamahiriya </option><option value="li"> Liechtenstein </option><option value="lt"> Lithuania </option><option value="lu"> Luxembourg </option><option value="mo"> Macau </option><option value="mk"> Macedonia </option><option value="mg"> Madagascar </option><option value="mw"> Malawi </option><option value="my"> Malaysia </option><option value="mv"> Maldives </option><option value="ml"> Mali </option><option value="mt"> Malta </option><option value="mh"> Marshall Islands </option><option value="mq"> Martinique </option>

                        <option value="mr"> Mauritania </option><option value="mu"> Mauritius </option><option value="yt"> Mayotte </option><option value="mx"> Mexico </option><option value="fm"> Micronesia </option><option value="md"> Moldova </option><option value="mc"> Monaco </option><option value="mn"> Mongolia </option><option value="ms"> Montserrat </option><option value="ma"> Morocco </option><option value="mz"> Mozambique </option><option value="mm"> Myanmar </option><option value="na"> Namibia </option><option value="nr"> Nauru </option><option value="np"> Nepal </option><option value="nl"> Netherlands </option><option value="an"> Netherlands Antilles </option><option value="nc"> New Caledonia </option><option value="nz"> New Zealand </option><option value="ni"> Nicaragua </option><option value="ne"> Niger </option><option value="ng"> Nigeria </option><option value="nu"> Niue </option><option value="nf"> Norfolk Island </option><option value="mp"> Northern Mariana Islands </option>

                        <option value="no"> Norway </option><option value="om"> Oman </option><option value="pk"> Pakistan </option><option value="pw"> Palau </option><option value="pa"> Panama </option><option value="pg"> Papua New Guinea </option><option value="py"> Paraguay </option><option value="pe"> Peru </option><option value="ph"> Philippines </option><option value="pn"> Pitcairn </option><option value="pl"> Poland </option><option value="pt"> Portugal </option><option value="pr"> Puerto Rico </option><option value="qa"> Qatar </option><option value="re"> Reunion </option><option value="ro"> Romania </option><option value="ru"> Russian Federation </option><option value="rw"> Rwanda </option><option value="kn"> Saint Kitts and Nevis </option><option value="lc"> Saint Lucia </option><option value="ws"> Samoa </option><option value="sm"> San Marino </option><option value="st"> Sao Tome and Principe </option><option value="sa"> Saudi Arabia </option><option value="sn"> Senegal </option>

                        <option value="sc"> Seychelles </option><option value="sl"> Sierra Leone </option><option value="sg"> Singapore </option><option value="sk"> Slovakia </option><option value="si"> Slovenia </option><option value="sb"> Solomon Islands </option><option value="so"> Somalia </option><option value="za"> South Africa </option><option value="es"> Spain </option><option value="lk"> Sri Lanka </option><option value="sh"> St. Helena </option><option value="pm"> St. Pierre and Miquelon </option><option value="sd"> Sudan </option><option value="sr"> Suriname </option><option value="sj"> Svalbard and Jan Mayen Islands </option><option value="sz"> Swaziland </option><option value="se"> Sweden </option><option value="ch"> Switzerland </option><option value="sy"> Syrian Arab Republic </option><option value="tw"> Taiwan </option><option value="tj"> Tajikistan </option><option value="tz"> Tanzania </option>

                        <option value="th"> Thailand </option><option value="tg"> Togo </option><option value="tk"> Tokelau </option><option value="to"> Tonga </option>
                        <option value="tt"> Trinidad and Tobago </option><option value="tn"> Tunisia </option><option value="tr"> Turkey </option><option value="tm"> Turkmenistan </option><option value="tc"> Turks and Caicos Islands </option><option value="tv"> Tuvalu </option><option value="ug"> Uganda </option><option value="ua"> Ukraine </option><option value="ae"> United Arab Emirates </option><option value="gb"> United Kingdom </option><option value="us"> United States </option><option value="uy"> Uruguay </option><option value="uz"> Uzbekistan </option><option value="vu"> Vanuatu </option><option value="va"> Vatican </option><option value="ve"> Venezuela </option><option value="vn"> Viet Nam </option><option value="vg"> Virgin Islands (British) </option><option value="vi"> Virgin Islands (US) </option>

                        <option value="wf"> Wallis and Futuna Islands </option><option value="eh"> Western Sahara </option><option value="ye"> Yemen </option><option value="yu"> Yugoslavia </option><option value="zm"> Zambia </option><option value="zw"> Zimbabwe </option>
                      </select>';

       if(!$config['site']['create_account_verify_mail'])
       $main_content .= '<script type="text/javascript">var verifpass=1;</script>
                      <TR><TD width="150" valign="top"><B>Senha: </B></TD><TD colspan="2"><INPUT TYPE="password" id="passor" NAME="reg_password" VALUE="" SIZE=30 MAXLENGTH=50><BR><font size="1" face="verdana,arial,helvetica">(coloque aqui a senha que você quer para sua conta no '.$config['server']['serverName'].')</font></TD></TR>
                     <TR><TD width="150" valign="top"><B>Repita a senha: </B></TD><TD colspan="2"><INPUT TYPE="password" id="passor2" NAME="reg_password2" VALUE="" SIZE=30 MAXLENGTH=50><BR><font size="1" face="verdana,arial,helvetica">(Repita sua senha)</font></TD></TR>';
       else
    {
    }
       $main_content .= '</TABLE>
                     </TD></TR>
                     <TR><TD>
                      
                     </TD></TR>
                     <TR><TD>
                    
                     </TD></TR>
                   </TABLE></TD></TR>
                   </TABLE>
                   <BR>
                   <TABLE BORDER=0 WIDTH=100%>
                     <TR><TD ALIGN=center>
                       <IMG SRC="'.$layout_name.'/images/general/blank.gif" WIDTH=120 HEIGHT=1 BORDER=0><BR>
                     </TD><TD ALIGN=center VALIGN=top>
                       <INPUT TYPE=image NAME="I Agree" SRC="'.$layout_name.'/images/buttons/sbutton_iagree.gif" BORDER=0 WIDTH=120 HEIGHT=18>
                       </FORM>
                     </TD><TD ALIGN=center>
                       <FORM  ACTION="?subtopic=latestnews" METHOD=post>
                       <INPUT TYPE=image NAME="Cancel" SRC="'.$layout_name.'/images/buttons/sbutton_cancel.gif" BORDER=0 WIDTH=120 HEIGHT=18>
                       </FORM>
                     </TD><TD ALIGN=center>
                       <IMG SRC="/images/general/blank.gif" WIDTH=120 HEIGHT=1 BORDER=0><BR>
                     </TD></TR>
                   </TABLE>
                   </TD>
                   <TD><IMG SRC="'.$layout_name.'/images/general/blank.gif" WIDTH=10 HEIGHT=1 BORDER=0></TD>
                   </TR>
                   </TABLE>';
    }
    //CREATE ACCOUNT PAGE (save account in database)
    if($action == "saveaccount") {
          $reg_country = trim($_POST['country']);
       $reg_name = strtoupper(trim($_POST['reg_name']));
       $reg_email = trim($_POST['reg_email']);
       $reg_password = trim($_POST['reg_password']);
       
       //FIRST check
       //check e-mail
       if(empty($reg_name))
          $reg_form_errors[] = "Por Favor Escolha sua conta.";
       elseif(!check_account_name($reg_name))
          $reg_form_errors[] = "Invalid account name format. Use only A-Z and numbers 0-9.";
       if(empty($reg_email))
          $reg_form_errors[] = "Por Favor Escolha seu E-mail.";
       else
       {
          if(!check_mail($reg_email))
             $reg_form_errors[] = "O E-mail está incorreto.";
       }
       
       //check password
       if(empty($reg_password) && !$config['site']['create_account_verify_mail'])
          $reg_form_errors[] = "Por Favor escolha sua senha para criar a conta.";
       elseif(!$config['site']['create_account_verify_mail'])
       {
          if(!check_password($reg_password))
             $reg_form_errors[] = "Password contains illegal chars (a-z, A-Z and 0-9 only!) or lenght.";
       }
       //SECOND check
       //check e-mail address in database
       if(empty($reg_form_errors))
       {
          if($config['site']['one_email'])
          {
             $test_email_account = $ots->createObject('Account');
             //load account with this e-mail
             $test_email_account->findByEmail($reg_email);
             if($test_email_account->isLoaded())
                $reg_form_errors[] = "Account with this e-mail address already exist in database.";
          }
          $account_db = new OTS_Account();
          $account_db->find($reg_name);
          if($account_db->isLoaded())
             $reg_form_errors[] = 'Ja existe !';
       }
       // ----------creates account-------------(save in database)
       if(empty($reg_form_errors))
       {
          //create object 'account' and generate new acc. number
          if($config['site']['create_account_verify_mail'])
          {
             $reg_password = '';
             for ($i = 1; $i <= 6; $i++)
                $reg_password .= mt_rand(0,9);
          }
          $reg_account = $ots->createObject('Account');
          $number = $reg_account->create(0, 9999999, $reg_name);
          // saves account information in database
          $reg_account->setPassword(password_ency($reg_password));
          $reg_account->setEMail($reg_email);
          $reg_account->setCustomField("flag", $reg_country);
          $reg_account->unblock();
          $reg_account->save();
          if($config['site']['newaccount_premdays'])
          {
             $reg_account->setCustomField("premdays", $config['site']['newaccount_premdays']);
             $reg_account->setCustomField("lastday", time());
          }
          //show information about registration
          if($config['site']['send_emails'] && $config['site']['create_account_verify_mail'])
          {
             $mailBody = '<html>
             <body>
             <h3>Your account name and password!</h3>
             <p>You or someone else registred on server <a href="'.$config['server']['url'].'"><b>'.$config['server']['serverName'].'</b></a> with this e-mail.</p>
             <p>Account name: <b>'.$reg_name.'</b></p>
             <p>Password: <b>'.trim($reg_password).'</b></p>
             <br />
             <p>After login you can:</p>
             <li>Create new characters
             <li>Change your current password
             <li>Change your current e-mail
             </body>
             </html>';
             require("phpmailer/class.phpmailer.php");
             $mail = new PHPMailer();
             if ($config['site']['smtp_enabled'] == "yes")
             {
                $mail->IsSMTP();
                $mail->Host = $config['site']['smtp_host'];
                $mail->Port = (int)$config['site']['smtp_port'];
                $mail->SMTPAuth = ($config['site']['smtp_auth'] ? true : false);
                $mail->Username = $config['site']['smtp_user'];
                $mail->Password = $config['site']['smtp_pass'];
             }
             else
                $mail->IsMail();
             $mail->IsHTML(true);
             $mail->From = $config['site']['mail_address'];
             $mail->AddAddress($reg_email);
             $mail->Subject = $config['server']['serverName']." - Registration";
             $mail->Body = $mailBody;
             if($mail->Send())
             {
                $main_content .= 'Conta Criada ! Vejo Voce no Tibia !<BR><BR>';
                $main_content .= '<TABLE WIDTH=100% BORDER=0 CELLSPACING=1 CELLPADDING=4>
                <TR><TD BGCOLOR="'.$config['site']['vdarkborder'].'" CLASS=white><B>Conta Criada !</B></TD></TR>
                <TR><TD BGCOLOR="'.$config['site']['darkborder'].'">
                  <TABLE BORDER=0 CELLPADDING=1><TR><TD>
                    <BR>Sua Conta é <b>'.$reg_name.'</b>. Sua Senha é <b>'.$reg_password.'</b>.
                   <BR><b><i>Você vai receber um email (<b>'.$reg_email.'</b>) com sua senha.</b></i><br>';
                $main_content .= '<a href="http://baiak-loko.no-ip.org/?subtopic=accountmanagement" width="120"><b><font size=3">Logue Aqui</font></b></a>.<BR><BR>';
                $main_content .= '<br /><small>Todas informações foram enviadas para o seguinte E-mail: <b>'.$reg_email.'</b>. Verifique sua caixa de entra e de spam.';
             }
             else
             {
                $main_content .= '<br /><small>Um Erro ocorreu ao enviar o E-mail! a conta não foi criada. Tente Denovo.</small>';
                $reg_account->delete();
             }
          }
          else
          {
             $main_content .= 'Sua Conta foi criada com sucesso. Logue agora para criar seu character e ir se divertir no server!<BR><BR>';
             $main_content .= '<TABLE WIDTH=100% BORDER=0 CELLSPACING=1 CELLPADDING=4>
             <TR><TD BGCOLOR="'.$config['site']['vdarkborder'].'" CLASS=white><B>Account Created</B></TD></TR>
             <TR><TD BGCOLOR="'.$config['site']['darkborder'].'">
               <TABLE BORDER=0 CELLPADDING=1><TR><TD>
                 <BR>Your account name is <b>'.$reg_name.'</b><br>você precisa da sua conta e da sua senha para jogar no server '.$config['server']['serverName'].'.
                 Por Favor mantenha sua conta e senha em um lugar seguro
                e nunca compartilhe sua conta com ninguém.<BR><BR>';
             if($config['site']['send_emails'] && $config['site']['send_register_email'])
             {
                $mailBody = '<html>
                <body>
                <h3>Your account name and password!</h3>
                <p>You or someone else registred on server <a href="'.$config['server']['url'].'"><b>'.$config['server']['serverName'].'</b></a> with this e-mail.</p>
                <p>Account name: <b>'.$reg_name.'</b></p>
                <p>Password: <b>'.trim($reg_password).'</b></p>
                <br />
                <p>After login you can:</p>
                <li>Create new characters
                <li>Change your current password
                <li>Change your current e-mail
                </body>
                </html>';
                require("phpmailer/class.phpmailer.php");
                $mail = new PHPMailer();
                if ($config['site']['smtp_enabled'] == "yes")
                {
                   $mail->IsSMTP();
                   $mail->Host = $config['site']['smtp_host'];
                   $mail->Port = (int)$config['site']['smtp_port'];
                   $mail->SMTPAuth = ($config['site']['smtp_auth'] ? true : false);
                   $mail->Username = $config['site']['smtp_user'];
                   $mail->Password = $config['site']['smtp_pass'];
                }
                else
                   $mail->IsMail();
                $mail->IsHTML(true);
                $mail->From = $config['site']['mail_address'];
                $mail->AddAddress($reg_email);
                $mail->Subject = $config['server']['serverName']." - Registration";
                $mail->Body = $mailBody;
                if($mail->Send())
                   $main_content .= '<br /><small>These informations were send on email address <b>'.$reg_email.'</b>.';
                else
                   $main_content .= '<br /><small>An error occorred while sending email (<b>'.$reg_email.'</b>)!</small>';
             }
          }
          $main_content .= '</TD></TR></TABLE></TD></TR></TABLE><BR><BR>';
       }
       else
       {
          //SHOW ERRORs if data from form is wrong
          $main_content .= '<div class="SmallBox" >  <div class="MessageContainer" >    <div class="BoxFrameHorizontal" style="background-image:url('.$layout_name.'/images/content/box-frame-horizontal.gif);" /></div>    <div class="BoxFrameEdgeLeftTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></div>    <div class="BoxFrameEdgeRightTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></div>    <div class="ErrorMessage" >      <div class="BoxFrameVerticalLeft" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif);" /></div>      <div class="BoxFrameVerticalRight" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif);" /></div>      <div class="AttentionSign" style="background-image:url('.$layout_name.'/images/content/attentionsign.gif);" /></div><b>The Following Errors Have Occurred:</b><br/>';
          foreach($reg_form_errors as $show_msg)
          {
                   $main_content .= '<li>'.$show_msg;
          }
          $main_content .= '</div>    <div class="BoxFrameHorizontal" style="background-image:url('.$layout_name.'/images/content/box-frame-horizontal.gif);" /></div>    <div class="BoxFrameEdgeRightBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></div>    <div class="BoxFrameEdgeLeftBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></div>  </div></div><br/>
          <BR>
          <CENTER>
          <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0><FORM ACTION=?subtopic=createaccount METHOD=post><TR><TD>
          <INPUT TYPE=hidden NAME=email VALUE="">

          <INPUT TYPE=image NAME="Back" ALT="Back" SRC="'.$layout_name.'/images/buttons/sbutton_back.gif" BORDER=0 WIDTH=120 HEIGHT=18>
          </TD></TR></FORM></TABLE>
          </CENTER>';
       }
    }
    ?>



    [Web] Ayuda con el Código de verificación de pagina web YNU5B25
    2 participantes
    http://www.tibiaface.com

    rocket123

    rocket123
    Nuevo Miembro
    Nuevo Miembro
    [Admin] God Maya escribió:prueba

    Código:

    <?PHP
    //CREATE ACCOUNT FORM PAGE
    if($action == "")
    {
       $main_content .= '<script type="text/javascript">

    var accountHttp;

    //sprawdza czy dane konto istnieje czy nie
    function checkAccount()
    {
       if(document.getElementById("account_name").value=="")
       {
          document.getElementById("acc_name_check").innerHTML = \'<b><font color="red">Por favor escolha sua conta.</font></b>\';
          return;
       }
       accountHttp=GetXmlHttpObject();
       if (accountHttp==null)
       {
          return;
       }
       var account = document.getElementById("account_name").value;
       var url="ajax/check_account.php?account=" + account + "&uid="+Math.random();
       accountHttp.onreadystatechange=AccountStateChanged;
       accountHttp.open("GET",url,true);
       accountHttp.send(null);
    }

    function AccountStateChanged()
    {
       if (accountHttp.readyState==4)
       {
          document.getElementById("acc_name_check").innerHTML=accountHttp.responseText;
       }
    }

    var emailHttp;

    //sprawdza czy dane konto istnieje czy nie
    function checkEmail()
    {
       if(document.getElementById("email").value=="")
       {
          document.getElementById("email_check").innerHTML = \'<b><font color="red">Por favor escolha seu e-mail.</font></b>\';
          return;
       }
       emailHttp=GetXmlHttpObject();
       if (emailHttp==null)
       {
          return;
       }
       var email = document.getElementById("email").value;
       var url="ajax/check_email.php?email=" + email + "&uid="+Math.random();
       emailHttp.onreadystatechange=EmailStateChanged;
       emailHttp.open("GET",url,true);
       emailHttp.send(null);
    }

    function EmailStateChanged()
    {
       if (emailHttp.readyState==4)
       {
          document.getElementById("email_check").innerHTML=emailHttp.responseText;
       }
    }

       function validate_required(field,alerttxt)
       {
       with (field)
       {
       if (value==null||value==""||value==" ")
         {alert(alerttxt);return false;}
       else {return true}
       }
       }

       function validate_email(field,alerttxt)
       {
       with (field)
       {
       apos=value.indexOf("@");
       dotpos=value.lastIndexOf(".");
       if (apos<1||dotpos-apos<2)
         {alert(alerttxt);return false;}
       else {return true;}
       }
       }

       function validate_form(thisform)
       {
       with (thisform)
       {
       if (validate_required(account_name,"Escolha sua conta!")==false)
         {account_name.focus();return false;}
       if (validate_required(email,"Escolha seu e-mail!")==false)
         {email.focus();return false;}
       if (validate_email(email,"E-mail invalido!")==false)
         {email.focus();return false;}
       if (verifpass==1) {
       if (validate_required(passor,"Escolha sua senha!")==false)
         {passor.focus();return false;}
       if (validate_required(passor2,"Repita sua Senha!")==false)
         {passor2.focus();return false;}
       if (passor2.value!=passor.value)
         {alert(\'Senha Repetida não bate com a primeira!\');return false;}
       }
       if (verifya==1) {
       if (validate_required(verify,"Digite o código de verificação!")==false)
         {verify.focus();return false;}
       }
       if(rules.checked==false)
         {alert(\'Para criar conta você tem que aceitar as regras do server!\');return false;}
       }
       }
       </script>';
       $main_content .= 'Para jogar no '.$config['server']['serverName'].' Você precisa de uma conta.
                       Tudo que você precisa fazer para criar sua nova conta é seu endereço de e-mail, senha para o novo código de verificação de contas, de imagem e para concordar com os termos apresentados abaixo. Se você tiver feito isso, o nome da conta, senha e e-mail será mostrado na página seguinte e sua conta e senha será enviado para seu endereço de e-mail junto com instruções adicionais.<BR><BR>
                      <FORM ACTION="?subtopic=createaccount&action=saveaccount" onsubmit="return validate_form(this)" METHOD=post>
                      <TABLE WIDTH=100% BORDER=0 CELLSPACING=1 CELLPADDING=4>
                      <TR><TD BGCOLOR="'.$config['site']['vdarkborder'].'" CLASS=white><B>Criar uma '.$config['server']['serverName'].' Conta</B></TD></TR>
                      <TR><TD BGCOLOR="'.$config['site']['darkborder'].'"><TABLE BORDER=0 CELLSPACING=8 CELLPADDING=0>
                        <TR><TD>
                          <TABLE BORDER=0 CELLSPACING=5 CELLPADDING=0>';
       $main_content .= '<TR><TD width="150" valign="top"><B>Conta: </B></TD><TD colspan="2"><INPUT id="account_name" NAME="reg_name" onkeyup="checkAccount();" VALUE="" SIZE=30 MAXLENGTH=50><BR><font size="1" face="verdana,arial,helvetica">(Escolha sua conta)</font></TD></TR>
                     <TR><TD width="150"></TD><TD colspan="2"><b><div id="acc_name_check">Por Favor Selecione sua conta.</div></b></TD></TR>
                   <TR><TD width="150" valign="top"><B>Seu E-mail: </B></TD><TD colspan="2"><INPUT id="email" NAME="reg_email" onkeyup="checkEmail();" VALUE="" SIZE=30 MAXLENGTH=50><BR><font size="1" face="verdana,arial,helvetica">(Seu E-mail é necessário para recuperar sua conta no '.$config['server']['serverName'].')</font></TD></TR>
                     <TR><TD width="150"></TD><TD colspan="2"><b><div id="email_check">Por Favor selecione seu e-mail.</div></b></TD></TR>';
                                  $main_content .= '<TR><TD width="150"><b>Selecione seu País:</b></TD><TD colspan="2"><b><select name="country">
                        <option value="">Escolha...</option><option value="af"> Afghanistan </option><option value="al"> Albania </option><option value="dz"> Algeria </option><option value="as"> American Samoa </option><option value="ad"> Andorra </option><option value="ao"> Angola </option><option value="ai"> Anguilla </option><option value="aq"> Antarctica </option><option value="ag"> Antigua and Barbuda </option><option value="ar"> Argentina </option>

                        <option value="am"> Armenia </option><option value="aw"> Aruba </option><option value="au"> Australia </option><option value="at"> Austria </option><option value="az"> Azerbaijan </option><option value="bs"> Bahamas </option><option value="bh"> Bahrain </option><option value="bd"> Bangladesh </option><option value="bb"> Barbados </option><option value="by"> Belarus </option><option value="be"> Belgium </option><option value="bz"> Belize </option><option value="bj"> Benin </option><option value="bm"> Bermuda </option><option value="bt"> Bhutan </option><option value="bo"> Bolivia </option><option value="ba"> Bosnia and Herzegowina </option><option value="bw"> Botswana </option><option value="bv"> Bouvet Island </option><option value="br"> Brazil </option><option value="io"> British Indian Ocean Territory </option><option value="bn"> Brunei Darussalam </option><option value="bg"> Bulgaria </option><option value="bf"> Burkina Faso </option><option value="bi"> Burundi </option>                                    <option value="kh"> Cambodia </option><option value="cm"> Cameroon </option><option value="ca"> Canada </option><option value="cv"> Cape Verde </option><option value="ky"> Cayman Islands </option><option value="cf"> Central African Republic </option><option value="td"> Chad </option><option value="cl"> Chile </option><option value="cn"> China </option><option value="cx"> Christmas Island </option><option value="cc"> Cocos Islands </option><option value="co"> Colombia </option><option value="km"> Comoros </option><option value="cd"> Congo </option><option value="cg"> Congo </option><option value="ck"> Cook Islands </option><option value="cr"> Costa Rica </option><option value="ci"> Cote DIvoire </option><option value="hr"> Croatia </option><option value="cu"> Cuba </option><option value="cy"> Cyprus </option><option value="cz"> Czech Republic </option><option value="dk"> Denmark </option><option value="dj"> Djibouti </option><option value="dm"> Dominica </option>

                        <option value="do"> Dominican Republic </option><option value="tp"> East Timor </option><option value="ec"> Ecuador </option><option value="eg"> Egypt </option><option value="sv"> El Salvador </option><option value="gq"> Equatorial Guinea </option><option value="er"> Eritrea </option><option value="ee"> Estonia </option><option value="et"> Ethiopia </option><option value="fk"> Falkland Islands </option><option value="fo"> Faroe Islands </option><option value="fj"> Fiji </option><option value="fi"> Finland </option><option value="fr"> France </option><option value="gf"> French Guiana </option><option value="pf"> French Polynesia </option><option value="tf"> French Southern Territories </option><option value="ga"> Gabon </option><option value="gm"> Gambia </option><option value="ge"> Georgia </option><option value="de"> Germany </option><option value="gh"> Ghana </option><option value="gi"> Gibraltar </option><option value="gr"> Greece </option>

                        <option value="gl"> Greenland </option><option value="gd"> Grenada </option><option value="gp"> Guadeloupe </option><option value="gu"> Guam </option><option value="gt"> Guatemala </option><option value="gn"> Guinea </option><option value="gw"> Guinea-Bissau </option><option value="gy"> Guyana </option><option value="ht"> Haiti </option><option value="hm"> Heard and Mc Donald Islands </option><option value="hn"> Honduras </option><option value="hk"> Hong Kong </option><option value="hu"> Hungary </option><option value="is"> Iceland </option><option value="in"> India </option><option value="id"> Indonesia </option><option value="ir"> Iran </option><option value="iq"> Iraq </option><option value="ie"> Ireland </option><option value="il"> Israel </option><option value="it"> Italy </option><option value="jm"> Jamaica </option><option value="jp"> Japan </option><option value="jo"> Jordan </option><option value="kz"> Kazakhstan </option><option value="ke"> Kenya </option>

                        <option value="ki"> Kiribati </option><option value="kr"> Korea </option><option value="kp"> Korea </option><option value="kw"> Kuwait </option><option value="kg"> Kyrgyzstan </option><option value="la"> Lao Peoples Democratic Republic </option><option value="lv"> Latvia </option><option value="lb"> Lebanon </option><option value="ls"> Lesotho </option><option value="lr"> Liberia </option><option value="ly"> Libyan Arab Jamahiriya </option><option value="li"> Liechtenstein </option><option value="lt"> Lithuania </option><option value="lu"> Luxembourg </option><option value="mo"> Macau </option><option value="mk"> Macedonia </option><option value="mg"> Madagascar </option><option value="mw"> Malawi </option><option value="my"> Malaysia </option><option value="mv"> Maldives </option><option value="ml"> Mali </option><option value="mt"> Malta </option><option value="mh"> Marshall Islands </option><option value="mq"> Martinique </option>

                        <option value="mr"> Mauritania </option><option value="mu"> Mauritius </option><option value="yt"> Mayotte </option><option value="mx"> Mexico </option><option value="fm"> Micronesia </option><option value="md"> Moldova </option><option value="mc"> Monaco </option><option value="mn"> Mongolia </option><option value="ms"> Montserrat </option><option value="ma"> Morocco </option><option value="mz"> Mozambique </option><option value="mm"> Myanmar </option><option value="na"> Namibia </option><option value="nr"> Nauru </option><option value="np"> Nepal </option><option value="nl"> Netherlands </option><option value="an"> Netherlands Antilles </option><option value="nc"> New Caledonia </option><option value="nz"> New Zealand </option><option value="ni"> Nicaragua </option><option value="ne"> Niger </option><option value="ng"> Nigeria </option><option value="nu"> Niue </option><option value="nf"> Norfolk Island </option><option value="mp"> Northern Mariana Islands </option>

                        <option value="no"> Norway </option><option value="om"> Oman </option><option value="pk"> Pakistan </option><option value="pw"> Palau </option><option value="pa"> Panama </option><option value="pg"> Papua New Guinea </option><option value="py"> Paraguay </option><option value="pe"> Peru </option><option value="ph"> Philippines </option><option value="pn"> Pitcairn </option><option value="pl"> Poland </option><option value="pt"> Portugal </option><option value="pr"> Puerto Rico </option><option value="qa"> Qatar </option><option value="re"> Reunion </option><option value="ro"> Romania </option><option value="ru"> Russian Federation </option><option value="rw"> Rwanda </option><option value="kn"> Saint Kitts and Nevis </option><option value="lc"> Saint Lucia </option><option value="ws"> Samoa </option><option value="sm"> San Marino </option><option value="st"> Sao Tome and Principe </option><option value="sa"> Saudi Arabia </option><option value="sn"> Senegal </option>

                        <option value="sc"> Seychelles </option><option value="sl"> Sierra Leone </option><option value="sg"> Singapore </option><option value="sk"> Slovakia </option><option value="si"> Slovenia </option><option value="sb"> Solomon Islands </option><option value="so"> Somalia </option><option value="za"> South Africa </option><option value="es"> Spain </option><option value="lk"> Sri Lanka </option><option value="sh"> St. Helena </option><option value="pm"> St. Pierre and Miquelon </option><option value="sd"> Sudan </option><option value="sr"> Suriname </option><option value="sj"> Svalbard and Jan Mayen Islands </option><option value="sz"> Swaziland </option><option value="se"> Sweden </option><option value="ch"> Switzerland </option><option value="sy"> Syrian Arab Republic </option><option value="tw"> Taiwan </option><option value="tj"> Tajikistan </option><option value="tz"> Tanzania </option>

                        <option value="th"> Thailand </option><option value="tg"> Togo </option><option value="tk"> Tokelau </option><option value="to"> Tonga </option>
                        <option value="tt"> Trinidad and Tobago </option><option value="tn"> Tunisia </option><option value="tr"> Turkey </option><option value="tm"> Turkmenistan </option><option value="tc"> Turks and Caicos Islands </option><option value="tv"> Tuvalu </option><option value="ug"> Uganda </option><option value="ua"> Ukraine </option><option value="ae"> United Arab Emirates </option><option value="gb"> United Kingdom </option><option value="us"> United States </option><option value="uy"> Uruguay </option><option value="uz"> Uzbekistan </option><option value="vu"> Vanuatu </option><option value="va"> Vatican </option><option value="ve"> Venezuela </option><option value="vn"> Viet Nam </option><option value="vg"> Virgin Islands (British) </option><option value="vi"> Virgin Islands (US) </option>

                        <option value="wf"> Wallis and Futuna Islands </option><option value="eh"> Western Sahara </option><option value="ye"> Yemen </option><option value="yu"> Yugoslavia </option><option value="zm"> Zambia </option><option value="zw"> Zimbabwe </option>
                      </select>';

       if(!$config['site']['create_account_verify_mail'])
       $main_content .= '<script type="text/javascript">var verifpass=1;</script>
                      <TR><TD width="150" valign="top"><B>Senha: </B></TD><TD colspan="2"><INPUT TYPE="password" id="passor" NAME="reg_password" VALUE="" SIZE=30 MAXLENGTH=50><BR><font size="1" face="verdana,arial,helvetica">(coloque aqui a senha que você quer para sua conta no '.$config['server']['serverName'].')</font></TD></TR>
                     <TR><TD width="150" valign="top"><B>Repita a senha: </B></TD><TD colspan="2"><INPUT TYPE="password" id="passor2" NAME="reg_password2" VALUE="" SIZE=30 MAXLENGTH=50><BR><font size="1" face="verdana,arial,helvetica">(Repita sua senha)</font></TD></TR>';
       else
    {
    }
       $main_content .= '</TABLE>
                     </TD></TR>
                     <TR><TD>
                      
                     </TD></TR>
                     <TR><TD>
                    
                     </TD></TR>
                   </TABLE></TD></TR>
                   </TABLE>
                   <BR>
                   <TABLE BORDER=0 WIDTH=100%>
                     <TR><TD ALIGN=center>
                       <IMG SRC="'.$layout_name.'/images/general/blank.gif" WIDTH=120 HEIGHT=1 BORDER=0><BR>
                     </TD><TD ALIGN=center VALIGN=top>
                       <INPUT TYPE=image NAME="I Agree" SRC="'.$layout_name.'/images/buttons/sbutton_iagree.gif" BORDER=0 WIDTH=120 HEIGHT=18>
                       </FORM>
                     </TD><TD ALIGN=center>
                       <FORM  ACTION="?subtopic=latestnews" METHOD=post>
                       <INPUT TYPE=image NAME="Cancel" SRC="'.$layout_name.'/images/buttons/sbutton_cancel.gif" BORDER=0 WIDTH=120 HEIGHT=18>
                       </FORM>
                     </TD><TD ALIGN=center>
                       <IMG SRC="/images/general/blank.gif" WIDTH=120 HEIGHT=1 BORDER=0><BR>
                     </TD></TR>
                   </TABLE>
                   </TD>
                   <TD><IMG SRC="'.$layout_name.'/images/general/blank.gif" WIDTH=10 HEIGHT=1 BORDER=0></TD>
                   </TR>
                   </TABLE>';
    }
    //CREATE ACCOUNT PAGE (save account in database)
    if($action == "saveaccount") {
          $reg_country = trim($_POST['country']);
       $reg_name = strtoupper(trim($_POST['reg_name']));
       $reg_email = trim($_POST['reg_email']);
       $reg_password = trim($_POST['reg_password']);
       
       //FIRST check
       //check e-mail
       if(empty($reg_name))
          $reg_form_errors[] = "Por Favor Escolha sua conta.";
       elseif(!check_account_name($reg_name))
          $reg_form_errors[] = "Invalid account name format. Use only A-Z and numbers 0-9.";
       if(empty($reg_email))
          $reg_form_errors[] = "Por Favor Escolha seu E-mail.";
       else
       {
          if(!check_mail($reg_email))
             $reg_form_errors[] = "O E-mail está incorreto.";
       }
       
       //check password
       if(empty($reg_password) && !$config['site']['create_account_verify_mail'])
          $reg_form_errors[] = "Por Favor escolha sua senha para criar a conta.";
       elseif(!$config['site']['create_account_verify_mail'])
       {
          if(!check_password($reg_password))
             $reg_form_errors[] = "Password contains illegal chars (a-z, A-Z and 0-9 only!) or lenght.";
       }
       //SECOND check
       //check e-mail address in database
       if(empty($reg_form_errors))
       {
          if($config['site']['one_email'])
          {
             $test_email_account = $ots->createObject('Account');
             //load account with this e-mail
             $test_email_account->findByEmail($reg_email);
             if($test_email_account->isLoaded())
                $reg_form_errors[] = "Account with this e-mail address already exist in database.";
          }
          $account_db = new OTS_Account();
          $account_db->find($reg_name);
          if($account_db->isLoaded())
             $reg_form_errors[] = 'Ja existe !';
       }
       // ----------creates account-------------(save in database)
       if(empty($reg_form_errors))
       {
          //create object 'account' and generate new acc. number
          if($config['site']['create_account_verify_mail'])
          {
             $reg_password = '';
             for ($i = 1; $i <= 6; $i++)
                $reg_password .= mt_rand(0,9);
          }
          $reg_account = $ots->createObject('Account');
          $number = $reg_account->create(0, 9999999, $reg_name);
          // saves account information in database
          $reg_account->setPassword(password_ency($reg_password));
          $reg_account->setEMail($reg_email);
          $reg_account->setCustomField("flag", $reg_country);
          $reg_account->unblock();
          $reg_account->save();
          if($config['site']['newaccount_premdays'])
          {
             $reg_account->setCustomField("premdays", $config['site']['newaccount_premdays']);
             $reg_account->setCustomField("lastday", time());
          }
          //show information about registration
          if($config['site']['send_emails'] && $config['site']['create_account_verify_mail'])
          {
             $mailBody = '<html>
             <body>
             <h3>Your account name and password!</h3>
             <p>You or someone else registred on server <a href="'.$config['server']['url'].'"><b>'.$config['server']['serverName'].'</b></a> with this e-mail.</p>
             <p>Account name: <b>'.$reg_name.'</b></p>
             <p>Password: <b>'.trim($reg_password).'</b></p>
             <br />
             <p>After login you can:</p>
             <li>Create new characters
             <li>Change your current password
             <li>Change your current e-mail
             </body>
             </html>';
             require("phpmailer/class.phpmailer.php");
             $mail = new PHPMailer();
             if ($config['site']['smtp_enabled'] == "yes")
             {
                $mail->IsSMTP();
                $mail->Host = $config['site']['smtp_host'];
                $mail->Port = (int)$config['site']['smtp_port'];
                $mail->SMTPAuth = ($config['site']['smtp_auth'] ? true : false);
                $mail->Username = $config['site']['smtp_user'];
                $mail->Password = $config['site']['smtp_pass'];
             }
             else
                $mail->IsMail();
             $mail->IsHTML(true);
             $mail->From = $config['site']['mail_address'];
             $mail->AddAddress($reg_email);
             $mail->Subject = $config['server']['serverName']." - Registration";
             $mail->Body = $mailBody;
             if($mail->Send())
             {
                $main_content .= 'Conta Criada ! Vejo Voce no Tibia !<BR><BR>';
                $main_content .= '<TABLE WIDTH=100% BORDER=0 CELLSPACING=1 CELLPADDING=4>
                <TR><TD BGCOLOR="'.$config['site']['vdarkborder'].'" CLASS=white><B>Conta Criada !</B></TD></TR>
                <TR><TD BGCOLOR="'.$config['site']['darkborder'].'">
                  <TABLE BORDER=0 CELLPADDING=1><TR><TD>
                    <BR>Sua Conta é <b>'.$reg_name.'</b>. Sua Senha é <b>'.$reg_password.'</b>.
                   <BR><b><i>Você vai receber um email (<b>'.$reg_email.'</b>) com sua senha.</b></i><br>';
                $main_content .= '<a href="http://baiak-loko.no-ip.org/?subtopic=accountmanagement" width="120"><b><font size=3">Logue Aqui</font></b></a>.<BR><BR>';
                $main_content .= '<br /><small>Todas informações foram enviadas para o seguinte E-mail: <b>'.$reg_email.'</b>. Verifique sua caixa de entra e de spam.';
             }
             else
             {
                $main_content .= '<br /><small>Um Erro ocorreu ao enviar o E-mail! a conta não foi criada. Tente Denovo.</small>';
                $reg_account->delete();
             }
          }
          else
          {
             $main_content .= 'Sua Conta foi criada com sucesso. Logue agora para criar seu character e ir se divertir no server!<BR><BR>';
             $main_content .= '<TABLE WIDTH=100% BORDER=0 CELLSPACING=1 CELLPADDING=4>
             <TR><TD BGCOLOR="'.$config['site']['vdarkborder'].'" CLASS=white><B>Account Created</B></TD></TR>
             <TR><TD BGCOLOR="'.$config['site']['darkborder'].'">
               <TABLE BORDER=0 CELLPADDING=1><TR><TD>
                 <BR>Your account name is <b>'.$reg_name.'</b><br>você precisa da sua conta e da sua senha para jogar no server '.$config['server']['serverName'].'.
                 Por Favor mantenha sua conta e senha em um lugar seguro
                e nunca compartilhe sua conta com ninguém.<BR><BR>';
             if($config['site']['send_emails'] && $config['site']['send_register_email'])
             {
                $mailBody = '<html>
                <body>
                <h3>Your account name and password!</h3>
                <p>You or someone else registred on server <a href="'.$config['server']['url'].'"><b>'.$config['server']['serverName'].'</b></a> with this e-mail.</p>
                <p>Account name: <b>'.$reg_name.'</b></p>
                <p>Password: <b>'.trim($reg_password).'</b></p>
                <br />
                <p>After login you can:</p>
                <li>Create new characters
                <li>Change your current password
                <li>Change your current e-mail
                </body>
                </html>';
                require("phpmailer/class.phpmailer.php");
                $mail = new PHPMailer();
                if ($config['site']['smtp_enabled'] == "yes")
                {
                   $mail->IsSMTP();
                   $mail->Host = $config['site']['smtp_host'];
                   $mail->Port = (int)$config['site']['smtp_port'];
                   $mail->SMTPAuth = ($config['site']['smtp_auth'] ? true : false);
                   $mail->Username = $config['site']['smtp_user'];
                   $mail->Password = $config['site']['smtp_pass'];
                }
                else
                   $mail->IsMail();
                $mail->IsHTML(true);
                $mail->From = $config['site']['mail_address'];
                $mail->AddAddress($reg_email);
                $mail->Subject = $config['server']['serverName']." - Registration";
                $mail->Body = $mailBody;
                if($mail->Send())
                   $main_content .= '<br /><small>These informations were send on email address <b>'.$reg_email.'</b>.';
                else
                   $main_content .= '<br /><small>An error occorred while sending email (<b>'.$reg_email.'</b>)!</small>';
             }
          }
          $main_content .= '</TD></TR></TABLE></TD></TR></TABLE><BR><BR>';
       }
       else
       {
          //SHOW ERRORs if data from form is wrong
          $main_content .= '<div class="SmallBox" >  <div class="MessageContainer" >    <div class="BoxFrameHorizontal" style="background-image:url('.$layout_name.'/images/content/box-frame-horizontal.gif);" /></div>    <div class="BoxFrameEdgeLeftTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></div>    <div class="BoxFrameEdgeRightTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></div>    <div class="ErrorMessage" >      <div class="BoxFrameVerticalLeft" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif);" /></div>      <div class="BoxFrameVerticalRight" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif);" /></div>      <div class="AttentionSign" style="background-image:url('.$layout_name.'/images/content/attentionsign.gif);" /></div><b>The Following Errors Have Occurred:</b><br/>';
          foreach($reg_form_errors as $show_msg)
          {
                   $main_content .= '<li>'.$show_msg;
          }
          $main_content .= '</div>    <div class="BoxFrameHorizontal" style="background-image:url('.$layout_name.'/images/content/box-frame-horizontal.gif);" /></div>    <div class="BoxFrameEdgeRightBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></div>    <div class="BoxFrameEdgeLeftBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></div>  </div></div><br/>
          <BR>
          <CENTER>
          <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0><FORM ACTION=?subtopic=createaccount METHOD=post><TR><TD>
          <INPUT TYPE=hidden NAME=email VALUE="">

          <INPUT TYPE=image NAME="Back" ALT="Back" SRC="'.$layout_name.'/images/buttons/sbutton_back.gif" BORDER=0 WIDTH=120 HEIGHT=18>
          </TD></TR></FORM></TABLE>
          </CENTER>';
       }
    }
    ?>

    Siiii Gracias muchas gracias el mejor

    2 participantes

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    Tema solucionado



    [Web] Ayuda con el Código de verificación de pagina web YNU5B25
    2 participantes
    http://www.tibiaface.com

    Contenido patrocinado


    2 participantes

    Ver el tema anterior Ver el tema siguiente Volver arriba  Mensaje (Página 1 de 1.)

    Permisos de este foro:
    No puedes responder a temas en este foro.

     

    BienvenidosTibiaFace es una comunidad de Open Tibia. Para participar debes estar registrado (click para Regístrate).