Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] Pokémon-Sky Browsergame Source

Newbie Spellweaver
Joined
Jul 15, 2012
Messages
88
Reaction score
4
And New Updates ? fixes Region Not Working Battle not working
 
Newbie Spellweaver
Joined
Dec 15, 2014
Messages
34
Reaction score
1
i'm working on battle right now...but my knowledge are very limited :$:
 
Newbie Spellweaver
Joined
Jan 31, 2014
Messages
5
Reaction score
0
Hello, I would like to learn how to install Pokemon Sky localhost

Help me please :(

 
Junior Spellweaver
Joined
Mar 20, 2011
Messages
169
Reaction score
35
Hello ! If you wanna try the game in english try this out !
 
Newbie Spellweaver
Joined
Jul 7, 2014
Messages
7
Reaction score
0
hello friends going out and giving me such a problem with the database error. If you give employees the database?
develix - [Release] Pokémon-Sky Browsergame Source - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Jul 7, 2014
Messages
7
Reaction score
0
Did I say the problem is solved. Thank you. Now there is an error page, select the Pokemon.
 
Newbie Spellweaver
Joined
Dec 15, 2014
Messages
34
Reaction score
1
I translated the entire database, but I have problems with the page beta_map.php, the script on this page is encrypted so I can't edit it, if I use the script on the page beta_map_unencrypted.php, I can change it, the Pokemon appear, but the character not move...

Can anyone help me? Thanks
 
Newbie Spellweaver
Joined
Dec 15, 2014
Messages
34
Reaction score
1
you got all .js files or <code> right ?

Yes....i just translated the "Gebiet" like Gras, Strand, Grot etc. into Erba, Spiaggia, Grotta etc., so i have to edit the script in the beta_map.php but it's encrypted...

Code:
eval((function(x){var d="";var p=0;while(p<x.length){if(x.charAt(p)!="`")d+=x.charAt(p++);else{var l=x.charCodeAt(p+3)-28;if(l>4)d+=d.substr(d.length-x.charCodeAt(p+1)*96-x.charCodeAt(p+2)+3104-l,l);else d+="`";p+=4}}return d})("function Spielerbewegen(key) {var result1 = $.ajax({url:\"ajax_call/walk_animation.php?map=1\", type:\"post\", data:{` @%:\"laufen\"}, success:`!E%(data) {` >!eeen =` [!;}});`!L&2`!<6geschlecht`!2<` @&:\"weiber`!69` E&`!D,`#<# = document.getElementById(\"mySprite\"` L\"newX = x + mov` C!s[key].left` ;$Y = y` 1.up;if (typeof map[newY] !== \"undefined\" &&`\"Q!` 8([newX` 51(` 4,== 1 ||` K-> 1)) {x =`\"!!;y` #\"Y;`\"_#.style`\"#!`\"=!* 16 + \"px\"` 4+top`\"<!` =!- 4` >$$(\"#`%!\"\").html(\"<img src=\\\"https://forum.ragezone.com/images/loading.gif\\\" /></br>Bitte warten...\");$.get(`%T'map_ajax2`%T&&x=\" +`$(!\"&y` '!y, `%6&`!F\"`(,& = jQuery.parseJSON` <$`$-(res.name`#^,` b#html = \"\";` %!+= \"<p>` \"(span` $)a href=\\\"?page=poke-info&pokemon`!v!res.id + \"\\\" target=\\\"_blank\\\">`#8.` V#/` O*`#R#width=\\\"70px`#a#a><br /`!M)font size=\\\"4\\\" `$|!=\\\"text-shadow: 0 0 0.6em #000,` )#4` )#;color:#fff;\\\"><b>Ein wildes `!va` ;$`$0!+ \"</a>!</b></font`\"$//div` #*`$#-/`$F*form a`%t!=\\\"index`&D!`!q!attack/beta_map&`&X\"id`!n+&level` ,%` )!` 3!382203=7\\\" method=\\`,m!\\\"`!8(    <input`*Z!=\\\"submit\\\" value=\\\"Angreifen!\\\" class=\\\"button\\\"`\"T+form>`)A0html);} else {`)a0center`&G(http://www.n`0(!al-dex.com/theme/`&p!`&o!ball-grey.png`&`'55\\\"/></` v$br>Es wurde kein P`%M\" gefunden.\")`/&!}if`-!\"y][x`,{\") {`0N5bie`0@?biet:`*3'`0F8console.log(\"Erfolgreich G` b! ge\\xC3\\xA4ndert!`!_53`!0dGras\"` n24` :fot` m35` <dSpookhui`!u46` AdLavag`!w67`!Hetrand` o38` >dVechtschool` t39) {$(`'@&` *!\"#dialog\").` #\"();});Spielerbewegen(\"up\"`) 1`)1!` \\4_surfer` l+if (key `3E!p\") {` },down\"`,&%` D(` 4\"` @.`!Y\"` >.left` <0right` =2` 4#` B.` f\";}`\"T.20) {setTimeout`\"a*window.loc`-`!.href = `2R'market\";}, 3000);`#76` G$t`\"{U`!k/1`!@Zon`/8\"`!XE` H#`!7g) {var Wasser1 = \"`16!s/sprites2/male/\" + key + \"/320.png\";` O&2` +Jdocument.getElementById(\"myS` Y!\").src =`!P$;`#M4` 8N}, 150)` )e2;}, 4`$V!`+H`Water`, \"`({\"`$9\"ALK`#O0\" + geschlecht`#`!`#e(`$<(ALK`$j1` E:w\" + laufeeeen` i(`\"]_ALK`$*\"0`#JbALK`(b#);}}"))


I have to edit this line's of code (unencrypted)

Code:
if (map[y][x] == 3) {$.ajax({
url: "ajax_call/gebiet.php?map=1",
type: "post",
data: {'gebiet': '[B]Gras[/B]'},
});      
    }    
if (map[y][x] == 4) {
$.ajax({
url: "ajax_call/gebiet.php?map=1",
type: "post",
data: {'gebiet': '[B]Grot[/B]'},
});      
    }
if (map[y][x] == 5) {
$.ajax({
url: "ajax_call/gebiet.php?map=1",
type: "post",
data: {'gebiet': '[B]Spookhuis[/B]'},
});      
    }    
if (map[y][x] == 6) {
$.ajax({
url: "ajax_call/gebiet.php?map=1",
type: "post",
data: {'gebiet': '[B]Lavagrot[/B]'},
});      
    }
if (map[y][x] == 7) {
$.ajax({
url: "ajax_call/gebiet.php?map=1",
type: "post",
data: {'gebiet': '[B]Strand[/B]'},
});      
    }
if (map[y][x] == 8) {
$.ajax({
url: "ajax_call/gebiet.php?map=1",
type: "post",
data: {'gebiet': '[B]Vechtschool[/B]'},
});      
    }
 
Junior Spellweaver
Joined
Sep 5, 2014
Messages
141
Reaction score
65
Decrypted javascript:


Open attack/beta_map.php, go around line 288, search for "script" open tag and replace all the encrypted content.

I didn't have the original files on my hdd but it was quite easy to bypass the encryption. Simply search for the "return" inside the eval function and replace it with console.log, tada.

Decrypted code is untested
 
Newbie Spellweaver
Joined
Dec 15, 2014
Messages
34
Reaction score
1
Decrypted javascript:




Open attack/beta_map.php, go around line 288, search for "script" open tag and replace all the encrypted content.

I didn't have the original files on my hdd but it was quite easy to bypass the encryption. Simply search for the "return" inside the eval function and replace it with console.log, tada.

Decrypted code is untested

Thank's develix but not work :*:



Here my beta_map.php
 
Last edited:
Elite Diviner
Joined
Jan 4, 2010
Messages
406
Reaction score
12
which php version does this need? It runs on php 5.5 but i think not really good.
 
Newbie Spellweaver
Joined
Jul 13, 2012
Messages
25
Reaction score
0
who help me insert background, skill effect in battle
please help me
develix - [Release] Pokémon-Sky Browsergame Source - RaGEZONE Forums
 
Back
Top