penguingamecpps / Penguin-Chat-2

This is one of found, unofficial source codes of Penguin Chat though it may be useful for our CPPS project.

Home Page:https://github.com/Senfarius/Penguin-Chat-2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Things you will need:
 
Notepad++ or some kind of text editor. (github text editor 🔥🔥🔥🔥🔥)
PHP knowledge (very small but should be ok)
Very little Actionscript 2 knowledge (nope. no flash and no as2 knowledge, also i thought pc2 was as1)
SWFs , which are included below. (got em)
The finished PHP files which are also included below. (got em)
(i also need to find out how to host phpmyadmin (for dB) on github safely but that may be impossible)
 
Okay, so once you download the attachments, you will need to use a decompiler to decompile chat.swf.
 
(could someone post a decompiled one here? (yea i got u))
 
You should see something like on like Frame 1:
host = "waiting to get decompiled chat.swf";0
Change the host to whatever you host is, if it's localhost use localhost as the host, not 127.0.0.1! (testing will be on my main website. spacewd.is-a.dev, once its done, it will be migrated to penguingamecpps.github.io)
 
Alright, that's it for the SWFs! Make sure you export chat.swf in the same folder as your other SWFs and PHP. (im trying to do this on github so if its possible, it'll just be here.)
 
Okay, now moving onto the PHP.
 
Open up config.php and edit your info. An example of my config.php:
<?php
    $host = 'localhost';
    $user = 'penguinc_spacewd';
    $pass = 'swdthecracka';
    $dbase = 'penguinc_users';
?> 
That's basically all you need to edit in the PHP.
 
 
Now, you'll need to add the database!
 
The SQL code is included in the download.
 
Make sure you keep the table named "penguins" unless you want to edit some of the PHP!
 
Alright, DO NOT RUN THE FILES. YOU KEEP THEM IN THE FOLDER AND LEAVE THEM THERE. (why not?)

About

This is one of found, unofficial source codes of Penguin Chat though it may be useful for our CPPS project.

https://github.com/Senfarius/Penguin-Chat-2


Languages

Language:PHP 100.0%