[Release] Pokemon-Area based browser game

Page 5 of 78 FirstFirst 123456789101112131555 ... LastLast
Results 61 to 75 of 1163
  1. #61
    RaGEZONER || Webdevloper KiruHoshino is offline
    MemberRank
    Oct 2011 Join Date
    HungaryLocation
    648Posts

    Re: [Release] Pokemon-Area based browser game

    The files are written in English into Hungarian.
    So it made the game. :)
    http://poke.swtorhungary.hu/test/

    Nos, az én támadásokat dolgozott, mielőtt a gif, s ... így valami le a kódot, mert a konzol kapok ezt a hibát Resource "értelmezni, fényképek, hanem átment a MIME típus text / html" http://mysite .domain / index.php? page = home "."
    Copy it back, using your original files.
    Then, open the following file for editing.
    - /wild/wild-attack.php
    - /trainer/trainer-attack.php
    - /duel/duel-attack.php

    and type in the search: png
    There, change the file extension of the Pokémon that apply.
    Last edited by KiruHoshino; 03-02-13 at 07:36 PM.

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

    Re: [Release] Pokemon-Area based browser game

    I dont understand...but i will try

    Attack was working on my account for a bit, when i asked fiance to log in.... it didnt work

    see these errors are supposed to happen on the console its harmless but.... when it doesnt tell the browser to stay where its supposed to, the battle ends.
    This is how it supposed to be
    ThisResource interpreted as Image but transferred with MIME type text/html: "http://teamremod.com/index.php?page=attack/wild/wild-attack".

    This is what shows up
    ThisResource interpreted as Image but transferred with MIME type text/html: "http://teamremod.com/index.php?page=home".

    I fixed it, nvm thank you for the support.

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

    Re: [Release] Pokemon-Area based browser game

    What was the problem? Another hosting I had a similar problem.

  4. #64
    Best Commu NA Cure is offline
    MemberRank
    Sep 2007 Join Date
    That way .. →Location
    1,247Posts

    Re: [Release] Pokemon-Area based browser game

    Looks good. Nice release.

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

    Re: [Release] Pokemon-Area based browser game

    The icons were out of place, so i had to put them in the right folder, everything else i fixed prior to that minor issue, by the way, here is my site.

    Pknest

    to test it out please use this account.

    username: test
    Password: testing

  6. #66
    Death Welcomes All DeathLord17 is offline
    MemberRank
    Jul 2012 Join Date
    530Posts

    Re: [Release] Pokemon-Area based browser game

    Jamezilla, i say the same to you. locate the file which has the "Languages = NL, EN, ...." and only put the languages you currently use, as i can see you use english as the first language, yet google chrome is trying to translate from dutch because you're telling my browser that it is dutch.

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

    Re: [Release] Pokemon-Area based browser game

    ok i did that

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

    Re: [Release] Pokemon-Area based browser game

    registration page and emails you have to edit yourself.

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

    Re: [Release] Pokemon-Area based browser game

    I been trying all day to add genders but it isnt working....

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

    Re: [Release] Pokemon-Area based browser game

    How to active " Register Activation System (Activation Code System) " activation code e mail does not. How do I set the sender e-mail address for activation code?

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

    Re: [Release] Pokemon-Area based browser game

    Open edit to register.php
    Search this line and edit:
    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";

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

    Re: [Release] Pokemon-Area based browser game

    How do I connect this to my database / Can someone make a tutorial on how to set this all up? Please and thank you!

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

    Re: [Release] Pokemon-Area based browser game

    Edit inculdes/config php

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

    Re: [Release] Pokemon-Area based browser game

    Quote Originally Posted by KiruHoshino View Post
    Edit inculdes/config php
    I don't have a config.php file inside my source. :/

    NVM FOUND IT!

  15. #75
    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 edit to register.php
    Search this line and edit:
    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";
    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?



Advertisement