UMFIG WATIFF JS LEMMING!!!!!!111oneone

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

Moderator: Talkative People

Post Reply
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:

UMFIG WATIFF JS LEMMING!!!!!!111oneone

Post by Falco Girgis »

Uhm. Okay, I was sitting here in C programming class. I decided to randomly go to my Dreamcast Dev page. I was being stupid and accidently clicked on the wrong link. I clicked on PC dev. To my infinite surprise, there was a PC Dev section!!!!!111one

When did that happen? Why don't you put a link like the DC Dev? Kill the Class Chaos Rift. GOOD JOB! Looking great. If your PHP whatever thing isn't compatable with my DC section, I could Perl it, but it'd be more convenient if it was. Lemme know...
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:

Post by Falco Girgis »

Is your news thing dynamic, or are you just making a new table with the news every time? I have a Perl script that could do that (dynamically). Php would be faster though...
User avatar
JS Lemming
Game Developer
Game Developer
Posts: 2383
Joined: Fri May 21, 2004 4:09 pm
Location: C:\CON\CON

Post by JS Lemming »

Yeah the only reason I haven't made it public is that I want to get alot more stuff up before peeps check it out. And currently the news is not dynamic, BUT I am currently working on a system where you go to a page, type a password, give your avatar link, and write the news. Then it would just be a matter of pushing "go baby".

As soon as I get that crap working, I'll give you my PHP stuff that will work for the DC side if you want it.
Small girl at the harbor wrote:Look Brandon, that crab's got ham!
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:

Post by Falco Girgis »

Avatar link might end up being a pain in the ass, what I did with my dynamic news, was to have the program do it. I had a drop down list of selectable people (Example: JS Lemming, Super Sonic, MarauderIIC).

Then in perl it'd be something like:

Code: Select all

if(query->param('avatar') eq "marauder") {
    print "<img src="http://thechaosrift.com/avatars/marauderiic.gif>";
}
That's the Perl way. It should be sorta similar in PHP.

If you run into trouble, or need stuff that you can't do in PHP, I can help or do it in Perl.
Post Reply