Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Other discussions > Removing DRM protection from eBooks
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 09-15-2010, 04:30 AM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

Remove DRM from PDB ebook from Fictionwise


I have lots of ebooks from Fictionwise in PDB format and I would like to remove the DRM. Is this possible? Can someone explain how to do this please? Thanks!!
Reply With Quote
  #2  
Old 09-15-2010, 09:45 AM
Stream Recorder
 
Posts: n/a
Default

Re: Remove DRM from PDB ebook from Fictionwise


Have you tried software mentioned in the following thread?
Remove DRM from PDB ebook from B&N (Barnes & Noble),...
Reply With Quote
  #3  
Old 09-16-2010, 02:14 AM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

Re: Remove DRM from PDB ebook from Fictionwise


I followed the 10 steps on the on the Remove DRM from PDB ebook from B&N thread, I keep on getting an error message "ereader2html.py is not recognized as an internal or external command, operable program or batch file".

My input was as follows :
ereader2html.py CinderellaDeal_103752.pdb outdir "MyName" 1234567812345678

I also tried :
python ereader2html.py CinderellaDeal_103752.pdb outdir "MyName" 1234567812345678

I looked through the other thread that is about the the error message but I still can't figure out what I did wrong. Please help thanks!
Reply With Quote
  #4  
Old 09-16-2010, 02:59 AM
Stream Recorder
 
Posts: n/a
Default

Re: Remove DRM from PDB ebook from Fictionwise


Quote:
Originally Posted by any ANONYMOUS forum user View Post
I keep on getting an error message "ereader2html.py is not recognized as an internal or external command, operable program or batch file"
Just make sure the ereader2html.py has the .py extension as mentioned in the following post:
http://stream-recorder.com/forum/sho...3&postcount=12

You can find more information about this error and ask your questions about it in the following thread:
error: 'ereader2html.py' is not recognized as an internal or external command...
Reply With Quote
  #5  
Old 09-17-2010, 03:11 AM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

Re: Remove DRM from PDB ebook from Fictionwise


Thanks for your help so far but I still need help...

After I input:

ereader2html.py CinderellaDeal_103752.pdb outdir "MyName" 1234567812345678

I get this:

eReader2Html v0.09 Copyright <c> 2008 The Dark Reverser
Converts DRMed eReader books to PLM source and Html
Usage:
ereader2html infile.pdb [outdir] “your name” credit_card_number
Note:
If omitted, outdir defaults based on ‘infile.pdb’
Its enough to enter the last 8 digits of the credit card number

What do I do after this?
Reply With Quote
  #6  
Old 09-17-2010, 04:41 AM
Stream Recorder
 
Posts: n/a
Default

Re: Remove DRM from PDB ebook from Fictionwise


Quote:
Originally Posted by any ANONYMOUS forum user View Post
Thanks for your help so far but I still need help...

After I input:

ereader2html.py CinderellaDeal_103752.pdb outdir "MyName" 1234567812345678

I get this:

eReader2Html v0.09 Copyright <c> 2008 The Dark Reverser
Converts DRMed eReader books to PLM source and Html
Usage:
ereader2html infile.pdb [outdir] “your name” credit_card_number
Note:
If omitted, outdir defaults based on ‘infile.pdb’
Its enough to enter the last 8 digits of the credit card number

What do I do after this?
This is really strange. This should happen if you launch eReader2Html without any parameters.

How exactly do you launch it? Please be as specific as possible.
Reply With Quote
  #7  
Old 09-17-2010, 05:34 AM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

Re: Remove DRM from PDB ebook from Fictionwise


This is what I did:
1. Install Python.
2. Create directory
3. Downloaded then changed ereader2html.txt to .py
4. Copy ereader2html.py to the directory.
5. Copy ereader.pdb file to the directory.
6. Open command prompt
7. typed cd C:\Users\z\Desktop\ebook hit enter
8. typed ereader2html.py CinderellaDeal_103752.pdb outdir “my name” credit card no hit enter
9. then I get:
eReader2Html v0.09 Copyright <c> 2008 The dark Reverser
Converts DRMed eReader books to PLM source and Html
Usage:
Ereader2html infile.pdb [outdir] “your name” credit_card_number
Note:
If omitted, outdir defaults based on ‘infile.pdb’
Its enough to enter the last 8 digits of the credit card number
Reply With Quote
  #8  
Old 09-17-2010, 05:58 AM
Stream Recorder
 
Posts: n/a
Default

Re: Remove DRM from PDB ebook from Fictionwise


I don't really understand what is the problem.

Try to run:
Code:
python ereader2html.py CinderellaDeal_103752.pdb outdir "my name" CCN
If it doesn't help, try to rename your .pdb ebook to 1.pdb and run
Code:
ereader2html.py 1.pdb "my name" CCN
Reply With Quote
  #9  
Old 09-19-2010, 04:48 AM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

Re: Remove DRM from PDB ebook from Fictionwise


Thank you for your help so far but it still isn’t working. I tried different variations of the codes and these are the results I get:

C:\Users\z>cd C:\Users\z\Desktop\ebook\

C:\Users\z\Desktop\ebook>ereader2html.py CinderellaDeal_103752.pdb " my name" credit card no
eReader2Html v0.09. Copyright (c) 2008 The Dark Reverser
Processing...
Error: Incorrect Name and/or Credit Card

C:\Users\z\Desktop\ebook>ereader2html.py CinderellaDeal_103752.pdb outdir " my name" credit card no
eReader2Html v0.09. Copyright (c) 2008 The Dark Reverser
Converts DRMed eReader books to PML Source and HTML
Usage:
ereader2html infile.pdb [outdir] "your name" credit_card_number
Note:
if ommitted, outdir defaults based on 'infile.pdb'
It's enough to enter the last 8 digits of the credit card number

C:\Users\z\Desktop\ebook>python ereader2html.py CinderellaDeal_103752.pdb " my name" credit card no
'python' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\z\Desktop\ebook>ereader2html.py 1.pdb " my name " credit card no

eReader2Html v0.09. Copyright (c) 2008 The Dark Reverser
Processing...
Error: Incorrect Name and/or Credit Card

Does it matter if I used my paypal account to pay for the books? Please help. Thanks!
Reply With Quote
  #10  
Old 09-19-2010, 11:31 PM
Stream Recorder
 
Posts: n/a
Default

Re: Remove DRM from PDB ebook from Fictionwise


Use only the last 8 digits of your credit card and
Code:
ereader2html.py CinderellaDeal_103752.pdb outdir "your_name" CCN
Reply With Quote
Reply Post New Thread
Tags: , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 12:53 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons