Playground System for website's.

Status
Not open for further replies.
Newbie Spellweaver
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 :P.

(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:
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';
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:

 
Re: Release: Playground System for website's.

What is this
I didnt feel like reading your post..
Its unorganized and like.. all crowded up.
 
Re: Release: Playground System for website's.

didnt know why it got wrapped up like that... but i cleared it now...

-Q
 
Re: Release: Playground System for website's.

like I said, my speciality is php/mysql. If you need any help with your site, or have exclusive ideas for your site regarding upgrades of the playground or totally new stuff, feel free to contact me. Also guys thanks for the possitive feedback already :)

-Q
edit: as long as u use the Odin Source, it should work, although
the system uses mysql_fetch_row instead of mysql_fetch_array,
which actually means that if you have the stuff on the wrongplace, it
really can get messed up, but thats something for an update ;)
 
Re: Release: Playground System for website's.

like I said, my speciality is php/mysql. If you need any help with your site, or have exclusive ideas for your site regarding upgrades of the playground or totally new stuff, feel free to contact me. Also guys thanks for the possitive feedback already :)

-Q

Thank us?
Thank you for your release.
:drinks_no
 
Re: Release: Playground System for website's.

putting that SQL column in characters wont mess it up? give me one good reason lol.
-Q
 
Re: Release: Playground System for website's.

the very point of the playground is that you can actually do stuff that is impossible<br> in the game for now. Like gambling mesos with other players for the instance above. <br>And also soon more, there arent anymore limitations to what you can make,<br> i also am trying to make "achievements/trophys" to it, like you can get 1000NX if <br>you "jump 3000 times'" or get 1000NX for being <br>"a noob: die at level 40 or higher because of a snail". <br>I was busy devving those stuff, but my own server got deleted, now i leave you guys with the ideas :)<br>
-Q
 
Re: Release: Playground System for website's.

putting that SQL column in characters wont mess it up? give me one good reason lol.
-Q
i think what he means by it is that it will or can get messy for him other than him i dont see a problem in it good work ^.^

Edit: this is not html >.> if you want a space hit enter and couple times. just helping you for helping us
 
Re: Release: Playground System for website's.

Didn't get it.

Players can challenge each other to what now?
 
Status
Not open for further replies.
Back