Become a part of the TranceAddict community!Frequently Asked Questions - Please read this if you haven'tSearch the forums
TranceAddict Forums > Main Forums > Chill Out Room > What's under your CTRL V?
Pages (22): « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 »   Last Thread   Next Thread
Share
Author
Thread    Post A Reply
raek
Guest



Registered: Not Yet
Location:

quote:
Originally posted by butterfly
you been dreamin again?




only about you, 10 pounds of lube and a case of pre packaged bologna

Old Post Oct-17-2003 20:01 
Add  to your buddy list Report this Post Reply w/Quote Edit/Delete Message
whiskers
old skool



Registered: Sep 2001
Location: in your dreams

i hav to say this ppl, this excites me.

so plz



PICS OR STFU!


___________________

Old Post Oct-17-2003 20:11  Ukraine
Click Here to See the Profile for whiskers Click here to Send whiskers a Private Message Add whiskers to your buddy list Report this Post Reply w/Quote Edit/Delete Message
butterfly
melissa



Registered: Apr 2002
Location: West CoCo, CA

quote:
Originally posted by whiskers
i hav to say this ppl, this excites me.

so plz



PICS OR STFU!


you're gonna get purged...

Old Post Oct-17-2003 20:18  United States
Click Here to See the Profile for butterfly Click here to Send butterfly a Private Message Add butterfly to your buddy list Report this Post Reply w/Quote Edit/Delete Message
Sand Leaper
Tension hunter



Registered: Jul 2001
Location: Oslo, Norway

[21:39:19] Tetsuo u can put dick in ass?

To which I replied:

[21:42:37] depends whose ass it is


___________________
"Wenn du dich zum Untergrund zählst, reicht es nicht, es nur zu sagen. Du musst auch viel graben, um es zu werden."

Old Post Oct-17-2003 20:23  Norway
Click Here to See the Profile for Sand Leaper Click here to Send Sand Leaper a Private Message Add Sand Leaper to your buddy list Report this Post Reply w/Quote Edit/Delete Message
hooknife
))(())(())((



Registered: Apr 2003
Location: Inside Layer 3

http://www.escape-central.com/1foru...12&goto=newpost


thats mine


___________________
~ Under the spell of a 303 ~

All you touch and all you see is all your life will ever be.

Old Post Oct-17-2003 20:24  United States
Click Here to See the Profile for hooknife Click here to Send hooknife a Private Message Add hooknife to your buddy list Report this Post Reply w/Quote Edit/Delete Message
NiteKiD
Supreme tranceaddict



Registered: Jul 2002
Location: houston TX

http://www.californiafords.com/ubb/...ins/worship.gif


hehe this smiley owns

Old Post Oct-17-2003 20:30  United States
Click Here to See the Profile for NiteKiD Click here to Send NiteKiD a Private Message Add NiteKiD to your buddy list Report this Post Reply w/Quote Edit/Delete Message
electric_soul
tranceaddict



Registered: Sep 2003
Location: Buenos Aires, Argentina

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');


___________________
20031115 Creamfields @ Buenos Aires !!

/me is crazy enough to study japanese (and proud of it)
Blog (spanish): here

Last edited by electric_soul on Oct-17-2003 at 21:45

Old Post Oct-17-2003 21:40  Argentina
Click Here to See the Profile for electric_soul Click here to Send electric_soul a Private Message Add electric_soul to your buddy list Report this Post Reply w/Quote Edit/Delete Message
DJ_NRG
Armin was Robbed!!!



Registered: Apr 2003
Location: Wisconsin, USA CTA #23

v:\css\karl\manual.* (there are three files here) to c:\liframe

Old Post Oct-17-2003 22:01  United States
Click Here to See the Profile for DJ_NRG Click here to Send DJ_NRG a Private Message Add DJ_NRG to your buddy list Report this Post Reply w/Quote Edit/Delete Message
tall paul 2
Supreme tranceaddict



Registered: Mar 2002
Location: Gloucester

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..

Old Post Oct-17-2003 22:02  England
Click Here to See the Profile for tall paul 2 Click here to Send tall paul 2 a Private Message Add tall paul 2 to your buddy list Report this Post Reply w/Quote Edit/Delete Message
St_Andrew
I <3 NYC



Registered: May 2003
Location: Stockholm, Sweden

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;

Old Post Oct-17-2003 22:05  Europe
Click Here to See the Profile for St_Andrew Click here to Send St_Andrew a Private Message Visit St_Andrew's homepage! Add St_Andrew to your buddy list Report this Post Reply w/Quote Edit/Delete Message
DjSimonB
Convergence



Registered: Jul 2003
Location: Glasgow

There's nothing on my command+v, I can't join in the fun


___________________
Just when you thought this was over, it had only just begun...

Old Post Oct-17-2003 22:54  Scotland
Click Here to See the Profile for DjSimonB Click here to Send DjSimonB a Private Message Add DjSimonB to your buddy list Report this Post Reply w/Quote Edit/Delete Message
xKaoSx
I need more cow bell !!



Registered: Jul 2002
Location: San Diego, Ca.

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 shit.


___________________
I've never felt alone... 'Till I met you

Old Post Oct-17-2003 23:23  United States
Click Here to See the Profile for xKaoSx Click here to Send xKaoSx a Private Message Visit xKaoSx's homepage! Add xKaoSx to your buddy list Report this Post Reply w/Quote Edit/Delete Message

TranceAddict Forums > Main Forums > Chill Out Room > What's under your CTRL V?
Post New Thread    Post A Reply

Pages (22): « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 »  
Last Thread   Next Thread
Click here to listen to the sample!Pause playbackAmazing Trance From Thomas Michael's Yellow Cd Promo 2000 [2005] [3]

Click here to listen to the sample!Pause playbackThe Traveller In Motion - Believe (Original Mix) [2002]

Show Printable Version | Subscribe to this Thread
Forum Jump:

All times are GMT. The time now is 16:45.

Forum Rules:
You may not post new threads
You may not post replies
You may not edit your posts
HTML code is ON
vB code is ON
[IMG] code is ON
 
Search this Thread:

 
Contact Us - return to tranceaddict

Powered by: Trance Music & vBulletin Forums
Copyright ©2000-2026, Jelsoft Enterprises Ltd.
Privacy Statement / DMCA
Support TA!