
 Originally Posted by 
fuckthename
					 
				 
				check.php didn't work. 
It will not let me post my config file. It says I have been blocked. I guess its too big.
Thanks for the help
			
		 
	 
 When you say check.php didn't work, what do you mean?  What happened when you ran that script?
The config file (conf/config.php) should only be about 20 lines long.  For example, this is what mine looks like (without the opening php tag):
	
	/**
 * Please do not edit this file directly.  Instead use the Configure feature within the ripper.
 * This file was created by rip_config.php
 */
$conf = [
    'verbose' => false,
    'image_folder' => 'images/',
    'display_progress' => true,
    'display_progress_interval' => 10,
    'display_progress_character' => '*',
    'image_set_threshold' => 5,
    'prepend_increment' => false,
    'append_increment' => false,
    'log_downloads' => true,
    'username' => '*****************',
    'password' => '**********************',
    'auto_like' => true,
    'clean_title' => true,
];