Page 144238 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 通常モードに戻る ┃ INDEX ┃ ≪前へ │ 次へ≫ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ▼IMacros + DeCaptche VahInhema 2010/02/09(火) 15:37 ─────────────────────────────────────── ■題名 : IMacros + DeCaptche ■名前 : VahInhema <wijkia.crum@gmail.com> ■日付 : 2010/02/09(火) 15:37 -------------------------------------------------------------------------
Incorporate decaptcher into imacros. It's pretty easy to setup. -==Ok Lets Begin=-- NOTE: To use DeCaptcher You have to Install Apache and PHP5 on Windows: It is quite simple with WampServe. - DOWNLOAD WampServer 2.0i here - http://086430f8.qvvo.com After download, install and run WampServe. (Remember to run WampServe every time when you restart windows) Copy and paste the following into your IMacros exactly as it is displayed. Code: ONDOWNLOAD FOLDER=C:\wamp\www\api\ FILE=pic.jpg TAG POS=1 TYPE=IMG ATTR=HREF:*api.recaptcha.net/* CONTENT=EVENT:SAVEPICTUREAS TAB OPEN TAB T=2 SET !TIMEOUT 180 URL GOTO=http://localhost/api/main.php TAG POS=1 TYPE=BODY ATTR=TXT:* EXTRACT=TXT SET !VAR1 !EXTRACT Now Download my DeCaptcher API file: Click Here to download - http://d662cb9e.ubucks.net Unzip api.zip (Right click on the file). Open main.php - (to open use Notepad or you favorite editor). You will see: define( 'HOST', "127.0.0.1" ); // YOUR HOST define( 'PORT', MY PORT ); // YOUR PORT define( 'USERNAME', "mylogin" ); // YOUR LOGIN define( 'PASSWORD', "mypassword"); // YOUR PASSWORD Login to http://f634333a.seriousurls.com It should now look like: General Information: Server - - 72.233.64.162 Port - 5343 Priority Payment - $0 Balance - $29.7049 OK. Time to edit main.php. After editing main.php should now look like. define( 'HOST', "72.233.64.162" ); // YOUR HOST define( 'PORT', 5343 ); // YOUR PORT define( 'USERNAME', "myusername" ); // YOUR LOGIN define( 'PASSWORD', "mypassword" ); // YOUR PASSWORD Now save main.php and copy api folder to the: C:\wamp\www\ Now your done and ready to Start Your Bot + DeCaptcher support. |