Sponsored Content
The Lounge What is on Your Mind? Idea for a New Forum Front End Using Unity and SciFi Assets Post 303004828 by Neo on Tuesday 10th of October 2017 01:24:29 AM
Old 10-10-2017
So, have been thinking about this more and how to make this idea feasible (easy to begin, scaleable)... current thought:

(1) Create a nice SciFi Environment like one in the example Unity assets.

(2) Interface the forum database to pull the avatars for each active user into the environment and have those avatars "hanging out" near a common object in the scene that represents the location of their last activity.

(3) Interface the forum database to pull the avatars for each active guest user that might be a bot into the environment and have those avatars "hanging out" in a room where we can easily see the amount of "hits" (activity).

(4) Added an embedded web browser object into the scene where users could browser the forums using the browser, or even simulate what others are browsing (posts, threads) using an embedded browser in the SciFi environment.

(5) Add a mod room that shows basic stats on newly registered users with a spam risk score and the ability to shoot them with some cool space cannon that automatically updated the backend db and bands these users.


Any more ideas?


If not, this might be the initial base line for a future front end app for the forums.

Note: I think I may move this thread out of the UG so we can get input from more members or members who are more interested in virtual worlds, etc.
 

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Front end on Unix

Hi, I would like to develop a user interface on Solaris. Can anybody throw some light on currently available software utilities/ packages..? Thanks in Advance .. JS (4 Replies)
Discussion started by: shibz
4 Replies

2. Programming

Running exe's from front end

Hi, I have created a tool which analyses and debugs cobol programs on Unix environment usin the C files. I now want to create a frontend for the tool in windows. For this i need to establish some kinda communication between the front the end and the back end. I know pipes in one way of... (0 Replies)
Discussion started by: Sinbad
0 Replies

3. Shell Programming and Scripting

remove space in front or end of each field

Hi, I have a txt file called a.txt which contain over 10,000 records and I would like to remove space before comma or after comma....like below: The input (for example two record 00001,00002): 00001,client,card limited ,02292,N ,162:41 , 192, ... (6 Replies)
Discussion started by: happyv
6 Replies

4. UNIX for Dummies Questions & Answers

Sed $ appending to front, not to the end

I keep trying to append some astrix to the end of a line, but it keeps overwriting at the front of the line. These are the originals Fred Fardbarkle:674-843-1385:20 Parak Lane, Duluth, MN 23850:4/12/23:780900 Fred Fardbarkle:674-843-1385:20 Parak Lane, Duluth, MN 23850:4/12/23:780900 ... (5 Replies)
Discussion started by: DrSammyD
5 Replies

5. UNIX for Dummies Questions & Answers

Communicate to the OS(linux) using front end.

Hi guys , I want to develop a web page which is capable of executing the command on os and show the output on the browser.(Which involves reading and writing too.) I m using jsp language to develop the web page. How would i use it to communicate with my linux server? Any... (3 Replies)
Discussion started by: pinga123
3 Replies

6. UNIX for Dummies Questions & Answers

Stripping double quotes from front and end of a line

I have a file and some records may contain double quotes at beginning and at end of line. So how do I strip them? For Example, file is somethings like this Field1;Field2;Field3 01;'Test';'Test Field3' "01;'This is 2nd field';This is 3rd field' " Desired Output is: ... (6 Replies)
Discussion started by: vx04
6 Replies

7. Programming

Publish notification via application front end

hi All I use tomcat server to publish war file. How to send an notification to users via the application screen and it should dismiss once user clicks X mark. Any suggestions ? (0 Replies)
Discussion started by: anil529
0 Replies

8. Programming

Recommendation: gede - graphical gdb front-end

gede is a graphical debugger, a front-end for good ole uncle gdb. gede doesn't need a specialized gdb version. :b: Unfortunately its a qt app, nevertheless it fits well in a gtk desktop environment.:eek: Its author Johan Henriksson is a smart and nice guy always open for bug reports and... (2 Replies)
Discussion started by: dodona
2 Replies
App::Alice(3pm) 					User Contributed Perl Documentation					   App::Alice(3pm)

NAME
App::Alice - an Altogether Lovely Internet Chatting Experience SYNPOSIS
arthur:~ leedo$ alice Location: http://localhost:8080/ DESCRIPTION
Alice is an IRC client that is viewed in the web browser. Alice runs in the background maintaining connections and collecting messages. When a browser connects, it will display the 100 most recent messages for each channel, and update with any new messages as they arrive. Alice also logs messages to an SQLite database. These logs are searchable through the web interface. USAGE
Installation will add a new `alice` command to start the alice server. When the command is run it will start the daemon and print the URL to load in your browser. COMMANDLINE OPTIONS -d --debug Print out additional debug information. Useful for development or finding out if something is wrong. -p --port This will change the port that the HTTP server listens on. The default port is 8080. -a --address This will change the IP address that the HTTP server listens on. The default address is 127.0.0.1. That means alice only accepts local connections by default. If you want to connect to alice remotely you should change it to the IP you want to listen on, or 0.0.0.0 to listen on all addresses. CONFIGURATION
Most of alice can be configured through the web interface. There are two windows that can be used to alter the configuration, Connections and Preferences. To bring up either of these windows click the gear icon in the bottom right hand corner of the page. This should bring up the new window. Some browsers (specifically Chrome) will block this popup by default. If it doesn't appear make sure that you allow popups! CONNECTION WINDOW The connection window is used to add or remove servers. It should be familiar if you have ever used an IRC client (and I assume you have.) The only difference of note is the "Avatar" field. In reality, this field just sets the realname. Alice abuses this field to get avatars for users. If a user has an image URL or an email address as their realname, alice will display the image next too their messages. This feature can be disabled in the Preferences window. PREFERENCES WINDOW The Preferences window can be used to set configuration options that are not connection specific. You can toggle the use of avatars, timestamps, and notifications. You can also edit a list of highlightable terms. HTTP AUTHENTICATION Some configuration options do not have a UI yet. The most notable of these options is HTTP authentication. If you would like to use HTTP authentication, you will have to edit your configuration file by hand. You can find this file at ~/.alice/config. The config is simply a perl hash. So, if you are familiar with perl it should not be too intimidating. If you do not know perl, sorry! :) You will need to add "user" and "pass" values to the "auth" hash. The resulting section of configuration might look like this: 'auth' => { 'user' => 'lee', 'pass' => 'mypassword', }, COMMANDS
/j[oin] [-network] $channel Takes a channel name as an argument, and an optional network flag. If no network flag is provided, it will use the network of the current tab. /close Closes the current tab. If used in a channel it will also part the channel. /wc and /part are aliases for /close /clear This will clear the current tab's messages from your browser. It will also clear the tab's message buffer so when you refresh your browser the messages won't re-appear. /msg [-network] <nick> [<msg>] Takes a nick as an argument and an optional network flag. If no network flag is provided, it will use the network of the current tab. A third argument may be used for the message text. If no message text is provided, a blank tab will be opened. /query is an alias for /msg /whois [-force] <nick> Takes a nick as an argument and an optional force flag. This will print some information about the supplied user. If the force flag is provided, the information will be refreshed from the server. /quote <command> Sends a string as a raw message to the server. /raw is an alias for /quote /t[opic] [<topic>] Takes an optional topic string. This will display the topic for the current tab. If a string is supplied, it will attempt to update the channel's topic. Only works in a channel. /n[ames] [-avatars] This will print a table of all of the nicks in the current tab. An optional avatars flag can be provided to include avatars. /me <action> Sends a string as an action to the channel. e.g. * lee hits clint with a large trout /w[indow] <number> Focus the provided tab number. Also accepts "next" or "prev". The space after the w can be ommited (e.g. /w4 to focus window 4.) /connect <network> Connect to a network. The network must be the name of a server from the Connections window. If you are already connected to the network it will do nothing. /disconnect <network> Disconnect from a network. The network must be the name of a server from the Connections window. This command will also stop any reconnect timers for that network. /ignore <nick> Ignore any nick that matches the one provided. This applies across all networks. /ignores List all active ignored nicks. /unignore <nick> Unignore a nick. NOTIFICATIONS
If you get a message with your nick in the body while no browsers are connected, a notification will be sent using either Growl (if running on OS X) or libnotify (on Linux.) You can add additional patterns to highlight in the Preferences window. If you are using Fluid.app (a SSB for OS X) or Chrome you can also get notifications when the window is unfocused. MOBILE INTERFACE
Alice has an iPhone style sheet, but it may work in other mobile browsers as well. Any help or bug reports would be much appreciated. COPYRIGHT
Copyright 2010 by Lee Aylward <leedo@cpan.org> This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.12.4 2010-08-30 App::Alice(3pm)
All times are GMT -4. The time now is 10:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy