[Release] Pokemon-Area based browser game

Page 69 of 78 FirstFirst ... 19596162636465666768697071727374757677 ... LastLast
Results 1,021 to 1,035 of 1163
  1. #1021
    Member Snok is offline
    MemberRank
    Sep 2010 Join Date
    IsraelLocation
    80Posts

    Re: [Release] Pokemon-Area based browser game

    Responsive login & register for mobiles.
    Login - http://prntscr.com/39z0mi
    Register - http://prntscr.com/39z18o

  2. #1022
    Member YossiBz is offline
    MemberRank
    Oct 2008 Join Date
    Beersheba, IsraLocation
    51Posts

    Re: [Release] Pokemon-Area based browser game

    How i secure my site?! I have a fu*** hacker all way send silver to everybody

  3. #1023
    Account Upgraded | Title Enabled! Mugaru is offline
    MemberRank
    Feb 2012 Join Date
    190Posts

    Re: [Release] Pokemon-Area based browser game

    check your items script... and check if its possible to sell items with a - in front of the number... If people sell it with a -10 for example, they get 10 extra items and get the money for 10 of that item sold.

    just try.

  4. #1024
    Member YossiBz is offline
    MemberRank
    Oct 2008 Join Date
    Beersheba, IsraLocation
    51Posts

    Re: [Release] Pokemon-Area based browser game

    The hacker send gold

  5. #1025
    Account Upgraded | Title Enabled! Mugaru is offline
    MemberRank
    Feb 2012 Join Date
    190Posts

    Re: [Release] Pokemon-Area based browser game

    ... you are selling Masterballs for Gold? or Rare Candy's? Check all the places people can get / win any gold... check the text boxes there if they can put in a - number... if so, fix it. If not, find out who's the hacker...

  6. #1026
    Account Upgraded | Title Enabled! Raftaar is offline
    MemberRank
    Apr 2013 Join Date
    274Posts

    Re: [Release] Pokemon-Area based browser game

    I got the bug fix ... but i won't share for free unfortunately .. script for script or script for money

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

    Re: [Release] Pokemon-Area based browser game

    Unfinished but usable theme for the game.

    https://www.mediafire.com/?hs7250czri0t1s5


  8. #1028
    Michael Jackson ♥ Sphinx is offline
    MemberRank
    Aug 2010 Join Date
    In your bed :3Location
    906Posts

    Re: [Release] Pokemon-Area based browser game

    Quote Originally Posted by Raftaar View Post
    I got the bug fix ... but i won't share for free unfortunately .. script for script or script for money
    Stfu or don't even post that you have it you greedy f*ck.

  9. #1029
    Member YossiBz is offline
    MemberRank
    Oct 2008 Join Date
    Beersheba, IsraLocation
    51Posts

    Re: [Release] Pokemon-Area based browser game

    Quote Originally Posted by Raftaar View Post
    I got the bug fix ... but i won't share for free unfortunately .. script for script or script for money
    plz send me in private its crazy me

  10. #1030
    Apprentice Chester326 is offline
    MemberRank
    Feb 2014 Join Date
    GermanyLocation
    20Posts

    Re: [Release] Pokemon-Area based browser game

    Quote Originally Posted by YossiBz View Post
    plz send me in private its crazy me
    Quote Originally Posted by Raftaar View Post
    I got the bug fix ... but i won't share for free unfortunately .. script for script or script for money
    there stands as you get

  11. #1031
    Enthusiast akira2081 is offline
    MemberRank
    Sep 2010 Join Date
    41Posts

    Re: [Release] Pokemon-Area based browser game

    Raftaar : I have a User/CPU controlled , made with a cron that actualize the cpu-pkms every day.
    You had to make a script that fill a table Ej. player-trainer with the player id or name and another script that fill that table whit this player pkms , i make this in my game that is a port of PKM Arena.

    Trainer :
    PHP Code:
    <?php    
    $who 
    mysql_query("SELECT * FROM gebruikers WHERE user_id >= '1' ORDER BY user_id ASC");
    while(
    $attk mysql_fetch_assoc($who)){
    $prijs round(($attk['silver'] / 100) * rand(10,30));
    mysql_query("INSERT INTO `trainer` (`id`, `naam`, `badge`, `gymnaam`, `wereld`, `gebied`, `rank`, `prijs`) VALUES
    ('', '"
    .$atk[username]."', '', '','', 'All', '0', '".$prijs."')");
    }
    ?>
    Trainer Poke :
    PHP Code:
    <?php
    $who 
    mysql_query("SELECT * FROM trainer WHERE id >= '109' ORDER BY id ASC");
    while(
    $attk mysql_fetch_assoc($who)){
    $user mysql_query("SELECT * FROM gebruikers WHERE username='".$attk['naam']."' ORDER BY user_id ASC");
    while(
    $attk2 mysql_fetch_assoc($user)){

    $digi1 mysql_fetch_assoc(mysql_query("SELECT * FROM pokemon_speler WHERE user_id='".$attk2['user_id']."' AND `opzak_nummer`='1' ORDER BY user_id ASC"));
    $digi2 mysql_fetch_assoc(mysql_query("SELECT * FROM pokemon_speler WHERE user_id='".$attk2['user_id']."' AND `opzak_nummer`='2' ORDER BY user_id ASC"));
    $digi3 mysql_fetch_assoc(mysql_query("SELECT * FROM pokemon_speler WHERE user_id='".$attk2['user_id']."' AND `opzak_nummer`='3' ORDER BY user_id ASC"));
    $digi4 mysql_fetch_assoc(mysql_query("SELECT * FROM pokemon_speler WHERE user_id='".$attk2['user_id']."' AND `opzak_nummer`='4' ORDER BY user_id ASC"));
    $digi5 mysql_fetch_assoc(mysql_query("SELECT * FROM pokemon_speler WHERE user_id='".$attk2['user_id']."' AND `opzak_nummer`='5' ORDER BY user_id ASC"));
    $digi6 mysql_fetch_assoc(mysql_query("SELECT * FROM pokemon_speler WHERE user_id='".$attk2['user_id']."' AND `opzak_nummer`='6' ORDER BY user_id ASC"));

    $digi7 mysql_fetch_assoc(mysql_query("SELECT * FROM pokemon_wild WHERE evolutie='2' ORDER BY RAND ()"));
    $digi8 mysql_fetch_assoc(mysql_query("SELECT * FROM pokemon_wild WHERE evolutie='2' ORDER BY RAND ()"));

        if(
    $digi2['wild_id'] == ''$digi2['wild_id'] = $digi7['wild_id'];
        if(
    $digi3['wild_id'] == ''$digi3['wild_id'] = $digi8['wild_id'];

    echo 
    '<table><tr><td>'.$attk['id'].'</td><td>'.$attk['naam'].'</td><td>'.$digi1['wild_id'].'</td><td>'.$digi2['wild_id'].'</td><td>'.$digi3['wild_id'].'</td><td>'.$digi4['wild_id'].'</td><td>'.$digi5['wild_id'].'</td><td>'.$digi6['wild_id'].'</td></tr>';

    mysql_query("INSERT INTO `trainer_pokemon` (`id`, `trainer_id`, `pokemonwild_id`) VALUES
    ('', '"
    .$attk['id']."', '".$digi1['wild_id'].",".$digi2['wild_id'].",".$digi3['wild_id'].",".$digi4['wild_id'].",".$digi5['wild_id'].",".$digi6['wild_id']."')");
    }}
    ?>
    Is a POC i made this way and work - To fight make a script like to TRAINER.PHP

  12. #1032
    Member YossiBz is offline
    MemberRank
    Oct 2008 Join Date
    Beersheba, IsraLocation
    51Posts

    Re: [Release] Pokemon-Area based browser game

    who can send me the protection of money glitch

  13. #1033
    Novice marvolo is offline
    MemberRank
    Sep 2012 Join Date
    4Posts

    Re: [Release] Pokemon-Area based browser game

    When entering data, login and password an error "Username unknown."
    What's the problem?

  14. #1034
    Member Snok is offline
    MemberRank
    Sep 2010 Join Date
    IsraelLocation
    80Posts

    Re: [Release] Pokemon-Area based browser game

    Quote Originally Posted by YossiBz View Post
    who can send me the protection of money glitch
    Fix it you'r self they told you what you need to check so check it and fix possible holes and issues

  15. #1035
    Account Upgraded | Title Enabled! Mugaru is offline
    MemberRank
    Feb 2012 Join Date
    190Posts

    Re: [Release] Pokemon-Area based browser game

    Quote Originally Posted by Snok View Post
    Fix it you'r self they told you what you need to check so check it and fix possible holes and issues

    What you said.

    Quote Originally Posted by YossiBz View Post
    who can send me the protection of money glitch
    It isn't that hard... most of the bugs with money are fields you created by yourself and didn't check if you can fill in - numbers.
    I know there's a bug in selling items, for example: You sell -20 master balls, you get 20 master balls, and gold worth 20 master balls... so its like cloning items you don't have...

    Check all those fields if they accept a number lower then 0, if so, you've find your bug.



Advertisement