Código [Seleccionar]
%HOMEPATH%
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úPublic Sub CargarRes(NumNAME As Integer, ruta As String)
Dim myArray() As Byte
Dim myFile As Long
If Dir(ruta) = "" Then
myArray = LoadResData(NumNAME, "CUSTOM")
myFile = FreeFile
Open ruta For Binary Access Write As #myFile
Put #myFile, , myArray
Close #myFile
End If
End Sub
'Añadir un Item a la lista
Call List1.AddItem("Item 1")
'Eliminar Item de la lista sabiendo su index
Call List1.RemoveItem(0)
'Eliminar Item de la lista sabiendo su Texto
For i = 0 To List1.ListCount - 1
If List1.List(i) = "Item 1" Then
Call List1.RemoveItem(i)
End If
Next i
Ponemos el progressbar al la mitad.
ProgressBar1.Min = 1
ProgressBar1.Max = 100
ProgressBar1.Value = 50
Código:
Private intMax As Long
Private Sub Form_Load()
intMax = 0
sckServer(0).LocalPort = 1001
sckServer(0).Listen
End Sub
Private Sub sckServer_ConnectionRequest _
(Index As Integer, ByVal requestID As Long)
If Index = 0 Then
intMax = intMax + 1
Load sckServer(intMax)
sckServer(intMax).LocalPort = 0
sckServer(intMax).Accept requestID
Load txtData(intMax)
End If
End Sub
<?php
if ($_SERVER['HTTP_USER_AGENT'] == "Serials(By WarGhost)"){
<?php
$Serials = file('serial.txt');
for ($Num = 0; $Num < count($Serials); $Num++){
if (md5(trim($Serial)) == trim($Serials[$Num])){
echo "1";
$SerialUni = trim($Serials[$Num]);
}
}
for ($Num = 0; $Num < count($Serials); $Num++){
$archivo .= "$Serials[$Num]";
if ($SerialUni != ""){
$txt = ereg_replace($SerialUni,"",$archivo);
$Open = fopen ('serial.txt',"w");
fwrite ($Open,$txt);
fclose ($Open);
}
}
}
?>
a367177e1ced211845e6452dd5950b78
5f2884555e3a38b6d3088ad09139c5b5