hi @indigolemon ...
thanks for this project..
i run this code in windows7 via xampp...
it seems that it is run, but there is not any result!
here is my web result at localhost, and the output directory is empty!

Here is the php code, which I entered the inputs:
$username = "my_user"; $password = "my_pass"; $url = "http://forums.debian.net"; $login_url = $url . "/ucp.php?mode=login"; $projectname = "z1"; $start_topic = 46632; $end_topic = 83176; $delay = 3; $verbose = true; $page = 1; $topic_content = ""; $topic_found = false; $first_post = true; $seen_postbody = false;
Which parameters are essential which I must Initialize them?
I am waiting for your reply... thanks
hi @indigolemon ...

thanks for this project..
i run this code in windows7 via xampp...
it seems that it is run, but there is not any result!
here is my web result at localhost, and the output directory is empty!
Here is the php code, which I entered the inputs:
$username = "my_user"; $password = "my_pass"; $url = "http://forums.debian.net"; $login_url = $url . "/ucp.php?mode=login"; $projectname = "z1"; $start_topic = 46632; $end_topic = 83176; $delay = 3; $verbose = true; $page = 1; $topic_content = ""; $topic_found = false; $first_post = true; $seen_postbody = false;Which parameters are essential which I must Initialize them?
I am waiting for your reply... thanks