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!

[TUTORIAL] How to setup a Club Penguin Private Server (Links Included)

Experienced Elementalist
Joined
Feb 25, 2012
Messages
253
Reaction score
27
Re: How to setup a Club Penguin Private Server (Links Included)

You should be able to stop this message "Strict Starndards: Only variables should be passed by reference in C:\xampp\htdocs\Club Penguin\pe\penguinelite.php on line 79" from flooding you by doing this
locate line 79 should be
$ready = socket_select($read, $w = null, $e = null, $t = 0);

Apply a @ it ignored error and warnings
$ready = @socket_select($read, $w = null, $e = null, $t = 0);

Although not a real fix but will stop the flooding.

not necessary, because the flooding does not affect the server.

@anderson swf decompiler installed?
 
Experienced Elementalist
Joined
Jun 8, 2011
Messages
233
Reaction score
10
Re: How to setup a Club Penguin Private Server (Links Included)

how to change the port from a program... ?
 
Experienced Elementalist
Joined
Feb 25, 2012
Messages
253
Reaction score
27
Experienced Elementalist
Joined
Jun 8, 2011
Messages
233
Reaction score
10
Re: How to setup a Club Penguin Private Server (Links Included)

system or some use the port 80

netstat -a
 
Experienced Elementalist
Joined
Feb 25, 2012
Messages
253
Reaction score
27
Re: How to setup a Club Penguin Private Server (Links Included)

system or some use the port 80

netstat -a

lol dude, port 80 is www
might be used by Skype/TeamViewer, etc not by the system itself.
 
Experienced Elementalist
Joined
Jun 8, 2011
Messages
233
Reaction score
10
Re: How to setup a Club Penguin Private Server (Links Included)

i don t use skype/teamviewer. but this sayed at xampp.

3:40:05 PM [Apache] Problem detected!
3:40:05 PM [Apache] Port 80 in use by "system"!
 
ThuGie.NL - Webmaster
Joined
Apr 16, 2006
Messages
607
Reaction score
55
Re: How to setup a Club Penguin Private Server (Links Included)

not necessary, because the flooding does not affect the server.

@anderson swf decompiler installed?

Right i would dislike the flooding.. cause if there actually is a error i wont be able to find it.
But hey that might just be me.
 
Newbie Spellweaver
Joined
Nov 25, 2012
Messages
22
Reaction score
0
Re: How to setup a Club Penguin Private Server (Links Included)

I already have the, swf decompiler .. but the client is getting white and does not load the swf. al aid
 
Experienced Elementalist
Joined
Jun 8, 2011
Messages
233
Reaction score
10
Re: How to setup a Club Penguin Private Server (Links Included)

i don't know what use the port 80. skype i don t have.. torrent i don t have.. messenger... it don't use.... team viewer i don t have..

Finally this is the best tutorial :D finally i got a club penguin sv !!!!

edit: can someone say me with ranks ?

Normal i see the rank 1. this is normal member . what is moderator gm etc ?


EDIT2: Gm commands are... ?

And mini-games don't works
 
Last edited:
Newbie Spellweaver
Joined
Nov 25, 2012
Messages
22
Reaction score
0
Re: How to setup a Club Penguin Private Server (Links Included)

I already have the, swf decompiler .. but the client is getting white and does not load the swf. al aid
 
Experienced Elementalist
Joined
Feb 25, 2012
Messages
253
Reaction score
27
Re: How to setup a Club Penguin Private Server (Links Included)

i don't know what use the port 80. skype i don t have.. torrent i don t have.. messenger... it don't use.... team viewer i don t have..

Finally this is the best tutorial :D finally i got a club penguin sv !!!!

edit: can someone say me with ranks ?

Normal i see the rank 1. this is normal member . what is moderator gm etc ?


EDIT2: Gm commands are... ?

And mini-games don't works

I will provide an example for one game and you do the same method for the other Games.

Download these files:

en.rar





Games.rar



Replace the files in the following directories:
Code:
htdocs/play/en
Code:
htdocs\play\v2\games

once you're done open the games folder, choose a specific Game that you wanna fix
there should be a file named: ~bootstrap.flp in each game folder, open it with Notepad

you will see something like this:
Code:
<flash_project name="~bootstrap" version="1">
<project_file filetype="fla" path="http://YOUR IP/play/v2/games/astro/~bootstrap.fla" profile=""/>
<project_file filetype="as" path="http://YOUR IP/play/v2/games/astro/mx/events/EventDispatcher.as"/>
<project_file filetype="as" path="http://YOUR IP/play/v2/games/astro/com/clubpenguin/util/Reporting.as"/>
<project_file filetype="as" path="http://YOUR IP/play/v2/games/astro/com/clubpenguin/util/Loader.as"/>
<project_file filetype="as" path="http://YOUR IP/play/v2/games/astro/com/clubpenguin/text/TextResize.as"/>
<project_file filetype="as" path="http://YOUR IP/play/v2/games/astro/com/clubpenguin/util/LocaleText.as"/>
</flash_project>

Replace your hamachi or local or whatever IP address where it says "YOUR IP"

Now save, close.

delete the file "bootstrap.swf"

and open the file "~bootstrap.fla" with any SWF Decompiler and publish it.
once you're done publishing there should be a file called "~bootstrap.swf"
Rename the file and remove the Tilde "~"
so you have it like this "bootstrap.swf"
and save.


and you're done, now your game should work.

Hit the "Like" button if it was helpful.
 
Newbie Spellweaver
Joined
Nov 25, 2012
Messages
22
Reaction score
0
Re: How to setup a Club Penguin Private Server (Links Included)

KeyTrix help me. My client is getting white.
 
Newbie Spellweaver
Joined
Nov 25, 2012
Messages
22
Reaction score
0
Re: How to setup a Club Penguin Private Server (Links Included)

ja tenho instalado os dois.
 
Experienced Elementalist
Joined
Jun 8, 2011
Messages
233
Reaction score
10
Re: How to setup a Club Penguin Private Server (Links Included)

Sothink SWF decompiler, i don't used :D and thx again guys. i'll try now to add these games


edit: when try to enter in igloo... it's stops. he say " Joining Player's Igloo " and wait wait and nothing :-S

edit2: when i go there at phone... it's say : "Loading the Phoning Facility " and same... wait wait and nothing
 
Last edited:
Newbie Spellweaver
Joined
Mar 20, 2012
Messages
98
Reaction score
29
Re: How to setup a Club Penguin Private Server (Links Included)

Only one problem, because the server opens 2 processes in php.exe, so it uses 100% of my processor, and if he opened one of php.exe process and executasses loguin together and the game would not this cause.

KeyTrix - [TUTORIAL] How to setup a Club Penguin Private Server (Links Included) - RaGEZONE Forums
 
Experienced Elementalist
Joined
Feb 25, 2012
Messages
253
Reaction score
27
Re: How to setup a Club Penguin Private Server (Links Included)

Only one problem, because the server opens 2 processes in php.exe, so it uses 100% of my processor, and if he opened one of php.exe process and executasses loguin together and the game would not this cause.

KeyTrix - [TUTORIAL] How to setup a Club Penguin Private Server (Links Included) - RaGEZONE Forums

you can't open one buddy, you have to open both of them.
 
Newbie Spellweaver
Joined
Mar 20, 2012
Messages
98
Reaction score
29
Re: How to setup a Club Penguin Private Server (Links Included)

Well I thought huh let the automatic login to connect without the login process, so it would connect through a page. Php thus reducing consumption.
 
Back
Top