Page 3 of 6 << First 12345 ... Last >>
Results 31 to 45 of 83

Thread: LaxaeRipper (Command-line PHP Gallery Ripper)  

  1. #31
    Administrator V's Avatar
    Joined
    31 May 2010
    Posts
    23,613
    Likes
    282,457
    Images
    1,762,641
    Location
    🖕😊🖕 

    Re: LaxaeRipper (Command-line PHP Gallery Ripper)

    Quote Originally Posted by Laxaeman View Post
    Good morning,
    I have a new version of laxaeripper for your consideration.
    You can get it here: https://gofile.io/?c=fv2U4j

    There are quite a few changes. The three most significant ones are:
    1. when ripping an album, laxaeripper now suggests a title for the album based on the information in the post. You don't have to use the suggested title. When it works, it saves a bit of typing
    2. laxaeripper can now keep track of your downloading activity, if you want. Can display the activity as a table in the command window, or can generate an HTML report. The activity/history is stored in a SQLite database which means you can use other tools to view the contents also.
    3. laxaeripper is now configurable. One of the configurations that I especially like are the ability to append or prepend an increment to the file name. Some hosts butcher the file names, which means the album isn't sorted correctly once it's downloaded. With prepend the file would be something like: 1_qde43fg.jpg instead of qde43fg.jpg and with append it would be something like: qde43fg_1.jpg Another thing I like in config is turning on/off the logging of my download history.

    I've also greatly expanded the built-in help information. If you find parts of it confusing, let me know and I'll clean it up for you.

    Happy ripping!
    Laxaeman
    Thank for your continuous support and development! Please consider editing the first post with the latest release details .




  2. #32
    Moderator Laxaeman's Avatar
    Joined
    21 Jan 2017
    Posts
    5,745
    Likes
    154,933
    Images
    455,332

    Re: LaxaeRipper (Command-line PHP Gallery Ripper)

    V,
    Will do. Thank you.

  3. #33
    Member
    Joined
    22 Oct 2016
    Posts
    15
    Likes
    5
    Images
    2

    Re: LaxaeRipper (Command-line PHP Gallery Ripper)

    GOFILE TELLS ME " You are not authorized to download this file" PLEASE HELP!

  4. #34
    Elite Prospect JBA121's Avatar
    Joined
    4 Oct 2016
    Posts
    771
    Likes
    1,474
    Images
    2,369

    Re: LaxaeRipper (Command-line PHP Gallery Ripper)

    Just found this thread. Will run through when back at ranch. Thank YOU Laxaeman.

  5. Liked by 1 user: Laxaeman

  6. #35
    Moderator Laxaeman's Avatar
    Joined
    21 Jan 2017
    Posts
    5,745
    Likes
    154,933
    Images
    455,332

    Re: LaxaeRipper (Command-line PHP Gallery Ripper)

    Hosa,
    If you are still interested, I've moved the download to a new domain, https://laxaeripper.com you don't need to be logged into download it.
    Lax

    Quote Originally Posted by hosa View Post
    GOFILE TELLS ME " You are not authorized to download this file" PLEASE HELP!

  7. #36
    Member
    Joined
    7 Feb 2018
    Posts
    12
    Likes
    14
    Images
    0

    Re: LaxaeRipper (Command-line PHP Gallery Ripper)

    Hello.

    How do I open the laxaeripper (I don't know much about PHP).

    Kind regards

    Sebastian

  8. #37
    Member
    Joined
    7 Feb 2018
    Posts
    12
    Likes
    14
    Images
    0

    Re: LaxaeRipper (Command-line PHP Gallery Ripper)

    Hi.

    Because I don't have much experience with PHP, I want to know how the LaxaeRipper works. The laxaeripper file is only displayed as a file type.

    Kind Regards

    Sebastian

  9. #38
    Moderator Laxaeman's Avatar
    Joined
    21 Jan 2017
    Posts
    5,745
    Likes
    154,933
    Images
    455,332

    Re: LaxaeRipper (Command-line PHP Gallery Ripper)

    PHP is a scripting language (https://www.php.net) which is cross platform. The tool I've created uses PHP on the command line, (terminal or Command window depending on platform).

    I've created a short video that shows me using the ripper this morning to pull down the images in a thread. You can watch it here:

    https://laxaeripper.com/assets/laxaeripper-thread.mp4

    Hopefully the video shows you how the tool works.

    Once you have downloaded and unzipped laxaeripper you'll have a folder with a bunch of PHP scripts.

    In a terminal you run 'rip.php' as you can see me do in the video. From there pick a menu option and follow the instructions.

    Hope that helps
    Lax

    Quote Originally Posted by kaisel85 View Post
    Hi.

    Because I don't have much experience with PHP, I want to know how the LaxaeRipper works. The laxaeripper file is only displayed as a file type.

    Kind Regards

    Sebastian

  10. #39
    Sponsor
    Joined
    30 Nov 2005
    Posts
    372
    Likes
    359
    Images
    219
    Location
    In the gutter but looking up at the stars. 

    Re: LaxaeRipper (Command-line PHP Gallery Ripper)

    Hello Laxaeman,

    Thanks for your efforts to provide a lean and mean downloader for us all. Unfortunately, I'm consistently falling at the first fence. Could you perhaps take a look at the following snapshot and advise a solution?


  11. Liked by 1 user: ysb18

  12. #40
    Moderator Laxaeman's Avatar
    Joined
    21 Jan 2017
    Posts
    5,745
    Likes
    154,933
    Images
    455,332

    Re: LaxaeRipper (Command-line PHP Gallery Ripper)

    Quote Originally Posted by Regular Joe View Post
    Hello Laxaeman,

    Thanks for your efforts to provide a lean and mean downloader for us all. Unfortunately, I'm consistently falling at the first fence. Could you perhaps take a look at the following snapshot and advise a solution?
    Joe,
    Thank you for including the screenshot, makes it really easy to identify the problem, which is that you don't have sqlite configured with php.
    if you run check.php you should see a line that says: sqlite3 is NOT loaded

    So now we have a couple choices, you can reconfigure php to load sqlite, there are instructions for that at the bottom of the readme file. There are many discussions online about how to do that.
    Or you can disable the logging in laxaeripper. To do that run laxaeripper
    choose [8] Config
    and then choose [1] to edit
    And step through until you see 'log_downloads' and set that value to false.
    (alternatively you can open conf/config.php and edit that one entry)
    When you next run laxaeripper it won't attempt to log your download, which means it won't run into that Fatal Error.

    I hope this helps

  13. #41
    Member
    Joined
    7 Feb 2018
    Posts
    12
    Likes
    14
    Images
    0

    Re: LaxaeRipper (Command-line PHP Gallery Ripper)

    I've also problems because cmd says that I have not installed CURL. How can I install it?

    Here is the Screenshot:



    Kind Regards

    Sebastian

  14. Liked by 1 user: ysb18

  15. #42
    Sponsor
    Joined
    30 Nov 2005
    Posts
    372
    Likes
    359
    Images
    219
    Location
    In the gutter but looking up at the stars. 

    Re: LaxaeRipper (Command-line PHP Gallery Ripper)

    I'm still in the process of making all the necessary adjustments myself, kaisel85, but you'll find all the instructions in the readme file in the laxaeripper-1.0.0 directory.

    Incidentally, curl.exe can be found in your windows\system32 directory and can be installed from the command line and then adding the directory location to your PATH - which is the way I'm going about it - but you might find it easier to just follow the clearly written instructions given in the readme file instead. Good luck.

  16. Liked by 1 user: Laxaeman

  17. #43
    Member
    Joined
    7 Feb 2018
    Posts
    12
    Likes
    14
    Images
    0

    Re: LaxaeRipper (Command-line PHP Gallery Ripper)

    Now it works.

    Thank you very much!

    Kind Regards

    Sebastian

  18. Liked by 2 users: Laxaeman, Regular Joe

  19. #44
    Sponsor
    Joined
    30 Nov 2005
    Posts
    372
    Likes
    359
    Images
    219
    Location
    In the gutter but looking up at the stars. 

    Re: LaxaeRipper (Command-line PHP Gallery Ripper)

    Hello Laxaeman,

    Despite all my best efforts, I'm still scratching my head at this setup procedure...



    Running php rip.php at the command prompt to launch the app only ever returns the same error.
    Running php check.php returns confirmations of the presence of cURL and PHP (there is no reference to SQLite3 being there or not being there at all)
    Running sqlite3 at the command prompt shows it is indeed installed but it's clearly failing to be found by PHP/Laxaeripper even though it is set up correctly in my PATH statement, nor is it finding RipperSQLitedb.php (even though it is there in the ...app directory) hence no laxaeripper.db.

    The logging feature is really quite essential, so I'm reluctant to give up on it unnecessarily. Not that I've been able to get past the first error message to see this (this is your screenshot) so can make no changes to the config [8] via the app in any case:



    Any ideas?

  20. #45
    Moderator Laxaeman's Avatar
    Joined
    21 Jan 2017
    Posts
    5,745
    Likes
    154,933
    Images
    455,332

    Re: LaxaeRipper (Command-line PHP Gallery Ripper)

    Joe,
    I do have a couple thoughts. My best guess is that sqlite is installed, but that the PDO_sqlite module is not.
    Try running the following in your Command Prompt:
    php -m
    You should see something like:
    C:\dev\lax>php -m
    [PHP Modules]
    bcmath
    calendar
    Core
    ctype
    curl
    date
    dom
    filter
    hash
    iconv
    json
    libxml
    mbstring
    mysqlnd
    openssl
    pcre
    PDO
    pdo_sqlite
    Phar
    readline
    Reflection
    session
    SimpleXML
    SPL
    sqlite3
    standard
    tokenizer
    wddx
    xml
    xmlreader
    xmlwriter
    zip
    zlib
    
    [Zend Modules]
    Specifically you are looking for the line:
    pdo_sqlite
    If it's not there, you need to edit your php.ini file to load that module.
    In your php.ini file you probably have:
    ;extension=pdo_sqlite
    remove the semi-colon so the line looks like:
    extension=pdo_sqlite
    If you have multiple versions of php installed (like I do) you need to enable pdo_sqlite for the version of php that you're running in your command prompt.

    I understand your comment about logging. For now you can (safely) edit the config file yourself. Open conf/config.php with a text editor and change:
    'log_downloads' => true
    to
    'log_downloads' => false
    Then save and run laxaeripper.

    If enabling pdo_sqlite doesn't work and turning off log_downloads does get you to the menu, then I'll give it a think and come up with something.

    Finally if none of the above works, let me know and I'll work on a patch for you.
    Lax

Page 3 of 6 << First 12345 ... Last >>

Posting Permissions