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] ENG VERSION Pokémon-Sky Browsergame Source

Inactive Account
Inactive Account
Joined
Jan 29, 2014
Messages
38
Reaction score
0
This is the ENG version from Pokemon Sky ..
The ENG Translation is in 70%

DOWNLOAD: https://mega.nz/#!KB4wjQLD!qTRV2jf3deP0pZva1gDbtW8ao4Ih9AKuyW0O_BTT9i0

Screenshots:






Please new link :(
 
Inactive Account
Inactive Account
Joined
Jul 13, 2014
Messages
3
Reaction score
0
hello, i'd really like to try this out and i'm really sorry to ask this but, how to install? is similar to installing pokenet? thanks in advance >.<
 
INSERT TITLE
Staff member
Moderator
Joined
Jan 13, 2013
Messages
1,146
Reaction score
345
hello, i'd really like to try this out and i'm really sorry to ask this but, how to install? is similar to installing pokenet? thanks in advance >.<

Extract all the files into the root of www or your webhost directory then use mysql workbench or navicat or phymyadmin and import as well do not forget to edit the cofig file.
 
Inactive Account
Inactive Account
Joined
Jul 13, 2014
Messages
3
Reaction score
0
thank you, will try it asap :)


edit: got it working, kinda..

the game doesnt have a built-in chat right?

also, i see some sound files but when i play it doesnt use them. anyone know how to fix it?
 
Last edited:
Experienced Elementalist
Joined
Aug 7, 2009
Messages
257
Reaction score
12
mysql no longer works. Does anyone have the latest syntax for mysqli for this game?
 
Put Community First
Joined
Oct 2, 2014
Messages
1,104
Reaction score
825
@asianking Just do a find and replace and then modify any of the mysql_query and other functions to also have the connection passed to them.
 
Inactive Account
Inactive Account
Joined
Jul 3, 2018
Messages
3
Reaction score
0
Online map dont work.. :( Someone who can fix it ?

Someone who can fix it?Someone who can fix it?Someone who can fix it?VSomeone who can fix it?Someone who can fix it?Someone who can fix it?
 
Inactive Account
Inactive Account
Joined
Nov 19, 2006
Messages
10
Reaction score
0
Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: YES) in /home/uwjrddfc/public_html/includes/config.php on line 8
Configure the SQL connection at includes/config.phpAccess denied for user 'uwjrddfc'@'localhost' (using password: NO)


index.php... help me
 
Last edited:
INSERT TITLE
Staff member
Moderator
Joined
Jan 13, 2013
Messages
1,146
Reaction score
345
Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: YES) in /home/uwjrddfc/public_html/includes/config.php on line 8
Configure the SQL connection at includes/config.phpAccess denied for user 'uwjrddfc'@'localhost' (using password: NO)


index.php... help me

It's either that you put the wrong password or username in the config file as well that the second one doesn't require a password since you ain't set one for that user.
 
Inactive Account
Inactive Account
Joined
Apr 13, 2005
Messages
15
Reaction score
1
I take this.. If there is any designer that wants to share with me your design (as i want rewrite this code) looks pritty shitty then i could share my code.im working as backend developer for 10 years so we could make something cool out of this
Any who wants join type me PM
 
Inactive Account
Inactive Account
Joined
Sep 25, 2018
Messages
3
Reaction score
0
Fatal error: Uncaught Error: Call to undefined function mysql_select_db() in C:\laragon\www\includes\config.php:9 Stack trace: #0 C:\laragon\www\index.php(5): include_once() #1 {main} thrown in C:\laragon\www\includes\config.php on line 9

? - correct database info is this outdated now or am i just missing something - sql is working fine, database is uploaded, edited config. what else
 
Inactive Account
Inactive Account
Joined
Jan 7, 2013
Messages
22
Reaction score
4
Fatal error: Uncaught Error: Call to undefined function mysql_select_db() in C:\laragon\www\includes\config.php:9 Stack trace: #0 C:\laragon\www\index.php(5): include_once() #1 {main} thrown in C:\laragon\www\includes\config.php on line 9

? - correct database info is this outdated now or am i just missing something - sql is working fine, database is uploaded, edited config. what else

check if you haven't mixed mysql with mysqli in config.php
 
Back
Top