Ir para conteúdo

FelipeWainer

Membro
  • Registro em

  • Última visita

Tudo que FelipeWainer postou

  1. Nenhum item meu carrega
  2. Como faço pra imagem dos itens aparecer no item editor?
  3. FelipeWainer postou uma resposta no tópico em Suporte Tibia OTServer
    Vou testar aqui mano, obrigado pela ajuda.
  4. FelipeWainer postou uma resposta no tópico em Suporte Tibia OTServer
    Galera to criando um wodbo e to precisando muito de ajuda nele, com vocações spells, scripts, etc... Quem puder me ajudar com a criação sera uma grande ajuda. Agradeço pela ajuda dês de já. Preciso de ajuda na voc em questões da transformação e do reborn. Eu coloquei uma voc bills no meu servidor e quando me transformo nele ele se transformar vai para todas as transformações, até nas RB mesmo sem rb, quero solucionar esse problema, e quando eu dou reverter e depois transformo ele vira um c8, alguém pode ajudar? vou deixar anexado o os arquivos.lua vocations.xml transformar.lua reverter.lua reborn.lua
  5. Galera quero criar um wodbo pra jogar com meus amigos, e queria um atualizado tipo o wdbowars, quem tiver um para me passar agradeço, e tbm quero ajuda em scripts e tudo mais, manjo bem pouco e quem puder me ajudar com as coisas pra deixar o jogo bacana pra mim e meus amigos vai ser uma grande ajuda, obrigado pela atenção e pela ajuda.
  6. ta dando esses ai tbm
  7. Espera, aonde eu vejo os atks dos monstros? no caso de cada monstro aqui o do bixo que se eu morre pra ele n paro-> <?xml version="1.0" encoding="UTF-8"?> <monster name="Ice Elemental" nameDescription="a elemental" race="blood" experience="5500" speed="250" manacost="255"> <health now="35000" max="35000"/> <look type="428" head="20" body="30" legs="40" feet="50" corpse="2888"/> <targetchange interval="60000" chance="0"/> <strategy attack="100" defense="0"/> <flags> <flag summonable="0"/> <flag attackable="1"/> <flag hostile="1"/> <flag illusionable="0"/> <flag convinceable="0"/> <flag pushable="0"/> <flag canpushitems="1"/> <flag staticattack="50"/> <flag lightlevel="0"/> <flag lightcolor="0"/> <flag targetdistance="1"/> <flag runonhealth="0"/> </flags> <attacks> <attack name="melee" interval="2000" min="-600" max="-800"/> <attack name="barrier" interval="2000" min="-330" max="-2000"/> <attack name="bolt" interval="3000" chance="100" min="-400" max="-1600"/> <attack name="big bolt" interval="3000" chance="100" min="-1000" max="-2000"/> </attacks> <defenses armor="100" defense="100"/> <immunities> <immunity physical="0"/> <immunity energy="0"/> <immunity fire="0"/> <immunity poison="0"/> <immunity lifedrain="0"/> <immunity paralyze="0"/> <immunity outfit="0"/> <immunity drunk="0"/> <immunity invisible="0"/> </immunities> <voices interval="2000" chance="5"> <voice sentence="Ghz"/> </voices> <loot> <item id="2679" chance="50000"/> </loot> </monster>
  8. Galera este bug ta muito intenso, por que quando o player morre ele não para de morrer, ele fica morrendo infinitamente, meu server é de wodbo, e eu já corrigi muitos bugs e este não consigo, se alguém souber ai me ajuda nesta questão, pq não da pro player fica morrendo eternamente, o ot esta of pq to testando sozinho, quem puder me ajudar post aqui, vlw.
  9. FelipeWainer postou uma resposta no tópico em Suporte Tibia OTServer
    essa script ai eu ponho aonde?
  10. aonde eu ponho esta script que ele colocou no post? e em qual parte eu ponho o id do item e do uid?
  11. Obrigado mais continua do mesmo jeito, se souber como resolver fico grato que volte no meu post.
  12. Galera do TK por favor me ajudem nessa aqui, eu to criando uma quest pro ot que de wodbo que estou fazendo, e eu pus uns baús com os itens no final da quest, mas quando eu clico no baú ele simplesmente abre e aparece o item dentro pra pegar, só que assim quando um fizer a quest e pegar o itens ninguém mais vai poder pegar, alguém pode me ajudar com esta questão? quero que quando cliquem o item vai direto pra bag ou no caso quando for set pro corpo do player, se alguém ai souber e puder me ajudar fico agradecido e do rep+, vlw galera do TK. Obs.: coloquei até um outro baú pra ver se era erro do baú, mais não é Print do bau no jogo e no rme: Ed: Consegui resolver o meu problema sozinho, vlw.
  13. me manda uma mensagem que eu talvez possa te ajudar
  14. Olá Pessoal do TK Eu resolvi o problema dos itens que não paravam de cair, caso esteja com este problema, abra seu shop.lua que fica em, data/globalevents/scripts, depois de abrir apague oque tem dentro e coloque este aqui-> function onThink(interval, lastExecution, thinkInterval) local result = db.getResult("SELECT * FROM shop_history WHERE `processed` = 0;") if(result:getID() ~= -1) then while(true) do cid = getCreatureByName(tostring(result:getDataString("player"))) product = tonumber(result:getDataInt("product")) itemr = db.getResult("SELECT * FROM shop_offer WHERE `id` = "..product..";") if isPlayer(cid) then local id = tonumber(itemr:getDataInt("item")) local tid = tonumber(result:getDataInt("id")) local count = tonumber(itemr:getDataInt("count")) local tipe = tonumber(itemr:getDataInt("type")) local productn = tostring(itemr:getDataString("name")) if isInArray({5,8},tipe) then if getPlayerFreeCap(cid) >= getItemWeightById(id, count) then if isContainer(getPlayerSlotItem(cid, 3).uid) then received = doAddContainerItem(getPlayerSlotItem(cid, 3).uid, id,count) if received then doPlayerSendTextMessage(cid,19, "You have received >> "..productn.." << from our shop system") db.query("UPDATE `shop_history` SET `processed`='1' WHERE id = " .. tid .. ";") else doPlayerSendTextMessage(cid,19, "Sorry, you don't have enough space on container to receive >> "..productn.." <<") end else doPlayerSendTextMessage(cid,19, "Sorry, you don't have a container to receive >> "..productn.." <<") end else doPlayerSendTextMessage(cid,19, "Sorry, you don't have enough capacity to receive >> "..productn.." << (You need: "..getItemWeightById(id, count).." Capacity)") end elseif isInArray({6,7},tipe) then if tipe == 6 then bcap = 8 bid = 1987 elseif tipe == 7 then bcap = 20 bid = 1988 end if isItemRune(id) then count = 1 end if getPlayerFreeCap(cid) >= (getItemWeightById(1987, 1) + getItemWeightById(id,count * bcap)) then local bag = doCreateItemEx(bid, 1) for i = 1,bcap do doAddContainerItem(bag, id, count) end received = doPlayerAddItemEx(getPlayerSlotItem(cid, 3).uid, bag) if received == RETURNVALUE_NOERROR then doPlayerSendTextMessage(cid,19, "You have received >> "..productn.." << from our shop system") db.query("UPDATE `shop_history` SET `processed`='1' WHERE id = " .. tid .. ";") else doPlayerSendTextMessage(cid,19, "Sorry, you don't have enough space to receive >> "..productn.." <<") end else doPlayerSendTextMessage(cid,19, "Sorry, you don't have enough capacity to receive >> "..productn.." << (You need: "..getItemWeightById(id, count).." Capacity)") end end end itemr:free() if not(result:next()) then break end end result:free() end return true end Se eu o ajudei de um rep+ Vlw.
  15. Alguém pode me ajuda? eu to fazendo sprites pra por no meu ot, mas não sei colocar em inc para quando eu por no dat editor ficar sem fundo e funcionar a sprite sem bugs, se alguém ai souber e puder me ajudar fico agradecido de mais. Foto de uma sprite editada por mim. eoq2.bmp
  16. Galera preciso da ajuda de vocês, consegui por meu ot on sem hamachi, mas não consigo por o site para que os player possam acessar, eu já criei conta no no-ip, já criei o link também, mas quando vou acessar o link da página não existente, alguém pode me ajudar?
  17. Vlw cara to querendo muito isso pra fazer as paradas
  18. isso mano isso ai memo
  19. Galera alguém ai sabe como fazer isto? Se alguém souber me ajuda aqui que estou precisando muito, Obrigado dês de já.
  20. AI MEU AMIGO OBRIGADO POR ESTAR ME AJUDANDO AI E QUANDO EU PUS LA DA ESSE ERRO AQUI O Erro Comando SQL: INSERT INTO `players` (`id`, `name`, `world_id`, `group_id`, `account_id`, `level`, `vocation`, `health`, `healthmax`, `experience`, `lookbody`, `lookfeet`, `lookhead`, `looklegs`, `looktype`, `lookaddons`, `maglevel`, `mana`, `manamax`, `manaspent`, `soul`, `town_id`, `posx`, `posy`, `posz`, `conditions`, `cap`, `sex`, `lastlogin`, `lastip`, `save`, `skull`, `skulltime`, `rank_id`, `guildnick`, `lastlogout`, `blessings`, `balance`, `stamina`, `direction`, `loss_experience`, `loss_mana`, `loss_skills`, `loss_containers`, `loss_items`, `premend`, `online`, `marriage`, `promotion`, `deleted`, `description`) VALUES (10, 'Naruto Sample', 1, 1, 1, 10, 1, 180, 180, 0, 0, 0, 0, 0, 110, 0, 0, 30, 30, 0, 0, 0, 160, 54, 7, '', 400, 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, 201660000, 0, 100, 100, 100, 100, 100, 0, 0, 0, 0, 0, ''), (11, 'Sasuke Sample', 1, 1, 1, 10, 10, 180, 180, 0, 0, 0, 0, 0, 110, 0, 0, 30, 30, 0, 0, 0, 160, 54, 7, '', 400, 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, 201660000, 0, 100, 100, 10[...]
  21. Eu sei que é na data base mais eu qual parte da data base? aqui minha db se puder ajudar agradeço. DB: <?php /*These configs are neccessary in order to make Modern AAC work.*/ /*URL of website including http:// and without slash at the end! */ $config['website'] = $config['website'] = 'http://'.$_SERVER['HTTP_HOST'] . '/'.trim(dirname($_SERVER['SCRIPT_NAME']), '/.\\'); /*Database information*/ $config['database']['host'] = "127.0.0.1"; $config['database']['login'] = "root"; $config['database']['password'] = ""; $config['database']['database'] = "nhbr"; /*Name of server*/ $config['server_name'] = "Naruto Heroes Brasil"; // PagSeguro automatico by Netto Ferreira // Seu email cadastrado no PagSeguro $config['pagseguro']['email'] = ''; // Nome do produto $config['pagseguro']['produtoNome'] = 'Premium Points'; // Valor de cada ponto // Exemplo de valores: // 100 = R$ 1,00 // 250 = R$ 2,50 $config['pagseguro']['produtoValor'] = '100'; // Token gerado no painel do pagseguro $config['pagseguro']['token'] = '4B38B414A1C249ED93D5CD4C931E290A'; /*End of most important configs*/ /* Simple ticket system */ $config['newsTickerLimit'] = 4; $config['newsTickerWords'] = 4; /*List of cities, declare by using city ID and name eg. 2=>"Soul Server" etc.*/ $config['cities'] = array(1 =>'Konoha', 2 =>'Suna', 3 =>'Mist'); /*List of vocation available to choose when creating new character*/ $config['vocations'] = array(1=>"Naruto", 10=>"Sasuke", 200=>"Rock Lee", 190=>"Itachi", 210=>"Gaara", 60=>"Neji", 360=>"Hidan", 110=>"Obito", 80=>"Shikamaru", 90=>"Hinata", 350=>"Tenten", 240=>"Killer Bee", 130=>"Kakashi", 330=>"Kankuro", 310=>"Kakuzo", 70=>"Nagato", 220=>"Anbu", 250=>"Kiba", 50=>"Orochimaru", 140=>"Jiraya", 40=>"Kisame", 280=>"Sakura", 290=>"Kabuto", 320=>"Tsunade", 230=>"Konan", 400=>"Shisui"); /*List of vocation that exists on server*/ $config['server_vocations'] = array(1=>"Naruto", 10=>"Sasuke", 200=>"Rock Lee", 190=>"Itachi", 210=>"Gaara", 60=>"Neji", 360=>"Hidan", 110=>"Obito", 80=>"Shikamaru", 90=>"Hinata", 350=>"Tenten", 240=>"Killer Bee", 130=>"Kakashi", 330=>"Kankuro", 310=>"Kakuzo", 70=>"Nagato", 220=>"Anbu", 250=>"Kiba", 50=>"Orochimaru", 140=>"Jiraya", 40=>"Kisame", 280=>"Sakura", 290=>"Kabuto", 320=>"Tsunade", 230=>"Konan", 400=>"Shisui"); /*List of promotions, the key is vocation without promotion*/ $config['promotions'] = array(1=>"Master Sorcerer", 2=>"Elder Druid", 3=>"Royal Paladin", 4=>"Elite Knight"); /*Resitricted names*/ $config['restricted_names'] = array("god", "gamemaster", "admin", "account manager"); /*Names with any of this value cannot be created*/ $config['invalidNameTags'] = array("god", "gm", "cm", "gamemaster", "hoster", "Kage"); /*ID and names of worlds*/ $config['worlds'][0] = "Suiton"; // Enable multiworld by uncommenting this //$config['worlds'][1] = "Second World"; /* Addresses of each server */ $config['servers'][0] = array('address'=>'192.168.0.103', 'port'=>7171, 'vapusid'=>'%VAPUS_ID%'); // Enable multiworld by uncommenting this //$config['servers'][1] = array('address'=>'127.0.0.1', 'port'=>7173, 'vapusid' => 'XXX'); /*Groups that exists on server*/ $config['groups'] = array(0=>"Player", 1=>"Player", 2=>"Tutor", 3=>"Senior Tutor", 4=>"Gamemaster", 5=>"Community Manager", 6=>"God"); /*Names of vocations as in database as samples. First key is world id and second vocation id.*/ $config['newchar_vocations'][0][1] = "Naruto Sample"; $config['newchar_vocations'][0][10] = "Sasuke Sample"; $config['newchar_vocations'][0][200] = "Rock Lee Sample"; $config['newchar_vocations'][0][190] = "Itachi Sample"; $config['newchar_vocations'][0][210] = "Gaara Sample"; $config['newchar_vocations'][0][60] = "Neji Sample"; $config['newchar_vocations'][0][360] = "Hidan Sample"; $config['newchar_vocations'][0][80] = "Shikamaru Sample"; $config['newchar_vocations'][0][90] = "Hinata Sample"; $config['newchar_vocations'][0][350] = "Tenten Sample"; $config['newchar_vocations'][0][240] = "Killer Bee Sample"; $config['newchar_vocations'][0][130] = "Kakashi Sample"; $config['newchar_vocations'][0][330] = "Kankuro Sample"; $config['newchar_vocations'][0][310] = "Kakuzo Sample"; $config['newchar_vocations'][0][70] = "Nagato Sample"; $config['newchar_vocations'][0][220] = "Anbu Sample"; $config['newchar_vocations'][0][250] = "Kiba Sample"; $config['newchar_vocations'][0][50] = "Orochimaru Sample"; $config['newchar_vocations'][0][140] = "Jiraya Sample"; $config['newchar_vocations'][0][40] = "Kisame Sample"; $config['newchar_vocations'][0][280] = "Sakura Sample"; $config['newchar_vocations'][0][290] = "Kabuto Sample"; $config['newchar_vocations'][0][320] = "Tsunade Sample"; $config['newchar_vocations'][0][230] = "Konan Sample"; $config['newchar_vocations'][0][400] = "Shisui Sample"; $config['newchar_vocations'][1][1] = "Naruto Sample"; $config['newchar_vocations'][10][1] = "Sasuke Sample"; $config['newchar_vocations'][200][1] = "Rock Lee Sample"; $config['newchar_vocations'][190][190] = "Itachi Sample"; $config['newchar_vocations'][210][210] = "Gaara Sample"; $config['newchar_vocations'][60][60] = "Neji Sample"; $config['newchar_vocations'][360][360] = "Hidan Sample"; $config['newchar_vocations'][80][80] = "Shikamaru Sample"; $config['newchar_vocations'][90][90] = "Hinata Sample"; $config['newchar_vocations'][350][350] = "Tenten Sample"; $config['newchar_vocations'][240][240] = "Killer Bee Sample"; $config['newchar_vocations'][13][130] = "Kakashi Sample"; $config['newchar_vocations'][330][330] = "Kankuro Sample"; $config['newchar_vocations'][310][310] = "Kakuzo Sample"; $config['newchar_vocations'][70][70] = "Nagato Sample"; $config['newchar_vocations'][220][220] = "Anbu Sample"; $config['newchar_vocations'][250][250] = "Kiba Sample"; $config['newchar_vocations'][50][50] = "Orochimaru Sample"; $config['newchar_vocations'][140][140] = "Jiraya Sample"; $config['newchar_vocations'][40][40] = "Kisame Sample"; $config['newchar_vocations'][180][280] = "Sakura Sample"; $config['newchar_vocations'][290][290] = "Kabuto Sample"; $config['newchar_vocations'][320][320] = "Tsunade Sample"; $config['newchar_vocations'][230][230] = "Konan Sample"; $config['newchar_vocations'][400][400] = "Shisui Sample"; /*Don't show chaarcters with group id higher than*/ $config['players_group_id_block'] = 3; /*Min. level to create guild*/ $config['levelToCreateGuild'] = 150; /*Limit of latest deaths*/ $config['latestdeathlimit'] = 20; /*Limit news per page*/ $config['newsLimit'] = 100; /*Limit comments per page*/ $config['commentLimit'] = 10; /*Template that should be used on website*/ $config['layout'] = "NQO-By Mateushurley"; /*Title of a website*/ $config['title'] = "NHBR - Bem-Vindos"; /*Premdays given when creating new account.*/ $config['premDays'] = 0; /*Positions to start when creating character*/ $startPos['x'] = 1022; $startPos['y'] = 910; $startPos['z'] = 4; /*Trigger password for scaffolding system.*/ $config['scaffolding_trigger'] = "password"; /*Minimum page access for admin priviliges*/ $config['adminAccess'] = 5; /*Max threads per page*/ $config['threadsLimit'] = 10; /*Max posts per page in a thread*/ $config['postsLimit'] = 10; /*Time between posts*/ $config['timeBetweenPosts'] = 30; /*Limit of submissions per page in bug tracker*/ $config['bugtrackerPageLimit'] = 10; /*Limit of houses on listing page*/ $config['housesLimit'] = 10; /*Level to buy house*/ $config['houseLevel'] = 50; /*Lenght of housing auction in seconds*/ $config['houseAuctionTime'] = 604800; /*Default timezone*/ $config['timezone'] = "Europe/London"; /*Allowed IPs to use command prompt in admin panel*/ $config['allowedToUseCMD'] = array("127.0.0.1", "localhost"); /* Path to your UI theme */ $config['UItheme'] = "smoothness/jquery-ui-1.7.2.custom.css"; /*Destination to guilds logos folder, must be writable.*/ $config['uploads'] = "/public/guild_logos/"; /* Status timeout (recheck if server is online) */ $config['statusTimeout'] = 1 + (5 * 60); // Default to 5min /* Wrap words longer than */ $config['wrap_words'] = 80; /*Limit comments per page in videos view*/ $config['videoCommentsLimit'] = 10; /*Limit of videos to show while searching*/ $config['videoSearchLimit'] = 10; /*Maximum amount of characters per account*/ $config['maxCharacters'] = 50; /*Limit of inbox/outbox messages per page*/ $config['messagesLimit'] = 10; /*Amount of names to be saved when looking for characters*/ $config['characterSearchLimit'] = 10; /*Switch on Admin Window*/ $config['adminWindow'] = true; /*Integrate facebook to AAC? (TRUE/FALSE)*/ $config['facebook'] = true; /*Max amount of saved actions*/ $config['actionsCount'] = 15; /*Player per page in hishscore */ $config['highscore']['per_page'] = 15; /*Total players to show in highscores*/ $config['highscore']['total'] = 300; /* Guild board creation */ $config['guildboardTitle'] = "Guildboard for %NAME%"; $config['guildboardDescription'] = "This is the guildboard for the great %NAME% guild!"; /* VAPus Settings */ $config['VAPusGraphStep'] = 1; // step * update time = time steps on graph, etc 6 with an update time of 10min = one hour //Enable delay between creating characters $config['characterDelay'] = true; //Time between creating characters in seconds $config['characterDelayTime'] = 240; //Enable delay between creating accounts $config['accountDelay'] = true; //Time between creating accounts in seconds $config['accountDelayTime'] = 240; //Account restrictions $config['restrictedAccounts'] = array('1'); ############EVENTS############ # Event fired just after main framework to gain access to all features $config['onLoad'] = array(); # Event fired after all finished loading no headers should be sent $config['onReady'] = array(); ############################# /* ###################################################################################################################### * Do not touch any of the configs below if you are not 100% sure what you are doing! * These are config to the engine, usually the default ones works well so no change needed for unexperienced users. ###################################################################################################################### */ // Tiny hack to figure if we use Windows or not. if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') @define('USING_WINDOWS', 1); else @define('USING_WINDOWS', 0); if(USING_WINDOWS) $config['engine']['PHPversion'] = "5.3.0"; else $config['engine']['PHPversion'] = "5.3.0"; $config['engine']['indexPage'] = "index.php"; $config['engine']['uri_protocol'] = "AUTO"; $config['engine']['charSET'] = "UTF-8"; $config['engine']['enable_hooks'] = FALSE; $config['engine']['permitted_uri_chars'] = "a-z 0-9~%.:_\-'+"; $config['engine']['enable_query_strings'] = FALSE; $config['engine']['global_xss_filtering'] = TRUE; $config['engine']['compress_output'] = FALSE; $config['engine']['proxy_ip'] = ""; $config['engine']['autoload_libraries'] = array(); $config['engine']['autoload_helper'] = array(); $config['engine']['autoload_plugin'] = array(); $config['engine']['autoload_config'] = array(); $config['engine']['autoload_model'] = array(); $config['engine']['default_controller'] = "home"; $config['engine']['platforms'] = array('windows nt 6.0' => 'Windows Longhorn', 'windows nt 5.2' => 'Windows 2003', 'windows nt 5.0' => 'Windows 2000', 'windows nt 5.1' => 'Windows XP', 'windows nt 4.0' => 'Windows NT 4.0', 'winnt4.0' => 'Windows NT 4.0', 'winnt 4.0' => 'Windows NT', 'winnt' => 'Windows NT', 'windows 98' => 'Windows 98', 'win98' => 'Windows 98', 'windows 95' => 'Windows 95', 'win95' => 'Windows 95', 'windows' => 'Unknown Windows OS', 'os x' => 'Mac OS X', 'ppc mac' => 'Power PC Mac', 'freebsd' => 'FreeBSD', 'ppc' => 'Macintosh', 'linux' => 'Linux', 'debian' => 'Debian', 'sunos' => 'Sun Solaris', 'beos' => 'BeOS', 'apachebench' => 'ApacheBench', 'aix' => 'AIX', 'irix' => 'Irix', 'osf' => 'DEC OSF', 'hp-ux' => 'HP-UX', 'netbsd' => 'NetBSD', 'bsdi' => 'BSDi', 'openbsd' => 'OpenBSD', 'gnu' => 'GNU/Linux', 'unix' => 'Unknown Unix OS' ); $config['engine']['mobiles'] = array('mobileexplorer' => 'Mobile Explorer', 'palmsource' => 'Palm', 'palmscape' => 'Palmscape', 'motorola' => "Motorola", 'nokia' => "Nokia", 'palm' => "Palm", 'iphone' => "Apple iPhone", 'ipod' => "Apple iPod Touch", 'sony' => "Sony Ericsson", 'ericsson' => "Sony Ericsson", 'blackberry' => "BlackBerry", 'cocoon' => "O2 Cocoon", 'blazer' => "Treo", 'lg' => "LG", 'amoi' => "Amoi", 'xda' => "XDA", 'mda' => "MDA", 'vario' => "Vario", 'htc' => "HTC", 'samsung' => "Samsung", 'sharp' => "Sharp", 'sie-' => "Siemens", 'alcatel' => "Alcatel", 'benq' => "BenQ", 'ipaq' => "HP iPaq", 'mot-' => "Motorola", 'playstation portable' => "PlayStation Portable", 'hiptop' => "Danger Hiptop", 'nec-' => "NEC", 'panasonic' => "Panasonic", 'philips' => "Philips", 'sagem' => "Sagem", 'sanyo' => "Sanyo", 'spv' => "SPV", 'zte' => "ZTE", 'sendo' => "Sendo", 'symbian' => "Symbian", 'SymbianOS' => "SymbianOS", 'elaine' => "Palm", 'palm' => "Palm", 'series60' => "Symbian S60", 'windows ce' => "Windows CE", 'obigo' => "Obigo", 'netfront' => "Netfront Browser", 'openwave' => "Openwave Browser", 'mobilexplorer' => "Mobile Explorer", 'operamini' => "Opera Mini", 'opera mini' => "Opera Mini", 'digital paths' => "Digital Paths", 'avantgo' => "AvantGo", 'xiino' => "Xiino", 'novarra' => "Novarra Transcoder", 'vodafone' => "Vodafone", 'docomo' => "NTT DoCoMo", 'o2' => "O2", 'mobile' => "Generic Mobile", 'wireless' => "Generic Mobile", 'j2me' => "Generic Mobile", 'midp' => "Generic Mobile", 'cldc' => "Generic Mobile", 'up.link' => "Generic Mobile", 'up.browser' => "Generic Mobile", 'smartphone' => "Generic Mobile", 'cellphone' => "Generic Mobile" ); $config['engine']['robots'] = array('googlebot' => 'Googlebot', 'msnbot' => 'MSNBot', 'slurp' => 'Inktomi Slurp', 'yahoo' => 'Yahoo', 'askjeeves' => 'AskJeeves', 'fastcrawler' => 'FastCrawler', 'infoseek' => 'InfoSeek Robot 1.0', 'lycos' => 'Lycos' ); $config['engine']['browsers'] = array('Opera' => 'Opera', 'MSIE' => 'Internet Explorer', 'Internet Explorer' => 'Internet Explorer', 'Shiira' => 'Shiira', 'Firefox' => 'Firefox', 'Chimera' => 'Chimera', 'Phoenix' => 'Phoenix', 'Firebird' => 'Firebird', 'Camino' => 'Camino', 'Netscape' => 'Netscape', 'OmniWeb' => 'OmniWeb', 'Safari' => 'Safari', 'Mozilla' => 'Mozilla', 'Konqueror' => 'Konqueror', 'icab' => 'iCab', 'Lynx' => 'Lynx', 'Links' => 'Links', 'hotjava' => 'HotJava', 'amaya' => 'Amaya', 'IBrowse' => 'IBrowse' ); $config['engine']['mimes'] = array('hqx' => 'application/mac-binhex40', 'cpt' => 'application/mac-compactpro', 'csv' => array ('text/x-comma-separated-values', 'text/comma-separated-values', 'application/octet-stream', 'application/vnd.ms-excel', 'text/csv', 'application/csv', 'application/excel', 'application/vnd.msexcel' ), 'bin' => 'application/macbinary', 'dms' => 'application/octet-stream', 'lha' => 'application/octet-stream', 'lzh' => 'application/octet-stream', 'exe' => 'application/octet-stream', 'class' => 'application/octet-stream', 'psd' => 'application/x-photoshop', 'so' => 'application/octet-stream', 'sea' => 'application/octet-stream', 'dll' => 'application/octet-stream', 'oda' => 'application/oda', 'pdf' => array ('application/pdf', 'application/x-download' ), 'ai' => 'application/postscript', 'eps' => 'application/postscript', 'ps' => 'application/postscript', 'smi' => 'application/smil', 'smil' => 'application/smil', 'mif' => 'application/vnd.mif', 'xls' => array ('application/excel', 'application/vnd.ms-excel', 'application/msexcel' ), 'ppt' => array ('application/powerpoint', 'application/vnd.ms-powerpoint' ), 'wbxml' => 'application/wbxml', 'wmlc' => 'application/wmlc', 'dcr' => 'application/x-director', 'dir' => 'application/x-director', 'dxr' => 'application/x-director', 'dvi' => 'application/x-dvi', 'gtar' => 'application/x-gtar', 'gz' => 'application/x-gzip', 'php' => 'application/x-httpd-php', 'php4' => 'application/x-httpd-php', 'php3' => 'application/x-httpd-php', 'phtml' => 'application/x-httpd-php', 'phps' => 'application/x-httpd-php-source', 'js' => 'application/x-javascript', 'swf' => 'application/x-shockwave-flash', 'sit' => 'application/x-stuffit', 'tar' => 'application/x-tar', 'tgz' => 'application/x-tar', 'xhtml' => 'application/xhtml+xml', 'xht' => 'application/xhtml+xml', 'zip' => array ('application/x-zip', 'application/zip', 'application/x-zip-compressed' ), 'mid' => 'audio/midi', 'midi' => 'audio/midi', 'mpga' => 'audio/mpeg', 'mp2' => 'audio/mpeg', 'mp3' => array ('audio/mpeg', 'audio/mpg' ), 'aif' => 'audio/x-aiff', 'aiff' => 'audio/x-aiff', 'aifc' => 'audio/x-aiff', 'ram' => 'audio/x-pn-realaudio', 'rm' => 'audio/x-pn-realaudio', 'rpm' => 'audio/x-pn-realaudio-plugin', 'ra' => 'audio/x-realaudio', 'rv' => 'video/vnd.rn-realvideo', 'wav' => 'audio/x-wav', 'bmp' => 'image/bmp', 'gif' => 'image/gif', 'jpeg' => array ('image/jpeg', 'image/pjpeg' ), 'jpg' => array ('image/jpeg', 'image/pjpeg' ), 'jpe' => array ('image/jpeg', 'image/pjpeg' ), 'png' => array ('image/png', 'image/x-png' ), 'tiff' => 'image/tiff', 'tif' => 'image/tiff', 'css' => 'text/css', 'html' => 'text/html', 'htm' => 'text/html', 'shtml' => 'text/html', 'txt' => 'text/plain', 'text' => 'text/plain', 'log' => array ('text/plain', 'text/x-log' ), 'rtx' => 'text/richtext', 'rtf' => 'text/rtf', 'xml' => 'text/xml', 'xsl' => 'text/xml', 'mpeg' => 'video/mpeg', 'mpg' => 'video/mpeg', 'mpe' => 'video/mpeg', 'qt' => 'video/quicktime', 'mov' => 'video/quicktime', 'avi' => 'video/x-msvideo', 'movie' => 'video/x-sgi-movie', 'doc' => 'application/msword', 'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'word' => array ('application/msword', 'application/octet-stream' ), 'xl' => 'application/excel', 'eml' => 'message/rfc822' ); $config['engine']['doctypes'] = array('xhtml11' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" ""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">' 'xhtml1-trans' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">' 'xhtml1-frame' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">' 'html5' => '<!DOCTYPE html>', 'html4-strict' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">' 'html4-trans' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">' 'html4-frame' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">' ); $config['engine']['url_suffix'] = ".ide"; $config['engine']['sess_cookie_name'] = 'ci_session'; $config['engine']['sess_expiration'] = 7200; $config['engine']['sess_encrypt_cookie'] = FALSE; $config['engine']['sess_use_database'] = FALSE; $config['engine']['sess_table_name'] = 'ci_sessions'; $config['engine']['sess_match_ip'] = FALSE; $config['engine']['sess_match_useragent'] = TRUE; $config['engine']['sess_time_to_update'] = 300; $config['engine']['rewrite_short_tags'] = false; if(USING_WINDOWS == 1) { //Load management is not available on Windows. $config['engine']['loadManagement'] = false; } else { //Load management is a maximum ammount of processes website is using. If the website is flooded it will drop connection with users outside this amount. $config['engine']['loadManagement'] = false; $config['engine']['maxLoad'] = 60; } /* |-------------------------------------------------------------------------- | Error Logging Threshold |-------------------------------------------------------------------------- | | If you have enabled error logging, you can set an error threshold to | determine what gets logged. Threshold options are: | You can enable error logging by setting a threshold over zero. The | threshold determines what gets logged. Threshold options are: | | 0 = Disables logging, Error logging TURNED OFF | 1 = Error Messages (including PHP errors) | 2 = Debug Messages | 3 = Informational Messages | 4 = All Messages | | For a live site you'll usually only enable Errors (1) to be logged otherwise | your log files will fill up very fast. | */ $config['engine']['log_threshold'] = 0; #DON'T TOUCH! DECLARING CONSTANS! @DEFINE('LEVELTOCREATEGUILD', $config['levelToCreateGuild']); @DEFINE('PREMDAYS', $config['premDays']); @DEFINE('HOSTNAME', $config['database']['host']); @DEFINE('USERNAME', $config['database']['login']); @DEFINE('PASSWORD', $config['database']['password']); @DEFINE('DATABASE', $config['database']['database']); @DEFINE('WEBSITE', $config['website']); ?>
  22. no caso agora eu copio e coloco o nome da outra vocação certo? Se eu por o meu config,php aqui pra vc baixar vc edita pra me ajudar?
  23. No caso do meu todos que estão ai eu quero pra serem criados grátis como ficaria o meu e depois de que eu coloco esta parte na db do site?
  24. Obrigado por estar me ajudando mas, aonde eu ponho o arquivo em que eles falam no outro post?

Informação Importante

Confirmação de Termo