Question for scott « Comments & Suggestions « Website Discussion
 
Mon, 10 Nov 2008, 8:11pm #1
applefruit
Recruit
Registered: Oct, 2008
Last visit: Fri, 04 Sep 2009
Posts: 3

hey scott
how did you get the chat thing on your website?
I want to make one and put it on my website.

Offline
Mon, 10 Nov 2008, 8:16pm #2
scott
Administrator
Axel_foley_575
Registered: Sep, 2008
Last visit: Thu, 06 Oct 2022
Posts: 706

i'm using strictly ruby on rails. for the forum/chat interface I'm using some open source code called eldorado.

check out http://github.com/trevorturk/el-dorado/tree/master

and the author's forum: http://eldoradoapp.com/

Offline
Mon, 10 Nov 2008, 8:18pm #3
Radical
King
Steamship
Registered: Sep, 2008
Last visit: Sun, 25 Nov 2012
Posts: 334

Thanks scott.

I know applefruit, and he is making a forum with only a chat function, and I can chat to him on the internet during time when we should not be talking!!!

EDIT: You copied the website El Dorado!!! You copy cat!!! but it is quite clever of you... XD To be honest, I dont really know what you two are talking about.
And it is quite funny that the first 5 posts of applefruit on a forum about WLO are on programming!!!

Last edited Mon, 10 Nov 2008, 8:33pm by Radical


hi hi

Offline
Mon, 10 Nov 2008, 8:18pm #4
applefruit
Recruit
Registered: Oct, 2008
Last visit: Fri, 04 Sep 2009
Posts: 3

is it in html code or php etc, or is it something else embedded in the html?

Offline
Mon, 10 Nov 2008, 8:20pm #5
applefruit
Recruit
Registered: Oct, 2008
Last visit: Fri, 04 Sep 2009
Posts: 3

why is http://eldoradoapp.com/ exactly the same structure as your website?

Offline
Mon, 10 Nov 2008, 8:30pm #6
scott
Administrator
Axel_foley_575
Registered: Sep, 2008
Last visit: Thu, 06 Oct 2022
Posts: 706

it's open source. i figured why rewrite the whole framework if it already exists. same for php, why write your own forum if you can just use phpbb.

i have made lots of updates though and written everything else on the site...items, compounds, manufactures, monsters, locations, tools, different security groups...etc.

i don't use php. ruby on rails is it's own programming language. the code is actually written in ruby with the rails framework for web programming.

check out http://www.rubyonrails.org/screencasts and watch the first screencast to see how cool it is.

there is also lots of videos at http://railscasts.com/ if you are interested in learning ruby on rails.

it's much more fun to program with then php or perl.

Offline
Mon, 10 Nov 2008, 11:06pm #7
09298114763
Conqueror
059
Registered: Sep, 2008
Last visit: Wed, 19 Nov 2008
Posts: 105

how i can make my own forum?


IGN:Trainer
Server:Virgo1
Alts:LITTLES,Big letter H then ealer

Offline
Tue, 11 Nov 2008, 12:12am #8
scott
Administrator
Axel_foley_575
Registered: Sep, 2008
Last visit: Thu, 06 Oct 2022
Posts: 706

google for phpbb if are using php or download eldoardo if you want to try using ruby on rails. you will of course though need a ruby server installed though.

Offline