Ir para conteúdo
  • Cadastre-se

Programação Account Manager PHPMYADMIN (MYSQL)


Posts Recomendados

Olá, eu estou querendo colocar meu servidor para ser com o accountmanager, porem estou encontrando dificuldades com os tutorias que para eu acabam sendo vagos,

sem contar que meu confi.lua não me indica uma opção de acc manager, o site do ot está aberto porém só eu consigo entrar (localhost...) ninguem mais, já fiz de tudo abri as portas de diversas formas e as (80-8080 etc...) continuam fechadas as portas (7171-7172) estão funcionando.

 Eu Hudson não tenho conhecimento algum sobe phpmyadmin, consegui criar a database graças a um vídeo, eu usei o Unicontroller para fazer todo o processo. Gostaria muito se alguém tivesse um passo a passo com vídeo ou com imagens.

 RESUMINDO;

 Quero colocar Account Manager no meu OT que é (MYSQL) pelo phpmyadmin, meu config.lua está logo abaixo.

 O Site não é o que eu quero, além do mais as portas (80-8080-8090) aparentemente estão bloqueadas pela minha provedora (NET) e tem que vir um técnico e toda aquela enrolação.

 Eu não sei onde deleta as tabelas no phpmyadmin, e não sei onde colo o (query), estou certamente igual cego em tiroteio

 

Esse é o config.lua

-- Combat settings
-- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced"
worldType = "pvp"
hotkeyAimbotEnabled = true
protectionLevel = 60
killsToRedSkull = 20
killsToBlackSkull = 40
pzLocked = 60000
removeChargesFromRunes = true
timeToDecreaseFrags = 12 * 60 * 60 * 1000
whiteSkullTime = 10 * 60 * 1000
stairJumpExhaustion = 2000
experienceByKillingPlayers = false
expFromPlayersLevelRange = 75

-- Connection Config
-- NOTE: maxPlayers set to 0 means no limit
ip = "35.196.74.161"
bindOnlyGlobalAddress = false
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = 0
motd = "Welcome to PausaParaUmCafe"
onePlayerOnlinePerAccount = true
allowClones = false
serverName = "PausaParaUmCafe"
statusTimeout = 5000
replaceKickOnLogin = true
maxPacketsPerSecond = 25

-- Deaths
-- NOTE: Leave deathLosePercent as -1 if you want to use the default
-- death penalty formula. For the old formula, set it to 10. For
-- no skill/experience loss, set it to 0.
deathLosePercent = -1

-- Houses
-- NOTE: set housePriceEachSQM to -1 to disable the ingame buy house functionality
housePriceEachSQM = 10000
houseRentPeriod = "never"

-- Item Usage
timeBetweenActions = 200
timeBetweenExActions = 1000

-- Map
-- NOTE: set mapName WITHOUT .otbm at the end
mapName = "alunia"
mapAuthor = "Pausa Team"

-- Market
marketOfferDuration = 30 * 24 * 60 * 60
premiumToCreateMarketOffer = true
checkExpiredMarketOffersEachMinutes = 60
maxMarketOffersAtATimePerPlayer = 100

-- MySQL
mysqlHost = "127.0.0.1"
mysqlUser = "root"
mysqlPass = "host8gb"
mysqlDatabase = "alunia"
mysqlPort = 3306
passwordType = 'sha1'
mysqlSock = ""

-- Misc.
allowChangeOutfit = true
freePremium = false
kickIdlePlayerAfterMinutes = 15
maxMessageBuffer = 4
emoteSpells = true
classicEquipmentSlots = false

-- Rates
-- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml
rateExp = 400
rateSkill = 35
rateLoot = 6
rateMagic = 20
rateSpawn = 2

-- Monsters
deSpawnRange = 2
deSpawnRadius = 50

-- Stamina
staminaSystem = true

-- Scripts
warnUnsafeScripts = true
convertUnsafeScripts = true

-- Startup
-- NOTE: defaultPriority only works on Windows and sets process
-- priority, valid values are: "normal", "above-normal", "high"
defaultPriority = "high"
startupDatabaseOptimization = false

-- Status server information
ownerName = "Jobs"
ownerEmail = "#"
url = "https://otland.net/"
location = "Brazil"

 

Esta é a distro do meu server semi aberta.

Distro.png

Link para o post
Compartilhar em outros sites

@Hudsonlemos tenta usar assim no config.lua da pasta do seu servidor

Spoiler

-- Combat settings
-- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced"
worldType = "pvp"
hotkeyAimbotEnabled = true
protectionLevel = 60
killsToRedSkull = 20
killsToBlackSkull = 40
pzLocked = 60000
removeChargesFromRunes = true
timeToDecreaseFrags = 12 * 60 * 60 * 1000
whiteSkullTime = 10 * 60 * 1000
stairJumpExhaustion = 2000
experienceByKillingPlayers = false
expFromPlayersLevelRange = 75

accountManager = true
namelockManager = false
newPlayerChooseVoc = true
newPlayerSpawnPosX = 331
newPlayerSpawnPosY = 46
newPlayerSpawnPosZ = 6
newPlayerTownId = 1
newPlayerLevel = 8
newPlayerMagicLevel = 0
generateAccountNumber = false
generateAccountSalt = false

-- Connection Config
-- NOTE: maxPlayers set to 0 means no limit
ip = "35.196.74.161"
bindOnlyGlobalAddress = false
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = 0
motd = "Welcome to PausaParaUmCafe"
onePlayerOnlinePerAccount = true
allowClones = false
serverName = "PausaParaUmCafe"
statusTimeout = 5000
replaceKickOnLogin = true
maxPacketsPerSecond = 25

-- Deaths
-- NOTE: Leave deathLosePercent as -1 if you want to use the default
-- death penalty formula. For the old formula, set it to 10. For
-- no skill/experience loss, set it to 0.
deathLosePercent = -1

-- Houses
-- NOTE: set housePriceEachSQM to -1 to disable the ingame buy house functionality
housePriceEachSQM = 10000
houseRentPeriod = "never"

-- Item Usage
timeBetweenActions = 200
timeBetweenExActions = 1000

-- Map
-- NOTE: set mapName WITHOUT .otbm at the end
mapName = "alunia"
mapAuthor = "Pausa Team"

-- Market
marketOfferDuration = 30 * 24 * 60 * 60
premiumToCreateMarketOffer = true
checkExpiredMarketOffersEachMinutes = 60
maxMarketOffersAtATimePerPlayer = 100

-- MySQL
mysqlHost = "127.0.0.1"
mysqlUser = "root"
mysqlPass = "host8gb"
mysqlDatabase = "alunia"
mysqlPort = 3306
passwordType = 'sha1'
mysqlSock = ""

-- Misc.
allowChangeOutfit = true
freePremium = false
kickIdlePlayerAfterMinutes = 15
maxMessageBuffer = 4
emoteSpells = true
classicEquipmentSlots = false

-- Rates
-- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml
rateExp = 400
rateSkill = 35
rateLoot = 6
rateMagic = 20
rateSpawn = 2

-- Monsters
deSpawnRange = 2
deSpawnRadius = 50

-- Stamina
staminaSystem = true

-- Scripts
warnUnsafeScripts = true
convertUnsafeScripts = true

-- Startup
-- NOTE: defaultPriority only works on Windows and sets process
-- priority, valid values are: "normal", "above-normal", "high"
defaultPriority = "high"
startupDatabaseOptimization = false

-- Status server information
ownerName = "Jobs"
ownerEmail = "#"
url = "https://otland.net/"
location = "Brazil"

em

Spoiler

newPlayerSpawnPosX = 331

newPlayerSpawnPosY = 46

newPlayerSpawnPosZ = 6

você vai pegar a posição x, y e z de alguma parte do seu mapa e vai colocar ai, isso é para que quando uma pessoa crie um novo personagem ele apareça nessa coordenada

Editado por Emanueldk (veja o histórico de edições)
Link para o post
Compartilhar em outros sites
6 minutos atrás, Emanueldk disse:

@Hudsonlemos tenta usar assim no config.lua da pasta do seu servidor

  Ocultar conteúdo


-- Combat settings
-- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced"
worldType = "pvp"
hotkeyAimbotEnabled = true
protectionLevel = 60
killsToRedSkull = 20
killsToBlackSkull = 40
pzLocked = 60000
removeChargesFromRunes = true
timeToDecreaseFrags = 12 * 60 * 60 * 1000
whiteSkullTime = 10 * 60 * 1000
stairJumpExhaustion = 2000
experienceByKillingPlayers = false
expFromPlayersLevelRange = 75

accountManager = true
namelockManager = false
newPlayerChooseVoc = true
newPlayerSpawnPosX = 331
newPlayerSpawnPosY = 46
newPlayerSpawnPosZ = 6
newPlayerTownId = 1
newPlayerLevel = 8
newPlayerMagicLevel = 0
generateAccountNumber = false
generateAccountSalt = false

-- Connection Config
-- NOTE: maxPlayers set to 0 means no limit
ip = "35.196.74.161"
bindOnlyGlobalAddress = false
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = 0
motd = "Welcome to PausaParaUmCafe"
onePlayerOnlinePerAccount = true
allowClones = false
serverName = "PausaParaUmCafe"
statusTimeout = 5000
replaceKickOnLogin = true
maxPacketsPerSecond = 25

-- Deaths
-- NOTE: Leave deathLosePercent as -1 if you want to use the default
-- death penalty formula. For the old formula, set it to 10. For
-- no skill/experience loss, set it to 0.
deathLosePercent = -1

-- Houses
-- NOTE: set housePriceEachSQM to -1 to disable the ingame buy house functionality
housePriceEachSQM = 10000
houseRentPeriod = "never"

-- Item Usage
timeBetweenActions = 200
timeBetweenExActions = 1000

-- Map
-- NOTE: set mapName WITHOUT .otbm at the end
mapName = "alunia"
mapAuthor = "Pausa Team"

-- Market
marketOfferDuration = 30 * 24 * 60 * 60
premiumToCreateMarketOffer = true
checkExpiredMarketOffersEachMinutes = 60
maxMarketOffersAtATimePerPlayer = 100

-- MySQL
mysqlHost = "127.0.0.1"
mysqlUser = "root"
mysqlPass = "host8gb"
mysqlDatabase = "alunia"
mysqlPort = 3306
passwordType = 'sha1'
mysqlSock = ""

-- Misc.
allowChangeOutfit = true
freePremium = false
kickIdlePlayerAfterMinutes = 15
maxMessageBuffer = 4
emoteSpells = true
classicEquipmentSlots = false

-- Rates
-- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml
rateExp = 400
rateSkill = 35
rateLoot = 6
rateMagic = 20
rateSpawn = 2

-- Monsters
deSpawnRange = 2
deSpawnRadius = 50

-- Stamina
staminaSystem = true

-- Scripts
warnUnsafeScripts = true
convertUnsafeScripts = true

-- Startup
-- NOTE: defaultPriority only works on Windows and sets process
-- priority, valid values are: "normal", "above-normal", "high"
defaultPriority = "high"
startupDatabaseOptimization = false

-- Status server information
ownerName = "Jobs"
ownerEmail = "#"
url = "https://otland.net/"
location = "Brazil"

em

  Ocultar conteúdo

newPlayerSpawnPosX = 331

newPlayerSpawnPosY = 46

newPlayerSpawnPosZ = 6

você vai pegar a posição x, y e z de alguma parte do seu mapa e vai colocar ai, isso é para que quando uma pessoa crie um novo personagem ele apareça nessa coordenada

Olá, entendi obrigado, o ot não tem account management, e as pessoas não conseguem entrar no site, você me indicou isso, porém ainda falta incluir a "conta" acc manager.

Obrigado e vou fazer issso.

Link para o post
Compartilhar em outros sites

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emojis são permitidos.

×   Seu link foi automaticamente incorporado.   Mostrar como link

×   Seu conteúdo anterior foi restaurado.   Limpar o editor

×   Não é possível colar imagens diretamente. Carregar ou inserir imagens do URL.

  • Quem Está Navegando   0 membros estão online

    Nenhum usuário registrado visualizando esta página.

  • Conteúdo Similar

    • Por Muvuka
      Alguem tem anti-nuker igual a esse 
       

       
    • Por Muvuka
      [SQLite] -=[TFS]=- 0.4 8.60 Alguem faz apk mobile pra mim ip: dexsoft.ddns.net
       
      pra mim
       
      https://www.mediafire.com/file/5klqnyy6k7jda0u/OTClientV8.rar/file
       
      TA TUDO AI
    • Por yuriowns
      Salve rapazes, estou precisando de um client próprio para o meu servidor 7.4, preciso que algum programador experiente e com referências faça um client do jeito que eu procuro. Responda aqui para fazermos um orçamento, obrigado!

      Não sei se estou no lugar certo, se não me desculpem e peço que movam por gentileza!
    • Por paulo thush
      Pessoal to com um grande problema, estou com um servidor TFS 1.4x 10.98, recentemente começou dar um problema, sempre quando falava "trade" com o npc dava um erros, com qual quer npc, o erro e o seguinte.
       
       
      me falaram que o problema e nas sourcer que precisava mudar umas coisas me passaram um link no github esse aqui 
      https://github.com/otland/forgottenserver/pull/3996/files
       
      porem eu vi vídeos no youtube ensinando a compilar, já vi muitos tópicos como compilar a sourcer, ai quando vou compilar da esse erro
      já tentei instalar, desinstala muitas coisas, alterar também não vai, minha sourcer e essa 
      https://github.com/otland/forgottenserver
       
       
      Alguém poderia me ajuda com esse erro, ou ate compilar 100% as sourcer. os Tópicos que eu tentei para compilar e esse daqui, se não poder o link me desculpe.
      https://forums.otserv.com.br/index.php?/forums/topic/169234-windowsvc2019-compilando-sources-tfs-14-vcpkg/
       
      alguém me da uma luz por favor kkk
    • Por Ryzek
      Uso tfs 0.4 trunk3884 bem simples.
      Queria acrescentar magic effects para 255 pois o meu só vai até 69. Encontrei um tópico que falava sobre porém parece ter sido removido, não consigo acessar!
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo