Jump to content


Thissy

Member Since 13/04/2010
Offline Last Active 26/04/2010, 17:21
-----

Topics I've Started

Editor De Arquivo

26/04/2010, 16:56

eu tenho um monte de arquivo (.idf) e (.idc) são imagens q só são salvadas nesse formato, procurei muito, fiquei muito tempo na frente do pc procurando, só existe site em inglês sobre essa jóça, alguem q tenha mais conhecimento sobre o assunto poderia me ajudar? só preciso de duas coisas: um editor desse tipo de arquivo (.idf) e (.idc), ou um conversor de (.idf) e (.idc) para (.jpg), (.png) ou (.bmp). valew, Thissy ;)

Info.Php (Ajuda)

14/04/2010, 23:48

To configurando umas paginas do meu ot, e tem uns erros q n entendo, me ajudem plx..

[quote] Essa é a pagina de magias do meu ot...

Warning: file_get_contents(D:\x\htdocs\Forgotten\data\spells\spells.xml) [function.file-get-contents]: failed to open stream: No such file or directory in D:\x\htdocs\info.php on line 1021

Warning: Invalid argument supplied for foreach() in D:\x\htdocs\info.php on line 1024

Warning: Invalid argument supplied for foreach() in D:\x\htdocs\info.php on line 1067


Essas são as linhas 1021, 1024 e 1067 do info.php

$file = simplexml_load_string(file_get_contents($spells_file));
foreach($file->instant as $spell) {
foreach($file->conjure as $spell) {
[/quote]


[quote]Essa é a pagina de monstros do meu ot

Warning: opendir(D:\x\htdocs\Forgotten\data\monster/) [function.opendir]: failed to open dir: No such file or directory in D:\x\htdocs\info.php on line 1115

Warning: readdir(): supplied argument is not a valid Directory resource in D:\x\htdocs\info.php on line 1120

Essas são as linhas 1115 e 1120 do info.php

$folder = opendir($dirmonster);
while($filename = readdir($folder))
[/quote]

Até agora vou postar só esses dois, se o problema for fácil de arruma faço eu mesmo os outros, se não, eu posto o resto outra hora.
Valew, Thissy... ;)

[quote name='Thissy' date='14/04/2010, 16:47' timestamp='1271274454' post='998293']
To configurando umas paginas do meu ot, e tem uns erros q n entendo, me ajudem plx..

[quote] Essa é a pagina de magias do meu ot...

Warning: file_get_contents(D:\x\htdocs\Forgotten\data\spells\spells.xml) [function.file-get-contents]: failed to open stream: No such file or directory in D:\x\htdocs\info.php on line 1021

Warning: Invalid argument supplied for foreach() in D:\x\htdocs\info.php on line 1024

Warning: Invalid argument supplied for foreach() in D:\x\htdocs\info.php on line 1067


Essas são as linhas 1021, 1024 e 1067 do info.php

$file = simplexml_load_string(file_get_contents($spells_file));
foreach($file->instant as $spell) {
foreach($file->conjure as $spell) {
[/quote]

Config.Php (Ajuda)

13/04/2010, 16:00

Acontece um erro quando vo entrar em umas páginas no site do meu ot, como posso arrumar isso?


ESSE É O ERRO...

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in D:\x\htdocs\config.php on line 4

Warning: mysql_select_db() [function.mysql-select-db]: Access denied for user 'ODBC'@'localhost' (using password: NO) in D:\x\htdocs\config.php on line 5

Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in D:\x\htdocs\config.php on line 5
Unable to select database



Essas são as linhas 2, 3, 4, 5, 6 do meu config.php

########## CONNECT DATABASE ##########
function connect_db(){
mysql_connect('localhost', 'root', 'tamara01');
mysql_select_db(otserv1) or die( "Unable to select database");
}


IPB Skin By Virteq