TibiaCOM Theme

Znote AAC TibiaCOM Theme v1.0.4

No permission to download

Alex

Administrator
Dev
Messages
2,368
Points
707
Alex submitted a new resource:

TibiaCOM Theme - TibiaCOM Theme

Hola a todos,

Hoy tengo el placer de anunciarles que vengo a compartir el TibiaCOM Layout que hé creado en version ZnoteAAC.

Si desean editar cualquier cosa, encontraran los headers ( hay varios ) en layout/overall/

Ver en vivo la web: Pulse Aquí

Créditos:
Engine: ZnoteAAC
Layout: ZnoteAAC Mejorado por Alex45

Información:

WhatsApp: Para editar el WhatsApp deberán entrar en layout/overall/footer y buscar el...

Read more about this resource...
 
hola me sale este error en home.

Warning: fopen(engine/cache/serverInfo.cache.php): Failed to open stream: No such file or directory in C:\xampp\htdocs\engine\function\cache.php on line 91

Fatal error
: Uncaught TypeError: fwrite(): Argument #1 ($stream) must be of type resource, bool given in C:\xampp\htdocs\engine\function\cache.php:92 Stack trace: #0 C:\xampp\htdocs\engine\function\cache.php(92): fwrite(false, '{"newPlayer":{"...') #1 C:\xampp\htdocs\index.php(29): Cache->save() #2 {main} thrown in C:\xampp\htdocs\engine\function\cache.php on line 92

como lo arreglo?
gracias
 
hola me sale este error en home.

Warning: fopen(engine/cache/serverInfo.cache.php): Failed to open stream: No such file or directory in C:\xampp\htdocs\engine\function\cache.php on line 91

Fatal error
: Uncaught TypeError: fwrite(): Argument #1 ($stream) must be of type resource, bool given in C:\xampp\htdocs\engine\function\cache.php:92 Stack trace: #0 C:\xampp\htdocs\engine\function\cache.php(92): fwrite(false, '{"newPlayer":{"...') #1 C:\xampp\htdocs\index.php(29): Cache->save() #2 {main} thrown in C:\xampp\htdocs\engine\function\cache.php on line 92

como lo arreglo?
gracias
Hola,

La primera línea te indica cuál es el error, " no such fail or directory ". No existe el archivo dentro de la carpeta engine/cache/serverinfo.cache.php.

Para arreglar esto, descarga esta carpeta, y ponla dentro de la carpeta, engine de tu znoteaac,


Si te sigue saliendo el error, dentro de la carpeta engine, copia cualquier archivo y pégalo de nuevo ahí, renómbralo para: serverinfo.cache.php
 
Hola,

La primera línea te indica cuál es el error, " no such fail or directory ". No existe el archivo dentro de la carpeta engine/cache/serverinfo.cache.php.

Para arreglar esto, descarga esta carpeta, y ponla dentro de la carpeta, engine de tu znoteaac,


Si te sigue saliendo el error, dentro de la carpeta engine, copia cualquier archivo y pégalo de nuevo ahí, renómbralo para: serverinfo.cache.php
muchas gracias Alex ya funciona ;)

solo una cosa como hago para poner esto en su sitio y que salgan sus outfits:

imagen:
error 6.jpg


edit2: cuando invito a war a otra guild me sale esto: Fatal error: Uncaught TypeError: Cannot access offset of type string on string in C:\xampp\htdocs\guilds.php:596 Stack trace: #0 {main} thrown in C:\xampp\htdocs\guilds.php on line 596
como lo arreglo?

Gracias
 
Last edited by a moderator:
mismo error al enviar un war pero diferente lineal supongo que será por la layout
Fatal error: Uncaught TypeError: Cannot access offset of type string on string in C:\xampp\htdocs\guilds.php:619 Stack trace: #0 {main} thrown in C:\xampp\htdocs\guilds.php on line 619
 
mismo error al enviar un war pero diferente lineal supongo que será por la layout
La derecha son los outfits, entra en Layout/rightside.php y edita la línea de outfits, es una URL, seguramente lepiigortv.com, hay que cambiarla por la del foro , tutoriales > web. ( Animatedoutfits)
Mirate la línea 619 lo que dice, no creo que sea por el Layout, el Layout es solo html y no interfiere en la web con los módulos PHP.
 
$war_invite = mysql_select_single("SELECT `id` FROM `guilds` WHERE `id` = '$gid';");
if ($war_invite !== false) {
foreach ($war_invite as $inv) {
if ($inv['id'] == $targetGuild) $status = true;
}
}

$check_guild = get_guild_name($gid);
foreach ($check_guild as $guild) {
if ($guild['name'] == $_POST['warinvite']) $status = true;
}

if ((int)$gid === (int)$targetGuild) $status = true;
es un troco del script la linea 619 es esta

if ($inv['id'] == $targetGuild) $status = true;
 
es un troco del script la linea 619 es esta
Mira haber en el GitHub, del znote, pregúntale, si han hecho una actualización desde esa versión que es anterior, pero antes funcionaba, habría que preguntar cuál es el problema y a que refiere. No sabría decirte no entiendo todo el PHP.
 
La derecha son los outfits, entra en Layout/rightside.php y edita la línea de outfits, es una URL, seguramente lepiigortv.com, hay que cambiarla por la del foro , tutoriales > web. ( Animatedoutfits)
Mirate la línea 619 lo que dice, no creo que sea por el Layout, el Layout es solo html y no interfiere en la web con los módulos PHP.
en la 596 esta lo que le pones a TibiaRL2 > if ($inv['id'] == $targetGuild) $status = true;

el la linea 619 sale esto

if (!empty($_POST['cancel_war_invite'])) {
-- > cancel_war_invitation($_POST['cancel_war_invite'], $gid);
header('Location: guilds.php?name='. $_GET['name']);
exit();
}

Editto: lo de los Outfits lo arregle
gracias
 
hola alex, cuando intento subir una foto a image gallery desde mi pc me sale este error:

Warning: Undefined property: stdClass::$link in C:\xampp\htdocs\gallery.php on line 40

Warning
: Undefined property: stdClass::$deletehash in C:\xampp\htdocs\gallery.php on line 41

como lo puedo solucionar. Gracias
 
hola alex, cuando intento subir una foto a image gallery desde mi pc me sale este error:

Warning: Undefined property: stdClass::$link in C:\xampp\htdocs\gallery.php on line 40

Warning
: Undefined property: stdClass::$deletehash in C:\xampp\htdocs\gallery.php on line 41

como lo puedo solucionar. Gracias
Hola,
La image gallery nunca la use, la verdad, debido a que manejo todo por código, prefiero subir imágenes por código en vez de gallery.

Entra en el GitHub del znote mira el archivo gallery, línea 40, y mira tú archivo gallery línea 40, si son idénticas, si lo son, la única solución sería de ver en el GitHub que te aporten una solución, no manejo bien el PHP.
 

Tibia Server Lists

#1 FEATURED US Ultron OT 1,702 / 5,000Online EXPStages PROTO8.6 ENGINEUltron OT RANK PTS5.9 +100% VOTES0 #2 FEATURED US Nefera 166 / 0Online EXPx1 PROTO15.20 ENGINECrystal Server RANK PTS5.1 +100% VOTES0 #3 FEATURED ES Deixis 1 / 0Online EXPStages PROTO1098 ENGINETFS RANK PTS3.7 +100% VOTES1 #4 FEATURED ES Maeli 6 / 150Online EXPx10 PROTO10.98 ENGINETFS 1.4.2 RANK PTS3.6 +100% VOTES0 #5 MX Marlboro War 30 / 300Online EXP999 PROTO8.6 ENGINETFS 0.3.7 RANK PTS5.5 -33% VOTES0 #6 BR Tibinha YurOts 24 / 150Online EXPStages PROTO7.4 ENGINEYurOTS 1.5 RANK PTS5.2 -12% VOTES0 #7 US Halera 6 / 0Online EXPStages PROTO10.98 ENGINETFS 1.4.2 RANK PTS4.9 -83% VOTES0 #8 BR Exordion Legacy 62 / 2,000Online EXPx2 PROTO7.72 ENGINEExordion RANK PTS4.9 +100% VOTES0 #9 PL Lubelski 13 / 1,000Online EXP200 PROTO7.6 ENGINELubelskiOTS 2.56.0 RANK PTS4.6 -16% VOTES0 #10 DE DBU Online 0 / 400Online EXP11 PROTO8.6 ENGINETFS 1.0 RANK PTS4.3 +100% VOTES0 #11 PL ReWar 0 / 2,000Online EXPcustom PROTO8.6 ENGINEOther RANK PTS4.3 0% VOTES0 #12 PL Velesta 0 / 1,000Offline EXP20 PROTO8.0 ENGINETFS 1.4.2 RANK PTS4.3 -98% VOTES0 #13 ES JustRL FreeTC 1530 31 / 250Online EXPx2 PROTO15.30 ENGINECrystal Server RANK PTS4.3 +100% VOTES0 #14 ES Farlia Global 2026 0 / 333Offline EXPx5 PROTO15.25 ENGINEFarliaServ 1.525 RANK PTS3.9 -18% VOTES0 #15 SE MortalisOT Custom 0 / 500Offline EXP100x -1.2x PROTO10.98 ENGINEMortalisOT V1 RANK PTS3.7 +100% VOTES0 #16 US Rommania 0 / 500Online EXPstages, x10 PROTO7.4 ENGINETFS 0.4 RANK PTS3.5 +100% VOTES0 #17 US BerethaOnline 1 / 2,000Online EXPStages PROTO10.98 ENGINETFS RANK PTS3.4 +100% VOTES0
Top