I have a free domain name...

Random irrelevance that just didn't fit into other forums. Talk about anything.

Moderator: Talkative People

User avatar
trufun202
Game Developer
Game Developer
Posts: 1105
Joined: Sun Sep 21, 2008 12:27 am
Location: Dallas, TX
Contact:

Re: I have a free domain name...

Post by trufun202 »

Moosader wrote:I think BJ is showing off his "leet haxxorz" skills by registering multiple usernames. Elite!

Anyway. Seriously. I really want to do something with this second domain name, and I would really like to keep this thread on track.
If anything else, I need to know what sort of language(s) would be needed to create a dynamic database type directory thing, as I have no idea.

I'll have to log on from home later and find out what my host does/not support. It's the same as what ElysianShadows.com has. I think Jake was complaining about it's lack of Asp.net support.

Alright, mata ne.
I've created dynamic subfolders under a website using an 404 handler in .NET. Essentially you create a handler that intercepts 404 requests, such as:

http://www.mysite.com/username

The 404 handler picks up the request because "/username" doesn't exist. You can then take that subfolder name and match it up with a record in the database and redirect traffic to the corresponding landing page for that username. I went the 404 route because adding actual folders to the file structure under the webroot causes IIS to recycle the app pool - which will kickout your active users.

EDIT: I just noticed you're last line about not having .NET support. Please disregard my previous comments. ;)
-Chris

YouTube | Twitter | Rad Raygun

“REAL ARTISTS SHIP” - Steve Jobs
gordon
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 60
Joined: Mon May 04, 2009 2:38 pm

Re: I have a free domain name...

Post by gordon »

You could use php with mysql and apache's mod_rewrite to accept the following as an example:

Code: Select all

http://website.com/user9
would be what is rewritten for

Code: Select all

http://website.com/myscript.php?userid="user9"
User avatar
avansc
Respected Programmer
Respected Programmer
Posts: 1708
Joined: Sun Nov 02, 2008 6:29 pm

Re: I have a free domain name...

Post by avansc »

hey sweety back to your post. sorry i dont know if this is out of place. but if you wanna do something thats secure and user orientated look at this.

http://agile.csc.ncsu.edu/iTrust/wiki/d ... structions

i did that back in college. its change a little. but it uses user roles and is secure. uses sql and java/jsp
very nice.

anyways. let me know if you need any help.
Some person, "I have a black belt in karate"
Dad, "Yea well I have a fan belt in street fighting"
User avatar
MarauderIIC
Respected Programmer
Respected Programmer
Posts: 3406
Joined: Sat Jul 10, 2004 3:05 pm
Location: Maryland, USA

Re: I have a free domain name...

Post by MarauderIIC »

Moosader wrote:Whenever an admin gets around to reading this... please remove all the "off-topic" posts; they're detracting from the main point of the thread, which I would like to be discussed further.
Ok.
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
User avatar
eatcomics
ES Beta Backer
ES Beta Backer
Posts: 2528
Joined: Sat Mar 08, 2008 7:52 pm
Location: Illinois

Re: I have a free domain name...

Post by eatcomics »

Thank you mar :) Falco where were you during all of this??? oh yeah I forgot you're just here for your looks :lol:
Image
User avatar
Falco Girgis
Elysian Shadows Team
Elysian Shadows Team
Posts: 10294
Joined: Thu May 20, 2004 2:04 pm
Current Project: Elysian Shadows
Favorite Gaming Platforms: Dreamcast, SNES, NES
Programming Language of Choice: C/++
Location: Studio Vorbis, AL
Contact:

Re: I have a free domain name...

Post by Falco Girgis »

eatcomics wrote:Thank you mar :) Falco where were you during all of this??? oh yeah I forgot you're just here for your looks :lol:
I deleted his first account.

and yes... looked sexy while doing it.
User avatar
Moosader
Game Developer
Game Developer
Posts: 1081
Joined: Wed May 07, 2008 12:29 am
Current Project: Find out at: http://www.youtube.com/coderrach
Favorite Gaming Platforms: PC, NES, SNES, PS2, PS1, DS, PSP, X360, WII
Programming Language of Choice: C++
Location: Kansas City
Contact:

Re: I have a free domain name...

Post by Moosader »

MarauderIIC wrote:
Moosader wrote:Whenever an admin gets around to reading this... please remove all the "off-topic" posts; they're detracting from the main point of the thread, which I would like to be discussed further.
Ok.
<3 thanks Mar
avansc wrote:hey sweety back to your post. sorry i dont know if this is out of place. but if you wanna do something thats secure and user orientated look at this.

http://agile.csc.ncsu.edu/iTrust/wiki/d ... structions

i did that back in college. its change a little. but it uses user roles and is secure. uses sql and java/jsp
very nice.

anyways. let me know if you need any help.
I shall have to look into it, danke.
XianForce
Chaos Rift Devotee
Chaos Rift Devotee
Posts: 767
Joined: Wed Oct 29, 2008 8:36 pm

Re: I have a free domain name...

Post by XianForce »

GyroVorbis wrote:
eatcomics wrote:Thank you mar :) Falco where were you during all of this??? oh yeah I forgot you're just here for your looks :lol:
I deleted his first account.

and yes... looked sexy while doing it.
Baywatch on the forums xD
User avatar
programmerinprogress
Chaos Rift Devotee
Chaos Rift Devotee
Posts: 632
Joined: Wed Oct 29, 2008 7:31 am
Current Project: some crazy stuff, i'll tell soon :-)
Favorite Gaming Platforms: PC
Programming Language of Choice: C++!
Location: The UK
Contact:

Re: I have a free domain name...

Post by programmerinprogress »

before we know it, ESR episode 2 will have a title sequence with the group running in slow motion along to a cheesy 1990's theme song :lol:

Click here to see the hidden message (It might contain spoilers)
*hint* *hint*
---------------------------------------------------------------------------------------
I think I can program pretty well, it's my compiler that needs convincing!
---------------------------------------------------------------------------------------
And now a joke to lighten to mood :D

I wander what programming language anakin skywalker used to program C3-PO's AI back on tatooine? my guess is Jawa :P
User avatar
eatcomics
ES Beta Backer
ES Beta Backer
Posts: 2528
Joined: Sat Mar 08, 2008 7:52 pm
Location: Illinois

Re: I have a free domain name...

Post by eatcomics »

That would be awesome :lol:... So moosey what are you going to do??? and falco, you did more than I expected ;)
Edit: what does masterjake have to say on this matter??? I'd imagine he could get you started *wink wink*
Image
wearymemory
Chaos Rift Junior
Chaos Rift Junior
Posts: 209
Joined: Thu Feb 12, 2009 8:46 pm

Re: I have a free domain name...

Post by wearymemory »

wearymemory wrote:You could make it a community effort, and allow those who want to to develop different aspects of the site to contribute. A community created by us, for us-- or something along those lines.

You could acquire a main team to come up with a checklist. And have submissions from those who want to help, adhere to strict guidelines while having the main team monitor and check for consistency.
There's no reason you shouldn't be able to integrate both of your ideas.

An idea you could add on, would be to reward active members who help and take part in the community with MoosaderPoints(MP's), and allow them to be spent on an in-site marketplace, so that users can purchase different areas and new pages for their profile (not sub domain), along with other things, and even trade their MP's with others for their services (such as creating art, music, or web pages).
User avatar
eatcomics
ES Beta Backer
ES Beta Backer
Posts: 2528
Joined: Sat Mar 08, 2008 7:52 pm
Location: Illinois

Re: I have a free domain name...

Post by eatcomics »

YAY, moosepoints!!!!!! gotta catch em all!!!!!
Image
User avatar
JaxDragon
Chaos Rift Junior
Chaos Rift Junior
Posts: 395
Joined: Mon Aug 04, 2008 2:03 pm
Current Project: Kanoba Engine
Favorite Gaming Platforms: PS3, PC
Programming Language of Choice: C++
Location: Northeast NC

Re: I have a free domain name...

Post by JaxDragon »

Or perhaps for a certain amount of moosepoints you could code your own page. This really just goes on wearymemory's idea.
User avatar
derbon
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 54
Joined: Tue Jun 09, 2009 7:25 pm
Current Project: Big Nasty Enemies
Favorite Gaming Platforms: NES SMS snes PC N64 PS2 Vectrex The Arcade Machine
Programming Language of Choice: C++, Perl
Location: why shud i tell u u mite steal my tv
Contact:

Re: I have a free domain name...

Post by derbon »

what???
i think the best paint program would be microsoft paint + paint.NET+graphics gale + Paint shop Pro 7 + photoshop CS3, it would be called Paint Gale Pro Shop.NET,

http://youtube.com/gonduda
User avatar
programmerinprogress
Chaos Rift Devotee
Chaos Rift Devotee
Posts: 632
Joined: Wed Oct 29, 2008 7:31 am
Current Project: some crazy stuff, i'll tell soon :-)
Favorite Gaming Platforms: PC
Programming Language of Choice: C++!
Location: The UK
Contact:

Re: I have a free domain name...

Post by programmerinprogress »

derbon wrote:what???
care to elaborate?
---------------------------------------------------------------------------------------
I think I can program pretty well, it's my compiler that needs convincing!
---------------------------------------------------------------------------------------
And now a joke to lighten to mood :D

I wander what programming language anakin skywalker used to program C3-PO's AI back on tatooine? my guess is Jawa :P
Post Reply