Stilgar Posted March 21, 2009 Share Posted March 21, 2009 (edited) Here's an UDF for the FireFox-Addon Fox!Box:_FF_FoxBox.au3Current functions:; _FF_FoxBox_GetIP; _FF_FoxBox_GetStatus; _FF_FoxBox_Reconnect; _FF_FoxBox_ToggleStatusRequirement(s).: FF.au3 >= 0.5.3.0 / MozRepl / Fox!BoxExample script:#region Includes #include <FF.au3> #include "_FF_FoxBox.au3" #endregion Includes If _FFConnect() Then $sIP = _FF_FoxBox_GetIP() MsgBox(64, "External IP", $sIP) $sIP2 = _FF_FoxBox_Reconnect() MsgBox(64, "Your new external IP", "New: " & $sIP2 & @crlf & "Old: " & $sIP) MsgBox(64, "", "Toggling Fox!Box status ...") _FF_FoxBox_ToggleStatus() MsgBox(64, "", "Fox!Box status is now: " & @crlf & _FF_FoxBox_GetStatus()) _FF_FoxBox_ToggleStatus() EndIf Exit Edited April 28, 2009 by Stilgar jEdit4AutoIt PlanMaker_UDF Link to comment Share on other sites More sharing options...
Authenticity Posted March 22, 2009 Share Posted March 22, 2009 Cheers Stilgar. You're a productive coder. Thanks. Link to comment Share on other sites More sharing options...
Stilgar Posted March 25, 2009 Author Share Posted March 25, 2009 Updated to FF.au3 > V0.5.0.0: - New: TimeOut-parameter for _FF_FoxBox_Reconnect @Authenticity: Thanks! jEdit4AutoIt PlanMaker_UDF Link to comment Share on other sites More sharing options...
Stilgar Posted April 28, 2009 Author Share Posted April 28, 2009 Updated to FF.au3 > V0.5.3.0. jEdit4AutoIt PlanMaker_UDF Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now