[Release] Pokemon-Area based browser game

Page 4 of 78 FirstFirst 1234567891011121454 ... LastLast
Results 46 to 60 of 1163
  1. #46
    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
    Open register.php

    Find this line.
    Code:
    $activatiecode = rand(111111,999999);
    And now to write this.
    Code:
    $activatiecode = rand(1);
    So in theory, but does not require activation and can immediately log onto the website.

    Not sure if it was good. Not tested.

    If it helped do not forget to press like a button. :)
    How to active "email activation system" ?

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

    Re: [Release] Pokemon-Area based browser game

    The activation e-mail the registration is integrated into code.

  3. #48
    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 e-mail the registration is integrated into code.
    how to set admin mail To send the activation code ?

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

    Re: [Release] Pokemon-Area based browser game

    Is there any way we can change the primary sender of the activation codes, to our email@domainname.com.

    I noticed that the email used to send out the activation code was in fact not a custom domain email but from a live.com email address.

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

    Re: [Release] Pokemon-Area based browser game

    Hey. I changed all the Pokémon image. In their place were animated images.

    Now there is only the front but was soon made ​​to prepare rear.

    Last edited by KiruHoshino; 02-02-13 at 09:38 PM.

  6. #51
    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 jamezilla View Post
    Is there any way we can change the primary sender of the activation codes, to our email@domainname.com.

    I noticed that the email used to send out the activation code was in fact not a custom domain email but from a live.com email address.
    how to set admin mail To send the activation code ? Which files ?

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

    Re: [Release] Pokemon-Area based browser game

    Quote Originally Posted by KiruHoshino View Post
    Hey. I changed all the Pokémon image. In their place were animated images.

    Now there is only the front but was soon made ​​to prepare rear.

    Completely finished the animated pokemons.



    New Download Link:
    Pokemon-Area.rar

  8. #53
    Death Welcomes All DeathLord17 is offline
    MemberRank
    Jul 2012 Join Date
    530Posts

    Re: [Release] Pokemon-Area based browser game

    Nice work KiruHoshino. If you ever get the fighting working properly, and get this hosted i will play 24/7.

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

    Re: [Release] Pokemon-Area based browser game

    There are some great idea that could be done in the future to expand the game to be fun. Of course I'm going to share all the ragezone community.

    - Craft System - Pokeball crafting
    - All regions different map

    Someone has worked in the tournament?

  10. #55
    Death Welcomes All DeathLord17 is offline
    MemberRank
    Jul 2012 Join Date
    530Posts

    Re: [Release] Pokemon-Area based browser game

    Yeah but the first thing to do would be fix battling, since it just does not work.

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

    Re: [Release] Pokemon-Area based browser game

    I do not want a league will operate normally. But his attacks do you think?

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

    Re: [Release] Pokemon-Area based browser game

    Thanks for the sprites kiru, add me on skype, jamesy2y1 we can work together along with my partner, btw to get attacks working, you have to define it to cloud 2. some of you might've replaced cloud 2 with 3, you cant do that.

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

    Re: [Release] Pokemon-Area based browser game

    I'm happy to help where I can, but I'm not a professional in php coding. Of course, I'd love to be ready to share with others in the expectation that in the future you're going to do this is if you create something unique to the site.

    This my site:
    http://poke.swtorhungary.hu

    The game is only in Hungarian language.

    A little extra. Premium, gold and silver sent to all members.
    Copy 2 file to admin folder.

    Download:
    http://www.mediafire.com/?89bilau6g2xvdwn

    Open to edit admin/panel.php
    Copy and paste the following lines in the table and save it.
    Code:
    <tr>
    <td><center><img src="http://forum.ragezone.com/images/icons/gold.png" /></center></td>
    <td><a href="index.php?page=admin/massa-gold">Arany adományozás</a></td>
    </tr>
    <tr>
    <td><center><img src="http://forum.ragezone.com/images/icons/boy.gif" /></center></td>
    <td><a href="index.php?page=admin/massa-premium">Prémium adományozás</a></td>
    </tr>
    I've updated the first post.
    Last edited by KiruHoshino; 03-02-13 at 06:58 PM.

  14. #59
    Death Welcomes All DeathLord17 is offline
    MemberRank
    Jul 2012 Join Date
    530Posts

    Re: [Release] Pokemon-Area based browser game

    Kiru, in either the config or the index file (i cannot remember) there is a language part, where it is listed liek " NL, UK, ES...." remove all and put the short hand of your language, otherwise chrome will try and translate dutch (NL)

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

    Re: [Release] Pokemon-Area based browser game

    Well my attacks were working, before the gif;s...so something is off with a code, because on the console i get this error Resource " interpreted as Image but transferred with MIME type text/html: "http://mysite.domain/index.php?page=home". "



Advertisement