TranceAddict Forums

TranceAddict Forums (www.tranceaddict.com/forums)
- Canada - Toronto & Southern Ont.
-- lets get Floorwhore to 4000 posts thread
Pages (17): « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 »


Posted by Jem_hadar on Jan-26-2005 01:19:

Love

quote:
Originally posted by jennypie
Can I make you a sandwich after?


Ahahahahaahaha OMG... ud be the best gf ever ! LMAO


Posted by DigDeep on Jan-26-2005 01:21:

quote:
Originally posted by jennypie
Can I make you a sandwich after?


Yes you may - but it must be in the nude....actually.....no no no.....top hot and a bow tie - thats it.


Posted by DarkAngel on Jan-26-2005 01:22:

quote:
Originally posted by vickyvale
What the? Isn't HE a guy?



WTFFFF!?!?!??! I am a guy, damn it!!!!


Posted by dallastar on Jan-26-2005 01:22:

i have 2844 post - ahhhhhhhhhhhhh - cathcin' up to you JEFFFFFFFFFFFFFFF


Posted by vickyvale on Jan-26-2005 01:23:

quote:
Originally posted by DarkAngel
WTFFFF!?!?!??! I am a guy, damn it!!!!


IIIIIIII know! Jeff's friggin crazy..


Posted by DarkAngel on Jan-26-2005 01:23:

quote:
Originally posted by vickyvale
IIIIIIII know! Jeff's friggin crazy..





Posted by Jem_hadar on Jan-26-2005 01:25:

Jeff dude,

I TOTALLY got your back brotha:

List (in SEPERATE threads) all the chicks uve given your luv to!


Posted by crazedcanuck on Jan-26-2005 01:25:


Posted by Jem_hadar on Jan-26-2005 01:28:

Satan (eek!)

quote:
Originally posted by Floorwhore
Yes you may - but it must be in the nude....actually.....no no no.....top hot and a bow tie - thats it.


Dude... hmm........ thats hot.... too bad only ull get to see it

Jennypie, are u accepting his terms


Posted by DarkAngel on Jan-26-2005 01:28:


Posted by vickyvale on Jan-26-2005 01:29:

Where'd he go?


Posted by DarkAngel on Jan-26-2005 01:30:

quote:
Originally posted by vickyvale
Where'd he go?



Maybe jenny paid him a surprise visit.


Posted by vickyvale on Jan-26-2005 01:30:

quote:
Originally posted by DarkAngel
Maybe jenny paid him a surprise visit.


*wink**wink*

WOOHOOOO!!!

hahaha

This has totally turned into OUR thread...hehe


Posted by DigDeep on Jan-26-2005 01:32:

im back

yes - jenny is that good


Posted by Surreal JRS on Jan-26-2005 01:32:

quote:
Originally posted by Floorwhore
dont brag buddy! i kick yo ass!


It's trivial to write a script to autopost for you. Assuming there are no safeguards or posting thresholds in place, you should be able to throttle up to 10k posts in no time.

But hey, why kill the web and sql servers? It's just vanity after all.

Oh, and BTW the number of posts is just a variable stored in a sql table. It can easily be changed by the server's admin.

# --------------------------------------------------------
#
# Table structure for table 'user'
#

CREATE TABLE user (
userid int(10) unsigned DEFAULT '0' NOT NULL auto_increment,
usergroupid smallint(5) unsigned DEFAULT '0' NOT NULL,
username varchar(50) NOT NULL,
password varchar(50) NOT NULL,
email varchar(50) NOT NULL,
styleid smallint(5) unsigned DEFAULT '0' NOT NULL,
parentemail varchar(50) NOT NULL,
coppauser smallint(6) DEFAULT '0' NOT NULL,
homepage varchar(100) NOT NULL,
icq varchar(20) NOT NULL,
aim varchar(20) NOT NULL,
yahoo varchar(20) NOT NULL,
signature mediumtext NOT NULL,
adminemail smallint(6) DEFAULT '0' NOT NULL,
showemail smallint(6) DEFAULT '0' NOT NULL,
invisible smallint(6) DEFAULT '0' NOT NULL,
usertitle varchar(250) NOT NULL,
customtitle smallint(6) DEFAULT '0' NOT NULL,
joindate int(10) unsigned DEFAULT '0' NOT NULL,
cookieuser smallint(6) DEFAULT '0' NOT NULL,
daysprune smallint(6) DEFAULT '0' NOT NULL,
lastvisit int(10) unsigned DEFAULT '0' NOT NULL,
lastactivity int(10) unsigned DEFAULT '0' NOT NULL,
lastpost int(10) unsigned DEFAULT '0' NOT NULL,
posts smallint(5) unsigned DEFAULT '0' NOT NULL,
timezoneoffset varchar(4) NOT NULL,
emailnotification smallint(6) DEFAULT '0' NOT NULL,
buddylist mediumtext NOT NULL,
ignorelist mediumtext NOT NULL,
pmfolders mediumtext NOT NULL,
receivepm smallint(6) DEFAULT '0' NOT NULL,
emailonpm smallint(6) DEFAULT '0' NOT NULL,
pmpopup smallint(6) DEFAULT '0' NOT NULL,
avatarid smallint(6) DEFAULT '0' NOT NULL,
options smallint(6) DEFAULT '15' NOT NULL,
birthday date DEFAULT '0000-00-00' NOT NULL,
maxposts smallint(6) DEFAULT '-1' NOT NULL,
startofweek smallint(6) DEFAULT '1' NOT NULL,
ipaddress varchar(20) NOT NULL,
referrerid int(10) unsigned DEFAULT '0' NOT NULL,
nosessionhash smallint(6) DEFAULT '0' NOT NULL,
inforum SMALLINT UNSIGNED DEFAULT '0' not null,
PRIMARY KEY (userid),
KEY usergroupid (usergroupid),
KEY username (username),
INDEX (inforum)
)


Posted by DarkAngel on Jan-26-2005 01:32:

quote:
Originally posted by vickyvale
*wink**wink*

WOOHOOOO!!!

hahaha





Posted by DigDeep on Jan-26-2005 01:33:

quote:
Originally posted by SurrJRS
It's trivial to write a script to autopost for you. Assuming there are no safeguards or posting thresholds in place, you should be able to throttle up to 10k posts in no time.

But hey, why kill the web and sql servers? It's just vanity after all.

Oh, and BTW the number of posts is just a variable stored in a sql table. It can easily be changed by the server's admin.

# --------------------------------------------------------
#
# Table structure for table 'user'
#

CREATE TABLE user (
userid int(10) unsigned DEFAULT '0' NOT NULL auto_increment,
usergroupid smallint(5) unsigned DEFAULT '0' NOT NULL,
username varchar(50) NOT NULL,
password varchar(50) NOT NULL,
email varchar(50) NOT NULL,
styleid smallint(5) unsigned DEFAULT '0' NOT NULL,
parentemail varchar(50) NOT NULL,
coppauser smallint(6) DEFAULT '0' NOT NULL,
homepage varchar(100) NOT NULL,
icq varchar(20) NOT NULL,
aim varchar(20) NOT NULL,
yahoo varchar(20) NOT NULL,
signature mediumtext NOT NULL,
adminemail smallint(6) DEFAULT '0' NOT NULL,
showemail smallint(6) DEFAULT '0' NOT NULL,
invisible smallint(6) DEFAULT '0' NOT NULL,
usertitle varchar(250) NOT NULL,
customtitle smallint(6) DEFAULT '0' NOT NULL,
joindate int(10) unsigned DEFAULT '0' NOT NULL,
cookieuser smallint(6) DEFAULT '0' NOT NULL,
daysprune smallint(6) DEFAULT '0' NOT NULL,
lastvisit int(10) unsigned DEFAULT '0' NOT NULL,
lastactivity int(10) unsigned DEFAULT '0' NOT NULL,
lastpost int(10) unsigned DEFAULT '0' NOT NULL,
posts smallint(5) unsigned DEFAULT '0' NOT NULL,
timezoneoffset varchar(4) NOT NULL,
emailnotification smallint(6) DEFAULT '0' NOT NULL,
buddylist mediumtext NOT NULL,
ignorelist mediumtext NOT NULL,
pmfolders mediumtext NOT NULL,
receivepm smallint(6) DEFAULT '0' NOT NULL,
emailonpm smallint(6) DEFAULT '0' NOT NULL,
pmpopup smallint(6) DEFAULT '0' NOT NULL,
avatarid smallint(6) DEFAULT '0' NOT NULL,
options smallint(6) DEFAULT '15' NOT NULL,
birthday date DEFAULT '0000-00-00' NOT NULL,
maxposts smallint(6) DEFAULT '-1' NOT NULL,
startofweek smallint(6) DEFAULT '1' NOT NULL,
ipaddress varchar(20) NOT NULL,
referrerid int(10) unsigned DEFAULT '0' NOT NULL,
nosessionhash smallint(6) DEFAULT '0' NOT NULL,
inforum SMALLINT UNSIGNED DEFAULT '0' not null,
PRIMARY KEY (userid),
KEY usergroupid (usergroupid),
KEY username (username),
INDEX (inforum)
)


Jebus.


Posted by vickyvale on Jan-26-2005 01:34:

quote:
Originally posted by Floorwhore
im back

yes - jenny is that good


You were only gone for like 8 minutes...


Posted by DarkAngel on Jan-26-2005 01:34:

quote:
Originally posted by SurrJRS
It's trivial to write a script to autopost for you. Assuming there are no safeguards or posting thresholds in place, you should be able to throttle up to 10k posts in no time.

But hey, why kill the web and sql servers? It's just vanity after all.

Oh, and BTW the number of posts is just a variable stored in a sql table. It can easily be changed by the server's admin.

# --------------------------------------------------------
#
# Table structure for table 'user'
#

CREATE TABLE user (
userid int(10) unsigned DEFAULT '0' NOT NULL auto_increment,
usergroupid smallint(5) unsigned DEFAULT '0' NOT NULL,
username varchar(50) NOT NULL,
password varchar(50) NOT NULL,
email varchar(50) NOT NULL,
styleid smallint(5) unsigned DEFAULT '0' NOT NULL,
parentemail varchar(50) NOT NULL,
coppauser smallint(6) DEFAULT '0' NOT NULL,
homepage varchar(100) NOT NULL,
icq varchar(20) NOT NULL,
aim varchar(20) NOT NULL,
yahoo varchar(20) NOT NULL,
signature mediumtext NOT NULL,
adminemail smallint(6) DEFAULT '0' NOT NULL,
showemail smallint(6) DEFAULT '0' NOT NULL,
invisible smallint(6) DEFAULT '0' NOT NULL,
usertitle varchar(250) NOT NULL,
customtitle smallint(6) DEFAULT '0' NOT NULL,
joindate int(10) unsigned DEFAULT '0' NOT NULL,
cookieuser smallint(6) DEFAULT '0' NOT NULL,
daysprune smallint(6) DEFAULT '0' NOT NULL,
lastvisit int(10) unsigned DEFAULT '0' NOT NULL,
lastactivity int(10) unsigned DEFAULT '0' NOT NULL,
lastpost int(10) unsigned DEFAULT '0' NOT NULL,
posts smallint(5) unsigned DEFAULT '0' NOT NULL,
timezoneoffset varchar(4) NOT NULL,
emailnotification smallint(6) DEFAULT '0' NOT NULL,
buddylist mediumtext NOT NULL,
ignorelist mediumtext NOT NULL,
pmfolders mediumtext NOT NULL,
receivepm smallint(6) DEFAULT '0' NOT NULL,
emailonpm smallint(6) DEFAULT '0' NOT NULL,
pmpopup smallint(6) DEFAULT '0' NOT NULL,
avatarid smallint(6) DEFAULT '0' NOT NULL,
options smallint(6) DEFAULT '15' NOT NULL,
birthday date DEFAULT '0000-00-00' NOT NULL,
maxposts smallint(6) DEFAULT '-1' NOT NULL,
startofweek smallint(6) DEFAULT '1' NOT NULL,
ipaddress varchar(20) NOT NULL,
referrerid int(10) unsigned DEFAULT '0' NOT NULL,
nosessionhash smallint(6) DEFAULT '0' NOT NULL,
inforum SMALLINT UNSIGNED DEFAULT '0' not null,
PRIMARY KEY (userid),
KEY usergroupid (usergroupid),
KEY username (username),
INDEX (inforum)
)





Posted by Jem_hadar on Jan-26-2005 01:34:

quote:
Originally posted by Floorwhore
Jebus.


+ 1

Was that russian or something ?


Posted by DarkAngel on Jan-26-2005 01:35:

quote:
Originally posted by vickyvale
You were only gone for like 8 minutes...





Posted by Jem_hadar on Jan-26-2005 01:37:

PS. so where are you on that "macked" list muahahahahaahaha


Posted by dallastar on Jan-26-2005 01:38:

quote:
Originally posted by Jem_hadar
+ 1

Was that russian or something ?


Posted by Surreal JRS on Jan-26-2005 01:39:

quote:
Originally posted by Jem_hadar
+ 1

Was that russian or something ?


Nah, just the code to create the vBulletin user table in a MySQL database.


Posted by DigDeep on Jan-26-2005 01:39:

quote:
Originally posted by Jem_hadar
List (in SEPERATE threads) all the chicks uve given your luv to!


that would put me in diabolic's league.
i dont think i could do that to myself.....


Pages (17): « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 »

Powered by: vBulletin
Copyright © 2000-2021, Jelsoft Enterprises Ltd.