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
 
put it in ur localhost using xampp, then using sql query extract the data....
 
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..
 
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.
 
this tool extract it from the mysql, i need to extract it from .sql file.........
 
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.
 
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.
 
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:
if someone want to help me extract them, i can give the database, and you also can enjoy those emails.
 
anyone can help me please, i will give you the link in pm thanks!
 
any help please, im really need those emails...
 
Hey, I can extract the emails for you no problem.

Please add me on skype: ricardo-negro
 
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.
 
Back
Top