[Release] Pokemon-Area based browser game

Page 11 of 78 FirstFirst ... 3456789101112131415161718192161 ... LastLast
Results 151 to 165 of 1163
  1. #151
    ʕノ•ᴥ•ʔノ ︵ ┻━┻ "Rawr!" Coolkidbloo is offline
    MemberRank
    Dec 2009 Join Date
    United StatesLocation
    233Posts

    Re: [Release] Pokemon-Area based browser game

    How do I dual other players? I can't find the dual button...
    Last edited by Coolkidbloo; 23-02-13 at 01:05 AM.

  2. #152
    RaGEZONER || Webdevloper KiruHoshino is offline
    MemberRank
    Oct 2011 Join Date
    HungaryLocation
    648Posts

    Re: [Release] Pokemon-Area based browser game

    Add items for players.

    Download: item-add.rar

    This just stones item adding. You have prepare the others parts. On this basis, the rest will be easy for everyone.

    Copy the file to admin folder.
    Open admin/panel.php
    Code:
    <tr>
                       	<td><center><img src="images/icons/options.png" /></center></td>
                        <td><a href="index.php?page=admin/item-add">Tárgy adományozás (készül)</a></td>
                       </tr>
    Paste this and save.
    Last edited by KiruHoshino; 24-02-13 at 06:58 AM.

  3. #153
    Member LordAres is offline
    MemberRank
    Dec 2012 Join Date
    57Posts

    Re: [Release] Pokemon-Area based browser game

    Quote Originally Posted by jamezilla View Post
    it works on local host but does not work on my dedicated server with godady
    Hosting servers these days on a localhost is stupid risk of DDos let alone hackers. I have a dedicated host with fatcow. So... Guess cant host.

  4. #154
    Apprentice Zeriu is offline
    MemberRank
    Feb 2013 Join Date
    10Posts

    Re: [Release] Pokemon-Area based browser game

    Hey KiruHoshino, the dropbox downloads are broken. Guess they did not like me using them for public traffic hehe. Anyway re uploaded the file to Mediafire with all the fixes and database within 1 rar file. Letting you know so you can fix the broken links in your original post.

    Download: pokemon-mmo.rar

  5. #155
    Apprentice fitim is offline
    MemberRank
    Sep 2011 Join Date
    19Posts

    Re: [Release] Pokemon-Area based browser game


  6. #156
    RaGEZONER || Webdevloper KiruHoshino is offline
    MemberRank
    Oct 2011 Join Date
    HungaryLocation
    648Posts

    Re: [Release] Pokemon-Area based browser game

    Thanks fitim. :) The voting system is very great. Excellent work.

  7. #157
    RaGEZONER || Webdevloper KiruHoshino is offline
    MemberRank
    Oct 2011 Join Date
    HungaryLocation
    648Posts

    Re: [Release] Pokemon-Area based browser game

    New work page.
    Download: Work.rar

    Open stylesheets/style.css and add this:
    Code:
    #content table.general{
        width: 100%;
    }
    #content table.general td{
        padding: 5px;
        vertical-align: middle;
        border: 1px solid #000;
        font-size: 12px;
    }
    Images:
    a1_2013_1_13_xqr1kdefx9.png

  8. #158
    RaGEZONER || Webdevloper KiruHoshino is offline
    MemberRank
    Oct 2011 Join Date
    HungaryLocation
    648Posts

    Re: [Release] Pokemon-Area based browser game

    New Features:
    Town and new casino page.
    Download: http://www.mediafire.com/download.php?24clo467fx8c6mj

    Images:
    a1_2013_1_13_xqr1kdefx9.png a1_2013_1_13_xqr1kdefx9.png

    Edit: I make respect system. I'm sorry but I do not share it with you now. Quite a lot of files and I need to change two lines in the database, you must create it.
    Last edited by KiruHoshino; 07-03-13 at 03:48 AM.

  9. #159
    RaGEZONER || Webdevloper KiruHoshino is offline
    MemberRank
    Oct 2011 Join Date
    HungaryLocation
    648Posts

    Re: [Release] Pokemon-Area based browser game

    My site new development features:
    Extended Pokedex

    Image
    a1_2013_1_13_xqr1kdefx9.png

    We regret to inform you that the city was in the public spend my last. From now on every new feature will not be available on forum.
    Last edited by KiruHoshino; 10-03-13 at 06:34 AM.

  10. #160
    Valued Member fudirox is offline
    MemberRank
    Aug 2008 Join Date
    111Posts

    Re: [Release] Pokemon-Area based browser game

    Hello, good release, really.
    I only don't like the map system.
    anyone have any different?
    -----EDIT-----
    The CAVERN map dont work, why ?
    Last edited by fudirox; 10-03-13 at 11:15 PM.

  11. #161
    Valued Member sananebak is offline
    MemberRank
    Dec 2012 Join Date
    in the HELLLocation
    105Posts

    Re: [Release] Pokemon-Area based browser game

    how to work activation system ?activation code does not address an e-mail.

  12. #162
    RaGEZONER || Webdevloper KiruHoshino is offline
    MemberRank
    Oct 2011 Join Date
    HungaryLocation
    648Posts

    Re: [Release] Pokemon-Area based browser game

    The activation system works as follows. Once registered in the database, the user will generate a 5 digit number.
    This number is sent by email to the user.
    1 = Activated users.
    0 = Banned User
    If you do not receive your message or you can manually rewrite the activation code tags

  13. #163
    Valued Member sananebak is offline
    MemberRank
    Dec 2012 Join Date
    in the HELLLocation
    105Posts

    Re: [Release] Pokemon-Area based browser game

    Quote Originally Posted by KiruHoshino View Post
    The activation system works as follows. Once registered in the database, the user will generate a 5 digit number.
    This number is sent by email to the user.
    1 = Activated users.
    0 = Banned User
    If you do not receive your message or you can manually rewrite the activation code tags
    does not address the activation e-mail message.why not ?

    My register.php

    Code:
    <?phpsession_start();
    
    
    $page = 'register';
    #Goeie taal erbij laden voor de page
    include_once('language/language-pages.php');
    
    
    if(isset($_POST['registreer'])){
        $voornaam                = $_POST['voornaam'];
        $achternaam                = $_POST['achternaam'];
        $land                    = $_POST['land'];
        $gebdate                 = $_POST['year'].'-'.$_POST['month'].'-'.$_POST['day'];
        $inlognaam                = $_POST['inlognaam'];
        $wachtwoord                = $_POST['wachtwoord'];
        $wachtwoord_nogmaals     = $_POST['wachtwoord_nogmaals'];
        $wachtwoordmd5            = md5($wachtwoord);
        $email                    = $_POST['email'];
        $wereld                    = $_POST['wereld'];
        $secondaccount           = $_POST['agreecheck'];
        $schelden                = $_POST['agreecheck2'];
        $captcha                = $_POST['captcha'];
        $ip                        = $_SERVER['REMOTE_ADDR'];
        $date                      = date("Y-m-d H:i:s");
        $character              = $_POST['character'];
        $referer                = $_POST['referer'];
        $check                    = mysql_fetch_assoc(mysql_query("SELECT `ip_aangemeld`, `aanmeld_datum` FROM `gebruikers` WHERE `ip_aangemeld`='".$ip."' ORDER BY `user_id` DESC"));
        $registerdate           = strtotime($check['aanmeld_datum']);
        $current_time           = strtotime(date('Y-m-d H:i:s'));
        $countdown_time         = 604800-($current_time-$registerdate);
        
        #Is er de afgelopen week al een account gemaakt?
        #if(($check['ip_aangemeld'] == $ip) && ($countdown_time > 0))
        #$alert = '<div class="red">'.$txt['alert_already_this_ip'].'</div>';
        #voornaam
        if(empty($voornaam)){
            $foutje1        = '<span class="error_red">*</span>';
            $alert          = '<div class="red">'.$txt['alert_no_firstname'].'</div>';
          }
          elseif(strlen($voornaam) > 12 ){
            $foutje1        = '<span class="error_red">*</span>';
            $alert          = '<div class="red">'.$txt['alert_firstname_too_long'].'</div>';
        }
        #achternaam
        elseif(empty($achternaam)){
            $foutje2        = '<span class="error_red">*</span>';
            $alert          = '<div class="red">'.$txt['alert_no_lastname'].'</div>';
          }
          elseif(strlen($achternaam) > 12 ){
            $foutje1        = '<span class="error_red">*</span>';
            $alert          = '<div class="red">'.$txt['alert_lastname_too_long'].'</div>';
        }
        #land
        elseif(empty($land)){
            $foutje3        = '<span class="error_red">*</span>';
            $alert          = '<div class="red">'.$txt['alert_no_country'].'</div>';
          }
        #Geboortedatum
        elseif(($_POST['day'] == '0') OR ($_POST['month'] == '0') OR ($_POST['year'] == '0')){
            $foutje4        = '<span class="error_red">*</span>';
            $alert          = '<div class="red">'.$txt['alert_no_full_gebdate'].'</div>';
          }
        #inlognaam
        elseif(empty($inlognaam)){
            $foutje5        = '<span class="error_red">*</span>';
            $alert          = '<div class="red">'.$txt['alert_no_username'].'</div>';
          }  
         elseif(strlen($inlognaam) < 3 ){
            $foutje5        = '<span class="error_red">*</span>';
            $alert          = '<div class="red">'.$txt['alert_username_too_short'].'</div>';
          }
        #Is de inlognaam wel korter dan 10 tekens
        elseif(strlen($inlognaam) > 10 ){
            $foutje5        = '<span class="error_red">*</span>';
            $alert          = '<div class="red">'.$txt['alert_username_too_long'].'</div>';
          }
        #Bestaat de gebruiker al.
        elseif(mysql_num_rows(mysql_query("SELECT `username` FROM `gebruikers` WHERE `username`='".$inlognaam."'")) >= 1){
            $foutje5           = '<span class="error_red">*</span>';
            $alert                = '<div class="red">'.$txt['alert_username_exists'].'</div>';
          }
          #Kijken als het geen speciale tekens bevat
          elseif(!preg_match('/^([a-zA-Z0-9]+)$/is', $inlognaam)){
            $foutje5           = '<span class="error_red">*</span>';
            $alert             = '<div class="red">'.$txt['alert_username_incorrect_signs'].'</div>';
          }
        #wachtwoord
          elseif(empty($wachtwoord)){
            $foutje6        = '<span class="error_red">*</span>';
            $alert          = '<div class="red">'.$txt['alert_no_password'].'</div>';
        }
        #Komen de wachtwoorden niet overeen
        elseif($wachtwoord <> $wachtwoord_nogmaals){
            $foutje6        = '<span class="error_red">*</span>';
            $foutje7        = '<span class="error_red">*</span>';
            $alert          = '<div class="red">'.$txt['alert_passwords_dont_match'].'</div>';
          }
        #email
        elseif(empty($email)){
            $foutje8        = '<span class="error_red">*</span>';
            $alert          = '<div class="red">'.$txt['alert_no_email'].'</div>';
          }
          #Is email wel goed?
        elseif(!preg_match("/^[A-Z0-9._%-]+@[A-Z0-9][A-Z0-9.-]{0,61}[A-Z0-9]\.[A-Z]{2,6}$/i", $email)){
            $foutje8        = '<span class="error_red">*</span>';
            $alert          = '<div class="red">'.$txt['alert_email_incorrect_signs'].'</div>';
          }    
        #Bestaat e-mail al.
        elseif(mysql_num_rows(mysql_query("SELECT `email` FROM `gebruikers` WHERE `email`='".$email."'")) >= 1){
            $foutje8           = '<span class="error_red">*</span>';
            $alert             = '<div class="red">'.$txt['alert_email_exists'].'</div>';
          }
        #character
        elseif($character != 'Red' && $character != 'Leaf' && $character != 'Ethan' && $character != 'Lyra' && $character != 'Brendan' && $character != 'May' && $character != 'Lucas' && $character != 'Dawn' && $character != 'Lunick' && $character != 'Solana' && $character != 'Ash' && $character != 'Blue' && $character != 'Brock' && $character != 'Misty' && $character != 'Tracey' && $character != 'Max' && $character != 'Paul' && $character != 'J'){
            $foutje9        = '<span class="error_red">*</span>';
            $alert          = '<div class="red">'.$txt['alert_character_invalid'].'</div>';
      }
          #Is de wereld wel geselecteerd
        elseif(empty($wereld)){
            $foutje10        = '<span class="error_red">*</span>';
            $alert          = '<div class="red">'.$txt['alert_no_beginworld'].'</div>';
          }
        #Is de wereld wel geselecteerd
        elseif($wereld != 'Kanto' && $wereld != 'Johto' && $wereld != 'Hoenn' && $wereld != 'Sinnoh' && $wereld != 'Unova'){
            $foutje10        = '<span class="error_red">*</span>';
            $alert          = '<div class="red">'.$txt['alert_world_invalid'].'</div>';
          }
          #Als dubbel account checkbox wel aangevinkt is
          elseif($secondaccount != True){
            $foutje11        = '<span class="error_red">*</span>';
            $alert          = '<div class="red">'.$txt['alert_1account_condition'].'</div>';
          }
          #Is de captcha wel goed ingevoerd  
          elseif(($captcha) != $_SESSION['captcha_code']){
            $foutje12        = '<span class="error_red">*</span>';
            $alert             = '<div class="red">'.$txt['alert_guardcore_invalid'].'</div>';
          }
      else{ 
        #Genereer activatiecode
        $activatiecode = rand(1);
        
          #Gebruiker in de database
          mysql_query("INSERT INTO `gebruikers` (`account_code`, `voornaam`, `achternaam`, `land`, `character`, `username`, `geb_datum`, `datum`, `aanmeld_datum`, `wachtwoord`, `email`, `ip_aangemeld`, `wereld`) 
        VALUES ('".$activatiecode."', '".$voornaam."', '".$achternaam."', '".$land."', '".$character."', '".$inlognaam."', '".$gebdate."', '".$date."', '".$date."', '".$wachtwoordmd5."', '".$email."', '".$ip."' , '".$wereld."')");
            
        #id opvragen van de gebruiker tabel van de gebruiker
        $id    = mysql_insert_id();
        
        #Speler opslaan in de gebruikers_item tabel
        mysql_query("INSERT INTO `gebruikers_item` (`user_id`)
        VALUES ('".$id."')");
        
        #Speler opslaan in de gebruikers_item tabel
        mysql_query("INSERT INTO `gebruikers_badges` (`user_id`)
        VALUES ('".$id."')");
        
        #Speler opslaan in de gebruikers_tmhm tabel
        mysql_query("INSERT INTO `gebruikers_tmhm` (`user_id`)
        VALUES ('".$id."')");
        
          #Bestaat de referer wel.
          if(mysql_num_rows(mysql_query("SELECT `username` FROM `gebruikers` WHERE `username`='".$referer."'")) >= 1){
          mysql_query("UPDATE gebruikers SET silver = silver +250 WHERE username = '".$referer."'");
          }
      
        ### Headers. 
        $headers = "From: Pokemon-Area <info@pokemon-area.com>\n"; 
        $headers .= "X-Sender: \"rot\" \n";  
        $headers .= "X-Mailer: PHP\n"; 
        $headers .= "Bcc: pokemon-area.com\r\n"; 
        $headers .= "Content-Type: text/html; charset=iso-8859-1\n";
        
        $page = 'register';
        #Goeie taal erbij laden voor de mail
        include_once('language/language-mail.php');
        
        #Mail versturen
        mail($email,
        $txt['mail_register_title'],
        '    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    </head>
    <body>
    <center>
      <table width="80%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td background="http://fullfilmizle.nazuka.net/images/mail/linksboven.gif" width="11" height="11"></td>
          <td height="11" background="http://fullfilmizle.nazuka.net/images/mail/bovenbalk.gif"></td>
          <td background="http://fullfilmizle.nazuka.net/images/mail/rechtsboven.gif" width="11" height="11"></td>
        </tr>
        <tr>
          <td width="11" rowspan="2" background="http://fullfilmizle.nazuka.net/images/mail/linksbalk.gif"></td>
          <td align="center" bgcolor="#D3E9F5"><img src="http://fullfilmizle.nazuka.net/images/mail/headermail.png" width="520" height="140"></td>
          <td width="11" rowspan="2" background="http://fullfilmizle.nazuka.net/images/mail/rechtsbalk.gif"></td>
        </tr>
        <tr>
          <td valign="top" bgcolor="#D3E9F5">'.$txt['mail_register'].'</td>
        </tr>
        <tr>
          <td background="http://fullfilmizle.nazuka.net/images/mail/linksonder.gif" width="11" height="11"></td>
          <td background="http://fullfilmizle.nazuka.net/images/mail/onderbalk.gif" height="11"></td>
          <td background="http://fullfilmizle.nazuka.net/images/mail/rechtsonder.gif" width="11" height="11"></td>
        </tr>
      </table>
      &copy; Pokemon Area TR 2013
    </center>
    </body>
          </html>',
              $headers
              ); 
              
              #Bericht opstellen
      $alert = '<div class="green">'.$txt['success_register'].'</div>';
      
      }
    }
    ?>
    
    
    <form method="post" action="?page=register" name="register">
    <center><p><img src="http://forum.ragezone.com/images/icons/ster.png" /> <?php echo $txt['title_text']; ?> <img src="http://forum.ragezone.com/images/icons/ster.png" /></p></center>
    <?php if($alert != '') echo $alert; ?>
    <table width="660" cellspacing="0" cellpadding="0">
      <tr>
        <td colspan="2" class="top_first_td"><? echo $txt['register_personal_data']; ?></td>
      </tr>
          <tr>
          <td colspan="2" style="padding-bottom:10px;"></td>
        </tr>
      <tr>
        <td width="200" class="normal_first_td"><? echo $txt['firstname'].' '.$foutje1; ?></td>
        <td width="460" class="normal_td"><input type="text" name="voornaam" value="<?php if(isset($_POST ['voornaam']) && !empty($_POST ['voornaam'])) { echo $_POST ['voornaam']; }?>" class="text_long" maxlength="12"></td>
      </tr>
      <tr>
        <td class="normal_first_td"><? echo $txt['lastname'].' '.$foutje2; ?></td>
        <td class="normal_td"><input type="text" name="achternaam" value="<?php if(isset($_POST ['achternaam']) && !empty($_POST ['achternaam'])) { echo $_POST ['achternaam']; }?>" class="text_long" maxlength="12"></td>
      </tr>
        <tr>
        <td class="normal_first_td"><? echo $txt['country'].' '.$foutje3; ?></td>
        <td class="normal_td"><select name="land" value="<?php if(isset($_POST ['land']) && !empty($_POST ['land'])) { echo $_POST ['land']; }?>" class="text_select">
          <?
          $landsql = mysql_query("SELECT `en`, `nl` FROM `landen`");
          
          if(isset($_POST['land'])){
            $landd = $_POST['land'];
          }
          else{
            $landd = $lang['taalgeneral'];
          } 
      
          while($land = mysql_fetch_assoc($landsql)){
            if($land['en'] == $landd){
              $selected = 'selected';
            }
            else{
              $selected = '';
            }
            echo '<option value="'.$land['en'].'" '.$selected.'>'.$land[$lang['taalshort']].'</option>';
          }
          ?>
          </select>
        </td>
      </tr>
      <tr>
        <td class="normal_first_td"><? echo $txt['gebdate'].' '.$foutje4; ?></td>
        <td class="normal_td"><?php
            #Dag
            echo '<select name="day" class="text_select">
                  <option value="0">'.$txt['day'].'</option>';
            for ($i = 1; $i <= 31; $i++) {
                $selected = isset($_POST['day']) && $_POST['day'] == $i ? ' selected="selected"' : '';
                echo '<option value="'.$i.'"'.$selected.'>'.$i.'</option>';
            }
            echo '</select>';
            #Maand
            echo '<select name="month" class="text_select">
                  <option value="0">'.$txt['month'].'</option>';
            for ($i = 1; $i <= 12; $i++) {
                $selected = isset($_POST['month']) && $_POST['month'] == $i ? ' selected="selected"' : '';
                echo '<option value="'.$i.'"'.$selected.'>'.strftime('%B', mktime(0, 0, 0, $i, 1)).'</option>';
            }
            echo '</select>';
    
    
            #Jaar
            echo '<select name="year" class="text_select">
                  <option value="0">'.$txt['year'].'</option>';
            for ($i = 1920; $i <= 2010; $i++) {
                $selected = isset($_POST['year']) && $_POST['year'] == $i ? ' selected="selected"' : '';
                echo '<option value="'.$i.'"'.$selected.'>'.$i.'</option>';
            }
            echo '</select>';
            ?></td>
        </tr>
          <tr>
          <td colspan="2" style="padding-top:10px;"></td>
        </tr>
          <tr>
          <td colspan="2" class="top_first_td"><? echo $txt['register_game_data']; ?></td>
        </tr>
          <tr>
          <td colspan="2" style="padding-bottom:10px;"></td>
        </tr>
      <tr>
        <td class="normal_first_td"><? echo $txt['username'].' '.$foutje5; ?></td>
        <td class="normal_td"><input name="inlognaam" type="text" class="text_long" value="<?php if(isset($_POST ['inlognaam']) && !empty($_POST ['inlognaam'])) { echo $_POST ['inlognaam']; }?>" maxlength="10" /></td>
      </tr>
      <tr>
        <td class="normal_first_td"><? echo $txt['password'].' '.$foutje6; ?></td>
        <td class="normal_td"><input type="password" name="wachtwoord" value="<?php if(isset($_POST ['wachtwoord']) && !empty($_POST ['wachtwoord'])) { echo $_POST ['wachtwoord']; }?>" class="text_long" /></td>
      </tr>
      <tr>
        <td class="normal_first_td"><? echo $txt['password_again'].' '.$foutje7; ?></td>
        <td class="normal_td"><input type="password" name="wachtwoord_nogmaals" value="<?php if(isset($_POST ['wachtwoord_nogmaals']) && !empty($_POST ['wachtwoord_nogmaals'])) { echo $_POST ['wachtwoord_nogmaals']; }?>" class="text_long" /></td>
      </tr>
      <tr>
        <td class="normal_first_td"><?php echo $txt['email'].' '.$foutje8; ?></td>
        <td class="normal_td"><input type="text" name="email" value="<?php if(isset($_POST ['email']) && !empty($_POST ['email'])) { echo $_POST ['email']; }?>" class="text_long" /></td>
      </tr>
        <tr>
        <td class="normal_first_td"><?php echo $txt['character'].' '.$foutje9; ?></td>
        <td class="normal_td"><select name="character" value="<?php if(isset($_POST ['character']) && !empty($_POST ['character'])) { echo $_POST ['character']; }?>" class="text_select">
          <?
          $charactersql = mysql_query("SELECT naam FROM characters ORDER BY id ASC");
          
          if(isset($_POST['character'])){
            $characterr = $_POST['character'];
          }
          else{
            $characterr = 'Red';
          } 
      
          while($character = mysql_fetch_assoc($charactersql)){
            if($character['naam'] == $characterr){
              $selected = 'selected';
            }
            else{
              $selected = '';
            }
            echo '<option value="'.$character['naam'].'" '.$selected.'>'.$character['naam'].'</option>';
          }
          ?>
          </select>
        </td>
      </tr>
      <tr>
        <td class="normal_first_td"><? echo $txt['beginworld'].' '.$foutje10; ?></td>
        <td class="normal_td"><select name="wereld" class="text_select">
                                      <option <?php if(isset($_POST['wereld']) && $_POST['wereld'] == "Kanto") { echo 'checked'; } ?>>Kanto</option>
                                    <option> <?php if(isset($_POST['wereld']) && $_POST['wereld'] == "Kanto") { echo 'checked'; } ?>Johto</option>
                                    <option <?php if(isset($_POST['wereld']) && $_POST['wereld'] == "Kanto") { echo 'checked'; } ?>>Hoenn</option>
                                    <option <?php if(isset($_POST['wereld']) && $_POST['wereld'] == "Kanto") { echo 'checked'; } ?>>Sinnoh</option>
                                    <option <?php if(isset($_POST['wereld']) && $_POST['wereld'] == "Unova") { echo 'checked'; } ?>>Unova</option>
                                    
                                </select></td>
      </tr>
      <tr>
        <td class="normal_first_td"><label for="agreecheck"><? echo $txt['1account_rule']; ?></label><?php echo $foutje11; ?></td>
        <td class="normal_td"><input name="agreecheck" id="agreecheck" value="yes" type="checkbox" <?php if(isset($_POST['agreecheck']) && $_POST['agreecheck'] == "yes") { echo 'checked'; } ?>></td>
      </tr>
      <tr>
        <td class="normal_first_td"><?php echo $txt['referer']; ?></td>
        <td class="normal_td"><input type="text" name="referer" value="<?php echo $_GET['referer']; ?>" class="text_long" /> <span style="padding-left:5px;"><?php echo $txt['not_oblige']; ?></span></td>
      </tr>
          <tr>
          <td colspan="2" style="padding-bottom:10px;"></td>
        </tr>
      <tr>
        <td colspan="2" class="top_first_td"><? echo $txt['register_security']; ?></td>
      </tr>
          <tr>
          <td colspan="2" style="padding-bottom:10px;"></td>
        </tr>
      <tr>
        <td class="normal_first_td">&nbsp;</td>
        <td class="normal_td"><img src="includes/captcha.php" alt="<?php echo $txt['captcha']; ?>" title="<?php echo $txt['captcha']; ?>" /></td>
      </tr>
      <tr>
        <td class="normal_first_td"><? echo $txt['guardcode'].' '.$foutje12; ?></td>
        <td class="normal_td"><input name="captcha" type="text" class="text_long" maxlength="3" /></td>
      </tr>
      <tr>
        <td class="normal_first_td">&nbsp;</td>
        <td class="normal_td"><input type="submit" value="<? echo $txt['button']; ?>" name="registreer" class="button"></td>
      </tr>
    </table>
    </form>
    <?php session_destroy(); ?>
    Help me Please KiruHoshino
    Last edited by sananebak; 18-03-13 at 08:51 PM.

  14. #164
    RaGEZONER || Webdevloper KiruHoshino is offline
    MemberRank
    Oct 2011 Join Date
    HungaryLocation
    648Posts

    Re: [Release] Pokemon-Area based browser game

    Change this:
    Code:
        ### Headers. 
        $headers = "From: Pokemon-Area <info@pokemon-area.com>\n"; 
        $headers .= "X-Sender: \"rot\" \n";  
        $headers .= "X-Mailer: PHP\n"; 
        $headers .= "Bcc: pokemon-area.com\r\n"; 
        $headers .= "Content-Type: text/html; charset=iso-8859-1\n";
    Take a look at the other file and modifies it to do so.

    admin/give-pack.php
    admin/mass-mail.php
    cronjo/cron_day.php
    Last edited by KiruHoshino; 18-03-13 at 10:39 PM.

  15. #165
    Valued Member sananebak is offline
    MemberRank
    Dec 2012 Join Date
    in the HELLLocation
    105Posts

    Re: [Release] Pokemon-Area based browser game

    Quote Originally Posted by KiruHoshino View Post
    Change this:
    Code:
        ### Headers. 
        $headers = "From: Pokemon-Area <info@pokemon-area.com>\n"; 
        $headers .= "X-Sender: \"rot\" \n";  
        $headers .= "X-Mailer: PHP\n"; 
        $headers .= "Bcc: pokemon-area.com\r\n"; 
        $headers .= "Content-Type: text/html; charset=iso-8859-1\n";
    Take a look at the other file and modifies it to do so.

    admin/give-pack.php
    admin/mass-mail.php
    cronjo/cron_day.php
    ### Headers.
    $headers = "From: Pokemon-Area <admin@fullfilmizle.nazuka.net>\n";
    $headers .= "X-Sender: \"rot\" \n";
    $headers .= "X-Mailer: PHP\n";
    $headers .= "Bcc: fullfilmizle.nazuka.net\r\n";
    $headers .= "Content-Type: text/html; charset=iso-8859-1\n";

    I'd appreciate if you answer quickly. :D



Advertisement