Club Delphi  
    Paypal   FTP   CCD     Buscar   Trucos   Trabajo   Foros

Retroceder   Foros Club Delphi > Principal > Varios
Registrarse FAQ Miembros Calendario Guía de estilo Temas de Hoy

Coloboración Paypal con ClubDelphi

 
 
Herramientas Buscar en Tema Desplegado
  #4  
Antiguo 07-08-2008
Avatar de Neftali [Germán.Estévez]
Neftali [Germán.Estévez] Neftali [Germán.Estévez] is online now
[becario]
 
Registrado: jul 2004
Ubicación: Barcelona - España
Posts: 19.437
Poder: 10
Neftali [Germán.Estévez] Es un diamante en brutoNeftali [Germán.Estévez] Es un diamante en brutoNeftali [Germán.Estévez] Es un diamante en bruto
El usuario ha sido Banneado.

El programa en cuestión, como os he dicho, dudo que haga nada referente a bajar actualizaciones.
Ni tampoco tiene sentido que pida usuario y contraseña.
No lo he ejecutado y espero que ninguno de vosotros tampoco (ya "canta" un ejecutable de un usuario con 1 único mensaje en el foro y con esas pintas y ese nombre).

"Chafardeando" un poco el programita, Se puede ver que está hecho en Delphi; No está ni comprimido ni encriptado y por lo tanto se puede ver el DFM con facilidad:

Código Delphi [-]
object Form1: TForm1
  Left = 0
  Top = 0
  Caption = 'Check for Updates 2.0'
  ClientHeight = 253
  ClientWidth = 366
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 109
    Height = 13
    Caption = 'Check For updates 2.0'
  end
  object Image1: TImage
    Left = 20
    Top = 41
    Width = 193
    Height = 57
    Picture.Data = {

   ...

}
  end
  object Label2: TLabel
    Left = 20
    Top = 115
    Width = 90
    Height = 13
    Caption = 'Nombre de usuario'
  end
  object Label3: TLabel
    Left = 32
    Top = 142
    Width = 78
    Height = 13
    Caption = 'or Email address'
  end
  object Label4: TLabel
    Left = 64
    Top = 169
    Width = 46
    Height = 13
    Caption = 'Password'
  end
  object Label5: TLabel
    Left = 8
    Top = 187
    Width = 4
    Height = 14
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = 'Tahoma'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 116
    Top = 112
    Width = 242
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 116
    Top = 139
    Width = 242
    Height = 21
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 116
    Top = 166
    Width = 242
    Height = 21
    TabOrder = 2
  end
  object Button1: TButton
    Left = 97
    Top = 212
    Width = 173
    Height = 33
    Caption = 'Ver actualizaciones'
    TabOrder = 3
    OnClick = Button1Click
  end
  object Memo1: TMemo
    Left = 237
    Top = 41
    Width = 121
    Height = 57
    TabOrder = 4
    Visible = False
  end
  object IdFTP1: TIdFTP
    AutoLogin = True
    Host = '169.254.114.199'
    Passive = True
    Username = 'codegr'
    ProxySettings.ProxyType = fpcmNone
    ProxySettings.Host = '169.254.114.199'
    ProxySettings.UserName = 'codegr'
    ProxySettings.Port = 21
    Left = 328
    Top = 8
  end
end


He dejado los datos del programa por si a alguno le hace gracias "hacer algo con ellos..."

A mi se me ha ocurrido tenerlo toda la tarde funcionando mandando:
Usuario: Eres un capullo!!
Contraseña: Cafre!!!
Mail: Estás banneado


No tengo idea de lo que hace, pero viéndolo me da la impresión de que tal vez envíe cosas a algun FTP.
Mirando referencia veo que también busca o accede a los ficheros:
* Bin\cglm.ini
* Licence\Radstudio2007.slip



__________________
Germán Estévez => Web/Blog
Guía de estilo, Guía alternativa
Utiliza TAG's en tus mensajes.
Contactar con el Clubdelphi

P.D: Más tiempo dedicado a la pregunta=Mejores respuestas.

Última edición por Neftali [Germán.Estévez] fecha: 07-08-2008 a las 15:30:38.
Responder Con Cita
 



Normas de Publicación
no Puedes crear nuevos temas
no Puedes responder a temas
no Puedes adjuntar archivos
no Puedes editar tus mensajes

El código vB está habilitado
Las caritas están habilitado
Código [IMG] está habilitado
Código HTML está deshabilitado
Saltar a Foro

Temas Similares
Tema Autor Foro Respuestas Último mensaje
Codegear proveera 1 millon de licencias de RAD Studio a Rusia rruz Noticias 26 24-07-2016 02:53:20
Apr08 Hotfix for CodeGear RAD Studio 2007 rruz Noticias 7 02-05-2008 03:52:08
Incluir Delphi windows .NET en RAD Studio CodeGear jholgado .NET 61 02-02-2008 16:57:42
Fallo en la instalacion de codegear rad studio 2007 avmm2004 Varios 10 28-12-2007 17:16:55


La franja horaria es GMT +2. Ahora son las 15:18:05.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Traducción al castellano por el equipo de moderadores del Club Delphi
Copyright 1996-2007 Club Delphi