[Release] Pokemon-Area based browser game

Page 6 of 78 FirstFirst 12345678910111213141656 ... LastLast
Results 76 to 90 of 1163
  1. #76
    Account Upgraded | Title Enabled! jamezilla is offline
    MemberRank
    Aug 2010 Join Date
    WonderlandLocation
    240Posts

    Re: [Release] Pokemon-Area based browser game

    Quote Originally Posted by sananebak View Post
    I changed only the first and fourth line.

    ### Headers.
    $headers = "From: Pokemon-Area TR <manias@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";

    Is there a need to change one line to another?
    no you dont

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

    Re: [Release] Pokemon-Area based browser game

    New Poke Market
    Download Link:
    Poke_Market.rar

    Images:
    asd.png

    Setup:
    - Copy the files to your web server.
    - Modify the index.php in the market path.

    Code:
    <li><a href="?page=pokemarket"><?php echo $txt['menu_market']; ?></a>
    If you like it then do not forget to like a button is pushed.

    Thank you.
    Regards Kiru Hoshino

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

    Re: [Release] Pokemon-Area based browser game

    How can I remove unnecessary language options? and I Want to Change Flag Icon.

  4. #79
    ʕノ•ᴥ•ʔノ ︵ ┻━┻ "Rawr!" Coolkidbloo is offline
    MemberRank
    Dec 2009 Join Date
    United StatesLocation
    233Posts

    Re: [Release] Pokemon-Area based browser game

    Can someone help?



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

    Re: [Release] Pokemon-Area based browser game


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

    Re: [Release] Pokemon-Area based browser game

    How can I remove unnecessary language options? and I Want to Change Flag Icon.

  7. #82
    Apprentice Zeriu is offline
    MemberRank
    Feb 2013 Join Date
    10Posts

    Re: [Release] Pokemon-Area based browser game

    Alright guys I have taken the time and have fixed this up a great deal for you all. It sill needs a lot of work but it's still an improvement. It is 99% translated to English with some extra features.

    Some changes below

    Fixes
    - Wild Pokemon encounters are fixed
    - Pokemon battles are now possible
    - Pokemon battle graphics have been fixed, no more missing images
    - Pokemon re arranging has been fixed, now supports older browsers
    - Item Pokedex now functions correctly
    - Experience bars now update automatically
    - Combat now updates automatically
    - Fixed trainer battles
    - Fixed gym battles
    - Fixed player dueling
    - Fixed some maps not obtainable
    - Fixed event messages
    - Fixed Growl doing 150 physical damage
    - Fixed work MySQL error handling bad request
    - Fixed flip a coin in the casino
    - Fixed selling pokemon
    - Fixed pokemon trades
    - Fixed clans
    - Fixed money transfer to clans
    - Improved clan profile page
    - Fixed Seismic Toss
    - Fixed Dragon Rage
    - Other skill fixes


    Other
    - Cash shop temporarily removed
    - Added Pokecenter music
    - Added battle music
    - Translations 99% complete (Minor changes needed)
    - Added the ability to win gold from wheel of fortune
    - Admin panel manual account status resets (Resets wheel of fortune plays, stealing, banks, etc...)
    - Added animated images provided by KiruHoshino
    - More that I can not remember


    Known Issues
    - Not all Pokemon Skills function correctly, needs some re writing
    - Evolution page has an error when a Pokemon evolves that has a form that requires trade evolution afterwards.

    Good luck all, and enjoy!

    Download: Click Here To Download
    Database: Click Here To Download

    EDIT: Forgot to update player profiles for the image format change. Simply download the file below and replace with yours.

    Profile Update: Download
    Last edited by Zeriu; 09-02-13 at 11:57 PM.

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

    Re: [Release] Pokemon-Area based browser game

    Index.php
    Code:
    <div id="header">
    			<div>
    				<ul>
    					<li class="en"><a href="index.php?page=<?php echo $page; ?>&language=en" alt="EN" title="EN">English</a></li>
    					<li class="nl"><a href="index.php?page=<?php echo $page; ?>&language=nl" alt="NL" title="NL">Netherlands</a></li>
    				</ul>
    				<h1><a href="index.php" title="Home" class="logo"><?php echo $txt['logo_text']; ?></a></h1>
    			</div>
    		</div>
    and style.css
    Code:
    #header {
        width: 990px;
        height: 160px;
        border-bottom: 20px solid #7da21b;
        background: url(../images/layout/header.png);
    	}
        #header div a.logo { width: 200px; height: 100px; margin: 35px 0 0 83px; background: url(../images/layout/logo.png); text-indent: -9999px; float: left; }
        #header div ul { padding: 20px 20px 0 0; list-style: none; float: right; }
        #header div ul li { margin: 0 0 0 10px; float: left; }
        #header div ul li a { width: 22px; height: 16px; background: url(../images/layout/lang.png); text-indent: -9999px; float: left; overflow: hidden; }
        #header div ul .en a:hover { background-position: 0 -16px; }
        #header div ul .de a { background-position: -22px 0; }
        #header div ul .de a:hover { background-position: -22px -16px; }
        #header div ul .es a { background-position: -44px 0; }
        #header div ul .es a:hover { background-position: -44px -16px; }
        #header div ul .nl a { background-position: -66px 0; }
        #header div ul .nl a:hover { background-position: -66px -16px; }
        #header div ul .pl a { background-position: -88px 0; }
        #header div ul .pl a:hover { background-position: -88px -16px; }
    flag image:
    /images/layout/lang.png

  9. #84
    ʕノ•ᴥ•ʔノ ︵ ┻━┻ "Rawr!" Coolkidbloo is offline
    MemberRank
    Dec 2009 Join Date
    United StatesLocation
    233Posts

    Re: [Release] Pokemon-Area based browser game

    Quote Originally Posted by Zeriu View Post
    Alright guys I have taken the time and have fixed this up a great deal for you all. It sill needs a lot of work but it's still an improvement. It is 99% translated to English with some extra features.

    Some changes below

    Fixes
    - Wild Pokemon encounters are fixed
    - Pokemon battles are now possible
    - Pokemon battle graphics have been fixed, no more missing images
    - Pokemon re arranging has been fixed, now supports older browsers
    - Item Pokedex now functions correctly
    - Experience bars now update automatically
    - Combat now updates automatically
    - Fixed trainer battles
    - Fixed gym battles
    - Fixed player dueling
    - Fixed some maps not obtainable
    - Fixed event messages
    - Fixed Growl doing 150 physical damage
    - Fixed work MySQL error handling bad request
    - Fixed flip a coin in the casino
    - Fixed selling pokemon
    - Fixed pokemon trades
    - Fixed clans
    - Fixed money transfer to clans
    - Improved clan profile page
    - Fixed Seismic Toss
    - Fixed Dragon Rage
    - Other skill fixes


    Other
    - Cash shop temporarily removed
    - Added Pokecenter music
    - Added battle music
    - Translations 99% complete (Minor changes needed)
    - Added the ability to win gold from wheel of fortune
    - Admin panel manual account status resets (Resets wheel of fortune plays, stealing, banks, etc...)
    - Added animated images provided by KiruHoshino
    - More that I can not remember


    Known Issues
    - Not all Pokemon Skills function correctly, needs some re writing
    - Evolution page has an error when a Pokemon evolves that has a form that requires trade evolution afterwards.

    Good luck all, and enjoy!

    Download: Click Here To Download
    Database: Click Here To Download

    Will you marry me please?

  10. #85
    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
    Index.php
    Code:
    <div id="header">
                <div>
                    <ul>
                        <li class="en"><a rel="nofollow" href="index.php?page=<?php echo $page; ?>&language=en" alt="EN" title="EN">English</a></li>
                        <li class="nl"><a rel="nofollow" href="index.php?page=<?php echo $page; ?>&language=nl" alt="NL" title="NL">Netherlands</a></li>
                    </ul>
                    <h1><a href="http://forum.ragezone.com/" title="Home" class="logo"><?php echo $txt['logo_text']; ?></a></h1>
                </div>
            </div>
    and style.css
    Code:
    #header {
        width: 990px;
        height: 160px;
        border-bottom: 20px solid #7da21b;
        background: url(../images/layout/header.png);
        }
        #header div a.logo { width: 200px; height: 100px; margin: 35px 0 0 83px; background: url(../images/layout/logo.png); text-indent: -9999px; float: left; }
        #header div ul { padding: 20px 20px 0 0; list-style: none; float: right; }
        #header div ul li { margin: 0 0 0 10px; float: left; }
        #header div ul li a { width: 22px; height: 16px; background: url(../images/layout/lang.png); text-indent: -9999px; float: left; overflow: hidden; }
        #header div ul .en a:hover { background-position: 0 -16px; }
        #header div ul .de a { background-position: -22px 0; }
        #header div ul .de a:hover { background-position: -22px -16px; }
        #header div ul .es a { background-position: -44px 0; }
        #header div ul .es a:hover { background-position: -44px -16px; }
        #header div ul .nl a { background-position: -66px 0; }
        #header div ul .nl a:hover { background-position: -66px -16px; }
        #header div ul .pl a { background-position: -88px 0; }
        #header div ul .pl a:hover { background-position: -88px -16px; }
    flag image:
    /images/layout/lang.png

    So how do I add a new language option? Which Need to edit files?

  11. #86
    Apprentice Zeriu is offline
    MemberRank
    Feb 2013 Join Date
    10Posts

    Re: [Release] Pokemon-Area based browser game

    Added an update to player profiles. Forgot to add the changes for the new image format. Download is below. Simply download and replace with your current files.

    Profile Update: Download

  12. #87
    Account Upgraded | Title Enabled! jamezilla is offline
    MemberRank
    Aug 2010 Join Date
    WonderlandLocation
    240Posts

    Re: [Release] Pokemon-Area based browser game

    nice to see someone beat me to releasing fixes, anyways my site is Pknest , if you have any questions let me know, im redoing mostly everything

  13. #88
    Apprentice Zeriu is offline
    MemberRank
    Feb 2013 Join Date
    10Posts

    Re: [Release] Pokemon-Area based browser game

    I don't understand why but every time I make an edit to my posts. An admin needs to approve the change before my post shows up... So frustrating. So my post for the fixes and download I made are currently not listed while I wait for it to approved...

  14. #89
    Account Upgraded | Title Enabled! jamezilla is offline
    MemberRank
    Aug 2010 Join Date
    WonderlandLocation
    240Posts

    Re: [Release] Pokemon-Area based browser game

    for trainer dules im about to fix it anyone know anything before i start working hours on it

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

    Re: [Release] Pokemon-Area based browser game

    Trainer Battle Download:
    trainer.rar

    asd.png



Advertisement