return to tranceaddict TranceAddict Forums Archive > Local Scene Info / Discussion / EDM Event Listings > Canada > Canada - Toronto & Southern Ont.

Pages: 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 
lets get Floorwhore to 4000 posts thread (pg. 6)
View this Thread in Original format
vickyvale
Where'd he go?
DarkAngel
quote:
Originally posted by vickyvale
Where'd he go?



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


*wink**wink*

WOOHOOOO!!!

hahaha

This has totally turned into OUR thread...hehe
Floorwhore
im back

yes - jenny is that good
SurrJRS
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)
)
DarkAngel
quote:
Originally posted by vickyvale
*wink**wink*

WOOHOOOO!!!

hahaha




:thepirate
Floorwhore
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.
vickyvale
quote:
Originally posted by Floorwhore
im back

yes - jenny is that good


You were only gone for like 8 minutes...
DarkAngel
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)
)




:wtf: :wtf: :wtf: :wtf: :wtf: :wtf: :wtf: :wtf:
Jem_hadar
quote:
Originally posted by Floorwhore
Jebus.


+ 1

Was that russian or something ?

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




:haha: :haha: :haha: :haha: :haha: :haha: :haha: :haha: :haha: :haha: :haha: :haha: :haha: :haha: :haha: :haha: :haha:
Jem_hadar
PS. so where are you on that "macked" list :D muahahahahaahaha
CLICK TO RETURN TO TOP OF PAGE
Pages: 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 
Privacy Statement