Menú

Mostrar Mensajes

Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.

Mostrar Mensajes Menú

Mensajes - 79137913

#691
HOLA!!!

http://code.google.com/intl/es/apis/customsearch/v1/reference.html

Bajas el codigo xml y lees los resultados de ahi.

GRACIAS POR LEER!!!
#692
HOLA!!!

Cita de: MauroMasciar en 19 Agosto 2011, 00:54 AM
Queres aprender a correr sin aprender a caminar... x.x
Descargate un troyano hecho y ya...

http://foro.elhacker.net/analisis_y_diseno_de_malware/demonio_rat_30_lanzado_opensource_gplv3-t333663.0.html

Correccion quiere correr y es LISIADO!

GRACIAS POR LEER!!!
#693
HOLA!!!

´´Solo dios sabe´´


:xD

GRACIAS POR LEER!!!
#695
HOLA!!!

SO' BOLUDO' ?

XD

8 de bateria cargando
+
1 de bateria con carga alta
=
9


Pone asi y va a funcionar:
Código (vb) [Seleccionar]
Private Type SYSTEM_POWER_STATUS
        ACLineStatus As Byte
        BatteryFlag As Byte
        BatteryLifePercent As Byte
        Reserved1 As Byte
        BatteryLifeTime As Long
        BatteryFullLifeTime As Long
End Type
Private Declare Function GetSystemPowerStatus Lib "kernel32" (lpSystemPowerStatus As SYSTEM_POWER_STATUS) As Long
Private Sub Form_Paint()
    'KPD-Team 2000
    'URL: http://www.allapi.net/
    'E-Mail: KPDTeam@Hotmail.com
    Dim SPS As SYSTEM_POWER_STATUS
    'get the battery powerstatus
    GetSystemPowerStatus SPS
    Me.AutoRedraw = True
    'show some information
    Select Case SPS.ACLineStatus
        Case 0
            Me.Print "AC power status: Offline"
        Case 1
            Me.Print "AC power status: OnLine"
        Case 2
            Me.Print "AC power status: Unknown"
    End Select
    If SPS.BatteryFlag And 1 Then Me.Print "Battery charge status: High"
    If SPS.BatteryFlag And 2 Then Me.Print "Battery charge status: Low"
    If SPS.BatteryFlag And 4 Then Me.Print "Battery charge status: Critical"
    If SPS.BatteryFlag And 8 Then Me.Print "Battery charge status: Charging"
    If SPS.BatteryFlag And 128 Then Me.Print "Battery charge status: No system battery"
    If SPS.BatteryFlag And 255 Then Me.Print "Battery charge status: Unknown Status"
End Sub


GRACIAS POR LEER!!!
#696
Foro Libre / Re: Oro, Plata y Bronce en el Foro
19 Agosto 2011, 15:54 PM
HOLA!!!

Cita de: pitoloko en 30 Julio 2011, 09:22 AM
Aluminio para 79137913 que se me olvidó nombraros  :xD.

¬¬' Que es la medalla de aluminio... no estaba enterado de este tema, tuve que buscar mi nick para encontrarlo  :¬¬ :¬¬ :¬¬ :¬¬ :¬¬

GRACIAS POR LEER!!!
#697
WarZone / Re: Hack-Web_Foro
19 Agosto 2011, 14:57 PM
HOLA!!!

Estoy medio perdido con esto :S

Le calce esto:
</div&gt<script>alert('XSS');</script><div style="overflow: auto; width: 100%;">
y me devolvio:
</div><script>alert('XSS');</script><div style="overflow: auto; width: 100%;">

No se que es porque no anda  :(

GRACIAS POR LEER!!!
#698
HOLA!!!

Que le estan diciendo pobre chico XD

Mira aca tenes la funcion de seba123neo es buenisima:
Código (vb) [Seleccionar]
Option Explicit
Public Declare Function InternetOpen Lib "wininet.dll" Alias "InternetOpenA" (ByVal sAgent As String, ByVal lAccessType As Long, ByVal sProxyName As String, ByVal sProxyBypass As String, ByVal lFlags As Long) As Long
Public Declare Function InternetOpenUrl Lib "wininet.dll" Alias "InternetOpenUrlA" (ByVal hInternetSession As Long, ByVal sURL As String, ByVal sHeaders As String, ByVal lHeadersLength As Long, ByVal lFlags As Long, ByVal lContext As Long) As Long
Public Declare Function InternetReadFile Lib "wininet.dll" (ByVal hFile As Long, ByVal sBuffer As String, ByVal lNumBytesToRead As Long, lNumberOfBytesRead As Long) As Integer
Public Declare Function InternetCloseHandle Lib "wininet.dll" (ByVal hInet As Long) As Integer

Public Const IF_FROM_CACHE = &H1000000
Public Const IF_MAKE_PERSISTENT = &H2000000
Public Const IF_NO_CACHE_WRITE = &H4000000
     
Private Const BUFFER_LEN = 256


Public Function GetUrlSource(sURL As String) As String
    Dim sBuffer As String * BUFFER_LEN, iResult As Integer, sData As String
    Dim hInternet As Long, hSession As Long, lReturn As Long

    'get the handle of the current internet connection
    hSession = InternetOpen("vb wininet", 1, vbNullString, vbNullString, 0)
    'get the handle of the url
    If hSession Then hInternet = InternetOpenUrl(hSession, sURL, vbNullString, 0, IF_NO_CACHE_WRITE, 0)
    'if we have the handle, then start reading the web page
    If hInternet Then
        'get the first chunk & buffer it.
        iResult = InternetReadFile(hInternet, sBuffer, BUFFER_LEN, lReturn)
        sData = sBuffer
        'if there's more data then keep reading it into the buffer
        Do While lReturn <> 0
            iResult = InternetReadFile(hInternet, sBuffer, BUFFER_LEN, lReturn)
            sData = sData + Mid(sBuffer, 1, lReturn)
        Loop
    End If

    'close the URL
    iResult = InternetCloseHandle(hInternet)

    GetUrlSource = sData
End Function


Haces:
Código (vb) [Seleccionar]
VariableStringCualquiera = GetUrlSource(UrlDelTXT)
Y listo en la variable VariableStringCualquiera tenes tu archivo de texto.

GRACIAS POR LEER!!!
#699
HOLA!!!

Eternal Idol:
Ya repetiste las cosas 3 veces y yo tambien, no tiene sentido seguir discutiendo por esto, esta claro que vos tenes bien claro lo que queres y yo tambien tengo bien claro lo que quiero...

Si queres seguir la discucion no hay problema hay medios de contacto en mi perfil del foro.

Buena suerte.

GRACIAS POR LEER!!!
#700
HOLA!!!

El tema es asi...

Tengo una red (router tplink) con los 16 slots llenos, lo que quiero hacer es lo siguiente... quiero que una pc dentro de la red distribuya internet por medio de un adaptador inalambrico usb... me entienden lo que digo?

Osea:

Red de area local -> PC conectada ->)) (wifi) Sub Red inalambrica ->)) otras PCs que se conecten a esa red (la wifi).

GRACIAS POR LEER!!!