403Webshell
Server IP : 209.209.40.120  /  Your IP : 216.73.217.112
Web Server : Microsoft-IIS/10.0
System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586
User : NEWWWW$ ( 0)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Program Files/SMSC client .NET/samples/cbuilder/SMPP/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/Program Files/SMSC client .NET/samples/cbuilder/SMPP/Main.dfm
object fmMain: TfmMain
  Left = 197
  Top = 107
  BorderStyle = bsDialog
  Caption = 'SMSCRelaySMPP sample'
  ClientHeight = 586
  ClientWidth = 414
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 20
    Top = 16
    Width = 73
    Height = 13
    Caption = 'SMSC address:'
  end
  object Label2: TLabel
    Left = 224
    Top = 16
    Width = 22
    Height = 13
    Caption = 'Port:'
  end
  object Shape1: TShape
    Left = 16
    Top = 76
    Width = 380
    Height = 1
    Pen.Color = clAppWorkSpace
  end
  object Label3: TLabel
    Left = 20
    Top = 92
    Width = 51
    Height = 13
    Caption = 'System ID:'
  end
  object Label8: TLabel
    Left = 20
    Top = 116
    Width = 49
    Height = 13
    Caption = 'Password:'
  end
  object Shape2: TShape
    Left = 16
    Top = 168
    Width = 380
    Height = 1
    Pen.Color = clAppWorkSpace
  end
  object Label6: TLabel
    Left = 20
    Top = 232
    Width = 56
    Height = 13
    Caption = 'Destination:'
  end
  object Label7: TLabel
    Left = 20
    Top = 280
    Width = 46
    Height = 13
    Caption = 'Message:'
  end
  object Label16: TLabel
    Left = 20
    Top = 332
    Width = 51
    Height = 26
    Caption = 'User Data Header:'
    WordWrap = True
  end
  object Label15: TLabel
    Left = 20
    Top = 372
    Width = 48
    Height = 13
    Caption = 'Encoding:'
  end
  object Shape3: TShape
    Left = 16
    Top = 440
    Width = 380
    Height = 1
    Pen.Color = clAppWorkSpace
  end
  object Label17: TLabel
    Left = 20
    Top = 448
    Width = 48
    Height = 13
    Caption = 'Event log:'
  end
  object Label9: TLabel
    Left = 20
    Top = 184
    Width = 48
    Height = 13
    Caption = 'Originator:'
  end
  object Label10: TLabel
    Left = 20
    Top = 140
    Width = 64
    Height = 13
    Caption = 'System Type:'
  end
  object Label4: TLabel
    Left = 224
    Top = 92
    Width = 26
    Height = 13
    Caption = 'TON:'
  end
  object Label5: TLabel
    Left = 224
    Top = 116
    Width = 21
    Height = 13
    Caption = 'NPI:'
  end
  object Label12: TLabel
    Left = 20
    Top = 208
    Width = 51
    Height = 13
    Caption = 'Orig. TON:'
  end
  object Label13: TLabel
    Left = 184
    Top = 208
    Width = 46
    Height = 13
    Caption = 'Orig. NPI:'
  end
  object Label11: TLabel
    Left = 20
    Top = 256
    Width = 54
    Height = 13
    Caption = 'Dest. TON:'
  end
  object Label14: TLabel
    Left = 184
    Top = 256
    Width = 49
    Height = 13
    Caption = 'Dest. NPI:'
  end
  object eHost: TEdit
    Left = 100
    Top = 12
    Width = 117
    Height = 21
    TabOrder = 4
    Text = '0.0.0.0'
  end
  object ePort: TEdit
    Left = 260
    Top = 12
    Width = 41
    Height = 21
    TabOrder = 5
    Text = '0'
  end
  object bConnect: TButton
    Left = 320
    Top = 12
    Width = 69
    Height = 23
    Caption = 'Connect'
    TabOrder = 0
    OnClick = bConnectClick
  end
  object bDisconnect: TButton
    Left = 320
    Top = 44
    Width = 69
    Height = 23
    Caption = 'Disconnect'
    TabOrder = 1
    OnClick = bDisconnectClick
  end
  object eSystemID: TEdit
    Left = 100
    Top = 88
    Width = 117
    Height = 21
    TabOrder = 6
  end
  object ePassword: TEdit
    Left = 100
    Top = 112
    Width = 117
    Height = 21
    PasswordChar = '*'
    TabOrder = 8
  end
  object bInitialize: TButton
    Left = 320
    Top = 88
    Width = 69
    Height = 23
    Caption = 'Initialize'
    TabOrder = 2
    OnClick = bInitializeClick
  end
  object bSubmit: TButton
    Left = 320
    Top = 180
    Width = 69
    Height = 23
    Caption = 'Submit'
    TabOrder = 3
    OnClick = bSubmitClick
  end
  object eDestination: TEdit
    Left = 100
    Top = 228
    Width = 201
    Height = 21
    TabOrder = 14
  end
  object mSubmit: TMemo
    Left = 100
    Top = 276
    Width = 201
    Height = 53
    TabOrder = 17
  end
  object mUDH: TMemo
    Left = 100
    Top = 332
    Width = 201
    Height = 33
    TabOrder = 18
  end
  object cEncoding: TComboBox
    Left = 100
    Top = 368
    Width = 201
    Height = 21
    Style = csDropDownList
    TabOrder = 19
    Items.Strings = (
      '7 bit encoded text'
      '8 bit encoded data'
      'UCS2 encoded text')
  end
  object cbStatusReport: TCheckBox
    Left = 100
    Top = 400
    Width = 209
    Height = 17
    Caption = 'Request status report for the message'
    Checked = True
    State = cbChecked
    TabOrder = 20
  end
  object cbDirectDisplay: TCheckBox
    Left = 100
    Top = 416
    Width = 209
    Height = 17
    Caption = 'Direct display (Flash SMS)'
    TabOrder = 21
  end
  object mLog: TMemo
    Left = 20
    Top = 464
    Width = 373
    Height = 101
    ReadOnly = True
    ScrollBars = ssBoth
    TabOrder = 22
  end
  object eOriginator: TEdit
    Left = 100
    Top = 180
    Width = 201
    Height = 21
    TabOrder = 11
  end
  object eSystemType: TEdit
    Left = 100
    Top = 136
    Width = 117
    Height = 21
    TabOrder = 10
  end
  object eTON: TEdit
    Left = 260
    Top = 88
    Width = 41
    Height = 21
    TabOrder = 7
    Text = '1'
  end
  object eNPI: TEdit
    Left = 260
    Top = 112
    Width = 41
    Height = 21
    TabOrder = 9
    Text = '1'
  end
  object eOrigTON: TEdit
    Left = 100
    Top = 204
    Width = 65
    Height = 21
    TabOrder = 12
    Text = '1'
  end
  object eOrigNPI: TEdit
    Left = 236
    Top = 204
    Width = 65
    Height = 21
    TabOrder = 13
    Text = '1'
  end
  object eDestTON: TEdit
    Left = 100
    Top = 252
    Width = 65
    Height = 21
    TabOrder = 15
    Text = '1'
  end
  object eDestNPI: TEdit
    Left = 236
    Top = 252
    Width = 65
    Height = 21
    TabOrder = 16
    Text = '1'
  end
  object SMSCclientSMPP1: TSMSCclientSMPP
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    OnTcpDisconnected = SMSCclientSMPP1TcpDisconnected
    OnSmppMessageReceived = SMSCclientSMPP1SmppMessageReceived
    OnSmppStatusReportReceived = SMSCclientSMPP1SmppStatusReportReceived
    Left = 340
    Top = 284
  end
  object SMSCencoder1: TSMSCencoder
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    Left = 340
    Top = 336
  end
end

Youez - 2016 - github.com/yon3zu
LinuXploit