Ir para conteúdo
View in the app

A better way to browse. Learn more.

priston.pro

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

GuiFriedrich

Doador
  • Registro em

  • Última visita

Respostas da Comunidade

  1. GuiFriedrich teve a postagem no tópico Não foi possível Conectar ( Source CraftPK (SunPK 3.0) ) como a melhor resposta   
    Problema resolvido, dentro do donwload da source faltou uma tabela de DB que é utilizada dentro de AccountDB, solicitada pelo Arquivo Database.dll

    Com muto esforço e sofrimento , e com ajuda da I.A ela ja me deu a query pronta ( surreal ) executei no banco e rodou 100%

    Query esta aqui:
    --------------------------

    USE [AccountDB]; -- Certifique-se de que o nome da sua DB de contas é este
    GO
    CREATE TABLE [dbo].[RegIPAddress](
    [RNo] [int] IDENTITY(1,1) NOT NULL,
    [userid] [varchar](32) NOT NULL,
    [ip_address] [varchar](32) NOT NULL,
    [GPCode] [int] NOT NULL DEFAULT (1),
    [Active] [int] NOT NULL DEFAULT (1),
    [CreateDate] [datetime] NOT NULL DEFAULT (getdate())
    ) ON [PRIMARY];
    GO
    -- Agora, vamos inserir o seu acesso para o servidor te liberar
    INSERT INTO [dbo].[RegIPAddress] ([userid], [ip_address], [GPCode], [Active])
    VALUES ('guifriedrich', '127.0.0.1', 1, 1);
    GO


Account

Navigation

Pesquisar

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.