Page 1 of 1
UMFIG WATIFF JS LEMMING!!!!!!111oneone
Posted: Tue Aug 17, 2004 2:35 pm
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...
Posted: Tue Aug 17, 2004 2:54 pm
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...
Posted: Tue Aug 17, 2004 3:44 pm
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.
Posted: Tue Aug 17, 2004 4:01 pm
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.