UGN Security Forums
My ProfileMember DirectoryLogin
Search our ForumsView our FAQView our Site Rules
View our CalendarView our Active TopicsGo to our Main Page

UGN Security Store
 

Network Sites UGN Security, Elite Web Gamers, Back of the Web, EveryDay Helper, VNC Web Design & Development
December
Su M Tu W Th F Sa
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31
Our Sponsors


Latest Postings
My friend NEEDS your HELP!
by Gizmo
11/26/08 12:21 AM
Useful PHP Functions & Code
by Gizmo
11/13/08 09:25 PM
UBBCode Tags
by Gizmo
11/13/08 09:25 PM
Topic Options
Rate This Topic
#18758 - 03/14/03 12:36 AM Idea for a site
§intå× Administrator Offline
UGN Elite
*****

Registered: 12/03/02
Posts: 3252
Loc: here
A strictly command line based site.


When the user comes to the site all they get is a text area block. based on what they type they can get to other fields...

This can be done with PHP and some Mysql.

I figure it could be set up something like this.


Every section of the site (News, Search, Network tools, BBS, texts, Search) would have its own file with "if" statements in it for the commands. For example...

$ Search -kw HTML

You could have one main script for the site. This would be responsible for getting the commands. It would have something like.
Code:
 ...
else if($cmd %LIKE% "Search"){
include('/search.php');
echo "Search Results";
}
else if ($cmd == "Search"){
echo "-kw     proceeds word to search for.  Means Key Word.  syntax Search -kw \"[term here]\"\n -i     Get an index list of search categories.  syntax Search -i \n -il     gets a list of all entries in one or more categories.  Syntax Search -il \"[category name]\"";

else if($cmd == "whatever"){

 
Could even make the new members sign up using commands we create. Anyone thing this would be a cool project?
_________________________
My New site OpenEyes

Top
Our Sponsors
Sponsor Our Sponsors

Sponsor Advertisements help keep UGN Security Online.



Support UGN Security by Purchasing our Sponsors Products.
Top  
#18759 - 03/14/03 12:50 AM Re: Idea for a site
§intå× Administrator Offline
UGN Elite
*****

Registered: 12/03/02
Posts: 3252
Loc: here
Ahhh, wheels are turning,

Much of the code could be stored in the MySQL database in text fields. Maybe even Ascii art for certain section or parts of the site. It could even have a kind of 80's computer feel to it. Maybe incorperate some sounds from old commodore 64's

Hell maybe even add some 80's rip off games and you gett access to them based on how much of the site you figure out. Like maybe have it tiered with each section containg a huge password you only got if you have been to every part of the section before it.

Not realy a hacker game like cyber army, but you would have to spend time on it to figure it out.

Evertime you update you could call it a new version too. Call it I-NOS

Inter-Net Operationg System.
_________________________
My New site OpenEyes

Top
#18760 - 03/14/03 03:57 PM Re: Idea for a site
Asteos Offline
Member

Registered: 03/04/02
Posts: 217
Loc: Nadia
Brilliant, almost sounds like a website wargame kind of thing.
/me likes
_________________________
=~ s/boredom/ studies/g

Top
#18761 - 03/16/03 08:53 PM Re: Idea for a site
Cold Sunn Offline
UGN GFX Whore

Registered: 03/03/02
Posts: 574
Loc: us
Not necessarily what you are talking about, but ph33r neo: http://www.antielite.com/cmd/

Top
#18762 - 03/18/03 08:35 PM Re: Idea for a site
-=Toxic Wazte=- Offline
Junior Member

Registered: 03/02/02
Posts: 27
Loc: Va
i lke the idea, but i know nothing of PHP and Mysql. Maybe looking at how the page is going might help me but lately i havnt had much time on the computer if anyone has noticed cause i've been real busy with school and guitar and soccer and etc.
An command line based site, as the site starts up it can have just some basic commands, and have a login for those user that are helping and they can start adding commands

make traveling through the page teach u things and have cool things on it, as u find new dirs find some more commands and the like..eh
sounds fun

alright thats my pointless opinion
_________________________
-=Toxic Wazte=-

Top
#18763 - 03/19/03 01:19 AM Re: Idea for a site
§intå× Administrator Offline
UGN Elite
*****

Registered: 12/03/02
Posts: 3252
Loc: here
I have started work on this but have already run into some problems.

http://rrfn.promodtecnologies.com/INOS

Nothing realy works yet. Probably get some error. I worked on it about 10 minutes today.

Anyone here good at ascii art? Any one good with java? I would like to make a few games in java, but they all have to look like ascii games.
_________________________
My New site OpenEyes

Top
#18764 - 03/19/03 02:24 AM Re: Idea for a site
pergesu Offline
Stoner Thugsta

Registered: 03/14/02
Posts: 1134
Loc: Pimpin the Colorizzle

Top
#18765 - 03/19/03 03:02 AM Re: Idea for a site
§intå× Administrator Offline
UGN Elite
*****

Registered: 12/03/02
Posts: 3252
Loc: here
Quote:
Originally posted by §in_tax:
Nothing realy works yet. Probably get some error. I worked on it about 10 minutes today
Yea soooo :p


Nah the prompts script needs a bunch of work. I need to figure out how to change the prompts based on what systems the user is in. There are a few dissplay problems I need to figure out also.

I think I will use a


to take commands instaed of a