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
Mar 12, 2010
Messages
21
Reaction score
7
Its because you have to edit couple things at login too, go intro.php and swap this.
$userIP = $_SERVER['REMOTE_ADDR'];
to
if ($_SERVER['REMOTE_ADDR'] == "::1") {
$userIP = "127.0.0.1";
} else {
$userIP = $_SERVER['REMOTE_ADDR'];
}


Then swap $gebdate = date("Y-m-d H:i:s"); (Cant remember old value but it wasnt working)
 
Junior Spellweaver
Joined
Mar 20, 2011
Messages
169
Reaction score
35
Its because you have to edit couple things at login too, go intro.php and swap this.
$userIP = $_SERVER['REMOTE_ADDR'];
to
if ($_SERVER['REMOTE_ADDR'] == "::1") {
$userIP = "127.0.0.1";
} else {
$userIP = $_SERVER['REMOTE_ADDR'];
}


Then swap $gebdate = date("Y-m-d H:i:s"); (Cant remember old value but it wasnt working)

Hello friend than you again, I edited these two things but it still ain't working :(
 
Junior Spellweaver
Joined
Mar 20, 2011
Messages
169
Reaction score
35
Can you upload your intro.php & users db

Thank you again for your support.
There you have poky.sql (my db) and all my sky files in the pokemon folder !
 
Newbie Spellweaver
Joined
Mar 12, 2010
Messages
21
Reaction score
7
1. There is places where you havent fixed <? to <?php. Ill help you to login screen.

Loc 1: include/config.php @ line 1 - replace <? with <?php
Loc 2: intro.php @ line 460 - replace <? with <?php
Loc 3: index.php @ line 1076 - replace <? with <?php


2. Delete your pb20_14users table at database and run this sql file after.


Register & login should now work, although there is dozens of errors still. Quick fix is to open all .php files and replace <?php with <? in all opened documents then do it again like this <? to <?php.
 
Junior Spellweaver
Joined
Mar 20, 2011
Messages
169
Reaction score
35
1. There is places where you havent fixed <? to <?php. Ill help you to login screen.

Loc 1: include/config.php @ line 1 - replace <? with <?php
Loc 2: intro.php @ line 460 - replace <? with <?php
Loc 3: index.php @ line 1076 - replace <? with <?php


2. Delete your pb20_14users table at database and run this sql file after.


Register & login should now work, although there is dozens of errors still. Quick fix is to open all .php files and replace <?php with <? in all opened documents then do it again like this <? to <?php.

Hello, thank you again for your patience & time.
I did everything you said, registration still works, but login doesn't. It simply does nothing when I try to click the connect button. Maybe because I'm using xampp and google chrome ? Or something else ? Even when I clear all my brower, it does'nt change the problem..
 
Newbie Spellweaver
Joined
Oct 16, 2014
Messages
5
Reaction score
0
Error:ql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/u168117032/public_html/includes/config.php on line 11

Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /home/u168117032/public_html/log.php on line 9

Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /home/u168117032/public_html/index.php on line 50

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

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

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

develix - [Release] Pokémon-Sky Browsergame Source - RaGEZONE Forums
Kein Clan
develix - [Release] Pokémon-Sky Browsergame Source - RaGEZONE Forums
0
develix - [Release] Pokémon-Sky Browsergame Source - RaGEZONE Forums
0
develix - [Release] Pokémon-Sky Browsergame Source - RaGEZONE Forums
0
develix - [Release] Pokémon-Sky Browsergame Source - RaGEZONE Forums
0

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

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

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

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

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

0% / 100% -

0% /100% Alle Pokémon





Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /home/u168117032/public_html/index.php on line 451
 
Experienced Elementalist
Joined
Jun 2, 2012
Messages
225
Reaction score
50
Got teamviewer? PM and lets schedule time when i could fix it for you?
i got the same issue ... it wont let me click on Login / Forgot / Username
REMOVED

Same issue with this site as well :


Still doesn't login on there

Seems like Forgot doesn't want to open


Seems like Username doesn't want to open
 
Last edited:
Newbie Spellweaver
Joined
Mar 12, 2010
Messages
21
Reaction score
7
i got the same issue ... it wont let me click on Login / Forgot / Username
REMOVED

Same issue with this site as well :


Still doesn't login on there

Seems like Forgot doesn't want to open


Seems like Username doesn't want to open

The problem were the browser extensions @TG. Try chrome incognito // mozilla private. It fixs that the form does not submit. We also swapped his PHP.ini to mine.

Also make sure that the user is registered on the database.
 
Experienced Elementalist
Joined
Jun 2, 2012
Messages
225
Reaction score
50
The problem were the browser extensions @TG. Try chrome incognito // mozilla private. It fixs that the form does not submit. We also swapped his PHP.ini to mine.

Also make sure that the user is registered on the database.

Thanks that fixed that , but now i got this issue....
REMOVED
 
Experienced Elementalist
Joined
Jun 2, 2012
Messages
225
Reaction score
50
Well basically there is <? on the .php files instead of <?php. Try opening all PHP-files in notepad++ and replace <?php with <? & then <? to <?php.

oh god i figured as much xD so much changing.... i blam bad coding



Well basically there is <? on the .php files instead of <?php. Try opening all PHP-files in notepad++ and replace <?php with <? & then <? to <?php.

okay so i fixed most of the issues expt this one !
REMOVED

Fixed the issue !
REMOVED

Line: 76 of Pokemon-Choose needs to be removed
WHERE pokemon_wild.wereld = '".$gebruiker['wereld']."'

new issue "Cant get past Beginning" page:
REMOVED
 
Last edited:
Newbie Spellweaver
Joined
Mar 12, 2010
Messages
21
Reaction score
7
so you got past the "Beginning" page loop?
Maybe we can work together on this project

I've not really been into projects and cannot expect anything from them. Which kind of help could you give? Coding or something else? I'm not even sure if i'm going to finish this page, just progressing it a bit.

Anyways new image, fixed some missing file errors, some script errors and tried to make some translations.
REMOVED
REMOVED

*Noticed that tage on top bar *going to fix it. I will upload my project when its somehow testable.
 
Last edited:
Experienced Elementalist
Joined
Jun 2, 2012
Messages
225
Reaction score
50
I've not really been into projects and cannot expect anything from them. Which kind of help could you give? Coding or something else? I'm not even sure if i'm going to finish this page, just progressing it a bit.

Anyways new image, fixed some missing file errors, some script errors and tried to make some translations.
REMOVED
REMOVED

*Noticed that tage on top bar *going to fix it. I will upload my project when its somehow testable.

looks like you made more progress then i did , im stuck on a loop right now .... Cant get past selecting starter pokemon.
 
Newbie Spellweaver
Joined
Dec 15, 2014
Messages
34
Reaction score
1
I'm working on this project also, I just have to finish translating it and fix something

develix - [Release] Pokémon-Sky Browsergame Source - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Jan 2, 2015
Messages
67
Reaction score
0
where do you create admin account ?

anyone ?
 
Last edited:
Back
Top