Become a part of the TranceAddict community!Frequently Asked Questions - Please read this if you haven'tSearch the forums
TranceAddict Forums > Local Scene Info / Discussion / EDM Event Listings > Canada > Canada - Toronto & Southern Ont. > lets get Floorwhore to 4000 posts thread
Pages (35): « 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 »   Last Thread   Next Thread
Share
Author
Thread    Post A Reply
vickyvale
Angelina



Registered: Feb 2003
Location: Brantford, ON, Canada

Where'd he go?


___________________
Rapture tastes so sweet

Wanted by many, taken by none, looking at some, but waiting for one.

Old Post Jan-26-2005 01:29  Canada
Click Here to See the Profile for vickyvale Click here to Send vickyvale a Private Message Add vickyvale to your buddy list Report this Post Reply w/Quote Edit/Delete Message
DarkAngel
.



Registered: Nov 2002
Location: .

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



Maybe jenny paid him a surprise visit.

Old Post Jan-26-2005 01:30 
Click Here to See the Profile for DarkAngel Click here to Send DarkAngel a Private Message Visit DarkAngel's homepage! Add DarkAngel to your buddy list Report this Post Reply w/Quote Edit/Delete Message
vickyvale
Angelina



Registered: Feb 2003
Location: Brantford, ON, Canada

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


*wink**wink*

WOOHOOOO!!!

hahaha

This has totally turned into OUR thread...hehe


___________________
Rapture tastes so sweet

Wanted by many, taken by none, looking at some, but waiting for one.

Old Post Jan-26-2005 01:30  Canada
Click Here to See the Profile for vickyvale Click here to Send vickyvale a Private Message Add vickyvale to your buddy list Report this Post Reply w/Quote Edit/Delete Message
DigDeep
SleazEaddict



Registered: May 2002
Location: Toronto, Ontario

im back

yes - jenny is that good


___________________
Website / Facebook / Soundcloud

Old Post Jan-26-2005 01:32  Canada
Click Here to See the Profile for DigDeep Click here to Send DigDeep a Private Message Visit DigDeep's homepage! Add DigDeep to your buddy list Report this Post Reply w/Quote Edit/Delete Message
Surreal JRS
Balearic Sunset



Registered: Jan 2005
Location: Kicking it in Toronto, Canada

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

Old Post Jan-26-2005 01:32  Canada
Click Here to See the Profile for Surreal JRS Click here to Send Surreal JRS a Private Message Visit Surreal JRS's homepage! Add Surreal JRS to your buddy list Report this Post Reply w/Quote Edit/Delete Message
DarkAngel
.



Registered: Nov 2002
Location: .

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

WOOHOOOO!!!

hahaha




Old Post Jan-26-2005 01:32 
Click Here to See the Profile for DarkAngel Click here to Send DarkAngel a Private Message Visit DarkAngel's homepage! Add DarkAngel to your buddy list Report this Post Reply w/Quote Edit/Delete Message
DigDeep
SleazEaddict



Registered: May 2002
Location: Toronto, Ontario

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.


___________________
Website / Facebook / Soundcloud

Old Post Jan-26-2005 01:33  Canada
Click Here to See the Profile for DigDeep Click here to Send DigDeep a Private Message Visit DigDeep's homepage! Add DigDeep to your buddy list Report this Post Reply w/Quote Edit/Delete Message
vickyvale
Angelina



Registered: Feb 2003
Location: Brantford, ON, Canada

quote:
Originally posted by Floorwhore
im back

yes - jenny is that good


You were only gone for like 8 minutes...


___________________
Rapture tastes so sweet

Wanted by many, taken by none, looking at some, but waiting for one.

Old Post Jan-26-2005 01:34  Canada
Click Here to See the Profile for vickyvale Click here to Send vickyvale a Private Message Add vickyvale to your buddy list Report this Post Reply w/Quote Edit/Delete Message
DarkAngel
.



Registered: Nov 2002
Location: .

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




Old Post Jan-26-2005 01:34 
Click Here to See the Profile for DarkAngel Click here to Send DarkAngel a Private Message Visit DarkAngel's homepage! Add DarkAngel to your buddy list Report this Post Reply w/Quote Edit/Delete Message
Jem_hadar
I remember...



Registered: Nov 2003
Location: Pandora (South of Nowhere)

quote:
Originally posted by Floorwhore
Jebus.


+ 1

Was that russian or something ?


___________________
TECHNO IS THE BEST NOISE ON EARTH.
Save Techno - Stop Minimal / Tech-House

Old Post Jan-26-2005 01:34  Canada
Click Here to See the Profile for Jem_hadar Click here to Send Jem_hadar a Private Message Visit Jem_hadar's homepage! Add Jem_hadar to your buddy list Report this Post Reply w/Quote Edit/Delete Message
DarkAngel
.



Registered: Nov 2002
Location: .

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




Old Post Jan-26-2005 01:35 
Click Here to See the Profile for DarkAngel Click here to Send DarkAngel a Private Message Visit DarkAngel's homepage! Add DarkAngel to your buddy list Report this Post Reply w/Quote Edit/Delete Message
Jem_hadar
I remember...



Registered: Nov 2003
Location: Pandora (South of Nowhere)

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


___________________
TECHNO IS THE BEST NOISE ON EARTH.
Save Techno - Stop Minimal / Tech-House

Old Post Jan-26-2005 01:37  Canada
Click Here to See the Profile for Jem_hadar Click here to Send Jem_hadar a Private Message Visit Jem_hadar's homepage! Add Jem_hadar to your buddy list Report this Post Reply w/Quote Edit/Delete Message

TranceAddict Forums > Local Scene Info / Discussion / EDM Event Listings > Canada > Canada - Toronto & Southern Ont. > lets get Floorwhore to 4000 posts thread
Post New Thread    Post A Reply

Pages (35): « 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 »  
Last Thread   Next Thread
Click here to listen to the sample!Pause playbackAlso inpossible ID! (beng beng tune) ;) [2002] [0]

Click here to listen to the sample!Pause playbackSteve Angello - Euro (Sebastian Ingrosso Remix) [2007]

Show Printable Version | Subscribe to this Thread
Forum Jump:

All times are GMT. The time now is 21:28.

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!