• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Release] ENG VERSION Pokémon-Sky Browsergame Source

Banned
Banned
Joined
Aug 28, 2013
Messages
539
Reaction score
103
This is the ENG version from Pokemon Sky ..
The ENG Translation is in 70%

New Link!:


Screenshots:
Lucila - [Release] ENG VERSION Pokémon-Sky Browsergame Source - RaGEZONE Forums


Lucila - [Release] ENG VERSION Pokémon-Sky Browsergame Source - RaGEZONE Forums


Lucila - [Release] ENG VERSION Pokémon-Sky Browsergame Source - RaGEZONE Forums


Lucila - [Release] ENG VERSION Pokémon-Sky Browsergame Source - RaGEZONE Forums
 
Last edited:
Newbie Spellweaver
Joined
Sep 2, 2015
Messages
10
Reaction score
0
Thanks so much for release
But I have a problem I'm trying to load the DB
This is what appears to me:


CREATE TABLE `2014` (


`id` INT (11) NOT NULL AUTO_INCREMENT,
`name` VARCHAR (30) NOT NULL,
`desc` TEXT NOT NULL,
`image` VARCHAR (100) CHARACTER SET latin1 NOT NULL,
`needTwo` INT (11) NOT NULL,
`needZero` INT (11) NOT NULL,
`needOne` INT (11) NOT NULL,
`needFour` INT (11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE = INNODB AUTO_INCREMENT = 7 DEFAULT CHARSET = utf8;

Tnx 4The Help
 
Banned
Banned
Joined
Aug 28, 2013
Messages
539
Reaction score
103
Thanks so much for release
But I have a problem I'm trying to load the DB
This is what appears to me:



CREATE TABLE `2014` (


`id` INT (11) NOT NULL AUTO_INCREMENT,
`name` VARCHAR (30) NOT NULL,
`desc` TEXT NOT NULL,
`image` VARCHAR (100) CHARACTER SET latin1 NOT NULL,
`needTwo` INT (11) NOT NULL,
`needZero` INT (11) NOT NULL,
`needOne` INT (11) NOT NULL,
`needFour` INT (11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE = INNODB AUTO_INCREMENT = 7 DEFAULT CHARSET = utf8;

Tnx 4The Help

dude, use navicat for execute the sql file and load the db
 
Newbie Spellweaver
Joined
Jul 7, 2014
Messages
7
Reaction score
0
[h=1]Forbidden[/h]You don't have permission to access /pokemonskyenglish/index.php on this server.

Apache/2.2.8 (Win32) PHP/5.2.6 Server at localhost Port 80

help me...
 
Newbie Spellweaver
Joined
Sep 2, 2015
Messages
10
Reaction score
0
dude, use navicat for execute the sql file and load the db

still is dont work

i use navicat to execute but i dont know to load the db
and if i try with the wep(127.0.0.1/phpMyAdmin/)
is the same
 
Banned
Banned
Joined
Aug 28, 2013
Messages
539
Reaction score
103
Forbidden

You don't have permission to access /pokemonskyenglish/index.php on this server.

Apache/2.2.8 (Win32) PHP/5.2.6 Server at localhost Port 80

help me...

delete the ".htaccess" file
 
Newbie Spellweaver
Joined
Jul 7, 2014
Messages
7
Reaction score
0
[QUOTE = Lucila; 8492019] ".htaccess" dosyasını silin [/ QUOTE]

I delete the file. But the same error
 
Banned
Banned
Joined
Aug 28, 2013
Messages
539
Reaction score
103
.htaccess need have this inside

Code:
php_flag display_errors off
php_value error_reporting 0

order deny,allow


php_flag display_startup_errors on
php_flag display_errors on
php_flag html_errors on

in "include" folder, edit the "config.php" file..

$dbhost = "localhost"; //Host, most likely localhost
$dblogin = "root"; //MySQL account username, default = root
$dbpassword = ""; //Password for MySQL account
$dbdatabase = "pokemon"; //Database

Edit this lines with your credentials
 
Newbie Spellweaver
Joined
Jul 7, 2014
Messages
7
Reaction score
0
I solved the problem. I delete the .htaccess file in the folder and the problem was solved sky just do not get in the game.
 
Newbie Spellweaver
Joined
Sep 2, 2015
Messages
10
Reaction score
0
.htaccess need have this inside

Code:
php_flag display_errors off
php_value error_reporting 0

order deny,allow


php_flag display_startup_errors on
php_flag display_errors on
php_flag html_errors on

in "include" folder, edit the "config.php" file..

$dbhost = "localhost"; //Host, most likely localhost
$dblogin = "root"; //MySQL account username, default = root
$dbpassword = ""; //Password for MySQL account
$dbdatabase = "pokemon"; //Database

Edit this lines with your credentials

can you help me please
 
Newbie Spellweaver
Joined
Jul 18, 2015
Messages
8
Reaction score
2
The source is by Mursak (more like 30% eng). It still has the <?php= bug to fix it you have to replace every '<?php=' with '<?php '.
ex. <?php=$r will be <?php $r

Also I replace ajax_call folder with develix because Mursak version of ajax_call never work for me. The only other bug that i know of that is left is attack were it stuck on loading on your turn.

More info here:
https://forum.ragezone.com/f705/release-poka-mon-sky-browsergame-1039028/index7.html#post8370986

Here my include/config.php (I update the code to what php doc has for mysql):
Code:
<?php
//error_reporting(E_ALL ^ E_DEPRECATED);
error_reporting(0);
$dbhost = "192.168.1.51"; //Host, most likely localhost
$dblogin = "user"; //MySQL account username, default = root
$dbpassword = "pass"; //Password for MySQL account
$dbdatabase = "pokemon"; //Database

//Creates connection variable & tries to connect
$connection = mysql_connect($dbhost, $dblogin, $dbpassword);
      // [USER=1333341228]Mysql[/USER]_select_db($dbdatabase);
if (!$connection) {
    die('Not connected : ' . mysql_error());
}
$db_selected = mysql_select_db($dbdatabase, $connection);

if(!$db_selected)
  die ("Configure the SQL connection at includes/config.php ".mysql_error());
include('site_names.php');
/* Warning, this code might be vunerable because its using MySQL code which is outdated and the code isn't best either */
?>



 
Junior Spellweaver
Joined
Aug 6, 2015
Messages
105
Reaction score
0
any SVN link for this? easy sharing for linux
 
Junior Spellweaver
Joined
Aug 6, 2015
Messages
105
Reaction score
0
work on linux or windows server 2008

linux can install Navicat ?

yes navicat can be installed in Linux machine. Here's the howto guide
 
Newbie Spellweaver
Joined
Jul 13, 2012
Messages
25
Reaction score
0
who help me insert background, skill effect in battle
please help me
Lucila - [Release] ENG VERSION Pokémon-Sky Browsergame Source - RaGEZONE Forums
 
Back
Top