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

Junior Spellweaver
Joined
Sep 5, 2014
Messages
141
Reaction score
65
Hey guys,

It's a very old source from my first coding attempts -> Its very unclean and unstructured code, no OOP.
It's a modification of the pokemon-area script.

Source includes many updates, I cant remember them at all, but this is defintly the most extended pokemon browsergame source ever released!

Maybe I will start a recode in pure javascript in future..If you're interested in helping out, PM me!

Screenshots:






df5cbb5806631b4336c60f05e60e6ee3 - [Release] Pokémon-Sky Browsergame Source - RaGEZONE Forums


Features:
- Ajax map
- Live "Last catched" box
- Many design changes
- Many updates like mega evolutions
- Tons of new features
- No known exploits

Download:


Fixes:
Database:
Images:

Thanks to Jenia Ivanov for sharing his fixes.

Demo:


Do not just click the link, give this release a like


Regards
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Nov 16, 2010
Messages
187
Reaction score
19
Absolutely love the graphics on this. Definitely a nice share. Thank you.
 
Newbie Spellweaver
Joined
Jun 1, 2013
Messages
5
Reaction score
0
So epic! Thanks for share ^^. I love all the design.
 
Banned
Banned
Joined
Aug 28, 2013
Messages
539
Reaction score
103
Hey guys,

It's a old source from the past modified by me.
Its a modification of the pokemon-area script.

Source includes many updates, I cant remember them at all

Screenshots:


Features:
- Ajax map
- Live "Last catched" box
- Many design changes
- Many updates like mega evolutions

Download:


Demo:


Regards

Develix is amazing release!

Please, can you add the english languaje PLEASE PLEASE PLEASE BROTHER !!!
 

Attachments

You must be registered for see attachments list

MpL

Newbie Spellweaver
Joined
Dec 18, 2009
Messages
39
Reaction score
1
Just "waaaaw" OP grafic. Thank you !
 

MpL

Newbie Spellweaver
Joined
Dec 18, 2009
Messages
39
Reaction score
1
Sorry for double post but i do my commentary:

Very good release BUT:

-More error in DB with bad SqL syntax
-Horrible code in php file
-Miss more image

I will make a release when all are work and traduction to ENG & FR.

Thank you for this diamond ! :drool:

PS: U know my bad english :blushing:
 
Last edited:
Newbie Spellweaver
Joined
Jan 5, 2013
Messages
26
Reaction score
0
".mysql_error()); include('site_names.php'); ?> Access denied for user 'root'@'localhost' (using password: NO)
 

MpL

Newbie Spellweaver
Joined
Dec 18, 2009
Messages
39
Reaction score
1
in config.php:

<? modify to <php?

and in phpmyadmin create an utilisateur with password.

Then put your phpmyadmin to date.

If you use easyphp go to Wamp.
 
Newbie Spellweaver
Joined
Jan 5, 2013
Messages
26
Reaction score
0
still can't
".mysql_error()); include('site_names.php'); ?> Access denied for user 'root'@'localhost' (using password: NO)

I am not using
'root'@'localhost' and which config.php should I modify?
 

MpL

Newbie Spellweaver
Joined
Dec 18, 2009
Messages
39
Reaction score
1
Code:
<php?
//Verbinding maken met de Database

//Gegevens
$dbhost = "localhost"; 
$dblogin = "Your login"; 
$dbpassword = "Your PW"; 
$dbdatabase = "DBNAME";

configure it in config.php..
 

MpL

Newbie Spellweaver
Joined
Dec 18, 2009
Messages
39
Reaction score
1
config.php and config_forum.php and delete the other (config_old.php) in folder "includes"
 
Newbie Spellweaver
Joined
Jan 5, 2013
Messages
26
Reaction score
0
I changed , it still display Access denied for user 'root'@'localhost' (using password: NO)
 

MpL

Newbie Spellweaver
Joined
Dec 18, 2009
Messages
39
Reaction score
1
Copy your config.php here plz i will see it
 

MpL

Newbie Spellweaver
Joined
Dec 18, 2009
Messages
39
Reaction score
1
create an user on your phpmyadmin for permission. If you have other question go to private message.
 
Initiate Mage
Joined
Oct 18, 2014
Messages
3
Reaction score
0
an error that i get: Table 'ablecoil_range.pb20_14users' doesn't exist
who can help me?
 
Newbie Spellweaver
Joined
Jul 6, 2012
Messages
5
Reaction score
0
What xampp version to use for this because i get error's in sql for the last version of xampp
 
Back
Top