Database Emails

ReZ0r30

BANNED
Joined
Jun 29, 2010
Messages
25
Reaction score
0
Hello, i have a huge Database .SQL File. and there alot of emails, and more other information, the problem is the .sql file is too big. around 1gb, and i can't load it by mssql/mysql or something, anyone can help me ? how i can extract the emails? if someone can help me, i can do spam for his site. or so. :p thanks
 

ariffin246

Newbie
Joined
Jun 28, 2010
Messages
24
Reaction score
5
put it in ur localhost using xampp, then using sql query extract the data....
 

ExobiT

Regular Member
Joined
Apr 21, 2008
Messages
267
Reaction score
106
Sure hit me with a pm with a download link, i will extract the emails and give u a txt file with it. But i will take the emails aswell..
 

intensecool

BANNED
Joined
Aug 7, 2008
Messages
105
Reaction score
42
Just use Bigdump for this thing.
Works the best.
If you got any issues, gimme the link i will do this on my dedicated server.
 

ReZ0r30

BANNED
Joined
Jun 29, 2010
Messages
25
Reaction score
0
this tool extract it from the mysql, i need to extract it from .sql file.........
 

ReZ0r30

BANNED
Joined
Jun 29, 2010
Messages
25
Reaction score
0
Stopped at the line 382.
At this place the current query includes more than 300 dump lines. That can happen if your dump file was created by some tool which doesn't place a semicolon followed by a linebreak at the end of each query, or if your dump contains extended inserts. Please read the BigDump FAQs for more infos.
 

ReZ0r30

BANNED
Joined
Jun 29, 2010
Messages
25
Reaction score
0
i can't send pms if you want to help me, please leave me your yahoo/msn i will give you the download link thanks.
 

sfidirectory

Senior Member
Joined
Mar 29, 2010
Messages
929
Reaction score
502
Website
coinapp.click
Hello, i have a huge Database .SQL File. and there alot of emails, and more other information, the problem is the .sql file is too big. around 1gb, and i can't load it by mssql/mysql or something, anyone can help me ? how i can extract the emails? if someone can help me, i can do spam for his site. or so. :p thanks

Hey there,

How about downloading your .sql file from your host, renaming it with a .txt extension, and using an email extractor and extract the emails? It's worth a try :).

You can use the following mass mailer to also extract emails from .txt files:
Code:
http://www.blackhatworld.com/blackhat-seo/member-downloads/207872-get-1st-mass-mailer-4-2-full-working.html
Is the list of emails you got subscribed to an e-newsletter or something? If they are I will extract them for you for free if you could include a link to my website on each outgoing mail...? PM me if you are interested :)

Cheers and long live BHW!
 
Last edited:

ReZ0r30

BANNED
Joined
Jun 29, 2010
Messages
25
Reaction score
0
if someone want to help me extract them, i can give the database, and you also can enjoy those emails.
 

ReZ0r30

BANNED
Joined
Jun 29, 2010
Messages
25
Reaction score
0
anyone can help me please, i will give you the link in pm thanks!
 

tibetemperor

Newbie
Joined
Jun 23, 2010
Messages
36
Reaction score
0
Hey, I can extract the emails for you no problem.

Please add me on skype: ricardo-negro
 

a4020788

Newbie
Joined
Jun 28, 2010
Messages
17
Reaction score
3
you couldn't do it from the console?
in linux:
$ mysql -u*mysql user* -p *database name here* < *filename here*
then enter your password.
obviously, remove the *'s.
 
Top