- Joined
- Apr 5, 2008
- Messages
- 12
- Reaction score
- 0
NOTE: currently only works with OdinMS source!
Hey there,I'll first introduce myself. My nicks Qbrain,
I have been with like 4 private servers before, and I am a proffesional website developer, specialised in php/mysql.
Since my last project (MapleIsland) ran into a failure cause of several reasons (server, not the site
)
I decided to go as freelance web-developer for many people.
Like I said, I only develop websites and i dont want to be involved with any kind of Pservers illegal stuff anymore.
Those days are over.
So where I'm here for?
I'm here to release something thats never actually been made before for a website in this surroundings.
It was exclusive to MapleIsland, but I decided to release it here anyway.
Its what i call: The playground.
I dont want to hear stories, just tell us!
Ok ok ok, so what is the playground? well its actually very easy, the playground is an online kind of place where members from YOUR private server can do stuff together.
These things can eventually grow big, like I have in mind to include an online Guild BBS,
online GM shop where GM's can EVENTually
sell rare items (or just use it as kind of cash shop) and people can actually do stuff together.
In this first-ever release of it, I made a Login system where people can login with their Maple ACC, then choose their decided character.
After that, they will goto their custom page.
For now, I only included a Challenge system,
where people can actually challenge mesos with eachother.
That system is very simple.
Installing
Ok so you want it? good.
Well the first thing you should do is actually download the sample-site i made for the playground,its actually based on KaKa CMS,
but i recoded like 70% of it, so Ionly will give credit to him here
.
(btw feel free to use the site for own purpouses, it got quite good stuff, like a news system and website teams, it also has a nice placed button for xtremetop100, and i made the coding much efficienter. Tbh, the coding of KaKaCMS is quite noobish...)
ok for some odd reasons i Cant add Attachments so kindly ask a mod to put it as an attachement here, cause i know the rules. srry for it. Heres the link to the website's zip:
that you downloaded the zip file, please follow the steps:
1. Open the zip file and put everything thats within into a new folder in your www/htdocs folder of your server.
2. Open /inc/config2.php
3. Youll see 2 times entries for your DBname, hostname, username and password, youll need to put it there twice.
4. Run these SQL's in your database:
5. Go to the characters table, and go to your character, then change 'issiteadmin' of your character to 1.
6. The website i gave you should be functioning correctly now, test it.
7. Now you can actually steal the playground from the source if your handy with php.
I will soon release 'just a patch', for the noob leechers
.
But i think coders should have advantage above the leechers, thats why i release this now.
Though if you have any kind of questions regarding this system, or you have ideas for your website where you want to know the possibility of it,
feel free to send me an email on [email protected] Since im freelance, I can help any website possible,
and what i want in return? nothing, ahh well, actually, maybe just some credit somewhere
also, since I did not made all the images used in the website, i wanted to give credit to "Danney" and "XDE" for making some nice images for the site, thanks
-Q
EDIT: a screenshot of the system itself:
Hey there,I'll first introduce myself. My nicks Qbrain,
I have been with like 4 private servers before, and I am a proffesional website developer, specialised in php/mysql.
Since my last project (MapleIsland) ran into a failure cause of several reasons (server, not the site

I decided to go as freelance web-developer for many people.
Like I said, I only develop websites and i dont want to be involved with any kind of Pservers illegal stuff anymore.
Those days are over.
So where I'm here for?
I'm here to release something thats never actually been made before for a website in this surroundings.
It was exclusive to MapleIsland, but I decided to release it here anyway.
Its what i call: The playground.
I dont want to hear stories, just tell us!
Ok ok ok, so what is the playground? well its actually very easy, the playground is an online kind of place where members from YOUR private server can do stuff together.
These things can eventually grow big, like I have in mind to include an online Guild BBS,
online GM shop where GM's can EVENTually

sell rare items (or just use it as kind of cash shop) and people can actually do stuff together.
In this first-ever release of it, I made a Login system where people can login with their Maple ACC, then choose their decided character.
After that, they will goto their custom page.
For now, I only included a Challenge system,
where people can actually challenge mesos with eachother.
That system is very simple.
Installing
Ok so you want it? good.
Well the first thing you should do is actually download the sample-site i made for the playground,its actually based on KaKa CMS,
but i recoded like 70% of it, so Ionly will give credit to him here

(btw feel free to use the site for own purpouses, it got quite good stuff, like a news system and website teams, it also has a nice placed button for xtremetop100, and i made the coding much efficienter. Tbh, the coding of KaKaCMS is quite noobish...)
ok for some odd reasons i Cant add Attachments so kindly ask a mod to put it as an attachement here, cause i know the rules. srry for it. Heres the link to the website's zip:
To view the content, you need to sign in or register
that you downloaded the zip file, please follow the steps:
1. Open the zip file and put everything thats within into a new folder in your www/htdocs folder of your server.
2. Open /inc/config2.php
3. Youll see 2 times entries for your DBname, hostname, username and password, youll need to put it there twice.
4. Run these SQL's in your database:
Code:
CREATE TABLE `diceinvites` ( `id` int(255) NOT NULL auto_increment, `Player1` varchar(70) collate latin1_general_ci NOT NULL, `Player2` varchar(70) collate latin1_general_ci NOT NULL, `dicenumber1` int(2) NOT NULL, `dicenumber2` int(2) NOT NULL, `winningnumber` int(2) NOT NULL, `ammount` int(30) NOT NULL, `ofwhat` int(2) NOT NULL, `pending` int(2) NOT NULL, `done` int(2) NOT NULL, PRIMARY KEY (`id`)) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
Code:
CREATE TABLE `sitenews` ( `id` int(99) NOT NULL auto_increment, `charname` varchar(255) collate latin1_general_ci NOT NULL, `headline` varchar(255) collate latin1_general_ci NOT NULL, `bericht` blob NOT NULL, `date` varchar(30) collate latin1_general_ci NOT NULL, `time` time NOT NULL, PRIMARY KEY (`id`)) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
Code:
ALTER TABLE characters ADD issiteadmin INT not null default '0';
6. The website i gave you should be functioning correctly now, test it.
7. Now you can actually steal the playground from the source if your handy with php.
I will soon release 'just a patch', for the noob leechers

But i think coders should have advantage above the leechers, thats why i release this now.
Though if you have any kind of questions regarding this system, or you have ideas for your website where you want to know the possibility of it,
feel free to send me an email on [email protected] Since im freelance, I can help any website possible,
and what i want in return? nothing, ahh well, actually, maybe just some credit somewhere

also, since I did not made all the images used in the website, i wanted to give credit to "Danney" and "XDE" for making some nice images for the site, thanks

-Q
EDIT: a screenshot of the system itself:
To view the content, you need to sign in or register
To view the content, you need to sign in or register