Jump to content

vietnam929

Members
  • Posts

    17
  • Joined

  • Last visited

Everything posted by vietnam929

  1. i mean code a program by autoit to use proxy for specific application
  2. i google about this a lot, but i got nothing. Can anyone help me?
  3. I want to check 2 boxes in the html code below but they are not in any form so i can't use _IEFormElementCheckBoxSelect func. Pls help me to check them (. div class="mem_step"> <ul class="step_4"> <li><img src="https://imgsec.hangame.com/images/renewal_2007/member/register/memstep_02_on.gif" width="134" height="135" alt="????????"></li> <li><img src="https://imgsec.hangame.com/images/renewal_2007/member/register/memstep_011_off.gif" width="134" height="135" alt="????????"></li> <li><img src="https://imgsec.hangame.com/images/renewal_2007/member/register/memstep_03_off.gif" width="134" height="135" alt="????????????"></li> <li class="last"><img src="https://imgsec.hangame.com/images/renewal_2007/member/register/memstep_051_off.gif" width="134" height="135" alt="????????"></li> </ul> </div> <h3 class="mem_tit pad01"><img src="https://imgsec.hangame.com/images/renewal_2007/member/register/tit_txt_agreement.gif" width="654" height="28" alt="????????????"></h3> <h4 class="mem_tit_agree"><img src="https://imgsec.hangame.com/images/renewal_2007/member/register/tit_txt_agreement_use.gif" width="88" height="32" alt="?????? ????????"></h4> <div class="agree_text" style="height:175px;"> <iframe src="/register/agreement/inline.jsp" marginwidth="0" marginheight="0" frameborder="0" scrolling="auto" style="height:173px;"></iframe> </div> <a name="pos0"></a> <p class="agree_check"> <span class="ajax_checkbox" onclick="javascript:getfocus();"><span class="checkbox-mark"></span><input type="checkbox" name="chk" id="chk" /></span> <label for="agree01">본인은 위 이용약관에 동의합니다.</label> </p> <h4 class="mem_tit_agree" style="margin-top:25px;"><img src="https://imgsec.hangame.com/images/renewal_2007/member/register/tit_txt_info_personal.gif" width="179" height="32" alt="개인정보 수집 및 이용에 대한 안내"></h4> <div class="agree_text" style="height:135px;"> <iframe src="/register/agreement/personalInfoItem.jsp" marginwidth="0" marginheight="0" frameborder="0" scrolling="auto" style="height:133px;"></iframe> </div> <div class="agree_text" style="height:135px;"> <iframe src="/register/agreement/personalInfoPurpose.jsp" marginwidth="0" marginheight="0" frameborder="0" scrolling="auto" style="height:133px;"></iframe> </div> <div class="agree_text" style="height:135px;"> <iframe src="/register/agreement/personalInfoHold.jsp" marginwidth="0" marginheight="0" frameborder="0" scrolling="auto" style="height:133px;"></iframe> </div> <a name="pos1"></a> <p class="agree_check"> <span class="ajax_checkbox" onclick="javascript:getfocus();"><span class="checkbox-mark"></span><input type="checkbox" name="chk" id="chk" /></span> <label for="agree02">회사의 개인정보 수집항목, 수집 및 이용목적, 보유 및 이용기간에 대한 내용에 동의합니다.</label> </p> <form name="form1" method="post" action="/register/register.nhn"> <input type=hidden name="nxtURL" value=""> <input type=hidden name="refCSS" value="hangame"> <input type="hidden" name="joinHost" value=""> <input type=hidden name="m" value="realname"> <input type=hidden name="foreigner" value=""> </form> <div class="mem_btn_area"><a href="javascript:void(sendit());"><img src="https://imgsec.hangame.com/images/renewal_2007/member/register/btn_agree_org.gif" width="60" height="29" alt="동의"></a></div> <!--// Contents END --> </div>
  4. I want to run multi function in a while, i tried to search in forum but i failed. i know function Createthread can do it, but i dont know much about Winapi , i just can run multi function with no param, but with param i cant. Some pro help me please
  5. _WinINet_FtpGetFile not work. Can you make an example for that function
  6. Finally, i have found what i need, it's WinINet.au3.
  7. anyone help me to make a UDF that open web, login account, read source... without open internet browser.
  8. Can you make a funtion that read/ write firefox cookies?. Like: _FFgetcookies($site,$name) _FFsetcookies($site,$name,$value). Please help me
  9. Delete this topic please. i've already known. Just using _FFaction ^^
  10. Stilgar, thank you for helping me to make a function deny and allow cookies on site. I want to make a function that reload, stop loading page and go back like this https://developer.mozilla.org/en/nsIWebNavigation Please help me!
  11. I want to block cookies on some site, but i dont know how. I try to open FFex.au3 and see this function Func _FF_EmptyCookies() _FFCmd('Components.classes["@mozilla.org/cookiemanager;1"].getService(Components.interfaces.nsICookieManager).removeAll();') If Not @error Then Return 1 Return 0 EndFunc ;==>_FF_EmptyCookies Please help me make a function to block and allow cookie on site: Ex: _FF_BlockCookies($site) and _FF_AllowCookies($site)
  12. I want to block cookies on some site, but i dont know how. I try to open FFex.au3 and see this function Func _FF_EmptyCookies() _FFCmd('Components.classes["@mozilla.org/cookiemanager;1"].getService(Components.interfaces.nsICookieManager).removeAll();') If Not @error Then Return 1 Return 0 EndFunc ;==>_FF_EmptyCookies Please help me make a function to block and allow cookie on site: Ex: _FF_BlockCookies($site) and _FF_AllowCookies($site)
  13. any one know how to duplicate socket, i want to make auto for a game by sending packet to game server. But i dont know how to send packet to server, please help
  14. Thanks a lots....
  15. I don't know how to covert double to hex , I do need, help me please.
×
×
  • Create New...