|
What's under your CTRL V? (pg. 3)
|
View this Thread in Original format
| raek |
| quote: | Originally posted by butterfly
you been dreamin again? |
only about you, 10 pounds of lube and a case of pre packaged bologna |
|
|
| whiskers |
i hav to say this ppl, this excites me.
so plz
PICS OR STFU! |
|
|
| butterfly |
| quote: | Originally posted by whiskers
i hav to say this ppl, this excites me.
so plz
PICS OR STFU! |
you're gonna get purged... |
|
|
| Sand Leaper |
[21:39:19] Tetsuo u can put dick in ass?
To which I replied:
[21:42:37] depends whose ass it is |
|
|
| electric_soul |
my CTRL-V =
-- MySQL dump 8.22
--
-- Host: localhost Database: multimak_bpNews
---------------------------------------------------------
-- Server version 3.23.55
--
-- Table structure for table 'articles'
--
CREATE TABLE articles (
news_id int(10) unsigned NOT NULL auto_increment,
language_id int(10) unsigned NOT NULL default '0',
date datetime NOT NULL default '0000-00-00 00:00:00',
headline varchar(255) NOT NULL default '',
summary text,
story text,
photo_file varchar(255) default NULL,
PRIMARY KEY (news_id)
) TYPE=MyISAM;
-- MySQL dump 8.22
--
-- Host: localhost Database: multimak_bpNews
---------------------------------------------------------
-- Server version 3.23.55
--
-- Table structure for table 'languages'
--
CREATE TABLE languages (
id int(10) unsigned NOT NULL auto_increment,
language varchar(32) NOT NULL default '',
locale varchar(16) NOT NULL default 'es_ar',
PRIMARY KEY (id)
) TYPE=MyISAM;
--
-- Dumping data for table 'languages'
--
INSERT INTO languages VALUES (1,'Español', 'es_ar');
INSERT INTO languages VALUES (2,'English', 'en');
INSERT INTO languages VALUES (3,'Português', 'pt_br');
INSERT INTO languages VALUES (4,'日本語', 'ja_JP.sjis'); |
|
|
| DJ_NRG |
| v:\css\karl\manual.* (there are three files here) to c:\liframe |
|
|
| tall paul 2 |
Route de Palavas
Was looking for a club I can go to in France this weekend! Still no luck though as this one turns out to be 60 Km away.. |
|
|
| St_Andrew |
int num_msgs()
{
struct in_addr *sin;
char recv[1024];
char command[256];
int fd;
int num = 0;
int step = 0;
int len;
sin = (struct in_addr *)get_address(mailhost);
fd = connect_address(sin->s_addr, mailport);
while ((len = read(fd, recv, 1023))>0) {
recv[len] = 0;
if (!strncmp(recv, "-ERR", strlen("-ERR"))) {
step = 4;
break;
} else if (!strncmp(recv, "+OK", strlen("+OK"))) {
if (step == 3) {
if (sscanf(recv, "+OK %d %d\n", &num, &step) != 2)
break;
g_snprintf(command, sizeof(command), "QUIT\n");
write(fd, command, strlen(command));
close(fd);
return num;
}
if (step == 0) {
g_snprintf(command, sizeof(command), "USER %s\n", username);
write(fd, command, strlen(command));
step = 1;
} else if (step == 1) {
g_snprintf(command, sizeof(command), "PASS %s\n", password);
write(fd, command, strlen(command));
step = 2;
} else if (step == 2) {
g_snprintf(command, sizeof(command), "STAT\n");
write(fd, command, strlen(command));
step = 3;
}
}
}
close(fd);
return 0; |
|
|
| dosed |
| There's nothing on my command+v, I can't join in the fun :p |
|
|
| xKaoSx |
278153
Dont know what the hell that was for-
Oh- lmao- it was a pin number or something for some site i never went to. :P
Wow- thats some lazy not to just remember that . |
|
|
|
|