Postado Maio 23, 2017 8 anos mano alguem me pode ajudar? site tira error :SSSSSSSSSSSSSSSSSSSSSSSSSSS Em 21-05-2017 ás 02:54, kaboflow disse: error com uniform server A PHP Error was encountered Severity: Notice Message: Only variables should be passed by reference Filename: codeigniter/Common.php Line Number: 148 A PHP Error was encountered Severity: 8192 Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_Hooks has a deprecated constructor Filename: libraries/Hooks.php Line Number: 30 A PHP Error was encountered Severity: 8192 Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_Config has a deprecated constructor Filename: libraries/Config.php Line Number: 29 A PHP Error was encountered Severity: Notice Message: Only variables should be passed by reference Filename: codeigniter/Common.php Line Number: 148 A PHP Error was encountered Severity: Notice Message: Only variables should be passed by reference Filename: codeigniter/Common.php Line Number: 148 A PHP Error was encountered Severity: 8192 Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_URI has a deprecated constructor Filename: libraries/URI.php Line Number: 29 A PHP Error was encountered Severity: Notice Message: Only variables should be passed by reference Filename: codeigniter/Common.php Line Number: 148 A PHP Error was encountered Severity: 8192 Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_Router has a deprecated constructor Filename: libraries/Router.php Line Number: 29 A PHP Error was encountered Severity: Notice Message: Only variables should be passed by reference Filename: codeigniter/Common.php Line Number: 148 A PHP Error was encountered Severity: 8192 Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_Output has a deprecated constructor Filename: libraries/Output.php Line Number: 29 A PHP Error was encountered Severity: Notice Message: Only variables should be passed by reference Filename: codeigniter/Common.php Line Number: 148 A PHP Error was encountered Severity: 8192 Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_Input has a deprecated constructor Filename: libraries/Input.php Line Number: 29 A PHP Error was encountered Severity: Notice Message: Only variables should be passed by reference Filename: codeigniter/Common.php Line Number: 148 A PHP Error was encountered Severity: 8192 Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_Language has a deprecated constructor Filename: libraries/Language.php Line Number: 27 A PHP Error was encountered Severity: Notice Message: Only variables should be passed by reference Filename: codeigniter/Common.php Line Number: 148 A PHP Error was encountered Severity: 8192 Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_Base has a deprecated constructor Filename: codeigniter/Base5.php Line Number: 33 A PHP Error was encountered Severity: 8192 Message: Methods with the same name as their class will not be constructors in a future version of PHP; Controller has a deprecated constructor Filename: libraries/Controller.php Line Number: 30 A PHP Error was encountered Severity: 8192 Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_Loader has a deprecated constructor Filename: libraries/Loader.php Line Number: 29 A PHP Error was encountered Severity: Notice Message: Only variables should be passed by reference Filename: codeigniter/Common.php Line Number: 148 A PHP Error was encountered Severity: 8192 Message: Methods with the same name as their class will not be constructors in a future version of PHP; Model has a deprecated constructor Filename: libraries/Model.php Line Number: 27 A PHP Error was encountered Severity: 8192 Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_DB_driver has a deprecated constructor Filename: database/DB_driver.php Line Number: 31 A PHP Error was encountered Severity: Notice Message: Only variables should be passed by reference Filename: database/DB.php Line Number: 133
Postado Maio 23, 2017 8 anos Autor 5 hours ago, Nullewfn said: mano alguem me pode ajudar? site tira error :SSSSSSSSSSSSSSSSSSSSSSSSSSS just use another site from the dxp it will works On 2017-5-18 at 6:12 PM, RicardoGamer404 said: Where is the exe application? maybe your antivirus delete it
Postado Maio 23, 2017 8 anos Has anyone managed to fix one of the 4 errors mentioned in the topic? Alguém ai conseguiu arrumar um dos 4 erros citados no tópico ? Editado Maio 23, 2017 8 anos por amoxicilina (veja o histórico de edições)
Postado Maio 23, 2017 8 anos Autor 21 hours ago, kaboflow said: eu tene meu map TC... Saffron. Eu Mais Nao Tene Meu Credit... Mano Eu Quero Mover A Exp Do Poke go to lib in the file 106-main functions.lua search for the line 985 or just search the function function SetExpNeed(level, pb, xpperlevel) if level < 20 then doItemSetAttribute(pb, "expneed", (level+1)*xpperlevel) elseif level >= 20 and level < 40 then doItemSetAttribute(pb, "expneed", (level+1)*(xpperlevel*2.5)) elseif level >= 40 and level < 60 then doItemSetAttribute(pb, "expneed", (level+1)*(xpperlevel*7)) elseif level >= 60 and level < 80 then doItemSetAttribute(pb, "expneed", (level+1)*(xpperlevel*30)) elseif level >= 80 and level < 85 then doItemSetAttribute(pb, "expneed", (level+1)*(xpperlevel*170)) elseif level >= 85 and level < 90 then doItemSetAttribute(pb, "expneed", (level+1)*(xpperlevel*200)) elseif level >= 90 and level < 95 then doItemSetAttribute(pb, "expneed", (level+1)*(xpperlevel*240)) elseif level >= 95 and level < 100 then doItemSetAttribute(pb, "expneed", (level+1)*(xpperlevel*290)) elseif level >= 100 then doItemSetAttribute(pb, "expneed", 999999999) end end and modify the multiplier in front of the variable "xpperlevel" Editado Maio 23, 2017 8 anos por omarwsk (veja o histórico de edições)
Postado Maio 24, 2017 8 anos 23 horas atrás, omarwsk disse: go to lib in the file 106-main functions.lua search for the line 985 or just search the function function SetExpNeed(level, pb, xpperlevel) if level < 20 then doItemSetAttribute(pb, "expneed", (level+1)*xpperlevel) elseif level >= 20 and level < 40 then doItemSetAttribute(pb, "expneed", (level+1)*(xpperlevel*2.5)) elseif level >= 40 and level < 60 then doItemSetAttribute(pb, "expneed", (level+1)*(xpperlevel*7)) elseif level >= 60 and level < 80 then doItemSetAttribute(pb, "expneed", (level+1)*(xpperlevel*30)) elseif level >= 80 and level < 85 then doItemSetAttribute(pb, "expneed", (level+1)*(xpperlevel*170)) elseif level >= 85 and level < 90 then doItemSetAttribute(pb, "expneed", (level+1)*(xpperlevel*200)) elseif level >= 90 and level < 95 then doItemSetAttribute(pb, "expneed", (level+1)*(xpperlevel*240)) elseif level >= 95 and level < 100 then doItemSetAttribute(pb, "expneed", (level+1)*(xpperlevel*290)) elseif level >= 100 then doItemSetAttribute(pb, "expneed", 999999999) end end and modify the multiplier in front of the variable "xpperlevel" meu ajuda modificar eu quero exp x5
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.