Guest Bruno Prado Postado Julho 16, 2005 Denunciar Share Postado Julho 16, 2005 galera to executando aki pra ve se funciona mas deu esse erro:Notice: Use of undefined constant protection - assumed 'protection' in C:\root\const.php on line 27Notice: Use of undefined constant initturns - assumed 'initturns' in C:\root\const.php on line 28Notice: Use of undefined constant maxturns - assumed 'maxturns' in C:\root\const.php on line 29Notice: Use of undefined constant maxstoredturns - assumed 'maxstoredturns' in C:\root\const.php on line 30Notice: Use of undefined constant valturns - assumed 'valturns' in C:\root\const.php on line 31Notice: Use of undefined constant shamemult - assumed 'shamemult' in C:\root\const.php on line 32Notice: Use of undefined constant nonattack - assumed 'nonattack' in C:\root\const.php on line 33Notice: Use of undefined constant edneed - assumed 'edneed' in C:\root\const.php on line 34Notice: Use of undefined constant edcap - assumed 'edcap' in C:\root\const.php on line 35Notice: Use of undefined constant buymarket - assumed 'buymarket' in C:\root\const.php on line 36Notice: Use of undefined constant maxattacks - assumed 'maxattacks' in C:\root\const.php on line 37Notice: Use of undefined constant clans - assumed 'clans' in C:\root\const.php on line 39Notice: Use of undefined constant minvacation - assumed 'minvacation' in C:\root\const.php on line 41Notice: Use of undefined constant vacationdelay - assumed 'vacationdelay' in C:\root\const.php on line 42Notice: Use of undefined constant maxstyles - assumed 'maxstyles' in C:\root\const.php on line 46Notice: Use of undefined constant maxmsg - assumed 'maxmsg' in C:\root\const.php on line 54Notice: Use of undefined constant canaid - assumed 'canaid' in C:\root\const.php on line 58Notice: Use of undefined constant aidtax - assumed 'aidtax' in C:\root\const.php on line 59Notice: Use of undefined constant nonaid - assumed 'nonaid' in C:\root\const.php on line 60Notice: Use of undefined constant aid_ac - assumed 'aid_ac' in C:\root\const.php on line 61Notice: Use of undefined constant maxaid - assumed 'maxaid' in C:\root\const.php on line 62Notice: Use of undefined constant aidhours - assumed 'aidhours' in C:\root\const.php on line 63Notice: Use of undefined constant maxaidget - assumed 'maxaidget' in C:\root\const.php on line 64Notice: Use of undefined constant armtrp - assumed 'armtrp' in C:\root\const.php on line 93Notice: Use of undefined constant lndtrp - assumed 'lndtrp' in C:\root\const.php on line 94Notice: Use of undefined constant flytrp - assumed 'flytrp' in C:\root\const.php on line 95Notice: Use of undefined constant seatrp - assumed 'seatrp' in C:\root\const.php on line 96Notice: Use of undefined constant food - assumed 'food' in C:\root\const.php on line 97Notice: Use of undefined constant loanbase - assumed 'loanbase' in C:\root\const.php on line 99Notice: Use of undefined constant savebase - assumed 'savebase' in C:\root\const.php on line 100Notice: Use of undefined constant buildings - assumed 'buildings' in C:\root\const.php on line 101Notice: Use of undefined constant maxbuild - assumed 'maxbuild' in C:\root\const.php on line 102Notice: Use of undefined constant market - assumed 'market' in C:\root\const.php on line 103Notice: Use of undefined constant mktshops - assumed 'mktshops' in C:\root\const.php on line 104Notice: Use of undefined constant news - assumed 'news' in C:\root\const.php on line 109Notice: Use of undefined constant main - assumed 'main' in C:\root\const.php on line 111Notice: Use of undefined constant sitedir - assumed 'sitedir' in C:\root\const.php on line 113Notice: Use of undefined constant servname - assumed 'servname' in C:\root\const.php on line 115Notice: Use of undefined constant home - assumed 'home' in C:\root\const.php on line 117Notice: Use of undefined constant forums - assumed 'forums' in C:\root\const.php on line 119Notice: Use of undefined constant adminemail - assumed 'adminemail' in C:\root\const.php on line 121Notice: Use of undefined constant valemail - assumed 'valemail' in C:\root\const.php on line 123Notice: Use of undefined constant updater - assumed 'updater' in C:\root\const.php on line 125Notice: Use of undefined constant sitedir - assumed 'sitedir' in C:\root\index.php on line 3Notice: Use of undefined constant main - assumed 'main' in C:\root\index.php on line 3Warning: Cannot modify header information - headers already sent by (output started at C:\root\const.php:102) in C:\root\index.php on line 3no meu codigo essas linhas q ele fala estao assim:$config[protection] = 200; // Duration of protection$config[initturns] = 150; // Turns given on signup$config[maxturns] = 300; // Max accumulated turns$config[maxstoredturns] = 150; // Max stored turns$config[valturns] = 150; // How long before validation is necessary$config[shamemult] = 5; // The 3% Multiplier. (Default: 5)$config[nonattack] = 20; // The "Can't attack" (Default: 50)$config[edneed] = 1; // Acres Need for casting Emminent Domain (Default: 10000)$config[edcap] = 1500; // Emminent Domain Cap (Default: 5000)$config[buymarket] = 0; // Let users in protection buy in the public market? (Default: 0) (0 = no) (1 = yes)$config[maxattacks] = 20; // Too many attacksou seja, deduzi q seja no $config... como posso arrumar? Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 Guest Bruno Prado Postado Julho 17, 2005 Denunciar Share Postado Julho 17, 2005 gente... eu to com um script pré programado por um grupo americano q me autorizou a usá-lo, porém não sei como fazê-lo funcionar... já estou com php+mysql+apache2.... porem, esta dando erros constantemente ( deve ser porque tem q configurar alguma coisa dentro do script.... entretanto meus conhecimentos sobre php são poucos, estou aprimorando e esse script é por onde quero aprender ( mas não adianta tentar aprender e ver como funciona cada coisa com esses erros )... bom eu upei todos eles em Script....Peço q alguuém, quando tiver algum tempo possa dar uma olhada e me contacte, estarei nu forum sempre... caso não me encotnre estou em brucp@hotmail.com... (MSN e e-mail q frequanto)Agradeço desde já...Abraços... Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 ffiction Postado Julho 17, 2005 Denunciar Share Postado Julho 17, 2005 amiguinho.. eheheheheste pedaço de codigo que você posto acho qe não tem nada a ver,..o erro tá apontando pra uma constante não definida em algum lugar.. você deve setálas antes de usar..Use of undefined constant protection - assumed 'protection' in C:\root\const.php on line 27verifica se nesse arquivo const.php existem essas constantes nas linhas indicadas.. é isso que tá dando erro! =]falow.. Citar Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
Guest Bruno Prado
galera to executando aki pra ve se funciona mas deu esse erro:
no meu codigo essas linhas q ele fala estao assim:
ou seja, deduzi q seja no $config... como posso arrumar?
Link para o comentário
Compartilhar em outros sites
2 respostass a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.