Jump to content
  • 0

script player on do site.


sergiommjr

Question

bom galera estou editando o index.php do launcher , e estou colocando nele alguns escripts e tals como 

top pvp , quantos on e etc

o problemas e o seguinte kkkkkk eu nao estou conseguindo mudar a cor do texto do resultado do script..

exemplo o playes on, o resultado dele esta saindo em cor preta, e meu background do index ja é escuro com isso o resultado nao fica legal

estou usando o script do @kinho!...

veja na imagem que o resultado 3 esta em preto quero mudar ele para uma outra cor como eu faria isso

Citar

launcher.png

para ficar mais facil esta ai todo o cofigo do kinho

Citar
<?php
/***
        SCRIPT DESENVOLVIDO PELO KINHO!
     MSN(Skype) PARA CONTATO: [email protected]
***/
define('HOST','localhost');
define('DB_NAME','web');
define('USUARIO','root');
define('PASSWORD','');

//Porta Padrão L2J 3306
define('PORT','3306');

######################################################
#                                                    #
#       NÃO MEXA NAS LINHAS DE CODIGOS ABAIXO!       #
#   Pode alterar o funcionamento correto do Script   #
######################################################
//CONEXÃO
try{
$conexao_PDO = new PDO('mysql:host='.HOST.';dbname='.DB_NAME.';port='.PORT, USUARIO, PASSWORD);
$conexao_PDO->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
}catch(PDOExepetion $msg_erro){
echo $msg_erro->GetMessage();
}
?>

estou usando CSS tbm se for preciso nao tem problema.

asinaturaskull.jpg
Link to comment
Share on other sites

1 answer to this question

Recommended Posts



Guest
This topic is now closed to further replies.
  • Join now

    Be part of the largest and oldest communities about Lineage2 in Latin America.






×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.