Secret Experience

Secret Experience (https://secretexperience.net/)
-   [L2J] Dúvidas (https://secretexperience.net/l2j-duvidas/)
-   -   [Web Site] Problema Com Data da Siege (https://secretexperience.net/l2j-duvidas/27927-problema-com-data-da-siege.html)

Vingador 29-11-2010 02:40 PM

Problema Com Data da Siege
 
Galera to eu aki com uma duvida com meu site os outros botoes esta fufando normal menos o de Data da siege aparece isso aew
SS:

[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]

Lanin 29-11-2010 02:53 PM

A imagem tá escura.
Mais eu consegui ler um pouco.
Poste aqui esse arquivo \www\castle\cfg\_config_procs.php

-----
Ou então tente procurar por alguma tag não fechada.
Obs: Tag fechada? Sim, alguma tag que não terminou com > ou <

Capitao America 29-11-2010 06:14 PM

[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]

O ARQUIVO QUE VC PEDIU TA AEW NO DOWNLOAD SO VC BAIXAR E VER ONDE TA O ERRO, ISSO VAI RESOLVER PRO VINGADOR E PRA MIM :D

Daniel2 30-11-2010 04:26 PM

vingador olhe na linha 3 para ver qual o erro que ocorre nela coloque aque para que alguem te ajude.

Vingador 03-12-2010 09:48 AM

ela esta desse jeito aki n entendo muito de site

<?php
$L2JBS_config["javascript_sort_method"]="bubble";
$link = mysql_connect(l2jdb_config['mysql_host'].":".$L2JBS_config['mysql_port'], $L2JBS_config['mysql_login'], $L2JBS_config['mysql_password']);
if (!$link)
die("Couldn't connect to MySQL");
@mysql_select_db(l2jdb_config['mysql_db'], $link)
or die ('Error '.mysql_errno().': '.mysql_error());

?>

Daniel2 03-12-2010 03:19 PM

vingador você ta usando esse site para gracia final ou para interlude?

[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar] <~~para gracia final ou qual quer um outro.

OBS: basta você substituir sua pasta de castle mas você tem que mudar as tag's de img para não da erro na pagina.

Vingador 04-12-2010 11:22 PM

Mano to usando interlude mais onde devo mudar as tags e que n sei nada de site to comesando agora?:wubclub::wubclub:

Daniel2 05-12-2010 12:22 PM

Citação:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Pagina Inicial</title>

<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url(images/bg1.gif);
}

body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
}
.style2 {
font-size: 36px;
font-weight: bold;
}
-->
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>

<body>
<br />
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"><div align="center">
<div align="center">
<h1 align="center">Sieges</h1>
<div align="left">
<p align="center"><img src="img/barra.png" alt="" width="419" height="29" /><br />
</p>
<h4 align="center">
<?php
include("stat-menu.php");
basta ver mano as que tão marcadas essas são chamadas tags de img basta modifica-las para as suas.

OBS: oque ta marcado de azul é para você mudar de acordo com o script de modificação do seu site para que ele não fique muito torto.

Vingador 06-12-2010 01:22 PM

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Pagina Inicial</title>

<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url(images/bg1.gif);<-Deixo Aki Igual o Meu ?
}
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
}
.style2 {
font-size: 36px;
font-weight: bold;
}
-->
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script><-Aki Pra Centralizar a Pagina ?
</head>

<body>
<br />
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"><div align="center">
<div align="center">
<h1 align="center">Sieges</h1>
<div align="left">
<p align="center"><img src="img/barra.png" alt="" width="419" height="29" /><br />
</p>
<-Deixo Aki Igual o Meu ?
<h4 align="center">
<?php
include("stat-menu.php");
E Isso que devo Faser ?

Daniel2 06-12-2010 01:43 PM

sim mano mas oque você disse de centralizar não é não ele tbm faz essa parte mas a paste dele é de dar o formato da pagina as cores dela entendeu.

mend3 06-12-2010 02:04 PM

Correção de código
 
tsc tsc... tags html nao resultariam em erro php (ainda mais fatal error)

o problema está no código php (deert)

Use o seguinte código:

<?php
$L2JBS_config["javascript_sort_method"]="bubble";
$link = mysql_connect($l2jdb_config['mysql_host'].":".$l2jdb_config['mysql_port'], $L2JBS_config['mysql_login'], $L2JBS_config['mysql_password']) or die("Couldn't connect to MySQL");
@mysql_select_db($l2jdb_config['mysql_db'], $link)
or die ('Error '.mysql_errno().': '.mysql_error());
?>

Os destacados em vermelho eram o que estavam faltando

O código em azul é opcional (se a porta do seu MySQL não for a 3306 {porta padrão} coloque essa opção) senão, não precisa colocar.

Tente novamente e poste aqui se resolveu ou não. Se ainda assim não resolver, poste o arquivo config_procs.php

Hugs \o/

Vingador 06-12-2010 05:11 PM

<?php
$L2JBS_config["javascript_sort_method"]="bubble";
$link = mysql_connect($l2jdb_config['mysql_host'], $L2JBS_config['mysql_login'], $L2JBS_config['mysql_password']);
if (!$link)
die("Couldn't connect to MySQL");
@mysql_select_db($l2jdb_config['mysql_db'], $link)
or die ('Error '.mysql_errno().': '.mysql_error());

?>
Deixar assim ?

Daniel2 06-12-2010 06:56 PM

sim mano deixa assim.


Horários baseados na GMT -3. Agora são 03:12 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0