cls_1231 Posted August 10, 2017 Posted August 10, 2017 Buenas como puedo copiar el codigo "106" de la siguiente página web y auto para luego utilizarla en otra web? Es un codigo que cambia cada cierto tiempo, gracias Http://bitcoinatforum.net/tomywin.php?code=217
Danyfirex Posted August 12, 2017 Posted August 12, 2017 Hola. Recuerda que este es un foro en ingles. You can do something like this #include <String.au3> ConsoleWrite(_ObtenerCodigo() & @CRLF) Func _ObtenerCodigo() Local $sData=BinaryToString(InetRead("http://bitcoinatforum.net/tomywin.php?code=217",1)) $sData=_StringBetween($sData,'color="#cc0000">','</font>') If IsArray($sData) Then Return $sData[0] EndFunc Saludos Danysys.com AutoIt... UDFs: VirusTotal API 2.0 UDF - libZPlay UDF - Apps: Guitar Tab Tester - VirusTotal Hash Checker Examples: Text-to-Speech ISpVoice Interface - Get installed applications - Enable/Disable Network connection PrintHookProc - WINTRUST - Mute Microphone Level - Get Connected NetWorks - Create NetWork Connection ShortCut
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