I got it! [Archive] - C Board

PDA

View Full Version : I got it!


Govtcheez
08-10-2001, 11:57 AM
It's Mine! I call dibs!

include <stdio.h>
for( ; ; )
printf("Hooray for Govtcheez!")



Note: The first time I posted this, I had it as for(;;)...

Well, I guess we get to look forward to smilies in code :)

ggs
08-10-2001, 12:02 PM
leaves ken, you and I each as repeat offenders in the "First Post" category ;) When the c++ board was "wiped", I took first post there :)

time to try yet another bit of code out:

http://ggsdude.tripod.com/bmage.gif

need... avatars...

Govtcheez
08-10-2001, 12:06 PM
Well, the URL post appears to work; maybe your avatar doesn't work cuz there doesn't appear to be a file there... I followed the link and it told me the file wasn't available for download.

ggs
08-10-2001, 12:07 PM
The IMG tag doesn't show the image it points to, even when the option to show the images is on. Instead it gives a hyperlink... Another action disabled to prevent abuse? Come on, at least give us a chance to be misbehave!

ggs
08-10-2001, 12:09 PM
they've prevented people from d/ling stuff from off their site. I'll startup my homebrew server and upload from there to see if it works.

edit:
No such luck.. The board grabs the file off the server and then says it's invalid... Why not just check for size and extension and then ban anyone who uses a junk avatar and refuses to replace it? Or keep a handy avatar with "DUMMY" in big neon letters in it for people with bad avatars.

BTW: I'm getting odd requests from the board now... Every 2 minutes or so, my server registers a connect... Here, I'll post the log:

connection requested.
Connection accepted from 64.228.158.188
Request from 64.228.158.188:
Type: GET Uri: /default.ida?XXXXX(many x's here)XXXXX?%u9090%u6858%ucbd3%u7801%u9090%u6856%uc bd3%u7801%u9090%u9090%u9090%u8190%u00c3%u8b00%u531 %u53ff%u0078%u0000%u00=a
Closed connection to 64.228.158.188

connection requested.
Connection accepted from 64.105.118.114
Request from 64.228.105.114:
Type: GET Uri: /default.ida?XXXXX(many x's here)XXXXX?%u9090%u6858%ucbd3%u7801%u9090%u6856%uc bd3%u7801%u9090%u9090%u9090%u8190%u00c3%u8b00%u531 %u53ff%u0078%u0000%u00=a
Closed connection to 64.228.105.114

My server chops off the URI when it gets too long, and I think it happened hree. What is this? The board? Somebody trying to exploit my underpowered server by causing a buffer overrun? What?!?

I'll post this to the general discussions as well...

-KEN-
08-10-2001, 12:57 PM
I was gonna get this one too, I swear. but then I figured it would be overkill, because at the moment my name was on all of the "Most recent post" columns, except one.

mfc2themax
08-11-2001, 12:52 AM
leaves ken, you and I each as repeat offenders in the "First Post" category

HA! I beat all of you! Other then the Webmaster i was the FIRST to post anywhere on this board. Oooooooo......:D

Ross
08-25-2001, 05:00 PM
ggs,
out of curiosity, i compiled the code in your sig:

int message[]={0x40,0x08,0x1D,0x07,0x00,0x03,-0x4F,0x57,-0x08,0x03,-0x06,-0x08,-0x43,-0x17};
main(){int i,*j,*t;for(i-=(!i+i+!!i+~i+i),j=message;i<13;i+=-(i+~i)){t=j;++j;*j+=*t;putc(*j,stdout);};};

Much to my surprise and amusement it displayed "Hello Worrld".
would u please explain how???

thankyou